Hello community, here is the log from the commit of package tali for openSUSE:Factory checked in at 2013-09-23 16:05:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tali (Old) and /work/SRC/openSUSE:Factory/.tali.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tali" Changes: -------- --- /work/SRC/openSUSE:Factory/tali/tali.changes 2013-09-23 11:18:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tali.new/tali.changes 2013-09-23 16:05:33.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 23 11:22:19 UTC 2013 - [email protected] + +- Create games user/group on demand (fate#314560) + + Depend on pwdutils for that to work. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tali.spec ++++++ --- /var/tmp/diff_new_pack.950ecu/_old 2013-09-23 16:05:33.000000000 +0200 +++ /var/tmp/diff_new_pack.950ecu/_new 2013-09-23 16:05:33.000000000 +0200 @@ -32,6 +32,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0 +Requires(pre): pwdutils Recommends: %{name}-lang # tali used to be called 'gtali' and was part of gnome-games until 3.7.x Obsoletes: gtali < %{version} @@ -60,6 +61,10 @@ %suse_update_desktop_file gtali %{_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 g%{name}.scores_post %set_permissions %{_bindir}/%{name} %glib2_gsettings_schema_post -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
