diff --git a/collectd-fix_spamassassin_doc.patch b/collectd-fix_spamassassin_doc.patch index 7a480e4..a78bea5 100644 --- a/collectd-fix_spamassassin_doc.patch +++ b/collectd-fix_spamassassin_doc.patch @@ -1,5 +1,7 @@ ---- contrib/SpamAssassin/Collectd.pm.orig 2012-02-20 15:38:06.192423142 +0100 -+++ contrib/SpamAssassin/Collectd.pm 2012-02-20 15:38:14.568422853 +0100 +Index: contrib/SpamAssassin/Collectd.pm +=================================================================== +--- contrib/SpamAssassin/Collectd.pm.orig ++++ contrib/SpamAssassin/Collectd.pm @@ -4,12 +4,6 @@ Collectd - plugin for filling collectd with stats @@ -13,3 +15,12 @@ =head1 SYNOPSIS loadplugin Mail::SpamAssassin::Plugin::Collectd +@@ -47,6 +41,8 @@ often it should try. + + =cut + ++=back ++ + =head1 DESCRIPTION + + This modules uses the email plugin of collectd from Sebastian Harl to diff --git a/collectd.changes b/collectd.changes index 1d4fc2d..5ba7a09 100644 --- a/collectd.changes +++ b/collectd.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Aug 1 08:54:24 UTC 2013 - tchvatal@suse.com + +- Tarball was actually broken, rather stick with no download url, + because upstream provides only 3.0 and newer for download now. + +------------------------------------------------------------------- +Thu Aug 1 08:40:54 UTC 2013 - tchvatal@suse.com + +- Update the tarball so download_files serivce is silent. + +------------------------------------------------------------------- +Fri Jun 28 07:25:05 UTC 2013 - coolo@suse.com + +- fix more of spamassasin's doc + ------------------------------------------------------------------- Mon Aug 27 21:39:32 UTC 2012 - crrodriguez@opensuse.org diff --git a/collectd.spec b/collectd.spec index ce99c50..6837047 100644 --- a/collectd.spec +++ b/collectd.spec @@ -2,7 +2,7 @@ # # spec file for package collectd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2005-2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -126,7 +126,9 @@ Source1: collectd.suse.init Source2: collectd.apache2.conf Source3: collectd-js.apache2.conf # bundled/in-tree libnetlink.a, see http://mailman.verplant.org/pipermail/collectd/2007-October/001210.html -Source10: http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-%{libnetlink_version}.tar.bz2 +# Can't use download url as upstream changed download layout and provide only versions 3.0 and newer. +# https://www.kernel.org/pub/linux/utils/net/iproute2/ +Source10: iproute2-%{libnetlink_version}.tar.bz2 # workaround for missing pthread.pc on openSUSE, required by OpenIPMIpthread.pc # see https://bugzilla.novell.com/show_bug.cgi?id=388026 Source20: collectd-pthread.pc