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:
commit
ab80ccca49
@ -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"
|
||||
;;
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user