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 - [email protected]
+
+- Move group trusted into system-user-root package [bsc#1044014]
+
+-------------------------------------------------------------------
+Sat Jun 17 12:39:09 CEST 2017 - [email protected]
+
+- Move system-user-root into own package
+
+-------------------------------------------------------------------
+Fri Jun  9 13:49:26 CEST 2017 - [email protected]
+
+- Fix syntax of groups in system-user-root.conf
+
+-------------------------------------------------------------------
+Fri Jun  9 11:56:50 CEST 2017 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 system-user-daemon -f daemon.pre
 %pre -n system-user-man -f man.pre
 %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
@@ -280,10 +271,6 @@
 %dir %attr(0750,news,news) %{_sysconfdir}/news
 %{_sysusersdir}/system-user-news.conf
 
-%files -n system-group-trusted
-%defattr(-,root,root)
-%{_sysusersdir}/system-group-trusted.conf
-
 %files -n system-group-obsolete
 %defattr(-,root,root)
 %{_sysusersdir}/system-group-obsolete.conf

++++++ system-group-hardware.conf ++++++
--- /var/tmp/diff_new_pack.63bz18/_old  2017-06-23 09:14:02.631067642 +0200
+++ /var/tmp/diff_new_pack.63bz18/_new  2017-06-23 09:14:02.631067642 +0200
@@ -1,13 +1,14 @@
 # Type Name ID GECOS [HOME]
 # Access to certain kernel and userspace facilities
-g kmem    -     -            -
-g lock    -     -            -
-g tty     5     -            -
+g kmem    -     - 
+g lock    -     -
+g tty     5     -
+g utmp    -     -
 # Hardware access groups
-g audio   -     -            -
-g cdrom   -     -            -
-g dialout -     -            -
-g disk    -     -            -
-g input   -     -            -
-g tape    -     -            -
-g video   -     -            -
+g audio   -     -
+g cdrom   -     -
+g dialout -     -
+g disk    -     -
+g input   -     -
+g tape    -     -
+g video   -     -


Reply via email to