Hello community,

here is the log from the commit of package rocksndiamonds for openSUSE:Factory 
checked in at 2013-09-25 15:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocksndiamonds (Old)
 and      /work/SRC/openSUSE:Factory/.rocksndiamonds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocksndiamonds"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocksndiamonds/rocksndiamonds.changes    
2013-01-31 15:10:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rocksndiamonds.new/rocksndiamonds.changes       
2013-09-25 15:20:00.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 11:18:16 UTC 2013 - [email protected]
+
+- Add games user/group on demand (fate#314560)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rocksndiamonds.spec ++++++
--- /var/tmp/diff_new_pack.u4cRN2/_old  2013-09-25 15:20:00.000000000 +0200
+++ /var/tmp/diff_new_pack.u4cRN2/_new  2013-09-25 15:20:00.000000000 +0200
@@ -43,6 +43,7 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+Requires(pre):  pwdutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -103,6 +104,10 @@
 %fdupes %{buildroot}
 %endif
 
+%pre
+getent group games >/dev/null || groupadd -r games
+getent passwd games >/dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING CREDITS README


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to