spec: Drop user/group requires.

This commit is contained in:
Michael Friedrich 2013-10-08 18:55:38 +02:00
parent 08b20bb8bb
commit a3c6732adc
1 changed files with 0 additions and 12 deletions

View File

@ -69,15 +69,6 @@ Requires: libboost_thread%{opensuse_boost_version}
Requires: %{name}-common = %{version}
%if "%{_vendor}" == "redhat"
Requires: user(%{icinga_user})
Requires(pre): user(%{icinga_user})
Requires: group(%{icinga_group})
Requires(pre): group(%{icinga_group})
Requires: group(%{icingacmd_group})
Requires(pre): group(%{icingacmd_group})
%endif
%description
Icinga is a general-purpose network monitoring application.
@ -87,9 +78,6 @@ Group: Applications/System
%if "%{_vendor}" == "redhat"
Requires(pre): shadow-utils
Requires(post): shadow-utils
Provides: user(%{icinga_user})
Provides: group(%{icinga_group})
Provides: group(%{icingacmd_group})
%endif
%description common