Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2021-01-22 21:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and      /work/SRC/openSUSE:Factory/.system-users.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "system-users"

Fri Jan 22 21:48:58 2021 rev:21 rq:863310 version:20170617

Changes:
--------
--- /work/SRC/openSUSE:Factory/system-users/system-users.changes        
2020-12-30 17:11:00.453341710 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new.28504/system-users.changes     
2021-01-22 21:48:59.377565342 +0100
@@ -1,0 +2,20 @@
+Thu Jan 14 16:30:39 UTC 2021 - Thorsten Kukuk <[email protected]>
+
+- system-user-tss.conf: Remove group entry, not needed and did
+  contain syntax errors
+- remove duplicate group entry:
+  - system-user-tftp.conf
+  - system-user-uuidd.conf
+  - system-user-uucp.conf
+  - system-user-uucp.conf
+  - system-user-ftp.conf
+  - system-user-games.conf
+  - system-user-news.conf
+
+-------------------------------------------------------------------
+Fri Jan  8 14:23:45 UTC 2021 - Martin Hauke <[email protected]>
+
+- Add system-user-ntp subpackage with ntp user and group and
+  /var/lib/ntp as home directory
+
+-------------------------------------------------------------------

New:
----
  system-user-ntp.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ system-users.spec ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.365566743 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.365566743 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package system-users
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,6 +44,7 @@
 Source22:       system-user-qemu.conf
 Source23:       system-group-libvirt.conf
 Source24:       system-user-vscan.conf
+Source25:       system-user-ntp.conf
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
 BuildArch:      noarch
@@ -242,6 +243,14 @@
 %description -n system-user-vscan
 This package provides the system user 'vscan'.
 
+%package -n system-user-ntp
+Summary:        System user ntp and group
+Group:          System/Fhs
+%{sysusers_requires}
+
+%description -n system-user-ntp
+This package provides the system user and group 'ntp'.
+
 %prep
 %setup -q -c -T
 
@@ -268,12 +277,14 @@
 %sysusers_generate_pre %{SOURCE22} qemu
 %sysusers_generate_pre %{SOURCE23} libvirt
 %sysusers_generate_pre %{SOURCE24} vscan
+%sysusers_generate_pre %{SOURCE25} ntp
 
 %install
 mkdir -p %{buildroot}%{_sysusersdir}
 mkdir -p %{buildroot}%{_sysconfdir}/uucp
 mkdir -p %{buildroot}%{_sysconfdir}/news
 mkdir -p %{buildroot}%{_localstatedir}/games
+mkdir -p %{buildroot}%{_localstatedir}/lib/ntp
 mkdir -p %{buildroot}%{_localstatedir}/lib/wwwrun
 mkdir -p %{buildroot}%{_localstatedir}/spool/amavis
 mkdir -p %{buildroot}%{_localstatedir}/spool/clientmqueue
@@ -305,6 +316,7 @@
 install -m 644 %{SOURCE22} %{buildroot}%{_sysusersdir}/system-user-qemu.conf
 install -m 644 %{SOURCE23} 
%{buildroot}%{_sysusersdir}/system-group-libvirt.conf
 install -m 644 %{SOURCE24} %{buildroot}%{_sysusersdir}/system-user-vscan.conf
+install -m 644 %{SOURCE25} %{buildroot}%{_sysusersdir}/system-user-ntp.conf
 
 %pre -n system-user-uucp -f uucp.pre
 %pre -n system-user-games -f games.pre
@@ -331,6 +343,7 @@
 %pre -n system-user-qemu -f qemu.pre
 %pre -n system-group-libvirt -f libvirt.pre
 %pre -n system-user-vscan -f vscan.pre
+%pre -n system-user-ntp -f ntp.pre
 
 %files -n system-user-uucp
 %defattr(-,root,root)
@@ -431,4 +444,9 @@
 %dir %attr(0750,vscan,vscan) %{_localstatedir}/spool/amavis
 %{_sysusersdir}/system-user-vscan.conf
 
+%files -n system-user-ntp
+%defattr(-,root,root)
+%dir %attr(0750,ntp,ntp) %{_localstatedir}/lib/ntp
+%{_sysusersdir}/system-user-ntp.conf
+
 %changelog

++++++ system-user-ftp.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.501566936 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.505566942 +0100
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
 u ftp - "FTP Account" /srv/ftp
-g ftp -

++++++ system-user-games.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.525566970 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.529566976 +0100
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
-g games -
 u games - "Games account" /var/games

++++++ system-user-mail.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.557567016 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.557567016 +0100
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
 u mail - "Mailer daemon" /var/spool/clientmqueue
-g mail -

++++++ system-user-news.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.609567089 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.609567089 +0100
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
-g news - 
 u news - "News system" /etc/news

++++++ system-user-ntp.conf ++++++
# Type Name ID GECOS [HOME]
u ntp - "NTP account" /var/lib/ntp
++++++ system-user-tftp.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.665567169 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.665567169 +0100
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
-g tftp -
 u tftp - "TFTP Account" /srv/tftpboot

++++++ system-user-tss.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.681567191 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.681567191 +0100
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
-g tss 98 "TPM device access"
 u tss 98 "TSS daemon" /var/lib/tpm

++++++ system-user-uucp.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.713567237 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.713567237 +0100
@@ -1,4 +1,3 @@
 # Type Name ID GECOS [HOME]
-g uucp - 
 u uucp - "Unix-to-Unix CoPy system" /etc/uucp
 m uucp lock

++++++ system-user-uuidd.conf ++++++
--- /var/tmp/diff_new_pack.aIxSEw/_old  2021-01-22 21:49:00.733567265 +0100
+++ /var/tmp/diff_new_pack.aIxSEw/_new  2021-01-22 21:49:00.733567265 +0100
@@ -1,3 +1,2 @@
 # Type Name ID GECOS [HOME]
-g uuidd - 
 u uuidd - "User for uuidd" /var/run/uuidd

Reply via email to