Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory checked 
in at 2014-11-24 11:15:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rrdtool (Old)
 and      /work/SRC/openSUSE:Factory/.rrdtool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rrdtool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes  2014-02-15 
17:18:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes     2014-11-24 
11:16:00.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Nov 23 06:16:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in rrdcached-systemd-pre script
+
+-------------------------------------------------------------------
+Wed Nov 19 22:59:24 UTC 2014 - [email protected]
+
+- Replace systemd BuildRequires with pkgconfig(systemd): we do not
+  require the full installation / dep chain of systemd.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rrdtool.spec ++++++
--- /var/tmp/diff_new_pack.tzm6oW/_old  2014-11-24 11:16:04.000000000 +0100
+++ /var/tmp/diff_new_pack.tzm6oW/_new  2014-11-24 11:16:04.000000000 +0100
@@ -35,9 +35,9 @@
 BuildRequires:  pango-devel
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
-BuildRequires:  systemd
 BuildRequires:  tcl-devel
 BuildRequires:  tcpd-devel
+BuildRequires:  pkgconfig(systemd)
 Requires:       perl = %{perl_version}
 Version:        1.4.7
 Release:        0

++++++ rrdcached-systemd-pre ++++++
--- /var/tmp/diff_new_pack.tzm6oW/_old  2014-11-24 11:16:04.000000000 +0100
+++ /var/tmp/diff_new_pack.tzm6oW/_new  2014-11-24 11:16:04.000000000 +0100
@@ -17,14 +17,14 @@
 # Read config   
 . $RRDCACHED_CONFIG
 
-function check_and_create_dir(){
+check_and_create_dir() {
         local DIR=$1
         test -d "$DIR" || mkdir -p "$DIR"
 }
 
 case "$RRDCACHED_ADDRESS" in
-        ^unix:) 
-                SOCKETDIR=$(dirname ${RRDCACHED_ADDRESS/unix:/})
+        unix:*)
+                SOCKETDIR=$(dirname ${RRDCACHED_ADDRESS#unix:})
                 check_and_create_dir "$SOCKETDIR"
                 chgrp $RRDCACHED_GROUP "$SOCKETDIR"
         ;;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to