Logoj0ke.net Open Build Service > Projects > server:monitoring > cacti > Changes
Sign Up | Log In

Changes of Revision 24

[-] Changed cacti.changes
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Sat Mar 15 15:45:31 UTC 2014 - cs@linux-administrator.com
4
+
5
+- update spec
6
+- added cacti-0.8.8b_COMMENT.patch 
7
+
8
+-------------------------------------------------------------------
9
 Wed Aug  7 19:46:08 UTC 2013 - cs@linux-administrator.com
10
 
11
 - udpate to release 0.8.8b
12
[-] Changed cacti.spec ^
17
 
1
@@ -23,6 +23,7 @@
2
 Source2:        %{name}-httpd.conf
3
 Source3:        %{name}.logrotate
4
 Patch0:         %{name}-%{version}-cacti-log-path.patch
5
+Patch1:        cacti-0.8.8b_COMMENT.patch
6
 Requires:       http_daemon net-snmp rrdtool php 
7
 Recommends:    mod_php_any
8
 Recommends:    php-fpm
9
@@ -52,6 +53,7 @@
10
 %prep
11
 %setup -q
12
 %patch0
13
+%patch1
14
 
15
 %build
16
 find . -iname \*.orig -exec rm {} \;
17
[+] Added cacti-0.8.8b_COMMENT.patch ^