Hello community,

here is the log from the commit of package urfkill for openSUSE:Factory checked 
in at 2012-11-08 21:54:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/urfkill (Old)
 and      /work/SRC/openSUSE:Factory/.urfkill.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "urfkill", Maintainer is "g...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/urfkill/urfkill.changes  2012-06-10 
23:04:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.urfkill.new/urfkill.changes     2012-11-08 
21:54:26.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov  6 02:29:36 UTC 2012 - g...@suse.com
+
+- Amend the %pre script
+- Specify the required glib2 version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ urfkill.spec ++++++
--- /var/tmp/diff_new_pack.KjCBWs/_old  2012-11-08 21:54:27.000000000 +0100
+++ /var/tmp/diff_new_pack.KjCBWs/_new  2012-11-08 21:54:27.000000000 +0100
@@ -27,7 +27,7 @@
 Patch0:         urfkill-change-default-user.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gettext
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel >= 2.30.1
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -98,10 +98,8 @@
 rm -rf %{buildroot}
 
 %pre
-/usr/sbin/groupadd -r urfkill 2> /dev/null || :
-/usr/sbin/useradd -r -o -g urfkill -s /bin/false \
--c "killswitch control daemon" -d /var/lib/urfkill urfkill 2> /dev/null || :
-/usr/sbin/usermod -g urfkill -G urfkill -s /bin/false urfkill 2> /dev/null
+getent group urfkill >/dev/null || groupadd -r urfkill
+getent passwd urfkill >/dev/null || useradd -r -g urfkill -d /var/lib/urfkill 
-s /bin/false -c "killswitch control daemon" urfkill
 
 %post -p /sbin/ldconfig
 


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

Reply via email to