3.0.0.rc4 release
This commit is contained in:
parent
4e2853b251
commit
29e4f7ff5e
@ -1 +1 @@
|
|||||||
fence-agents-3.0.0.rc3.tar.gz
|
fence-agents-3.0.0.rc4.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 rc3
|
%define alphatag rc4
|
||||||
|
|
||||||
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: 12%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 13%{?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/
|
||||||
@ -39,8 +39,8 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: nss-devel nspr-devel
|
BuildRequires: nss-devel nspr-devel
|
||||||
BuildRequires: libxml2-devel libvirt-devel
|
BuildRequires: libxml2-devel libvirt-devel
|
||||||
BuildRequires: clusterlib-devel >= 3.0.0
|
BuildRequires: clusterlib-devel >= 3.0.0
|
||||||
BuildRequires: corosynclib-devel >= 0.98-1
|
BuildRequires: corosynclib-devel >= 0.100-1
|
||||||
BuildRequires: openaislib-devel >= 0.97-1
|
BuildRequires: openaislib-devel >= 0.100-1
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n fence-agents-%{version}%{?alphatag:.%{alphatag}}
|
%setup -q -n fence-agents-%{version}%{?alphatag:.%{alphatag}}
|
||||||
@ -53,7 +53,6 @@ BuildRequires: openaislib-devel >= 0.97-1
|
|||||||
--sbindir=%{_sbindir} \
|
--sbindir=%{_sbindir} \
|
||||||
--initddir=%{_sysconfdir}/rc.d/init.d \
|
--initddir=%{_sysconfdir}/rc.d/init.d \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--enable_virt \
|
|
||||||
--disable_kernel_check
|
--disable_kernel_check
|
||||||
|
|
||||||
##CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
##CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
||||||
@ -84,6 +83,12 @@ power management for several devices.
|
|||||||
%{_mandir}/man8/fence*
|
%{_mandir}/man8/fence*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 2 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-13.rc4
|
||||||
|
- New upstream release.
|
||||||
|
- spec file updates:
|
||||||
|
* BuildRequires / Requires: latest corosync and openais
|
||||||
|
* Drop --enable_virt. Now default upstream
|
||||||
|
|
||||||
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12.rc3
|
* Sat Jun 20 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.0.0-12.rc3
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- spec file updates:
|
- spec file updates:
|
||||||
|
Loading…
Reference in New Issue
Block a user