From 2562be05a207ec28ce8f43f373f7c9c4049b4bbc Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jan 08 2013 18:04:22 +0000 Subject: 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) --- 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@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 - 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 - 0.8.8a-5 - Install our README file as README.fedora