New upstream release
This commit is contained in:
parent
0fecb3cbbe
commit
0cec887010
@ -1 +1 @@
|
|||||||
fence-agents-3.0.0.alpha6.tar.gz
|
fence-agents-3.0.0.alpha7.tar.gz
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
|
# http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
|
||||||
|
|
||||||
# keep around ready for later user
|
# keep around ready for later user
|
||||||
%define alphatag alpha6
|
%define alphatag alpha7
|
||||||
|
|
||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Fence Agents for Red Hat Cluster
|
Summary: Fence Agents for Red Hat Cluster
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 6%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 7%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/cluster/wiki/
|
URL: http://sources.redhat.com/cluster/wiki/
|
||||||
@ -87,15 +87,6 @@ chmod 0755 $RPM_BUILD_ROOT%{_datadir}/fence/telnet_ssl
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
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
|
%description
|
||||||
Red Hat Fence Agents is a collection of scripts to handle remote
|
Red Hat Fence Agents is a collection of scripts to handle remote
|
||||||
power management for several devices.
|
power management for several devices.
|
||||||
@ -103,15 +94,16 @@ power management for several devices.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
%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*
|
%{_sbindir}/fence*
|
||||||
%{_datadir}/fence
|
%{_datadir}/fence
|
||||||
%{_datadir}/snmp/mibs/*
|
%{_datadir}/snmp/mibs/*
|
||||||
%{_mandir}/man8/fence*
|
%{_mandir}/man8/fence*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 6 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 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 <fdinitto@redhat.com> - 3.0.0-6.alpha6
|
* Tue Mar 3 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-6.alpha6
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user