[Rpm-maint] [rpm-software-management/rpm] Add test for libtool versioning sanity (#1463)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Wed Dec 16 13:47:32 UTC 2020
@Conan-Kudo approved this pull request.
Looks good to me, just a question...
> +# Check that libtool versioning matches expectations, it's easy to screw up.
+AT_SETUP([rpm library version])
+AT_KEYWORDS([basic])
+AT_CHECK([
+cd ${RPMTEST}/${RPMLIBDIR}
+ls lib*.so.*
+],
+[0],
+[librpm.so.9
+librpm.so.9.1.0
+librpmbuild.so.9
+librpmbuild.so.9.1.0
+librpmio.so.9
+librpmio.so.9.1.0
+librpmsign.so.9
+librpmsign.so.9.1.0
So is this check only supposed to maintain that the sonames are intended to be frozen?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1463#pullrequestreview-553699689
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201216/e472806f/attachment-0001.html>
More information about the Rpm-maint
mailing list