]> git.pld-linux.org Git - packages/diamond.git/blobdiff - diamond.spec
Release 2. Typo in TODO.
[packages/diamond.git] / diamond.spec
index f74f32d5f416d3926107f861182b649d5fff1e40..9cbe9018b324c408d6e051dbee444e3697c36792 100644 (file)
@@ -1,5 +1,5 @@
 # TODO
-# - missing %post %service restart
+# - missing %%post %%service restart
 #
 # Conditional build:
 %bcond_with    tests   # do not perform "make test"
@@ -8,7 +8,7 @@ Summary:        Python daemon that collects system metrics and publishes them to Graphi
 Summary(pl.UTF-8):     Demon napisany w Pythonie, zbierający statystyki i publikujący je do Graphite (i innych)
 Name:          diamond
 Version:       4.0.195
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/d/diamond/%{name}-%{version}.tar.gz
@@ -20,6 +20,12 @@ URL:         https://github.com/python-diamond/Diamond
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.710
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
 Requires:      python-configobj >= 5.0.6
 Requires:      python-modules
 Suggests:      python-setproctitle
This page took 0.041788 seconds and 4 git commands to generate.