forked from pool/rpcbind
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
ece294447f | ||
|
3abf9d668b |
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 11 03:20:26 UTC 2024 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- Require system-user-nobody for as the rpc user relies on `nobody`
|
||||||
|
from this package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 22 20:26:41 UTC 2024 - Petr Vorel <pvorel@suse.cz>
|
Thu Aug 22 20:26:41 UTC 2024 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
@ -41,6 +41,8 @@ BuildRequires: sysuser-shadow
|
|||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
|
# The rpc user relies on the group `nobody`
|
||||||
|
Requires: system-user-nobody
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Provides: portmap
|
Provides: portmap
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user