rpms/pacemaker/F-12 .cvsignore, 1.7, 1.8 pacemaker.spec, 1.9, 1.10 sources, 1.7, 1.8

Andrew Beekhof beekhof at fedoraproject.org
Thu Feb 11 08:50:05 UTC 2010


Author: beekhof

Update of /cvs/pkgs/rpms/pacemaker/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4563

Modified Files:
	.cvsignore pacemaker.spec sources 
Log Message:
Update with 1.0.7 from upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	9 Dec 2009 12:02:45 -0000	1.7
+++ .cvsignore	11 Feb 2010 08:50:05 -0000	1.8
@@ -1,2 +1 @@
-ee19d8e83c2a.tar.bz2
-66b7bfd467f3.patch
+d3fa20fc76c7.tar.bz2


Index: pacemaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-12/pacemaker.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- pacemaker.spec	9 Dec 2009 12:02:45 -0000	1.9
+++ pacemaker.spec	11 Feb 2010 08:50:05 -0000	1.10
@@ -4,8 +4,8 @@
 %global with_heartbeat_support	1
 %global pcmk_docdir %{_docdir}/%{name}
 
-%global specversion 5
-%global upstream_version ee19d8e83c2a
+%global specversion 1
+%global upstream_version d3fa20fc76c7
 %global upstream_prefix Pacemaker-1-0-
 
 # Keep around for when/if required
@@ -19,13 +19,12 @@
 
 Name:		pacemaker
 Summary:	Scalable High-Availability cluster resource manager
-Version:	1.0.5
+Version:	1.0.7
 Release:	%{pcmk_release}
 License:	GPLv2+ and LGPLv2+
 Url:		http://www.clusterlabs.org
 Group:		System Environment/Daemons
 Source0:	http://hg.clusterlabs.org/pacemaker/stable-1.0/archive/%{upstream_version}.tar.bz2
-Patch1:		66b7bfd467f3.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 AutoReqProv:	on
@@ -107,7 +106,6 @@ resource health.
 
 %prep
 %setup -q -n %{upstream_prefix}%{upstream_version}
-%patch1 -p1
 
 %build
 ./autogen.sh
@@ -183,7 +181,6 @@ rm -rf %{buildroot}
 %exclude %{pcmk_docdir}/COPYING
 %exclude %{pcmk_docdir}/COPYING.LIB
 
-%exclude %{pcmk_docdir}/index.html
 %doc %{pcmk_docdir}/crm_cli.txt
 %doc %{pcmk_docdir}/crm_fencing.txt
 %doc %{pcmk_docdir}/README.hb2openais
@@ -223,6 +220,61 @@ rm -rf %{buildroot}
 %doc AUTHORS
 
 %changelog
+* Thu Feb 11 2010 Andrew Beekhof <andrew at beekhof.net> - 1.0.7-1
+- Drop cluster name patch, its included in the upstream tarball
+- Update the tarball from upstream to version ee19d8e83c2a
+  + High: PE: Bug 2213 - Ensure groups process location constraints so that clone-node-max works for cloned groups
+  + High: PE: Bug lf#2153 - non-clones shouldn't restart when clones stop/start on other nodes
+  + High: PE: Bug lf#2209 - Clone ordering should be able to prevent startup of dependant clones
+  + High: PE: Bug lf#2216 - Correctly identify the state of anonymous clones when deciding when to probe
+  + High: PE: Bug lf#2225 - Operations that require fencing should wait for 'stonith_complete' not 'all_stopped'.
+  + High: PE: Bug lf#2225 - Prevent clone peers from stopping while another is instance is (potentially) being fenced
+  + High: PE: Correctly anti-colocate with a group
+  + High: PE: Correctly unpack ordering constraints for resource sets to avoid graph loops
+  + High: cib: Ensure the loop for login message terminates
+  + High: cib: Finally fix reliability of receiving large messages over remote plaintext connections
+  + High: cib: Fix remote notifications
+  + High: cib: For remote connections, default to CRM_DAEMON_USER since thats the only one that the cib can validate the password for using PAM
+  + High: cib: Remote plaintext - Retry sending parts of the message that didn't fit the first time
+  + High: crmd: Ensure batch-limit is correctly enforced
+  + High: crmd: Ensure we have the latest status after a transition abort
+  + High: shell: Add allow-migrate as allowed meta-attribute (bnc#539968)
+  + High: shell: load help from crm_cli.txt
+  + High: shell: recovery from bad/outdated help index file
+  + High: shell: resource sets (bnc#550923)
+  + High: shell: support for description attribute in resources/operations (bnc#548690)
+  + High: shell: (bnc#547579,547582) - status section editing support
+  + Medium: PE: Bug lf#2206 - rsc_order constraints always use score at the top level
+  + Medium: PE: Only complain about target-role=master for non m/s resources
+  + Medium: PE: Prevent non-multistate resources from being promoted through target-role
+  + Medium: PE: Provide a default action for resource-set ordering
+  + Medium: PE: Silently fix requires=fencing for stonith resources so that it can be set in op_defaults
+  + Medium: Tools: Bug lf#2307 - Provide a way to determin the nodeid of past cluster members
+  + Medium: cib: Create valid notification control messages
+  + Medium: cib: Send password prompt to stderr so that stdout can be redirected
+  + Medium: fencing: stonithd: add metadata for stonithd instance attributes (and support in the shell)
+  + Medium: fencing: stonithd: ignore case when comparing host names (LF 2292)
+  + Medium: shell: Bug lf#2286 - Allow the shell to accept template parameters on the command line
+  + Medium: shell: add update method to template apply (LF 2289)
+  + Medium: shell: direct RA interface for ocf class resource agents (LF 2270)
+  + Medium: shell: direct RA interface for stonith class resource agents (LF 2270)
+  + Medium: shell: don't add score which doesn't exist
+  + Medium: shell: don't consider warnings as errors (LF 2274)
+  + Medium: shell: don't remove sets which contain id-ref attribute (LF 2304)
+  + Medium: shell: don't verify empty configurations (lf#2316)
+  + Medium: shell: drop empty attributes elements
+  + Medium: shell: exclude locations when testing for pathological constraints (LF 2300)
+  + Medium: shell: fix exit code on single shot commands
+  + Medium: shell: fix node delete (LF 2305)
+  + Medium: shell: implement -F (--force) option
+  + Medium: shell: rename status to cibstatus (LF 2236)
+  + Medium: shell: revisit configure commit
+  + Medium: shell: stay in crm if user specified level only (LF 2286)
+  + Medium: shell: verify changes on exit from the configure level
+  + Medium: tools: Make crm_mon functional with remote connections
+  + Medium: xml: Bug bnc#552713 - Treat node unames as text fields not IDs
+  + Medium: xml: Bug lf#2215 - Create an always-true expression for empty rules when upgrading from 0.6
+
 * Wed Dec 9 2009 Andrew Beekhof <andrew at beekhof.net> - 1.0.5-5
 - Include patch of changeset 66b7bfd467f3:
   Some clients such as gfs_controld want a cluster name, allow one to be specified in corosync.conf


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	9 Dec 2009 12:02:45 -0000	1.7
+++ sources	11 Feb 2010 08:50:05 -0000	1.8
@@ -1,2 +1 @@
-277e12a5417ff294b166225f4d7c4648  ee19d8e83c2a.tar.bz2
-de83e10d71d85f06882fe60998d91207  66b7bfd467f3.patch
+f2c4fc52b0ce3f640014c953eb829990  d3fa20fc76c7.tar.bz2



More information about the scm-commits mailing list