]> granicus.if.org Git - icinga2/commitdiff
spec: Drop user/group requires.
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 8 Oct 2013 16:55:38 +0000 (18:55 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 8 Oct 2013 16:55:38 +0000 (18:55 +0200)
icinga2.spec.in

index 26b78503e7f5b820a45d1f9af08d00c235a947f8..cb4fc36b756f706e883656908d931d9ceaccca53 100644 (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