rpms/fence-agents/F-11 fence-agents.spec,1.8,1.9 sources,1.6,1.7

Fabio M. Di Nitto fabbione at fedoraproject.org
Tue Jul 28 17:41:32 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/fence-agents/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1119

Modified Files:
	fence-agents.spec sources 
Log Message:
New upstream stable release fixes several bugs



Index: fence-agents.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fence-agents/F-11/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	28 Jul 2009 17:41:32 -0000	1.9
@@ -1,7 +1,7 @@
 ###############################################################################
 ###############################################################################
 ##
-##  Copyright (C) 2004-2008 Red Hat, Inc.  All rights reserved.
+##  Copyright (C) 2004-2009 Red Hat, Inc.  All rights reserved.
 ##
 ##  This copyrighted material is made available to anyone wishing to use,
 ##  modify, copy, or redistribute it subject to the terms and conditions
@@ -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 rc1
+## define alphatag rc4
 
 Name: fence-agents
 Summary: Fence Agents for Red Hat Cluster
 Version: 3.0.0
-Release: 10%{?alphatag:.%{alphatag}}%{?dist}
+Release: 14%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 URL: http://sources.redhat.com/cluster/wiki/
@@ -31,25 +31,16 @@ 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 >= 1.0.0-1
+BuildRequires: openaislib-devel >= 1.0.0-1
 
 %prep
 %setup -q -n fence-agents-%{version}%{?alphatag:.%{alphatag}}
@@ -62,10 +53,6 @@ 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 +67,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 +83,31 @@ power management for several devices.
 %{_mandir}/man8/fence*
 
 %changelog
+* Tue Jul 28 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.0.0-14
+- New upstream release
+- spec file updates:
+  * Update copyright header
+  * final release.. undefine alphatag
+  * BuildRequires and Requires corosync/openais 1.0.0-1 final.
+
+* Thu Jul  2 2009 Fabio M. Di Nitto <fdinitto at 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 at redhat.com> - 3.0.0-12.rc3
+- New upstream release.
+- spec file updates:
+  * BuildRequires / Requires: latest corosync and openais
+
+* 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/F-11/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	28 Jul 2009 17:41:32 -0000	1.7
@@ -1 +1 @@
-a680218a4d297608232f51281445e150  fence-agents-3.0.0.rc1.tar.gz
+7bc650a9654a4e5059120243666b5eb5  fence-agents-3.0.0.tar.gz




More information about the fedora-extras-commits mailing list