From: kupcevic@sourceware.org <kupcevic@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga conga.spec.in.in
Date: 30 Jun 2006 22:12:34 -0000 [thread overview]
Message-ID: <20060630221234.14736.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: kupcevic at sourceware.org 2006-06-30 22:12:34
Modified files:
. : conga.spec.in.in
Log message:
towards FC compliant specfile: Requires & Provides
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.11&r2=1.12
--- conga/conga.spec.in.in 2006/06/28 21:42:43 1.11
+++ conga/conga.spec.in.in 2006/06/30 22:12:34 1.12
@@ -79,11 +79,9 @@
Group: System Environment/Base
Summary: Conga Remote Management System - Management Station (https frontend)
Requires: chkconfig initscripts
-Requires: /bin/bash
Requires: python zope plone
Requires: openssl mailcap stunnel
-Requires: ricci
-Provides: luci
+Requires: ricci = %{version}-%{release}
%description -n luci
@@ -167,30 +165,26 @@
Group: System Environment/Base
Summary: Conga Remote Management System - Managed Station (dispatcher daemon, including basic management modules)
Requires: chkconfig initscripts
-Requires: /bin/bash
-Requires: oddjob dbus libxml2 openssl pam
-Requires: ricci = %{version}-%{release}
-Requires: ricci-modrpm = %{version}-%{release}
-Requires: ricci-modstorage = %{version}-%{release}
-Requires: ricci-modservice = %{version}-%{release}
-Requires: ricci-modlog = %{version}-%{release}
+Requires: oddjob dbus openssl pam
+Requires: sed
Requires: ricci-modcluster = %{version}-%{release}
-Provides: ricci ricci-modreboot
+# modreboot
+Provides: ricci-modreboot = %{version}-%{release}
# modrpm
-Provides: ricci-modrpm
+Provides: ricci-modrpm = %{version}-%{release}
# modstorage
Requires: parted
-Provides: ricci-modstorage
+Provides: ricci-modstorage = %{version}-%{release}
# modservice
Requires: chkconfig initscripts
-Provides: ricci-modservice
+Provides: ricci-modservice = %{version}-%{release}
# modlog
-Provides: ricci-modlog
+Provides: ricci-modlog = %{version}-%{release}
%description -n ricci
Conga is a project developing management system for remote stations.
@@ -252,9 +246,9 @@
fi
/bin/kill -s SIGHUP `cat /var/run/messagebus.pid`
/sbin/service oddjobd reload > /dev/null 2>&1
-RUNS=(`runlevel`)
+RUNS=(`/sbin/runlevel`)
RUNLEVEL=${RUNS[1]}
-STATE=`chkconfig --list ricci | sed -e s,.*\\\t$RUNLEVEL:\\\\\(o[nf]f\\\?\\\\\).*,\\\1,`
+STATE=`/sbin/chkconfig --list ricci | sed -e s,.*\\\t$RUNLEVEL:\\\\\(o[nf]f\\\?\\\\\).*,\\\1,`
if [ $STATE = "on" ]; then
/sbin/service ricci restart > /dev/null 2>&1
fi
@@ -269,9 +263,9 @@
/bin/kill -s SIGHUP `cat /var/run/messagebus.pid`
/sbin/service oddjobd reload > /dev/null 2>&1
if [ "$1" -ge "1" ]; then
- RUNS=(`runlevel`)
+ RUNS=(`/sbin/runlevel`)
RUNLEVEL=${RUNS[1]}
- STATE=`chkconfig --list ricci | sed -e s,.*\\\t$RUNLEVEL:\\\\\(o[nf]f\\\?\\\\\).*,\\\1,`
+ STATE=`/sbin/chkconfig --list ricci | sed -e s,.*\\\t$RUNLEVEL:\\\\\(o[nf]f\\\?\\\\\).*,\\\1,`
if [ $STATE = "on" ]; then
/sbin/service ricci restart > /dev/null 2>&1
fi
@@ -288,9 +282,8 @@
Group: System Environment/Base
Summary: Conga Remote Management System - Managed Clustered Station (cluster management module)
Requires: chkconfig initscripts
-Requires: /bin/bash
-Requires: oddjob libxml2 openssl
-Provides: ricci-modcluster
+Requires: oddjob openssl
+Requires: sed
Conflicts: clumon
%description -n ricci-modcluster
@@ -315,9 +308,9 @@
/sbin/chkconfig --add ricci-modclusterd
/bin/kill -s SIGHUP `cat /var/run/messagebus.pid`
/sbin/service oddjobd reload > /dev/null 2>&1
-RUNS=(`runlevel`)
+RUNS=(`/sbin/runlevel`)
RUNLEVEL=${RUNS[1]}
-STATE=`chkconfig --list ricci-modclusterd | sed -e s,.*\\\t$RUNLEVEL:\\\\\(o[nf]f\\\?\\\\\).*,\\\1,`
+STATE=`/sbin/chkconfig --list ricci-modclusterd | sed -e s,.*\\\t$RUNLEVEL:\\\\\(o[nf]f\\\?\\\\\).*,\\\1,`
if [ "$STATE" = "on" ]; then
/sbin/service ricci-modclusterd restart > /dev/null 2>&1
fi
@@ -345,10 +338,9 @@
%package -n cluster-snmp
Group: System Environment/Base
Summary: Red Hat Enterprise Linux Cluster Suite - SNMP agent
-Requires: /bin/bash
-Requires: net-snmp ricci-modcluster
-Requires: oddjob libxml2 openssl
-Provides: cluster-snmp
+Requires: ricci-modcluster = %{version}-%{release}
+Requires: net-snmp
+Requires: oddjob openssl
Conflicts: clumon-snmp
%description -n cluster-snmp
@@ -362,6 +354,7 @@
%{_docdir}/cluster-snmp-%{version}/
%pre -n cluster-snmp
+exit 0
%post -n cluster-snmp
#/bin/kill -s SIGHUP `cat /var/run/messagebus.pid`
@@ -370,6 +363,7 @@
exit 0
%preun -n cluster-snmp
+exit 0
%postun -n cluster-snmp
#/bin/kill -s SIGHUP `cat /var/run/messagebus.pid`
@@ -387,10 +381,9 @@
%package -n cluster-cim
Group: System Environment/Base
Summary: Red Hat Enterprise Linux Cluster Suite - CIM provider
-Requires: /bin/bash
-Requires: tog-pegasus ricci-modcluster
-Requires: oddjob libxml2 openssl
-Provides: cluster-cim
+Requires: ricci-modcluster = %{version}-%{release}
+Requires: tog-pegasus
+Requires: oddjob openssl
Conflicts: clumon-cim
%description -n cluster-cim
@@ -402,6 +395,7 @@
%{_docdir}/cluster-cim-%{version}/
%pre -n cluster-cim
+exit 0
%post -n cluster-cim
#/bin/kill -s SIGHUP `cat /var/run/messagebus.pid`
@@ -410,6 +404,7 @@
exit 0
%preun -n cluster-cim
+exit 0
%postun -n cluster-cim
#/bin/kill -s SIGHUP `cat /var/run/messagebus.pid`
next reply other threads:[~2006-06-30 22:12 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-30 22:12 kupcevic [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-09-23 17:34 [Cluster-devel] conga conga.spec.in.in rmccabe
2008-06-13 18:39 rmccabe
2008-06-13 18:38 rmccabe
2008-05-16 17:11 rmccabe
2008-05-16 17:10 rmccabe
2008-05-16 17:08 rmccabe
2008-04-18 3:28 rmccabe
2008-03-19 14:59 rmccabe
2008-01-23 5:20 rmccabe
2008-01-23 4:57 rmccabe
2008-01-22 15:20 rmccabe
2007-10-09 20:57 rmccabe
2007-08-29 1:02 rmccabe
2007-08-27 18:42 rmccabe
2007-08-11 4:23 rmccabe
2007-08-11 4:22 rmccabe
2007-08-09 22:37 rmccabe
2007-07-16 22:18 rmccabe
2007-06-29 15:58 rmccabe
2007-06-26 21:41 rmccabe
2007-06-18 19:06 rmccabe
2007-04-30 18:34 rmccabe
2007-04-10 19:51 rmccabe
2007-03-30 14:48 kupcevic
2007-03-27 2:20 rmccabe
2007-03-27 2:17 rmccabe
2007-03-20 17:39 rmccabe
2007-03-20 17:38 rmccabe
2007-03-20 17:26 rmccabe
2007-03-20 17:01 kupcevic
2007-03-20 16:38 kupcevic
2007-03-01 1:02 rmccabe
2007-02-16 15:55 rmccabe
2007-02-16 15:54 rmccabe
2007-01-17 16:38 kupcevic
2007-01-10 23:52 rmccabe
2007-01-10 23:51 rmccabe
2006-12-22 18:06 rmccabe
2006-12-22 18:04 rmccabe
2006-12-22 18:01 rmccabe
2006-12-22 18:00 rmccabe
2006-12-14 18:28 rmccabe
2006-12-13 23:58 rmccabe
2006-12-12 13:58 kupcevic
2006-12-12 5:21 rmccabe
2006-12-11 23:52 rmccabe
2006-12-06 23:03 rmccabe
2006-11-16 18:23 rmccabe
2006-11-15 18:07 rmccabe
2006-08-21 23:22 kupcevic
2006-08-18 20:10 kupcevic
2006-08-18 13:59 kupcevic
2006-07-25 21:00 kupcevic
2006-07-17 22:57 kupcevic
2006-07-05 22:08 kupcevic
2006-06-28 21:42 kupcevic
2006-06-27 21:46 kupcevic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060630221234.14736.qmail@sourceware.org \
--to=kupcevic@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).