Hello community, here is the log from the commit of package mirrormagic for openSUSE:Factory checked in at 2017-05-17 10:55:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mirrormagic (Old) and /work/SRC/openSUSE:Factory/.mirrormagic.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mirrormagic" Wed May 17 10:55:02 2017 rev:3 rq:495386 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mirrormagic/mirrormagic.changes 2015-06-23 11:58:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mirrormagic.new/mirrormagic.changes 2017-05-17 10:55:07.024387919 +0200 @@ -1,0 +2,10 @@ +Mon May 8 15:30:44 UTC 2017 - [email protected] + +- Fixed user and group for Factory + +------------------------------------------------------------------- +Thu Mar 30 11:20:28 UTC 2017 - [email protected] + +- prerequire useradd and groupadd + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mirrormagic.spec ++++++ --- /var/tmp/diff_new_pack.IQelgr/_old 2017-05-17 10:55:08.052243320 +0200 +++ /var/tmp/diff_new_pack.IQelgr/_new 2017-05-17 10:55:08.052243320 +0200 @@ -1,7 +1,7 @@ # # spec file for package mirrormagic # -# 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 @@ -50,6 +50,11 @@ BuildRequires: pkgconfig(SDL_image) BuildRequires: pkgconfig(SDL_mixer) BuildRequires: pkgconfig(sdl) +%if 0%{?suse_version} < 1330 +Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd +%else +Requires(pre): group(games) user(games) +%endif %description This is a nice little game with color graphics and sound for your @@ -104,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,-)
