Update to 1.0.4
This commit is contained in:
parent
5de7921dc7
commit
94ae710721
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/cacti-1.0.0.tar.gz
|
||||
/cacti-1.0.2.tar.gz
|
||||
/cacti-1.0.3.tar.gz
|
||||
/cacti-1.0.4.tar.gz
|
||||
|
14
cacti.spec
14
cacti.spec
@ -1,6 +1,6 @@
|
||||
Name: cacti
|
||||
Version: 1.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: An rrd based graphing tool
|
||||
License: GPLv2+
|
||||
URL: http://www.cacti.net/
|
||||
@ -10,8 +10,11 @@ Source2: cacti.logrotate
|
||||
Source3: cacti.README.fedora
|
||||
Source4: %{name}.cron
|
||||
|
||||
Requires: php, php-mysqlnd, php-snmp, php-pdo, php-ldap, php-xml, mariadb, httpd, rrdtool, net-snmp
|
||||
Requires: net-snmp-utils
|
||||
Requires: php, php-ldap, php-mbstring, php-mysqlnd, php-pdo, php-snmp, php-xml
|
||||
Requires: mariadb
|
||||
Requires: httpd
|
||||
Requires: rrdtool
|
||||
Requires: net-snmp, net-snmp-utils
|
||||
Requires: crontabs
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd
|
||||
@ -127,6 +130,9 @@ fi
|
||||
%attr(-,root,root) %{_localstatedir}/lib/%{name}/lib
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2017 Morten Stevens <mstevens@fedoraproject.org> - 1.0.4-1
|
||||
- Update to 1.0.4
|
||||
|
||||
* Sat Feb 18 2017 Morten Stevens <mstevens@fedoraproject.org> - 1.0.3-2
|
||||
- Cacti 1.0.x spec file improvements
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cacti-1.0.3.tar.gz) = a101a4f370ba14f4f6536b5fef2ddba9b909aef7d2afc76bc147c9a65bc82dec3c7adae04fe086a88dca6fdf5f29028ea414c04a3420aadbb3d9895d3446a172
|
||||
SHA512 (cacti-1.0.4.tar.gz) = 2b271ac2d3ec32c69726ac0f0d32de42159eea5d2d4e38dc797c7191e5b91d14114ad89a5eee7fee2808e66f14f0b7ed027f85c2da2e3ec8f3a5aa1b900cea90
|
||||
|
Loading…
Reference in New Issue
Block a user