2016-04-21 13:24:43 +00:00
committed by Git OBS Bridge
parent ee30576c40
commit 3a3fbf43f6
7 changed files with 69 additions and 40 deletions

View File

@@ -287,7 +287,7 @@
#------------------------------------------------------------------------------
# arch macro for all supported Sparc processors
@@ -1127,3 +1313,26 @@ end}
@@ -1127,3 +1313,24 @@ end}
# \endverbatim
#*/
@@ -306,8 +306,6 @@
+%{nil}
+
+%service_add() %{fillup_and_insserv %{1}}
+%service_del_preun() %{stop_on_removal %{1}}
+%service_del_postun() %{restart_on_update %{1}}
+
+%user_group_add() \
+/usr/sbin/groupadd -r %{1} 2>/dev/null || :\