Hello community,

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

Package is "bsd-games"

Changes:
--------
--- /work/SRC/openSUSE:13.1/bsd-games/bsd-games.changes 2013-09-23 
10:48:04.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.bsd-games.new/bsd-games.changes    2013-09-25 
15:19:02.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 10:26:00 UTC 2013 - idon...@suse.com
+
+- Create games user/group on demand. fate#314560 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bsd-games.spec ++++++
--- /var/tmp/diff_new_pack.t5ZlsM/_old  2013-09-25 15:19:02.000000000 +0200
+++ /var/tmp/diff_new_pack.t5ZlsM/_new  2013-09-25 15:19:02.000000000 +0200
@@ -49,6 +49,7 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  words
+Requires(pre):  pwdutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,6 +102,10 @@
 mv %{buildroot}%{_bindir}/monop           %{buildroot}%{_bindir}/monopoly
 mv %{buildroot}%{_mandir}/man6/monop.6.gz 
%{buildroot}%{_mandir}/man6/monopoly.6.gz
 
+%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 AUTHORS BUGS COPYING NEWS README SECURITY THANKS TODO YEAR2000

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to