Hello community,

here is the log from the commit of package rtkit for openSUSE:Factory checked 
in at 2014-11-13 09:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtkit (Old)
 and      /work/SRC/openSUSE:Factory/.rtkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtkit/rtkit.changes      2014-03-04 
22:31:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rtkit.new/rtkit.changes 2014-11-13 
09:19:36.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:38:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rtkit.spec ++++++
--- /var/tmp/diff_new_pack.j7JIDW/_old  2014-11-13 09:19:38.000000000 +0100
+++ /var/tmp/diff_new_pack.j7JIDW/_new  2014-11-13 09:19:38.000000000 +0100
@@ -80,7 +80,7 @@
 %endif
 
 %pre
-groupadd -r rtkit &>/dev/null || :
+groupadd -r rtkit >/dev/null 2>&1 || :
 /usr/bin/id rtkit >/dev/null 2>&1 || \
         useradd -r -g rtkit -c 'RealtimeKit' -s /bin/false -d /proc rtkit
 

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

Reply via email to