forked from pool/munin
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
6939d301f8 | |||
e61ab3b43d | |||
635d66242a | |||
5b29f7ad6b | |||
|
0412e7c659 | ||
|
3a4daca137 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 11:42:04 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Drop dependency on fast-cgi which was replaced in 2.0.x by munin-httpd
|
||||
https://guide.munin-monitoring.org/en/latest/reference/munin-httpd.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 20:48:44 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add /srv/www directories to filelist [bsc#1231027]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 10:19:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package munin
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -71,7 +71,6 @@ Requires: perl-base = %{perl_version}
|
||||
Requires: perl-rrdtool
|
||||
Requires: rrdtool
|
||||
Requires: shadow
|
||||
Requires: spawn-fcgi
|
||||
Requires: perl(Date::Manip)
|
||||
Requires: perl(FCGI)
|
||||
Requires: perl(File::Copy::Recursive)
|
||||
@@ -300,6 +299,7 @@ fi
|
||||
%{_prefix}/lib/munin/munin-update
|
||||
%{_prefix}/lib/munin/DejaVuSans.ttf
|
||||
%{_prefix}/lib/munin/DejaVuSansMono.ttf
|
||||
%dir %{cgidir}
|
||||
%{cgidir}/munin-cgi-graph
|
||||
%{cgidir}/munin-cgi-html
|
||||
%{_prefix}/lib/tmpfiles.d/munin.conf
|
||||
@@ -313,6 +313,8 @@ fi
|
||||
%dir %{_sysconfdir}/cron.d
|
||||
%config %{_sysconfdir}/cron.d/munin
|
||||
%endif
|
||||
%dir /srv/www
|
||||
%dir /srv/www/htdocs
|
||||
%attr(0755, munin, munin) %dir %{htmldir}
|
||||
%attr(0444, munin, munin) %{htmldir}/.htaccess
|
||||
%dir %{_sysconfdir}/munin
|
||||
|
Reference in New Issue
Block a user