rpms/fence-agents/devel .cvsignore, 1.6, 1.7 fence-agents.spec, 1.8, 1.9 sources, 1.6, 1.7

Fabio M. Di Nitto fabbione at fedoraproject.org
Wed Jun 10 09:01:33 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/fence-agents/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3287

Modified Files:
	.cvsignore fence-agents.spec sources 
Log Message:
Update to rc2 + git 94df30ca63e49afb1e8aeede65df8a3e5bcd0970



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fence-agents/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	24 Mar 2009 09:16:31 -0000	1.6
+++ .cvsignore	10 Jun 2009 09:01:02 -0000	1.7
@@ -1 +1 @@
-fence-agents-3.0.0.rc1.tar.gz
+fence-agents-3.0.0.rc2.tar.gz


Index: fence-agents.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fence-agents/devel/fence-agents.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- fence-agents.spec	24 Mar 2009 09:16:31 -0000	1.8
+++ fence-agents.spec	10 Jun 2009 09:01:03 -0000	1.9
@@ -14,16 +14,17 @@
 # http://www.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
 
 # keep around ready for later user
-%define alphatag rc1
+%define alphatag rc2
 
 Name: fence-agents
 Summary: Fence Agents for Red Hat Cluster
 Version: 3.0.0
-Release: 10%{?alphatag:.%{alphatag}}%{?dist}
+Release: 11%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
 Source0: ftp://sources.redhat.com/pub/cluster/releases/fence-agents-%{version}%{?alphatag:.%{alphatag}}.tar.gz
+Patch0: fence-agents-head.diff
 
 ## Runtime deps
 Requires: sg3_utils OpenIPMI telnet openssh-clients
@@ -31,28 +32,20 @@ Requires: pexpect net-snmp-utils pyOpenS
 
 ## Setup/build bits
 
-# build support for virtualization
-%define buildvirt 0
-%ifarch i386 i486 i586 i686 x86_64 ia64
-%define buildvirt 1
-%endif
-
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # Build dependencies
 BuildRequires: perl python
 BuildRequires: glibc-devel
-
-%if %{buildvirt}
-BuildRequires: libxml2-devel
+BuildRequires: nss-devel nspr-devel
+BuildRequires: libxml2-devel libvirt-devel
 BuildRequires: clusterlib-devel >= 3.0.0
-BuildRequires: corosynclib-devel >= 0.95-1
-BuildRequires: openaislib-devel >= 0.94-1
-BuildRequires: nss-devel nspr-devel libvirt-devel
-%endif
+BuildRequires: corosynclib-devel >= 0.97-1.svn2226
+BuildRequires: openaislib-devel >= 0.96-1.svn1951
 
 %prep
 %setup -q -n fence-agents-%{version}%{?alphatag:.%{alphatag}}
+%patch0 -p1
 
 # we inherit configure from cluster project. Configure it for vars we need.
 # building from source directly without those parameters will NOT work.
@@ -62,10 +55,7 @@ BuildRequires: nss-devel nspr-devel libv
   --sbindir=%{_sbindir} \
   --initddir=%{_sysconfdir}/rc.d/init.d \
   --libdir=%{_libdir} \
-%if %{buildvirt}
   --enable_virt \
-  --openaislibdir=%{_libdir}/openais \
-%endif
   --disable_kernel_check
 
 ##CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
@@ -80,7 +70,6 @@ make -C fence/man install DESTDIR=%{buil
 ## tree fix up
 # fix libfence permissions
 chmod 0755 %{buildroot}%{_datadir}/fence/*.py
-chmod 0755 %{buildroot}%{_datadir}/fence/telnet_ssl
 
 %clean
 rm -rf %{buildroot}
@@ -97,6 +86,13 @@ power management for several devices.
 %{_mandir}/man8/fence*
 
 %changelog
+* Wed Jun 10 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-11.rc2
+- New upstream release  + git94df30ca63e49afb1e8aeede65df8a3e5bcd0970
+- spec file updates:
+  * BuildRequires / Requires: latest corosync and openais
+  * Build fence_xvm unconditionally now that libvirt is everywhere
+  * Drop telnet_ssl wrapper in favour of nss version
+
 * Tue Mar 24 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-10.rc1
 - New upstream release.
 - Cleanup BuildRequires to avoid to pull in tons of stuff when it's not


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fence-agents/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	24 Mar 2009 09:16:31 -0000	1.6
+++ sources	10 Jun 2009 09:01:03 -0000	1.7
@@ -1 +1 @@
-a680218a4d297608232f51281445e150  fence-agents-3.0.0.rc1.tar.gz
+d98bd8cd184cc6e0c092f7bb7c7967f7  fence-agents-3.0.0.rc2.tar.gz




More information about the fedora-extras-commits mailing list