From: Marc Fournier Date: Wed, 28 Jan 2015 14:06:28 +0000 (+0100) Subject: RPM specfile: doc clarification X-Git-Tag: collectd-5.3.2~9 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=92d1a1ffbef7f4251164d1d3b64832f1dd7c474a;p=collectd.git RPM specfile: doc clarification --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index d976cc32..53f51ffc 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -14,10 +14,12 @@ # - 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 \