--- rpms/GeoIP/contribs10/GeoIP.spec 2021/03/14 04:08:55 1.1 +++ rpms/GeoIP/contribs10/GeoIP.spec 2021/03/14 06:49:05 1.3 @@ -3,7 +3,7 @@ Name: GeoIP Version: 1.6.12 -Release: 7%{?dist} +Release: 9%{?dist} Summary: Library for country/city/organization to IP address or hostname mapping License: LGPLv2+ URL: http://www.maxmind.com/app/c @@ -63,7 +63,9 @@ rm -f %{buildroot}%{_libdir}/*.la # Tests require network access so fail in koji; build using --with tests to run them yourself %{?with_tests:LD_LIBRARY_PATH=%{buildroot}%{_libdir} make check} -%ldconfig_scriptlets +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files %if 0%{?_licensedir:1} @@ -86,6 +88,10 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/pkgconfig/geoip.pc %changelog +* Sat Mar 13 2021 Jean-Philipe Pialasse 1.6.12-9.sme +- Rebuilt for SME10 +- remove ldconfig scriptlet missing on buildsys + * Thu Nov 28 2019 Thomas Andrejak - 1.6.12-7 - Rebuilt for EPEL8