Hello community, here is the log from the commit of package gnome-robots for openSUSE:Factory checked in at 2013-09-23 16:04:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-robots (Old) and /work/SRC/openSUSE:Factory/.gnome-robots.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-robots" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-robots/gnome-robots.changes 2013-09-23 09:10:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-robots.new/gnome-robots.changes 2013-09-23 16:04:19.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 23 11:13:11 UTC 2013 - [email protected] + +- Create games user/group on demand (fate#314560) + + Depend on pwdutils for that to work. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-robots.spec ++++++ --- /var/tmp/diff_new_pack.H4O0s2/_old 2013-09-23 16:04:19.000000000 +0200 +++ /var/tmp/diff_new_pack.H4O0s2/_new 2013-09-23 16:04:19.000000000 +0200 @@ -33,6 +33,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26 BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 +Requires(pre): pwdutils # gnome-robots used to be called 'gnobots' and was part of gnome-games until 3.7.x Obsoletes: gnobots2 < 3.7 Obsoletes: gnobots2-lang < 3.7 @@ -59,6 +60,10 @@ %suse_update_desktop_file gnobots2 %{_bindir}/gnome-games-create-post %{buildroot} +%pre +getent group games >/dev/null || groupadd -r games +getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nologin + %post -f %{name}.scores_post %set_permissions %{_bindir}/%{name} %glib2_gsettings_schema_post -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
