Accepting request 928432 from Base:System
OBS-URL: https://build.opensuse.org/request/show/928432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=167
This commit is contained in:
commit
357051827a
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 28 12:51:31 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Add CONFIG parameter to %sysusers_generate_pre
|
||||||
|
- Remove unneeded group line (user implies group)
|
||||||
|
- Add Shell parameter to statd-user.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 25 23:53:37 UTC 2021 - Neil Brown <nfbrown@suse.com>
|
Mon Oct 25 23:53:37 UTC 2021 - Neil Brown <nfbrown@suse.com>
|
||||||
|
|
||||||
|
@ -50,7 +50,6 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rpcgen
|
BuildRequires: rpcgen
|
||||||
BuildRequires: sysuser-shadow
|
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
BuildRequires: pkgconfig(devmapper)
|
BuildRequires: pkgconfig(devmapper)
|
||||||
@ -146,7 +145,7 @@ export LDFLAGS="-pie"
|
|||||||
--with-pluginpath=%{_libdir}/libnfsidmap-1.0.0 \
|
--with-pluginpath=%{_libdir}/libnfsidmap-1.0.0 \
|
||||||
--enable-mountconfig
|
--enable-mountconfig
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
%sysusers_generate_pre %{SOURCE12} statd
|
%sysusers_generate_pre %{SOURCE12} statd statd-user.conf
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
# Type Name ID GECOS [HOME]
|
# Type Name ID GECOS [HOME] Shell
|
||||||
g statd - -
|
u statd - "NFS statd daemon" /var/lib/nfs -
|
||||||
u statd - "NFS statd daemon" /var/lib/nfs
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user