Hello community,

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

Package is "redis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2014-07-28 
16:21:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2014-11-13 
09:17:44.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:34:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.yxZJPA/_old  2014-11-13 09:17:45.000000000 +0100
+++ /var/tmp/diff_new_pack.yxZJPA/_new  2014-11-13 09:17:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redis
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,8 +35,8 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         %{name}-conf.patch
 Patch2:         redis-enable-bactrace-on-x86-and-ia64-only.patch 
-BuildRequires:  tcl
 BuildRequires:  procps
+BuildRequires:  tcl
 Requires:       logrotate
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -92,8 +92,8 @@
 %endif
 
 %pre
-/usr/sbin/groupadd -r %{name} &>/dev/null || :
-/usr/sbin/useradd  -g %{name} -s /bin/false -r -c "User for Redis key-value 
store" -d %{_data_dir} %{name} &>/dev/null || :
+/usr/sbin/groupadd -r %{name} >/dev/null 2>&1 || :
+/usr/sbin/useradd -g %{name} -s /bin/false -r -c "User for Redis key-value 
store" -d %{_data_dir} %{name} >/dev/null 2>&1 || :
 
 %post
 %fillup_and_insserv %{name}

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

Reply via email to