Accepting request 884901 from home:favogt:branches:network

- Specify the appropriate set of local nss modules (boo#1177461)

Also works if usrfiles isn't available.

OBS-URL: https://build.opensuse.org/request/show/884901
OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=92
This commit is contained in:
Jaime Caamaño Ruiz 2021-04-14 11:23:09 +00:00 committed by Git OBS Bridge
parent 0f8c3b6b08
commit ea5a6501f9
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 13 08:40:08 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Specify the appropriate set of local nss modules (boo#1177461)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 5 05:49:51 UTC 2020 - Petr Vorel <pvorel@suse.cz> Fri Jun 5 05:49:51 UTC 2020 - Petr Vorel <pvorel@suse.cz>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rpcbind # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -76,7 +76,8 @@ export LDFLAGS="-pie -Wl,-z,relro,-z,now"
--enable-debug \ --enable-debug \
--with-statedir=%{_rundir}/%{name} \ --with-statedir=%{_rundir}/%{name} \
--with-rpcuser=rpc \ --with-rpcuser=rpc \
--with-systemdsystemunitdir=%{_unitdir} --with-systemdsystemunitdir=%{_unitdir} \
--with-nss-modules="files usrfiles"
make %{?_smp_mflags} 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 gcc -I/usr/include/tirpc -pie -fpie -fwhole-program -Wl,-z,relro,-z,now %{optflags} pmap_set.c -o pmap_set -ltirpc