]> git.ipfire.org Git - location/fedora/libloc.git/commitdiff
Pin subpackages to the exact package release f36
authorPetr Písař <ppisar@redhat.com>
Mon, 31 Oct 2022 16:13:47 +0000 (17:13 +0100)
committerPetr Písař <ppisar@redhat.com>
Mon, 31 Oct 2022 16:13:47 +0000 (17:13 +0100)
libloc.spec

index 527aa4c155805772ce516594d867bca42b4c8028..215330c4c8a3c12fad0b6e46d47866dc3a20b6fd 100644 (file)
@@ -136,6 +136,7 @@ applications using libloc library.
 Summary:        Perl interface to libloc library
 License:        LGPL-2.1-or-later AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description -n perl-%{name}
 Location is a Perl interface to libloc, a library to determine an IP address
@@ -144,6 +145,7 @@ location in the Internet.
 %package -n python3-%{name}
 Summary:        Python interface to libloc library
 License:        LGPL-2.1-or-later AND CC-BY-SA-4.0
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 %py_provides python3-location
 
 %description -n python3-%{name}