Merge pull request #899 from mfournier/write_http-multiple-destionations
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 2 Feb 2015 10:24:08 +0000 (11:24 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 2 Feb 2015 10:24:08 +0000 (11:24 +0100)
write_http: make callback names context-dependent

contrib/redhat/collectd.spec

index d976cc3..53f51ff 100644 (file)
 # - enable the EPEL repository (http://dl.fedoraproject.org/pub/epel/) in the
 #   configuration files for your target systems (/etc/mock/*.cfg).
 #
-# - copy this file in your ~/rpmbuild/SPECS/ directory
-#
 # - fetch the desired collectd release file from https://collectd.org/files/
-#   and save it in your ~/rpmbuild/SOURCES/ directory
+#   and save it in your ~/rpmbuild/SOURCES/ directory (or build your own out of
+#   the git repository: ./build.sh && ./configure && make-dist-bz2)
+#
+# - copy this file in your ~/rpmbuild/SPECS/ directory. Make sure the
+#   "Version:" tag matches the version from the tarball.
 #
 # - build the SRPM first:
 #   mock -r centos-6-x86_64 --buildsrpm --spec ~/rpmbuild/SPECS/collectd.spec \