commit system-users for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2020-08-28 21:16:23

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new.3399 (New)


Package is "system-users"

Fri Aug 28 21:16:23 2020 rev:17 rq:828855 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2020-03-30 22:50:58.619759071 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new.3399/system-users.changes  
2020-08-28 21:17:51.464222167 +0200
@@ -1,0 +2,6 @@
+Fri Aug 21 18:35:50 UTC 2020 - Thorsten Kukuk 
+
+- Don't add group nogroup to user nobody, as many daemons misuse
+  'nogroup' as own group
+
+---



Other differences:
--
++ system-user-nobody.conf ++
--- /var/tmp/diff_new_pack.isIWBS/_old  2020-08-28 21:17:52.256222552 +0200
+++ /var/tmp/diff_new_pack.isIWBS/_new  2020-08-28 21:17:52.256222552 +0200
@@ -2,4 +2,3 @@
 g nogroup 65533
 g nobody 65534
 u nobody 65534 "nobody" /var/lib/nobody
-m nobody nogroup




commit system-users for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2020-03-30 22:50:57

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new.3160 (New)


Package is "system-users"

Mon Mar 30 22:50:57 2020 rev:16 rq:788125 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2020-02-24 15:49:46.263119741 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new.3160/system-users.changes  
2020-03-30 22:50:58.619759071 +0200
@@ -1,0 +2,10 @@
+Wed Mar 25 10:10:46 UTC 2020 - Thorsten Kukuk 
+
+- Use test -x instead of -f
+
+---
+Fri Mar 20 19:00:10 UTC 2020 - Thorsten Kukuk 
+
+- Call usermod only if installed
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.OhoZXv/_old  2020-03-30 22:50:59.255759418 +0200
+++ /var/tmp/diff_new_pack.OhoZXv/_new  2020-03-30 22:50:59.259759420 +0200
@@ -166,7 +166,6 @@
 %package -n system-user-nobody
 Summary:System user and group nobody
 Group:  System/Fhs
-Requires(pre):  /usr/sbin/usermod
 %{sysusers_requires}
 
 %description -n system-user-nobody
@@ -276,7 +275,7 @@
 %pre -n system-user-lp -f lp.pre
 %pre -n system-user-nobody -f nobody.pre
 %post -n system-user-nobody
-/usr/sbin/usermod -s /bin/bash nobody
+test -x /usr/sbin/usermod && /usr/sbin/usermod -s /bin/bash nobody ||:
 
 %pre -n system-user-upsd -f upsd.pre
 %pre -n system-user-uuidd -f uuidd.pre




commit system-users for openSUSE:Factory

2020-02-24 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2020-02-24 15:49:45

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new.26092 (New)


Package is "system-users"

Mon Feb 24 15:49:45 2020 rev:15 rq:775206 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2020-02-09 21:01:18.811315968 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new.26092/system-users.changes 
2020-02-24 15:49:46.263119741 +0100
@@ -1,0 +2,5 @@
+Tue Feb 18 12:52:51 UTC 2020 - Michal Suchanek 
+
+- Align /var/lib/tss permissions with trousers (boo#1162360).
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.6zkfQH/_old  2020-02-24 15:49:47.243121924 +0100
+++ /var/tmp/diff_new_pack.6zkfQH/_new  2020-02-24 15:49:47.247121933 +0100
@@ -362,7 +362,7 @@
 
 %files -n system-user-tss
 %defattr(-,root,root)
-%dir %attr(0755,root,root) /var/lib/tpm
+%dir %attr(0750,tss,tss) /var/lib/tpm
 %{_sysusersdir}/system-user-tss.conf
 
 %changelog




commit system-users for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2020-02-09 21:01:15

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new.26092 (New)


Package is "system-users"

Sun Feb  9 21:01:15 2020 rev:14 rq:769061 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2019-08-15 12:27:18.846577547 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new.26092/system-users.changes 
2020-02-09 21:01:18.811315968 +0100
@@ -1,0 +2,5 @@
+Fri Jan 31 11:47:46 UTC 2020 - Michal Suchanek 
+
+- Add tss user for TPM tools (boo#1162360).
+
+---

New:

  system-user-tss.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.3VFD8D/_old  2020-02-09 21:01:19.963316621 +0100
+++ /var/tmp/diff_new_pack.3VFD8D/_new  2020-02-09 21:01:19.991316637 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package system-users
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,7 @@
 Source16:   system-user-upsd.conf
 Source17:   system-user-uuidd.conf
 Source19:   system-user-tftp.conf
+Source20:   system-user-tss.conf
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
 BuildArch:  noarch
@@ -197,6 +198,14 @@
 %description -n system-user-tftp
 This package provides the system account and group 'tftp'.
 
+%package -n system-user-tss
+Summary:System user and group tss
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-tss
+This package provides the system account and group 'tss'.
+
 %prep
 %setup -q -c -T
 
@@ -218,6 +227,7 @@
 %sysusers_generate_pre %{SOURCE16} upsd
 %sysusers_generate_pre %{SOURCE17} uuidd
 %sysusers_generate_pre %{SOURCE19} tftp
+%sysusers_generate_pre %{SOURCE20} tss
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
@@ -231,6 +241,7 @@
 mkdir -p %{buildroot}/srv/ftp
 mkdir -p %{buildroot}%{_localstatedir}/lib/nobody
 mkdir -p %{buildroot}/srv/tftpboot
+mkdir -p %{buildroot}/var/lib/tpm
 install -m 644 %{SOURCE1} %{buildroot}%{_sysusersdir}/system-user-uucp.conf
 install -m 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/system-user-games.conf
 install -m 644 %{SOURCE3} %{buildroot}%{_sysusersdir}/system-user-bin.conf
@@ -248,6 +259,7 @@
 install -m 644 %{SOURCE16} %{buildroot}%{_sysusersdir}/system-user-upsd.conf
 install -m 644 %{SOURCE17} %{buildroot}%{_sysusersdir}/system-user-uuidd.conf
 install -m 644 %{SOURCE19} %{buildroot}%{_sysusersdir}/system-user-tftp.conf
+install -m 644 %{SOURCE20} %{buildroot}%{_sysusersdir}/system-user-tss.conf
 
 %pre -n system-user-uucp -f uucp.pre
 %pre -n system-user-games -f games.pre
@@ -269,6 +281,7 @@
 %pre -n system-user-upsd -f upsd.pre
 %pre -n system-user-uuidd -f uuidd.pre
 %pre -n system-user-tftp -f tftp.pre
+%pre -n system-user-tss -f tss.pre
 
 %files -n system-user-uucp
 %defattr(-,root,root)
@@ -347,4 +360,9 @@
 %dir %attr(0755,tftp,tftp) /srv/tftpboot
 %{_sysusersdir}/system-user-tftp.conf
 
+%files -n system-user-tss
+%defattr(-,root,root)
+%dir %attr(0755,root,root) /var/lib/tpm
+%{_sysusersdir}/system-user-tss.conf
+
 %changelog

++ system-user-tss.conf ++
# Type Name ID GECOS [HOME]
g tss 98 "TPM device access"
u tss 98 "TSS daemon" /var/lib/tpm



commit system-users for openSUSE:Factory

2019-08-15 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2019-08-15 12:27:04

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new.9556 (New)


Package is "system-users"

Thu Aug 15 12:27:04 2019 rev:13 rq:723093 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2019-03-05 12:16:00.673012705 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new.9556/system-users.changes  
2019-08-15 12:27:18.846577547 +0200
@@ -1,0 +2,12 @@
+Tue Aug 13 07:07:19 UTC 2019 - Michal Suchanek 
+
+- Remove s390 groups again. The s390-tools maintainer wants to add groups in
+  s390-tools manually.
+
+---
+Wed Jul 31 09:55:15 UTC 2019 - Reinhard Max 
+
+- Add system-user-tftp subpackage with tftp user and group and
+  /srv/tftpboot as home directory [bsc#1143454].
+
+---

Old:

  system-group-s390-tools.conf

New:

  system-user-tftp.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.arZ3ke/_old  2019-08-15 12:27:19.818577304 +0200
+++ /var/tmp/diff_new_pack.arZ3ke/_new  2019-08-15 12:27:19.818577304 +0200
@@ -38,7 +38,7 @@
 Source15:   system-user-nobody.conf
 Source16:   system-user-upsd.conf
 Source17:   system-user-uuidd.conf
-Source18:   system-group-s390-tools.conf
+Source19:   system-user-tftp.conf
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
 BuildArch:  noarch
@@ -128,14 +128,6 @@
 %description -n system-group-wheel
 This package provides the system group 'wheel'.
 
-%package -n system-group-s390-tools
-Summary:System group 's390-tools'
-Group:  System/Fhs
-%{sysusers_requires}
-
-%description -n system-group-s390-tools
-This package provides the system group 's390-tools' for s390-tools.
-
 %package -n system-user-wwwrun
 Summary:System user wwwrun and group www
 Group:  System/Fhs
@@ -197,6 +189,14 @@
 %description -n system-user-uuidd
 This package provides the system account and group 'uuidd'.
 
+%package -n system-user-tftp
+Summary:System user and group tftp
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-tftp
+This package provides the system account and group 'tftp'.
+
 %prep
 %setup -q -c -T
 
@@ -217,7 +217,7 @@
 %sysusers_generate_pre %{SOURCE15} nobody
 %sysusers_generate_pre %{SOURCE16} upsd
 %sysusers_generate_pre %{SOURCE17} uuidd
-%sysusers_generate_pre %{SOURCE18} s390-tools
+%sysusers_generate_pre %{SOURCE19} tftp
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
@@ -230,6 +230,7 @@
 mkdir -p %{buildroot}%{_localstatedir}/run/uuidd
 mkdir -p %{buildroot}/srv/ftp
 mkdir -p %{buildroot}%{_localstatedir}/lib/nobody
+mkdir -p %{buildroot}/srv/tftpboot
 install -m 644 %{SOURCE1} %{buildroot}%{_sysusersdir}/system-user-uucp.conf
 install -m 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/system-user-games.conf
 install -m 644 %{SOURCE3} %{buildroot}%{_sysusersdir}/system-user-bin.conf
@@ -246,7 +247,7 @@
 install -m 644 %{SOURCE15} %{buildroot}%{_sysusersdir}/system-user-nobody.conf
 install -m 644 %{SOURCE16} %{buildroot}%{_sysusersdir}/system-user-upsd.conf
 install -m 644 %{SOURCE17} %{buildroot}%{_sysusersdir}/system-user-uuidd.conf
-install -m 644 %{SOURCE18} 
%{buildroot}%{_sysusersdir}/system-group-s390-tools.conf
+install -m 644 %{SOURCE19} %{buildroot}%{_sysusersdir}/system-user-tftp.conf
 
 %pre -n system-user-uucp -f uucp.pre
 %pre -n system-user-games -f games.pre
@@ -257,7 +258,6 @@
 %pre -n system-group-obsolete -f obsolete.pre
 %pre -n system-group-hardware -f hardware.pre
 %pre -n system-group-wheel -f wheel.pre
-%pre -n system-group-s390-tools -f s390-tools.pre
 %pre -n system-user-wwwrun -f wwwrun.pre
 %pre -n system-user-mail -f mail.pre
 %pre -n system-user-ftp -f ftp.pre
@@ -268,6 +268,7 @@
 
 %pre -n system-user-upsd -f upsd.pre
 %pre -n system-user-uuidd -f uuidd.pre
+%pre -n system-user-tftp -f tftp.pre
 
 %files -n system-user-uucp
 %defattr(-,root,root)
@@ -308,10 +309,6 @@
 %defattr(-,root,root)
 %{_sysusersdir}/system-group-wheel.conf
 
-%files -n system-group-s390-tools
-%defattr(-,root,root)
-%{_sysusersdir}/system-group-s390-tools.conf
-
 %files -n system-user-wwwrun
 %defattr(-,root,root)
 %dir %attr(0755,wwwrun,root) %{_localstatedir}/lib/wwwrun
@@ -345,4 +342,9 @@
 %defattr(-,root,root)
 %{_sysusersdir}/system-user-uuidd.conf
 
+%files -n system-user-tftp
+%defattr(-,root,root)
+%dir %attr(0755,tftp,tftp) /srv/tftpboot
+%{_sysusersdir}/system-user-tftp.conf
+
 %changelog

++ 

commit system-users for openSUSE:Factory

2019-03-05 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2019-03-05 12:15:54

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new.28833 (New)


Package is "system-users"

Tue Mar  5 12:15:54 2019 rev:12 rq:679449 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2018-03-30 11:55:02.260605657 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new.28833/system-users.changes 
2019-03-05 12:16:00.673012705 +0100
@@ -1,0 +2,5 @@
+Thu Jan 31 13:33:05 UTC 2019 - Michal Suchanek 
+
+- Add cpacfstats, ts-shell, and zkeyadm groups for s390-tools (bsc#1123730)
+
+---

New:

  system-group-s390-tools.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.1lwB48/_old  2019-03-05 12:16:02.185012234 +0100
+++ /var/tmp/diff_new_pack.1lwB48/_new  2019-03-05 12:16:02.185012234 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package system-users
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -38,6 +38,7 @@
 Source15:   system-user-nobody.conf
 Source16:   system-user-upsd.conf
 Source17:   system-user-uuidd.conf
+Source18:   system-group-s390-tools.conf
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
 BuildArch:  noarch
@@ -127,6 +128,14 @@
 %description -n system-group-wheel
 This package provides the system group 'wheel'.
 
+%package -n system-group-s390-tools
+Summary:System group 's390-tools'
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-group-s390-tools
+This package provides the system group 's390-tools' for s390-tools.
+
 %package -n system-user-wwwrun
 Summary:System user wwwrun and group www
 Group:  System/Fhs
@@ -208,6 +217,7 @@
 %sysusers_generate_pre %{SOURCE15} nobody
 %sysusers_generate_pre %{SOURCE16} upsd
 %sysusers_generate_pre %{SOURCE17} uuidd
+%sysusers_generate_pre %{SOURCE18} s390-tools
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
@@ -236,6 +246,7 @@
 install -m 644 %{SOURCE15} %{buildroot}%{_sysusersdir}/system-user-nobody.conf
 install -m 644 %{SOURCE16} %{buildroot}%{_sysusersdir}/system-user-upsd.conf
 install -m 644 %{SOURCE17} %{buildroot}%{_sysusersdir}/system-user-uuidd.conf
+install -m 644 %{SOURCE18} 
%{buildroot}%{_sysusersdir}/system-group-s390-tools.conf
 
 %pre -n system-user-uucp -f uucp.pre
 %pre -n system-user-games -f games.pre
@@ -246,6 +257,7 @@
 %pre -n system-group-obsolete -f obsolete.pre
 %pre -n system-group-hardware -f hardware.pre
 %pre -n system-group-wheel -f wheel.pre
+%pre -n system-group-s390-tools -f s390-tools.pre
 %pre -n system-user-wwwrun -f wwwrun.pre
 %pre -n system-user-mail -f mail.pre
 %pre -n system-user-ftp -f ftp.pre
@@ -296,6 +308,10 @@
 %defattr(-,root,root)
 %{_sysusersdir}/system-group-wheel.conf
 
+%files -n system-group-s390-tools
+%defattr(-,root,root)
+%{_sysusersdir}/system-group-s390-tools.conf
+
 %files -n system-user-wwwrun
 %defattr(-,root,root)
 %dir %attr(0755,wwwrun,root) %{_localstatedir}/lib/wwwrun

++ system-group-s390-tools.conf ++
# Type Name ID GECOS [HOME]
g cpacfstats -
g ts-shell   -
g zkeyadm-



commit system-users for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2018-03-30 11:55:00

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Fri Mar 30 11:55:00 2018 rev:11 rq:590364 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-12-06 08:47:29.825348898 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2018-03-30 11:55:02.260605657 +0200
@@ -1,0 +2,8 @@
+Wed Mar 21 12:12:00 UTC 2018 - f...@suse.com
+
+- Add "render" group in system-group-hardware (bsc#1085847)
+
+  "uaccess" tag has been dropped from /dev/dri/renderD* and these devices
+  now have 0666 permsions by default is owned by the render group.
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.dYB9k7/_old  2018-03-30 11:55:02.972579908 +0200
+++ /var/tmp/diff_new_pack.dYB9k7/_new  2018-03-30 11:55:02.976579763 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package system-users
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ system-group-hardware.conf ++
--- /var/tmp/diff_new_pack.dYB9k7/_old  2018-03-30 11:55:03.008578606 +0200
+++ /var/tmp/diff_new_pack.dYB9k7/_new  2018-03-30 11:55:03.008578606 +0200
@@ -12,5 +12,6 @@
 g input   - -
 g kvm - -
 g lp  - -
+g render  - -
 g tape- -
 g video   - -




commit system-users for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-12-06 08:47:24

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Wed Dec  6 08:47:24 2017 rev:10 rq:546397 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-09-18 19:54:24.15961 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-12-06 08:47:29.825348898 +0100
@@ -1,0 +2,7 @@
+Wed Nov 29 10:31:32 CET 2017 - ku...@suse.de
+
+- Change home directory of user man to /var/lib/empty. Home
+  directories below /var/cache are by definition insecure and a
+  bad idea.
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.D1sMiF/_old  2017-12-06 08:47:30.573321513 +0100
+++ /var/tmp/diff_new_pack.D1sMiF/_new  2017-12-06 08:47:30.577321366 +0100
@@ -214,7 +214,6 @@
 mkdir -p %{buildroot}%{_sysconfdir}/uucp
 mkdir -p %{buildroot}%{_sysconfdir}/news
 mkdir -p %{buildroot}%{_localstatedir}/games
-mkdir -p %{buildroot}%{_localstatedir}/cache/man
 mkdir -p %{buildroot}%{_localstatedir}/lib/wwwrun
 mkdir -p %{buildroot}%{_localstatedir}/spool/clientmqueue
 mkdir -p %{buildroot}%{_localstatedir}/spool/lpd
@@ -278,7 +277,6 @@
 
 %files -n system-user-man
 %defattr(-,root,root)
-%dir %attr(0755,man,root) %{_localstatedir}/cache/man
 %{_sysusersdir}/system-user-man.conf
 
 %files -n system-user-news

++ system-user-man.conf ++
--- /var/tmp/diff_new_pack.D1sMiF/_old  2017-12-06 08:47:30.697316973 +0100
+++ /var/tmp/diff_new_pack.D1sMiF/_new  2017-12-06 08:47:30.697316973 +0100
@@ -1,3 +1,3 @@
 # Type Name ID GECOS [HOME]
 g man 62
-u man 13 "Manual pages viewer" /var/cache/man
+u man 13 "Manual pages viewer" /var/lib/empty




commit system-users for openSUSE:Factory

2017-09-18 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-09-18 19:54:22

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Mon Sep 18 19:54:22 2017 rev:9 rq:526091 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-08-29 11:35:50.305919904 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-09-18 19:54:24.15961 +0200
@@ -1,0 +2,17 @@
+Thu Sep 14 14:40:04 CEST 2017 - ku...@suse.de
+
+- uuidd does not need group daemon, Copy error.
+
+---
+Thu Sep 14 14:37:36 CEST 2017 - ku...@suse.de
+
+- udev needs groups kvm and lp: [bsc#1058703]
+  - Add group kvm to system-group-hardware
+  - Move group lp from system-user-lp to system-group-hardware
+
+---
+Tue Sep 12 12:31:55 CEST 2017 - sbra...@suse.com
+
+- Add system-user-uuidd.conf (boo#1057937#c3).
+
+---

New:

  system-user-uuidd.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.nGoPYR/_old  2017-09-18 19:54:24.979529123 +0200
+++ /var/tmp/diff_new_pack.nGoPYR/_new  2017-09-18 19:54:24.983528560 +0200
@@ -37,6 +37,7 @@
 Source14:   system-user-lp.conf
 Source15:   system-user-nobody.conf
 Source16:   system-user-upsd.conf
+Source17:   system-user-uuidd.conf
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
 BuildArch:  noarch
@@ -115,7 +116,8 @@
 %{sysusers_requires}
 
 %description -n system-group-hardware
-This package provides some hardware related system groups.
+This package provides some hardware related system groups
+required by udev.
 
 %package -n system-group-wheel
 Summary:System group 'wheel'
@@ -150,8 +152,10 @@
 This package provides the system account and group 'ftp'.
 
 %package -n system-user-lp
-Summary:System user and group lp
+Summary:System user lp
 Group:  System/Fhs
+Requires(pre):  group(lp)
+#!BuildIgnore:  group(lp)
 %{sysusers_requires}
 
 %description -n system-user-lp
@@ -176,6 +180,13 @@
 %description -n system-user-upsd
 This package provides the system account 'upsd'.
 
+%package -n system-user-uuidd
+Summary:System user and group uuidd
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-uuidd
+This package provides the system account and group 'uuidd'.
 
 %prep
 %setup -q -c -T
@@ -196,6 +207,7 @@
 %sysusers_generate_pre %{SOURCE14} lp
 %sysusers_generate_pre %{SOURCE15} nobody
 %sysusers_generate_pre %{SOURCE16} upsd
+%sysusers_generate_pre %{SOURCE17} uuidd
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
@@ -206,6 +218,7 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/wwwrun
 mkdir -p %{buildroot}%{_localstatedir}/spool/clientmqueue
 mkdir -p %{buildroot}%{_localstatedir}/spool/lpd
+mkdir -p %{buildroot}%{_localstatedir}/run/uuidd
 mkdir -p %{buildroot}/srv/ftp
 mkdir -p %{buildroot}%{_localstatedir}/lib/nobody
 install -m 644 %{SOURCE1} %{buildroot}%{_sysusersdir}/system-user-uucp.conf
@@ -223,6 +236,7 @@
 install -m 644 %{SOURCE14} %{buildroot}%{_sysusersdir}/system-user-lp.conf
 install -m 644 %{SOURCE15} %{buildroot}%{_sysusersdir}/system-user-nobody.conf
 install -m 644 %{SOURCE16} %{buildroot}%{_sysusersdir}/system-user-upsd.conf
+install -m 644 %{SOURCE17} %{buildroot}%{_sysusersdir}/system-user-uuidd.conf
 
 %pre -n system-user-uucp -f uucp.pre
 %pre -n system-user-games -f games.pre
@@ -242,6 +256,7 @@
 /usr/sbin/usermod -s /bin/bash nobody
 
 %pre -n system-user-upsd -f upsd.pre
+%pre -n system-user-uuidd -f uuidd.pre
 
 %files -n system-user-uucp
 %defattr(-,root,root)
@@ -312,4 +327,8 @@
 %defattr(-,root,root)
 %{_sysusersdir}/system-user-upsd.conf
 
+%files -n system-user-uuidd
+%defattr(-,root,root)
+%{_sysusersdir}/system-user-uuidd.conf
+
 %changelog

++ system-group-hardware.conf ++
--- /var/tmp/diff_new_pack.nGoPYR/_old  2017-09-18 19:54:25.019523498 +0200
+++ /var/tmp/diff_new_pack.nGoPYR/_new  2017-09-18 19:54:25.023522935 +0200
@@ -10,5 +10,7 @@
 g dialout - -
 g disk- -
 g input   - -
+g kvm - -
+g lp  - -
 g tape- -
 g video   - -

++ system-user-lp.conf ++
--- /var/tmp/diff_new_pack.nGoPYR/_old  2017-09-18 19:54:25.135507185 +0200
+++ /var/tmp/diff_new_pack.nGoPYR/_new  2017-09-18 19:54:25.135507185 +0200
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
 u lp - "Printing daemon" /var/spool/lpd
-g lp -

++ system-user-uuidd.conf ++

commit system-users for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-08-29 11:35:48

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Tue Aug 29 11:35:48 2017 rev:8 rq:517842 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-07-21 22:37:06.268788863 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-08-29 11:35:50.305919904 +0200
@@ -1,0 +2,6 @@
+Mon Aug 21 08:48:31 CEST 2017 - ku...@suse.de
+
+- user nobody: move usermod to %post, else it will be executed
+  before the user is created.
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.mg9snE/_old  2017-08-29 11:35:51.745717608 +0200
+++ /var/tmp/diff_new_pack.mg9snE/_new  2017-08-29 11:35:51.761715360 +0200
@@ -238,6 +238,7 @@
 %pre -n system-user-ftp -f ftp.pre
 %pre -n system-user-lp -f lp.pre
 %pre -n system-user-nobody -f nobody.pre
+%post -n system-user-nobody
 /usr/sbin/usermod -s /bin/bash nobody
 
 %pre -n system-user-upsd -f upsd.pre




commit system-users for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-07-21 22:37:04

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Fri Jul 21 22:37:04 2017 rev:7 rq:509140 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-06-23 09:14:00.963303286 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-07-21 22:37:06.268788863 +0200
@@ -1,0 +2,6 @@
+Mon Jul 10 09:33:46 UTC 2017 - dims...@opensuse.org
+
+- Drop pkgconfig(systemd) BuildRequires: we no longer depend on
+  systemd-sysusers, but converted to shadow toolset.
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.ATBCDH/_old  2017-07-21 22:37:06.888701415 +0200
+++ /var/tmp/diff_new_pack.ATBCDH/_new  2017-07-21 22:37:06.888701415 +0200
@@ -39,7 +39,6 @@
 Source16:   system-user-upsd.conf
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
-BuildRequires:  pkgconfig(systemd)
 BuildArch:  noarch
 
 %description




commit system-users for openSUSE:Factory

2017-06-23 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-06-23 09:13:59

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Fri Jun 23 09:13:59 2017 rev:6 rq:505024 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-05-10 20:32:42.117670856 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-06-23 09:14:00.963303286 +0200
@@ -1,0 +2,36 @@
+Mon Jun 19 13:18:51 CEST 2017 - ku...@suse.de
+
+- Move group trusted into system-user-root package [bsc#1044014]
+
+---
+Sat Jun 17 12:39:09 CEST 2017 - ku...@suse.de
+
+- Move system-user-root into own package
+
+---
+Fri Jun  9 13:49:26 CEST 2017 - ku...@suse.de
+
+- Fix syntax of groups in system-user-root.conf
+
+---
+Fri Jun  9 11:56:50 CEST 2017 - ku...@suse.de
+
+- Add utmp to system-group-hardware.conf like systemd has
+- Create new system-user-root sub-package creating passwd, group
+  and shadow files with root user.
+
+---
+Tue Jun  6 14:52:27 UTC 2017 - dims...@opensuse.org
+
+- BuildRequire pkgconfig(systemd) instead of systemd: this allows
+  OBS to pick systemd-mini, which is still good enough. And
+  ultimately it helps us break a build cycle
+  (system-users - libssh2_org - curl - systemd - system-users).
+
+---
+Tue Jun  6 13:29:49 UTC 2017 - lnus...@suse.de
+
+- BuildIgnore group(lock) and group(daemon) for ourselves, needed
+  for bootstrap.
+
+---

Old:

  system-group-trusted.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.63bz18/_old  2017-06-23 09:14:02.599072162 +0200
+++ /var/tmp/diff_new_pack.63bz18/_new  2017-06-23 09:14:02.603071597 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   system-users
-Version:20161020
+Version:20170617
 Release:0
 Summary:Provide system accounts
 License:MIT
@@ -28,7 +28,6 @@
 Source4:system-user-daemon.conf
 Source5:system-user-man.conf
 Source6:system-user-news.conf
-Source7:system-group-trusted.conf
 Source8:system-group-obsolete.conf
 Source9:system-group-hardware.conf
 Source10:   system-group-wheel.conf
@@ -38,8 +37,9 @@
 Source14:   system-user-lp.conf
 Source15:   system-user-nobody.conf
 Source16:   system-user-upsd.conf
-BuildRequires:  systemd
+BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
+BuildRequires:  pkgconfig(systemd)
 BuildArch:  noarch
 
 %description
@@ -85,6 +85,7 @@
 
 %package -n system-user-uucp
 Summary:System user and group uucp
+#!BuildIgnore:  group(lock)
 Group:  System/Fhs
 Requires(pre):  group(lock)
 %{sysusers_requires}
@@ -101,14 +102,6 @@
 %description -n system-user-games
 This package provides the system account and group 'games'.
 
-%package -n system-group-trusted
-Summary:System group 'trusted'
-Group:  System/Fhs
-%{sysusers_requires}
-
-%description -n system-group-trusted
-This package provides the system group 'trusted'.
-
 %package -n system-group-obsolete
 Summary:Obsolete system groups
 Group:  System/Fhs
@@ -176,6 +169,7 @@
 
 %package -n system-user-upsd
 Summary:System user upsd
+#!BuildIgnore:  group(daemon)
 Group:  System/Fhs
 Requires(pre):  group(daemon)
 %{sysusers_requires}
@@ -194,7 +188,6 @@
 %sysusers_generate_pre %{SOURCE4} daemon
 %sysusers_generate_pre %{SOURCE5} man
 %sysusers_generate_pre %{SOURCE6} news
-%sysusers_generate_pre %{SOURCE7} trusted
 %sysusers_generate_pre %{SOURCE8} obsolete
 %sysusers_generate_pre %{SOURCE9} hardware
 %sysusers_generate_pre %{SOURCE10} wheel
@@ -222,7 +215,6 @@
 install -m 644 %{SOURCE4} %{buildroot}%{_sysusersdir}/system-user-daemon.conf
 install -m 644 %{SOURCE5} %{buildroot}%{_sysusersdir}/system-user-man.conf
 install -m 644 %{SOURCE6} %{buildroot}%{_sysusersdir}/system-user-news.conf
-install -m 644 %{SOURCE7} %{buildroot}%{_sysusersdir}/system-group-trusted.conf
 install -m 644 %{SOURCE8} 
%{buildroot}%{_sysusersdir}/system-group-obsolete.conf
 install -m 644 %{SOURCE9} 
%{buildroot}%{_sysusersdir}/system-group-hardware.conf
 install -m 644 %{SOURCE10} %{buildroot}%{_sysusersdir}/system-group-wheel.conf
@@ -239,7 +231,6 @@
 %pre -n 

commit system-users for openSUSE:Factory

2017-05-10 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-05-10 20:32:40

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Wed May 10 20:32:40 2017 rev:5 rq:492622 version:20161020

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-04-12 17:09:18.825888306 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-05-10 20:32:42.117670856 +0200
@@ -1,0 +2,10 @@
+Wed May  3 11:35:55 CEST 2017 - ku...@suse.de
+
+- /bin/bash is needed as shell for user nobody
+
+---
+Tue May  2 17:51:52 CEST 2017 - sbra...@suse.com
+
+- Add upsd for UPS daemon packages.
+
+---

New:

  system-user-upsd.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.FiGej4/_old  2017-05-10 20:32:44.021402270 +0200
+++ /var/tmp/diff_new_pack.FiGej4/_new  2017-05-10 20:32:44.025401706 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package system-users
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,7 @@
 Source13:   system-user-ftp.conf
 Source14:   system-user-lp.conf
 Source15:   system-user-nobody.conf
+Source16:   system-user-upsd.conf
 BuildRequires:  systemd
 BuildRequires:  sysuser-tools
 BuildArch:  noarch
@@ -46,8 +47,8 @@
 
 %package -n system-user-bin
 Summary:System user and group 'bin'
-Group:  System/Fhs
 #!BuildIgnore:  user(daemon)
+Group:  System/Fhs
 Requires(pre):  user(daemon)
 %{sysusers_requires}
 
@@ -167,11 +168,21 @@
 %package -n system-user-nobody
 Summary:System user and group nobody
 Group:  System/Fhs
+Requires(pre):  /usr/sbin/usermod
 %{sysusers_requires}
 
 %description -n system-user-nobody
 This package provides the system account and group 'nobody'.
 
+%package -n system-user-upsd
+Summary:System user upsd
+Group:  System/Fhs
+Requires(pre):  group(daemon)
+%{sysusers_requires}
+
+%description -n system-user-upsd
+This package provides the system account 'upsd'.
+
 
 %prep
 %setup -q -c -T
@@ -192,6 +203,7 @@
 %sysusers_generate_pre %{SOURCE13} ftp
 %sysusers_generate_pre %{SOURCE14} lp
 %sysusers_generate_pre %{SOURCE15} nobody
+%sysusers_generate_pre %{SOURCE16} upsd
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
@@ -219,6 +231,7 @@
 install -m 644 %{SOURCE13} %{buildroot}%{_sysusersdir}/system-user-ftp.conf
 install -m 644 %{SOURCE14} %{buildroot}%{_sysusersdir}/system-user-lp.conf
 install -m 644 %{SOURCE15} %{buildroot}%{_sysusersdir}/system-user-nobody.conf
+install -m 644 %{SOURCE16} %{buildroot}%{_sysusersdir}/system-user-upsd.conf
 
 %pre -n system-user-uucp -f uucp.pre
 %pre -n system-user-games -f games.pre
@@ -235,6 +248,9 @@
 %pre -n system-user-ftp -f ftp.pre
 %pre -n system-user-lp -f lp.pre
 %pre -n system-user-nobody -f nobody.pre
+/usr/sbin/usermod -s /bin/bash nobody
+
+%pre -n system-user-upsd -f upsd.pre
 
 %files -n system-user-uucp
 %defattr(-,root,root)
@@ -305,4 +321,8 @@
 %dir %attr(0755,nobody,root) %{_localstatedir}/lib/nobody
 %{_sysusersdir}/system-user-nobody.conf
 
+%files -n system-user-upsd
+%defattr(-,root,root)
+%{_sysusersdir}/system-user-upsd.conf
+
 %changelog

++ system-user-upsd.conf ++
# Type Name ID GECOS [HOME]
u upsd - "UPS daemon" /var/lib/empty
m upsd daemon



commit system-users for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-04-12 17:09:17

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Wed Apr 12 17:09:17 2017 rev:4 rq:485070 version:20161020

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-03-17 15:07:45.035651103 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-04-12 17:09:18.825888306 +0200
@@ -1,0 +2,10 @@
+Sat Apr  1 10:58:04 UTC 2017 - ku...@suse.com
+
+- Prerequire group lock for uucp
+
+---
+Sat Apr  1 08:46:13 UTC 2017 - wer...@suse.de
+
+- Allow user uucp to do locking 
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.jP3tS7/_old  2017-04-12 17:09:20.601636929 +0200
+++ /var/tmp/diff_new_pack.jP3tS7/_new  2017-04-12 17:09:20.605636363 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package system-users
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,8 +46,8 @@
 
 %package -n system-user-bin
 Summary:System user and group 'bin'
-#!BuildIgnore:  user(daemon)
 Group:  System/Fhs
+#!BuildIgnore:  user(daemon)
 Requires(pre):  user(daemon)
 %{sysusers_requires}
 
@@ -85,6 +85,7 @@
 %package -n system-user-uucp
 Summary:System user and group uucp
 Group:  System/Fhs
+Requires(pre):  group(lock)
 %{sysusers_requires}
 
 %description -n system-user-uucp

++ system-user-uucp.conf ++
--- /var/tmp/diff_new_pack.jP3tS7/_old  2017-04-12 17:09:20.801608621 +0200
+++ /var/tmp/diff_new_pack.jP3tS7/_new  2017-04-12 17:09:20.805608055 +0200
@@ -1,3 +1,4 @@
 # Type Name ID GECOS [HOME]
 g uucp - 
 u uucp - "Unix-to-Unix CoPy system" /etc/uucp
+m uucp lock




commit system-users for openSUSE:Factory

2017-03-17 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-03-17 15:07:43

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Fri Mar 17 15:07:43 2017 rev:3 rq:480797 version:20161020

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-03-11 15:19:44.102721236 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-03-17 15:07:45.035651103 +0100
@@ -1,0 +2,16 @@
+Fri Mar 17 10:27:10 CET 2017 - ku...@suse.de
+
+- Fix group ownership of /var/lib/wwwrun
+
+---
+Wed Mar 15 22:48:01 CET 2017 - ku...@suse.de
+
+- Add group sys to system-group-obsolete
+- Add systemusers lp and nobody
+
+---
+Wed Mar 15 20:47:27 CET 2017 - ku...@suse.de
+
+- Add systemusers wwwrun, mail and ftp
+
+---

New:

  system-user-ftp.conf
  system-user-lp.conf
  system-user-mail.conf
  system-user-nobody.conf
  system-user-wwwrun.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.6Jfkg8/_old  2017-03-17 15:07:45.843537085 +0100
+++ /var/tmp/diff_new_pack.6Jfkg8/_new  2017-03-17 15:07:45.843537085 +0100
@@ -32,6 +32,11 @@
 Source8:system-group-obsolete.conf
 Source9:system-group-hardware.conf
 Source10:   system-group-wheel.conf
+Source11:   system-user-wwwrun.conf
+Source12:   system-user-mail.conf
+Source13:   system-user-ftp.conf
+Source14:   system-user-lp.conf
+Source15:   system-user-nobody.conf
 BuildRequires:  systemd
 BuildRequires:  sysuser-tools
 BuildArch:  noarch
@@ -126,6 +131,46 @@
 %description -n system-group-wheel
 This package provides the system group 'wheel'.
 
+%package -n system-user-wwwrun
+Summary:System user wwwrun and group www
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-wwwrun
+This package provides the system account 'wwwrun' and group 'www'.
+
+%package -n system-user-mail
+Summary:System user and group mail
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-mail
+This package provides the system account and group 'mail'.
+
+%package -n system-user-ftp
+Summary:System user and group ftp
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-ftp
+This package provides the system account and group 'ftp'.
+
+%package -n system-user-lp
+Summary:System user and group lp
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-lp
+This package provides the system account and group 'lp'.
+
+%package -n system-user-nobody
+Summary:System user and group nobody
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-nobody
+This package provides the system account and group 'nobody'.
+
 
 %prep
 %setup -q -c -T
@@ -141,6 +186,11 @@
 %sysusers_generate_pre %{SOURCE8} obsolete
 %sysusers_generate_pre %{SOURCE9} hardware
 %sysusers_generate_pre %{SOURCE10} wheel
+%sysusers_generate_pre %{SOURCE11} wwwrun
+%sysusers_generate_pre %{SOURCE12} mail
+%sysusers_generate_pre %{SOURCE13} ftp
+%sysusers_generate_pre %{SOURCE14} lp
+%sysusers_generate_pre %{SOURCE15} nobody
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
@@ -148,6 +198,11 @@
 mkdir -p %{buildroot}%{_sysconfdir}/news
 mkdir -p %{buildroot}%{_localstatedir}/games
 mkdir -p %{buildroot}%{_localstatedir}/cache/man
+mkdir -p %{buildroot}%{_localstatedir}/lib/wwwrun
+mkdir -p %{buildroot}%{_localstatedir}/spool/clientmqueue
+mkdir -p %{buildroot}%{_localstatedir}/spool/lpd
+mkdir -p %{buildroot}/srv/ftp
+mkdir -p %{buildroot}%{_localstatedir}/lib/nobody
 install -m 644 %{SOURCE1} %{buildroot}%{_sysusersdir}/system-user-uucp.conf
 install -m 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/system-user-games.conf
 install -m 644 %{SOURCE3} %{buildroot}%{_sysusersdir}/system-user-bin.conf
@@ -158,6 +213,11 @@
 install -m 644 %{SOURCE8} 
%{buildroot}%{_sysusersdir}/system-group-obsolete.conf
 install -m 644 %{SOURCE9} 
%{buildroot}%{_sysusersdir}/system-group-hardware.conf
 install -m 644 %{SOURCE10} %{buildroot}%{_sysusersdir}/system-group-wheel.conf
+install -m 644 %{SOURCE11} %{buildroot}%{_sysusersdir}/system-user-wwwrun.conf
+install -m 644 %{SOURCE12} %{buildroot}%{_sysusersdir}/system-user-mail.conf
+install -m 644 %{SOURCE13} %{buildroot}%{_sysusersdir}/system-user-ftp.conf
+install -m 644 %{SOURCE14} %{buildroot}%{_sysusersdir}/system-user-lp.conf
+install -m 644 

commit system-users for openSUSE:Factory

2017-03-11 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-03-11 15:19:41

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Sat Mar 11 15:19:41 2017 rev:2 rq:478630 version:20161020

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-03-02 19:28:12.969070064 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-03-11 15:19:44.102721236 +0100
@@ -1,0 +2,7 @@
+Sat Mar 11 09:29:37 CET 2017 - ku...@suse.de
+
+- Add hardware access groups: kmem, lock, tty, audio, cdrom,
+  dialout, disk, input, tape, video
+- Add group wheel
+
+---

New:

  system-group-hardware.conf
  system-group-wheel.conf



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.lioU5M/_old  2017-03-11 15:19:44.774626153 +0100
+++ /var/tmp/diff_new_pack.lioU5M/_new  2017-03-11 15:19:44.778625587 +0100
@@ -30,6 +30,8 @@
 Source6:system-user-news.conf
 Source7:system-group-trusted.conf
 Source8:system-group-obsolete.conf
+Source9:system-group-hardware.conf
+Source10:   system-group-wheel.conf
 BuildRequires:  systemd
 BuildRequires:  sysuser-tools
 BuildArch:  noarch
@@ -108,6 +110,23 @@
 %description -n system-group-obsolete
 This package provides some obsolete system groups.
 
+%package -n system-group-hardware
+Summary:Hardware related system groups
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-group-hardware
+This package provides some hardware related system groups.
+
+%package -n system-group-wheel
+Summary:System group 'wheel'
+Group:  System/Fhs
+%{sysusers_requires}
+
+%description -n system-group-wheel
+This package provides the system group 'wheel'.
+
+
 %prep
 %setup -q -c -T
 
@@ -120,6 +139,8 @@
 %sysusers_generate_pre %{SOURCE6} news
 %sysusers_generate_pre %{SOURCE7} trusted
 %sysusers_generate_pre %{SOURCE8} obsolete
+%sysusers_generate_pre %{SOURCE9} hardware
+%sysusers_generate_pre %{SOURCE10} wheel
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
@@ -135,6 +156,8 @@
 install -m 644 %{SOURCE6} %{buildroot}%{_sysusersdir}/system-user-news.conf
 install -m 644 %{SOURCE7} %{buildroot}%{_sysusersdir}/system-group-trusted.conf
 install -m 644 %{SOURCE8} 
%{buildroot}%{_sysusersdir}/system-group-obsolete.conf
+install -m 644 %{SOURCE9} 
%{buildroot}%{_sysusersdir}/system-group-hardware.conf
+install -m 644 %{SOURCE10} %{buildroot}%{_sysusersdir}/system-group-wheel.conf
 
 %pre -n system-user-uucp -f uucp.pre
 %pre -n system-user-games -f games.pre
@@ -144,6 +167,8 @@
 %pre -n system-user-news -f news.pre
 %pre -n system-group-trusted -f trusted.pre
 %pre -n system-group-obsolete -f obsolete.pre
+%pre -n system-group-hardware -f hardware.pre
+%pre -n system-group-wheel -f wheel.pre
 
 %files -n system-user-uucp
 %defattr(-,root,root)
@@ -181,4 +206,12 @@
 %defattr(-,root,root)
 %{_sysusersdir}/system-group-obsolete.conf
 
+%files -n system-group-hardware
+%defattr(-,root,root)
+%{_sysusersdir}/system-group-hardware.conf
+
+%files -n system-group-wheel
+%defattr(-,root,root)
+%{_sysusersdir}/system-group-wheel.conf
+
 %changelog

++ system-group-hardware.conf ++
# Type Name ID GECOS [HOME]
# Access to certain kernel and userspace facilities
g kmem- --
g lock- --
g tty 5 --
# Hardware access groups
g audio   - --
g cdrom   - --
g dialout - --
g disk- --
g input   - --
g tape- --
g video   - --
++ system-group-wheel.conf ++
# Type Name ID GECOS [HOME]
g wheel -