[cacti/el5] add net-snmp-utils dependency, and doc updates

Ken Dreyer ktdreyer at fedoraproject.org
Tue Jan 8 18:08:19 UTC 2013


commit 2562be05a207ec28ce8f43f373f7c9c4049b4bbc
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Tue Jan 8 11:00:00 2013 -0700

    add net-snmp-utils dependency, and doc updates
    
    - Add note to README.fedora about the default MySQL password
    - Remove reference to "docs/INSTALL" in README.fedora (RHBZ #893122)
    - Add dependency on net-snmp-utils (RHBZ #893150)

 cacti.README.fedora |    6 ++----
 cacti.spec          |    6 ++++++
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/cacti.README.fedora b/cacti.README.fedora
index ac0ff3a..17453cb 100644
--- a/cacti.README.fedora
+++ b/cacti.README.fedora
@@ -4,10 +4,6 @@ In order for Cacti to function properly, please edit the following:
 /etc/cron.d/cacti
 /etc/http/conf.d/cacti.conf
 
-For more information about setting up the database please read:
-
-docs/INSTALL
-
 The installation procedure, briefly summarized:
 
   Create the cacti MySQL database:
@@ -23,6 +19,8 @@ The installation procedure, briefly summarized:
   # mysql
   mysql> GRANT ALL ON cacti.* TO cactiuser at localhost IDENTIFIED BY 'cactiuser';
 
+  (Use a different password in the above GRANT command.)
+
   Then visit http://localhost/cacti/ to complete the installation.
 
 Cacti's install procedure is not fully compatible with mod_security. If you use
diff --git a/cacti.spec b/cacti.spec
index e2eba8e..2ad0929 100644
--- a/cacti.spec
+++ b/cacti.spec
@@ -24,6 +24,7 @@ Patch1: Third-try-on-jstree-inclusion.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: php, php-mysql, mysql, httpd, rrdtool, net-snmp, php-snmp
+Requires: net-snmp-utils
 Requires(pre): %{_sbindir}/useradd
 Requires(postun): /sbin/service 
 BuildArch: noarch
@@ -128,6 +129,11 @@ fi
 %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
 
 %changelog
+* Tue Jan 08 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.8.8a-6
+- Add note to README.fedora about the default MySQL password
+- Remove reference to "docs/INSTALL" in README.fedora (RHBZ #893122)
+- Add dependency on net-snmp-utils (RHBZ #893150)
+
 * Fri Jan 04 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.8.8a-5
 - Install our README file as README.fedora
 


More information about the scm-commits mailing list