[resource-agents] Integrate with upcoming release of cluster

Fabio M. Di Nitto fabbione at fedoraproject.org
Fri Jul 8 14:13:02 UTC 2011


commit 96e58bcd3738abf5a391a2515021d08e44ca65bf
Author: Fabio M. Di Nitto <fdinitto at redhat.com>
Date:   Fri Jul 8 16:12:39 2011 +0200

    Integrate with upcoming release of cluster
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>

 resource-agents.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/resource-agents.spec b/resource-agents.spec
index 3637428..632c64d 100644
--- a/resource-agents.spec
+++ b/resource-agents.spec
@@ -33,7 +33,7 @@
 Name:		resource-agents
 Summary:	Open Source HA Reusable Cluster Resource Scripts
 Version:	3.9.2
-Release:	1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
+Release:	2%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
 License:	GPLv2+ and LGPLv2+
 URL:		http://to.be.defined.com/
 %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
@@ -259,6 +259,11 @@ rm -rf %{buildroot}
 
 %{_libdir}/heartbeat
 
+%if %{with rgmanager}
+%post -n resource-agents
+ccs_update_schema > /dev/null 2>&1 ||:
+%endif
+
 %if 0%{?suse_version}
 %preun -n ldirectord
 %stop_on_removal ldirectord
@@ -293,6 +298,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Jul  8 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.9.2-2
+- add post call to resource-agents to integrate with cluster 3.1.4
+
 * Thu Jun 30 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.9.2-1
 - new upstream release
 - fix 2 regressions from 3.9.1


More information about the scm-commits mailing list