Update to 1.1.10
This commit is contained in:
parent
aec77e760a
commit
040b494892
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/cacti-1.1.5.tar.gz
|
/cacti-1.1.5.tar.gz
|
||||||
/cacti-1.1.6.tar.gz
|
/cacti-1.1.6.tar.gz
|
||||||
/cacti-1.1.7.tar.gz
|
/cacti-1.1.7.tar.gz
|
||||||
|
/cacti-1.1.10.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: cacti
|
Name: cacti
|
||||||
Version: 1.1.7
|
Version: 1.1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An rrd based graphing tool
|
Summary: An rrd based graphing tool
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -120,6 +120,10 @@ if [ $1 -eq 1 ] ; then
|
|||||||
%systemd_postun_with_restart httpd.service
|
%systemd_postun_with_restart httpd.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set selinux extended file attributes for /var/log/cacti to httpd_sys_rw_content_t
|
||||||
|
semanage fcontext -m -t httpd_sys_rw_content_t "/var/log/cacti(/.*)?"
|
||||||
|
restorecon -Rv '/var/log/cacti' &> /dev/null || :
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun_with_restart httpd.service
|
%systemd_postun_with_restart httpd.service
|
||||||
|
|
||||||
@ -162,6 +166,9 @@ fi
|
|||||||
%attr(-,root,root) %{_localstatedir}/lib/%{name}/lib
|
%attr(-,root,root) %{_localstatedir}/lib/%{name}/lib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2017 Morten Stevens <mstevens@fedoraproject.org> - 1.1.10-1
|
||||||
|
- Update to 1.1.10
|
||||||
|
|
||||||
* Mon May 22 2017 Morten Stevens <mstevens@fedoraproject.org> - 1.1.7-1
|
* Mon May 22 2017 Morten Stevens <mstevens@fedoraproject.org> - 1.1.7-1
|
||||||
- Update to 1.1.7
|
- Update to 1.1.7
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cacti-1.1.7.tar.gz) = 33c35d1f8d07478d40c756c87f6c1aad3d327e9b42bb4aa5131738ace4b6f9feef4a042b154c894f5a71ba627652e6f2eab286f023e1bf29abb88ed9c21b19f0
|
SHA512 (cacti-1.1.10.tar.gz) = 59eb3ec987981081a71cdc94ba10364f2f1a3dbe577bdbad60cd952b307c1590efd3d1dc5c79751f9a46a4b40bc669042f9b1d4155d220e94eb8e1a75c896579
|
||||||
|
Loading…
Reference in New Issue
Block a user