Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
munin20
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
munin.changes
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Sep 13 18:53:23 UTC 2011 - cs@linux-administrator.com + +- change ownership of cgi scripts to munin:munin + +------------------------------------------------------------------- Sat Sep 3 08:25:07 UTC 2011 - cs@linux-administrator.com - added munin-2.0-beta4-http_loadtime.patch
[-]
[+]
Changed
munin.spec
^
@@ -1,6 +1,6 @@ # norootforbuild #!BuildIgnore: post-build-checks -%define pversion 2.0-beta4 +%define pversion 2.0-beta7 %define confdir /etc/munin %define libdir /usr/share/munin %define htmldir /srv/www/htdocs/munin @@ -10,7 +10,7 @@ %define statedir /var/run/munin Name: munin -Version: 1.9.4 +Version: 1.9.7 Release: 1 Summary: Network-wide graphing framework (grapher/gatherer) @@ -27,7 +27,7 @@ Source6: munin-node.cron.d Source7: plugins.conf -Patch0: munin-2.0-beta4-http_loadtime.patch +#Patch0: munin-2.0-beta4-http_loadtime.patch Requires: perl-HTML-Template perl-Log-Log4perl perl(Getopt::Long) >= 2.37 rrdtool logrotate cron Requires: perl(Net::SSLeay) @@ -118,7 +118,7 @@ %prep %setup -q -n %{name}-%{pversion} -%patch0 +##patch0 %build @@ -250,7 +250,7 @@ %{_datadir}/munin/DejaVuSans.ttf %{_datadir}/munin/DejaVuSansMono.ttf %{_datadir}/munin/munin-limits -%{cgidir}/munin-cgi-graph +%attr(0755,munin,munin) %{cgidir}/munin-cgi-graph %config %{confdir}/templates/* %config /etc/cron.d/munin %config(noreplace) %{confdir}/munin.conf @@ -266,7 +266,7 @@ %{_sysconfdir}/munin/static/style-1.2.css %{_sysconfdir}/munin/static/style-new.css %{_sysconfdir}/munin/static/style.css -%{cgidir}/munin-cgi-html +%attr(0755,munin,munin) %{cgidir}/munin-cgi-html %{_sbindir}/munin-sched %{_mandir}/man1/munin-sched.1* %{_datadir}/munin/munin-datafile2storable
Added
munin-2.0-beta7.tar.bz2
^