Dominique Leuenberger 2021-04-22 16:03:14 +00:00 committed by Git OBS Bridge
commit e25edaa76d
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>

View File

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