Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2013-10-04 07:20:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crawl (Old)
 and      /work/SRC/openSUSE:Factory/.crawl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crawl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crawl/crawl.changes      2013-06-19 
14:42:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2013-10-04 
07:20:09.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 10:29:06 UTC 2013 - idon...@suse.com
+
+- Create games user/group on demand. fate#314560 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ crawl.spec ++++++
--- /var/tmp/diff_new_pack.HpRX11/_old  2013-10-04 07:20:09.000000000 +0200
+++ /var/tmp/diff_new_pack.HpRX11/_new  2013-10-04 07:20:09.000000000 +0200
@@ -34,8 +34,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 %if 0%{?suse_version} > 1210
-BuildRequires:  lua51-devel
 BuildRequires:  dejavu-fonts
+BuildRequires:  lua51-devel
 %else
 BuildRequires:  lua-devel
 %endif
@@ -45,6 +45,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glu)
+Requires(pre):  pwdutils
 Requires:       %{name}-data = %{version}
 
 %description
@@ -104,6 +105,10 @@
 mv crawl crawl-sdl
 mv crawl.tty crawl
 
+%pre
+getent group games >/dev/null || groupadd -r games
+getent passwd games >/dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+
 %install
 # binaries
 install -D -m 0755 source/crawl %{buildroot}%{_bindir}/crawl

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

Reply via email to