diff --git a/.gitignore b/.gitignore index e608617..dbf9772 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ cacti-0.8.7g.tar.gz /cacti-0.8.8.tar.gz /cacti-0.8.8a.tar.gz /cacti-0.8.8a-notreeview.tar.gz +/cacti-0.8.8b-notreeview.tar.gz diff --git a/cacti.spec b/cacti.spec index 62b2190..359b247 100644 --- a/cacti.spec +++ b/cacti.spec @@ -1,6 +1,6 @@ Name: cacti -Version: 0.8.8a -Release: 9%{?dist} +Version: 0.8.8b +Release: 1%{?dist} Summary: An rrd based graphing tool Group: Applications/System @@ -8,7 +8,12 @@ Group: Applications/System License: GPLv2+ and LGPLv2 and (MPLv1.1 or GPLv2 or LGPLv2) and (LGPLv2 or BSD) URL: http://www.cacti.net/ # Source0: http://www.cacti.net/downloads/%%{name}-%%{version}.tar.gz -# Just unpack, rm -rf include/treeview/* , then repack. +# To generate the notreeview tarball: +# wget http://www.cacti.net/downloads/cacti-0.8.8b.tar.gz +# tar xzf cacti-0.8.8b.tar.gz +# rm -rf cacti-0.8.8b/include/treeview/* +# rm -rf cacti-0.8.8b.tar.gz +# tar czf cacti-0.8.8b-notreeview.tar.gz cacti-0.8.8b Source0: %{name}-%{version}-notreeview.tar.gz Source1: cacti-httpd.conf Source2: cacti.logrotate @@ -137,6 +142,9 @@ fi %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib %changelog +* Wed Aug 07 2013 Ken Dreyer - 0.8.8b-1 +- New upstream release (BZ #993042) + * Mon Jul 29 2013 Ken Dreyer - 0.8.8a-9 - Use %%{_pkgdocdir}, per https://fedoraproject.org/wiki/Changes/UnversionedDocdirs diff --git a/sources b/sources index 46afcd3..9c8d6b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0650becd06fb41a5fb6ea08e79ed5c3e cacti-0.8.8a-notreeview.tar.gz +4be3fec56815b7d803fff97a6bfdcd8f cacti-0.8.8b-notreeview.tar.gz