From 0901f26445c92774976f77cd455e90379c3ad0c8 Mon Sep 17 00:00:00 2001 From: Mike McGrath Date: Mon, 23 Feb 2009 17:14:22 +0000 Subject: [PATCH] upstream released new version --- cacti.spec | 13 +++++++++++-- sources | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/cacti.spec b/cacti.spec index 64d46be..5d3a94b 100644 --- a/cacti.spec +++ b/cacti.spec @@ -1,6 +1,6 @@ Name: cacti -Version: 0.8.7b -Release: 3%{?dist} +Version: 0.8.7d +Release: 1%{?dist} Summary: An rrd based graphing tool Group: Applications/System @@ -44,6 +44,8 @@ rm -rf %{buildroot} %{__install} -d -m 0755 rra/ %{buildroot}/%{_localstatedir}/lib/%{name}/rra/ %{__install} -d -m 0755 scripts/ %{buildroot}/%{_localstatedir}/lib//%{name}/scripts/ %{__install} -m 0755 scripts/* %{buildroot}/%{_localstatedir}/lib/%{name}/scripts/ +%{__install} -d -m 0755 cli/ %{buildroot}/%{_localstatedir}/lib//%{name}/cli/ +%{__install} -m 0755 cli/* %{buildroot}/%{_localstatedir}/lib/%{name}/cli/ %{__install} -D -m 0644 cacti.cron %{buildroot}/%{_sysconfdir}/cron.d/cacti %{__install} -D -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/httpd/conf.d/cacti.conf %{__install} -D -m 0644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/logrotate.d/cacti @@ -97,10 +99,17 @@ fi %attr(-,cacti,apache) %{_localstatedir}/log/%{name}/ %attr(-,cacti,root) %{_localstatedir}/lib/%{name}/rra/ %attr(0644,root,root) %{_localstatedir}/lib/%{name}/scripts/*php +%attr(0644,root,root) %{_localstatedir}/lib/%{name}/cli/*php %attr(0644,root,root) %{_localstatedir}/lib/%{name}/include %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib %changelog +* Sat Feb 21 2009 Mike McGrath - 0.8.7d-1 +- Upstream released new version + +* Mon Jul 28 2008 Mike McGrath - 0.8.7b-4 +- Added cli directory + * Fri Jul 18 2008 Tom "spot" Callaway - 0.8.7b-3 - fix my own mistake in the license tag diff --git a/sources b/sources index 3c0dd35..bc380c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63ffca5735b60bc33c68bc880f0e8042 cacti-0.8.7b.tar.gz +0822068bfa547278e94d3143ef9279e0 cacti-0.8.7d.tar.gz