summaryrefslogtreecommitdiff
path: root/tests/rpmgeneral.at
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2023-04-12 10:38:13 +0300
committerPanu Matilainen <pmatilai@redhat.com>2023-04-12 10:47:31 +0300
commit7baaf865bce55c1bf02c6a121fd548f1aae6e8bc (patch)
tree2141ea95f140a179921b1ace4d7382d51ddf03f2 /tests/rpmgeneral.at
parent2080896ce522c93a95697f72a5830958bb6dbafb (diff)
downloadrpm-7baaf865bce55c1bf02c6a121fd548f1aae6e8bc.tar.gz
Bump the soname in anticipation of the 4.19 alpha release
We've removed a tonne of obsolete APIs in this release so...
Diffstat (limited to 'tests/rpmgeneral.at')
-rw-r--r--tests/rpmgeneral.at8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rpmgeneral.at b/tests/rpmgeneral.at
index 4846ec161..91ffbe391 100644
--- a/tests/rpmgeneral.at
+++ b/tests/rpmgeneral.at
@@ -44,10 +44,10 @@ cd ${RPMTEST}/${RPMLIBDIR}
ls lib*.so.*.*
],
[0],
-[librpm.so.9.3.0
-librpmbuild.so.9.3.0
-librpmio.so.9.3.0
-librpmsign.so.9.3.0
+[librpm.so.10.0.0
+librpmbuild.so.10.0.0
+librpmio.so.10.0.0
+librpmsign.so.10.0.0
])
AT_CLEANUP