packages: cacti-plugin-memcached/cacti-plugin-memcached.spec, cacti-plugin-...
glen
glen at pld-linux.org
Thu Jul 16 10:11:15 CEST 2009
Author: glen Date: Thu Jul 16 08:11:15 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- depend on shebang in template; rel 2
---- Files affected:
packages/cacti-plugin-memcached:
cacti-plugin-memcached.spec (1.2 -> 1.3) , shebang.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/cacti-plugin-memcached/cacti-plugin-memcached.spec
diff -u packages/cacti-plugin-memcached/cacti-plugin-memcached.spec:1.2 packages/cacti-plugin-memcached/cacti-plugin-memcached.spec:1.3
--- packages/cacti-plugin-memcached/cacti-plugin-memcached.spec:1.2 Tue Mar 17 13:06:02 2009
+++ packages/cacti-plugin-memcached/cacti-plugin-memcached.spec Thu Jul 16 10:11:10 2009
@@ -1,15 +1,15 @@
# $Revision$, $Date$
%define plugin memcached
-# $Revision$, $Date$
Summary: Memcached Cacti Template
Name: cacti-plugin-%{plugin}
Version: 1.0
-Release: 1
+Release: 2
License: GPL v2
Group: Applications/WWW
Source0: http://content.dealnews.com/dealnews/developers/cacti-%{plugin}-%{version}.tar.gz
# Source0-md5: 1febadae299aff606860da60ef3bd80e
URL: http://dealnews.com/developers/cacti/memcached.html
+Patch0: shebang.patch
Requires: cacti >= 0.8.6j
Requires: cacti-add_template
Requires: python-memcached
@@ -32,6 +32,7 @@
%prep
%setup -q -n cacti-%{plugin}-%{version}
+%patch0 -p1
%install
rm -rf $RPM_BUILD_ROOT
@@ -57,6 +58,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/07/16 08:11:10 glen
+- depend on shebang in template; rel 2
+
Revision 1.2 2009/03/17 12:06:02 glen
- release 1
================================================================
Index: packages/cacti-plugin-memcached/shebang.patch
diff -u /dev/null packages/cacti-plugin-memcached/shebang.patch:1.1
--- /dev/null Thu Jul 16 10:11:15 2009
+++ packages/cacti-plugin-memcached/shebang.patch Thu Jul 16 10:11:10 2009
@@ -0,0 +1,11 @@
+--- cacti-plugin-memcached/cacti_memcached_host_template.xml~ 2006-07-04 06:43:34.000000000 +0300
++++ cacti-plugin-memcached/cacti_memcached_host_template.xml 2009-07-16 11:08:14.860757243 +0300
+@@ -1119,7 +1119,7 @@
+ <hash_0300115e00ab857a021489fc3c0c1a30677e34>
+ <name>Memcached - Statistics</name>
+ <type_id>1</type_id>
+- <input_string>python <path_cacti>/scripts/memcached.py <hostname></input_string>
++ <input_string><path_cacti>/scripts/memcached.py <hostname></input_string>
+ <fields>
+ <hash_0700118f2eae45e32f2fd9c348f18e40fe295b>
+ <name>Host to query for memcached statistics.</name>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cacti-plugin-memcached/cacti-plugin-memcached.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list