SHA256
1
0
forked from pool/systemd

Accepting request 352395 from home:olh:branches:Base:System

- Create groups adm,input,tape in fixed order (boo#944660)

OBS-URL: https://build.opensuse.org/request/show/352395
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=926
This commit is contained in:
Marcus Meissner 2016-01-13 18:14:14 +00:00 committed by Git OBS Bridge
parent a886e97f41
commit d01f2765dc
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 7 08:01:07 UTC 2016 - olaf@aepfle.de
- Create groups adm,input,tape in fixed order (boo#944660)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package systemd-mini # spec file for package systemd-mini
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -905,6 +905,11 @@ do
getent group systemd-$name >/dev/null && continue getent group systemd-$name >/dev/null && continue
groupadd -r systemd-$name || : groupadd -r systemd-$name || :
done done
for name in adm input tape
do
getent group $name >/dev/null && continue
groupadd -r $name || :
done
for name in timesync network resolve bus-proxy for name in timesync network resolve bus-proxy
do do
getent passwd systemd-$name >/dev/null && continue getent passwd systemd-$name >/dev/null && continue

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 7 08:01:07 UTC 2016 - olaf@aepfle.de
- Create groups adm,input,tape in fixed order (boo#944660)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package systemd # spec file for package systemd
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -903,6 +903,11 @@ do
getent group systemd-$name >/dev/null && continue getent group systemd-$name >/dev/null && continue
groupadd -r systemd-$name || : groupadd -r systemd-$name || :
done done
for name in adm input tape
do
getent group $name >/dev/null && continue
groupadd -r $name || :
done
for name in timesync network resolve bus-proxy for name in timesync network resolve bus-proxy
do do
getent passwd systemd-$name >/dev/null && continue getent passwd systemd-$name >/dev/null && continue