diff --git a/munin-2.0.19.tar.gz b/munin-2.0.19.tar.gz deleted file mode 100644 index d37a9a5..0000000 --- a/munin-2.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13db9b00d432b92907d61f9f2bd18c2aafca03b2a6e257222fff17aa4ed02896 -size 1335496 diff --git a/munin-2.0.21.tar.gz b/munin-2.0.21.tar.gz new file mode 100644 index 0000000..813f8f5 --- /dev/null +++ b/munin-2.0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ad6602706f3449e727adbfc35014e9b4193b3691a5ca032d5a8d78e9ed259b +size 1336783 diff --git a/munin.changes b/munin.changes index d61e664..2c19b05 100644 --- a/munin.changes +++ b/munin.changes @@ -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 diff --git a/munin.spec b/munin.spec index ab93503..0d61d34 100644 --- a/munin.spec +++ b/munin.spec @@ -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