Hello community,

here is the log from the commit of package rnd_jue for openSUSE:Factory checked 
in at 2017-04-20 20:51:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rnd_jue (Old)
 and      /work/SRC/openSUSE:Factory/.rnd_jue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rnd_jue"

Thu Apr 20 20:51:53 2017 rev:2 rq:487453 version:3.3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rnd_jue/rnd_jue.changes  2015-07-21 
13:27:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rnd_jue.new/rnd_jue.changes     2017-04-20 
20:51:54.651812450 +0200
@@ -1,0 +2,5 @@
+Wed Apr 05 19:43:03 UTC 2017 - [email protected]
+
+- Correct Requires for group and user
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rnd_jue.spec ++++++
--- /var/tmp/diff_new_pack.Axh9to/_old  2017-04-20 20:51:56.155599810 +0200
+++ /var/tmp/diff_new_pack.Axh9to/_new  2017-04-20 20:51:56.159599244 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rnd_jue
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,9 @@
 BuildRequires:  pkgconfig(SDL_net)
 BuildRequires:  pkgconfig(sdl)
 Requires:       %{name}-data
+%if 0%{?suse_version} >= 1330
+Requires(pre): user(games) group(games)
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -106,9 +109,11 @@
     %fdupes -s %{buildroot}%{_prefix}
 %endif
 
+%if 0%{?suse_version} < 1330
 %pre
 getent group games >/dev/null || groupadd -r games
 getent passwd games >/dev/null || useradd -r -g games -d /var/games -s 
/sbin/nologin
+%endif
 
 %files
 %defattr(-,root,root,-)



Reply via email to