[Rpm-maint] [rpm-software-management/rpm] Add test for libtool versioning sanity (#1463)
Panu Matilainen
notifications at github.com
Wed Dec 16 14:02:43 UTC 2020
@pmatilai commented on this pull request.
> +# 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
Oh, no. The point is that you have to explicitly update the versions anytime you touch the libtool versioning, which forces you to double-check the intended effect.
--
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#discussion_r544321555
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201216/1d1e7cc7/attachment.html>
More information about the Rpm-maint
mailing list