Accepting request 252590 from server:monitoring
1 OBS-URL: https://build.opensuse.org/request/show/252590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/munin?expand=0&rev=2
This commit is contained in:
commit
9478c79e04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13db9b00d432b92907d61f9f2bd18c2aafca03b2a6e257222fff17aa4ed02896
|
||||
size 1335496
|
3
munin-2.0.21.tar.gz
Normal file
3
munin-2.0.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76ad6602706f3449e727adbfc35014e9b4193b3691a5ca032d5a8d78e9ed259b
|
||||
size 1336783
|
@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 07:17:33 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
- update to version 2.0.21
|
||||
* bugfix release
|
||||
It fixes the "start should be less than end" bug.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 12:58:09 UTC 2014 - darin@darins.net
|
||||
|
||||
- remove conditions on Sources and include them regardless
|
||||
- remove conditions on Sources and include them regardless
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 15:54:28 UTC 2014 - wr@rosenauer.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package munin
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
%define active_by_default 0
|
||||
|
||||
Name: munin
|
||||
Version: 2.0.19
|
||||
Version: 2.0.21
|
||||
Release: 0
|
||||
Summary: Network-wide graphing framework (grapher/gatherer)
|
||||
License: GPL-2.0
|
||||
@ -107,8 +107,8 @@ Requires: perl-Log-Log4perl
|
||||
Requires: perl-Net-SNMP
|
||||
Requires: perl-Net-SSLeay
|
||||
Requires: perl-Net-Server
|
||||
Requires: perl-libwww-perl
|
||||
Requires: perl-base = %{perl_version}
|
||||
Requires: perl-libwww-perl
|
||||
Requires: ps
|
||||
Requires: pwdutils
|
||||
Requires: sysstat
|
||||
@ -237,8 +237,7 @@ getent passwd munin > /dev/null || /usr/sbin/useradd -r -c "munin monitoring" -d
|
||||
%endif
|
||||
|
||||
%post node
|
||||
if [ $1 = 1 ]
|
||||
then
|
||||
if [ $1 = 1 ]; then
|
||||
%if 0%{?suse_version} < 1220
|
||||
/sbin/chkconfig --add munin-node
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user