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 <msucha...@suse.com>
+
+- 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

Reply via email to