diff --git a/rpcbind.changes b/rpcbind.changes index 24b07a9..2487eee 100644 --- a/rpcbind.changes +++ b/rpcbind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 13 08:40:08 UTC 2021 - Fabian Vogt + +- Specify the appropriate set of local nss modules (boo#1177461) + ------------------------------------------------------------------- Fri Jun 5 05:49:51 UTC 2020 - Petr Vorel diff --git a/rpcbind.spec b/rpcbind.spec index 91b7d2e..3f0a44b 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -1,7 +1,7 @@ # # spec file for package rpcbind # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,7 +76,8 @@ export LDFLAGS="-pie -Wl,-z,relro,-z,now" --enable-debug \ --with-statedir=%{_rundir}/%{name} \ --with-rpcuser=rpc \ - --with-systemdsystemunitdir=%{_unitdir} + --with-systemdsystemunitdir=%{_unitdir} \ + --with-nss-modules="files usrfiles" make %{?_smp_mflags} gcc -I/usr/include/tirpc -pie -fpie -fwhole-program -Wl,-z,relro,-z,now %{optflags} pmap_set.c -o pmap_set -ltirpc