SPECS: munin.spec - fixed preun scriptlet - added some R:
baggins
baggins at pld-linux.org
Thu Oct 6 19:07:05 CEST 2005
Author: baggins Date: Thu Oct 6 17:07:05 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed preun scriptlet
- added some R:
---- Files affected:
SPECS:
munin.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/munin.spec
diff -u SPECS/munin.spec:1.8 SPECS/munin.spec:1.9
--- SPECS/munin.spec:1.8 Thu Oct 6 18:58:50 2005
+++ SPECS/munin.spec Thu Oct 6 19:07:00 2005
@@ -21,8 +21,8 @@
BuildRequires: htmldoc
BuildRequires: html2text
BuildRequires: perl-devel
-
Requires: %{name}-common = %{version}-%{release}
+Requires: perl-Date-Manip
Requires: perl-HTML-Template
Requires: perl-Net-Server
Requires: rrdtool
@@ -68,6 +68,8 @@
Requires: %{name}-common = %{version}-%{release}
#Requires: perl-Config-General
Requires: perl-Net-Server
+Requires: perl-Net-SNMP
+Requires: perl-libwww
Requires: procps >= 2.0.7
Requires: sysstat
@@ -141,7 +143,7 @@
%pre common
%groupadd -g 158 munin
-%useradd -o -u 158 -s /bin/false -g munin -c "Munin Node agent" -d /var/lib/munin
+%useradd -o -u 158 -s /bin/false -g munin -c "Munin Node agent" -d /var/lib/munin munin
%postun common
if [ "$1" = "0" ]; then
@@ -207,6 +209,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2005/10/06 17:07:00 baggins
+- fixed preun scriptlet
+- added some R:
+
Revision 1.8 2005/10/06 16:58:50 baggins
- added common package
- FHS compliant
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/munin.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list