diff --git a/nss_wrapper.changes b/nss_wrapper.changes index f26acb6..c7b852a 100644 --- a/nss_wrapper.changes +++ b/nss_wrapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 21 09:07:07 UTC 2019 - Andreas Schneider + +- Change Requires to Recommends for cmake and pkgconf + ------------------------------------------------------------------- Fri May 17 05:51:10 UTC 2019 - Andreas Schneider diff --git a/nss_wrapper.spec b/nss_wrapper.spec index 7af56bd..34ca53b 100644 --- a/nss_wrapper.spec +++ b/nss_wrapper.spec @@ -41,8 +41,8 @@ BuildRequires: cmake BuildRequires: libcmocka-devel BuildRequires: netcfg -Requires: cmake -Requires: pkg-config +Recommends: cmake +Recommends: pkgconf %description There are projects which provide daemons that need to be able to create, modify @@ -83,9 +83,7 @@ find %{buildroot}%{_bindir} -name "*.pl" \ | xargs sed -i '1 s|/usr/bin/env\ perl|/usr/bin/perl|' %check -pushd build -make %{?_smp_mflags} test || cat $(find Testing -name "*.log") -popd +%ctest %post -p /sbin/ldconfig