Accepting request 262755 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/262755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rrdtool?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2014-11-24 10:15:53 +00:00 committed by Git OBS Bridge
commit ab80ccca49
3 changed files with 15 additions and 4 deletions

View File

@ -17,14 +17,14 @@ test -r $RRDCACHED_CONFIG || { echo "$RRDCACHED_CONFIG not existing";
# 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"
;;

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 23 06:16:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashisms in rrdcached-systemd-pre script
-------------------------------------------------------------------
Wed Nov 19 22:59:24 UTC 2014 - dimstar@opensuse.org
- Replace systemd BuildRequires with pkgconfig(systemd): we do not
require the full installation / dep chain of systemd.
-------------------------------------------------------------------
Sun Feb 9 08:58:51 UTC 2014 - obs@botter.cc

View File

@ -35,9 +35,9 @@ BuildRequires: lua51-devel
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