diff --git a/.cvsignore b/.cvsignore index 95588b9..fbe5406 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -fence-agents-3.0.0.alpha6.tar.gz +fence-agents-3.0.0.alpha7.tar.gz diff --git a/fence-agents.spec b/fence-agents.spec index 8ce5407..294fe5e 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -14,12 +14,12 @@ # http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html # keep around ready for later user -%define alphatag alpha6 +%define alphatag alpha7 Name: fence-agents Summary: Fence Agents for Red Hat Cluster Version: 3.0.0 -Release: 6%{?alphatag:.%{alphatag}}%{?dist} +Release: 7%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Base URL: http://sources.redhat.com/cluster/wiki/ @@ -87,15 +87,6 @@ chmod 0755 $RPM_BUILD_ROOT%{_datadir}/fence/telnet_ssl %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/chkconfig --add scsi_reserve - -%preun -if [ "$1" = 0 ]; then - /sbin/service scsi_reserve stop >/dev/null 2>&1 - /sbin/chkconfig --del scsi_reserve -fi - %description Red Hat Fence Agents is a collection of scripts to handle remote power management for several devices. @@ -103,15 +94,16 @@ power management for several devices. %files %defattr(-,root,root,-) %doc doc/COPYING.* doc/COPYRIGHT doc/README.licence -%{_sysconfdir}/rc.d/init.d/scsi_reserve -%dir %{_sysconfdir}/cluster/cman-notify.d -%{_sysconfdir}/cluster/cman-notify.d/scsi_reserve_notify %{_sbindir}/fence* %{_datadir}/fence %{_datadir}/snmp/mibs/* %{_mandir}/man8/fence* %changelog +* Fri Mar 6 2009 Fabio M. Di Nitto - 3.0.0-7.alpha7 +- New upstream release. +- Drop fence_scsi init stuff that's not required anylonger. + * Tue Mar 3 2009 Fabio M. Di Nitto - 3.0.0-6.alpha6 - New upstream release. diff --git a/sources b/sources index 2877ed5..7b4d29b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce58a2548d880d709bc22777179acab5 fence-agents-3.0.0.alpha6.tar.gz +e88f4935e04540bb774b973a90e34d58 fence-agents-3.0.0.alpha7.tar.gz