Update to 1.1.6
This commit is contained in:
parent
6d409f568a
commit
09b1618631
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/cacti-1.1.3.tar.gz
|
||||
/cacti-1.1.4.tar.gz
|
||||
/cacti-1.1.5.tar.gz
|
||||
/cacti-1.1.6.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: cacti
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: An rrd based graphing tool
|
||||
License: GPLv2+
|
||||
@ -48,12 +48,12 @@ driven.
|
||||
%{__install} -d -m 0755 cache/ %{buildroot}/%{_localstatedir}/lib/%{name}/cache
|
||||
%{__install} -d -m 0755 cli/ %{buildroot}/%{_localstatedir}/lib/%{name}/cli
|
||||
%{__install} -d -m 0775 log/ %{buildroot}/%{_localstatedir}/log/%{name}/
|
||||
touch %{buildroot}/%{_localstatedir}/log/%{name}/%{name}.log
|
||||
%{__install} -d -m 0755 rra/ %{buildroot}/%{_localstatedir}/lib/%{name}/rra/
|
||||
%{__install} -d -m 0755 scripts/ %{buildroot}/%{_localstatedir}/lib/%{name}/scripts/
|
||||
%{__mv} *.php %{buildroot}/%{_datadir}/%{name}/
|
||||
%{__mv} cache/ %{buildroot}/%{_localstatedir}/lib/%{name}/
|
||||
%{__mv} cli/ %{buildroot}/%{_localstatedir}/lib/%{name}/
|
||||
%{__mv} log/%{name}.log %{buildroot}/%{_localstatedir}/log/%{name}/%{name}.log
|
||||
%{__mv} rra/ %{buildroot}/%{_localstatedir}/lib/%{name}/
|
||||
%{__mv} scripts/ %{buildroot}/%{_localstatedir}/lib/%{name}/
|
||||
%{__install} -p -D -m 0644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/cron.d/%{name}
|
||||
@ -130,6 +130,9 @@ fi
|
||||
%attr(-,root,root) %{_localstatedir}/lib/%{name}/lib
|
||||
|
||||
%changelog
|
||||
* Mon May 08 2017 Morten Stevens <mstevens@fedoraproject.org> - 1.1.6-1
|
||||
- Update to 1.1.6
|
||||
|
||||
* Wed Apr 26 2017 Morten Stevens <mstevens@fedoraproject.org> - 1.1.5-1
|
||||
- Update to 1.1.5
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cacti-1.1.5.tar.gz) = 8005839cd6c7ff388f671b64dba07373fe8ebf7664fe76c84320d77f1f5697c34a6fea0fb865d26ecf4d913bbcf2443d0bbc245455e6162d5ec73ac5345ec5d2
|
||||
SHA512 (cacti-1.1.6.tar.gz) = e8fd1fefb9060e9a246b04148593ad0b11cc0fba8ebc09e0e11d62586bf051df3a6ed8bca80d4eab4ead2b8a7cbc9de5bc8bfa404dfc9f5eac581b18365061b3
|
||||
|
Loading…
Reference in New Issue
Block a user