Skip to content

Commit 7000003

Browse files
committed
rpm spec: add provides for user / group
This pkg creates naemon user and group. Show this as "provides" in the spec file. Trying to fix the OBS build issue: nothing provides user(naemon) needed by...
1 parent c5a403c commit 7000003

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

naemon-core.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Requires(pre): shadow-utils
5757
Requires: logrotate
5858
Requires: libnaemon >= %{version}
5959

60+
Provides: user(naemon)
61+
Provides: group(naemon)
62+
6063
%description
6164
Naemon is an application, system and network monitoring application.
6265
It can escalate problems by email, pager or any other medium. It is

0 commit comments

Comments
 (0)