Accepting request 724988 from devel:tools

Change Requires to Recommends for cmake and pkgconf

OBS-URL: https://build.opensuse.org/request/show/724988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nss_wrapper?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-08-24 16:42:34 +00:00 committed by Git OBS Bridge
commit 52153b6941
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 21 09:07:07 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
- Change Requires to Recommends for cmake and pkgconf
-------------------------------------------------------------------
Fri May 17 05:51:10 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -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