Browse Source

GeoIP remove scriptlets and replace with actual commands

Signed-off-by: webbuilder_pel7ppc64lebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64lebuilder0 6 years ago
parent
commit
28181be05f
  1. 3
      SPECS/GeoIP.spec

3
SPECS/GeoIP.spec

@ -63,7 +63,8 @@ rm -f %{buildroot}%{_libdir}/*.la
# Tests require network access so fail in koji; build using --with tests to run them yourself # 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} %{?with_tests:LD_LIBRARY_PATH=%{buildroot}%{_libdir} make check}


%ldconfig_scriptlets %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%files %files
%if 0%{?_licensedir:1} %if 0%{?_licensedir:1}

Loading…
Cancel
Save