rpms/pacemaker/F-13 .cvsignore, 1.8, 1.9 pacemaker.spec, 1.11, 1.12 sources, 1.8, 1.9

Andrew Beekhof beekhof at fedoraproject.org
Wed May 12 11:53:12 UTC 2010


Author: beekhof

Update of /cvs/pkgs/rpms/pacemaker/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5783

Modified Files:
	.cvsignore pacemaker.spec sources 
Log Message:
New upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-13/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	11 Mar 2010 11:48:15 -0000	1.8
+++ .cvsignore	12 May 2010 11:53:11 -0000	1.9
@@ -1 +1 @@
-972b9a5f6860.tar.bz2
+Pacemaker-1.1.2.tar.bz2


Index: pacemaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-13/pacemaker.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- pacemaker.spec	11 Mar 2010 11:48:15 -0000	1.11
+++ pacemaker.spec	12 May 2010 11:53:12 -0000	1.12
@@ -17,7 +17,7 @@
 %bcond_without publican
 
 %global specversion 1
-%global upstream_version 972b9a5f6860
+%global upstream_version Pacemaker-1.1.2
 %global upstream_prefix Pacemaker-1-1-
 
 # Keep around for when/if required
@@ -39,7 +39,7 @@
 
 Name:		pacemaker
 Summary:	Scalable High-Availability cluster resource manager
-Version:	1.1.1
+Version:	1.1.2
 Release:	%{pcmk_release}
 License:	GPLv2+ and LGPLv2+
 Url:		http://www.clusterlabs.org
@@ -70,12 +70,10 @@ Requires:	net-snmp >= 5.4
 
 %if %{with ais}
 BuildRequires:	corosynclib-devel
-Requires:	corosync
 %endif
 
 %if %{with heartbeat}
 BuildRequires:	heartbeat-devel heartbeat-libs
-Requires:	heartbeat >= 3.0.0
 %endif
 
 %if %{with publican}
@@ -300,6 +298,46 @@ rm -rf %{buildroot}
 %doc AUTHORS
 
 %changelog
+
+* Thu Mar 11 2010 Andrew Beekhof <andrew at beekhof.net> - 1.1.2-1
+- Update the tarball from upstream to version 1.1.2
+  + High: ais: Ensure the list of active processes sent to clients is always up-to-date
+  + High: ais: Fix previous commit, actually return a result in get_process_list()
+  + High: ais: Fix two more uses of getpwnam() in non-thread-safe locations
+  + High: ais: Look for the correct conf variable for turning on file logging
+  + High: ais: Need to find a better and thread-safe way to set core_uses_pid. Disable for now.
+  + High: ais: Use the threadsafe version of getpwnam
+  + High: Core: Bug lf#2414 - Prevent use-after-free reported by valgrind when doing xpath based deletions
+  + High: Core: Bump the feature set due to the new failcount expiry feature
+  + High: Core: Fix memory leak in replace_xml_child() reported by valgrind
+  + High: Core: fix memory leaks exposed by valgrind
+  + High: crmd: Bug 2401 - Improved detection of partially active peers
+  + High: crmd: Bug lf#2379 - Ensure the cluster terminates when the PE isn't available
+  + High: crmd: Bug lf#2414 - Prevent use-after-free of the PE connection after it dies
+  + High: crmd: Bug lf#2414 - Prevent use-after-free of the stonith-ng connection
+  + High: crmd: Do not allow the target_rc to be misused by resource agents
+  + High: crmd: Do not ignore action timeouts based on FSA state
+  + High: crmd: Ensure we dont get stuck in S_PENDING if we loose an election to someone that never talks to us again
+  + High: crmd: Fix memory leaks exposed by valgrind
+  + High: crmd: Remove race condition that could lead to multiple instances of a clone being active on a machine
+  + High: crmd: Send erase_status_tag() calls to the local CIB when the DC is fenced, since there is no DC to accept them
+  + High: crmd: Use global fencing notifications to prevent secondary fencing operations of the DC
+  + High: PE: Bug lf#2383 - Combine failcounts for all instances of an anonymous clone on a host
+  + High: PE: Bug lf#2384 - Fix intra-set colocation and ordering
+  + High: PE: Bug lf#2403 - Enforce mandatory promotion (colocation) constraints
+  + High: PE: Bug lf#2412 - Correctly locate clone instances by their prefix
+  + High: PE: Don't be so quick to pull the trigger on nodes that are coming up
+  + High: PE: Fix memory leaks exposed by valgrind
+  + High: PE: Fix memory leaks reported by valgrind
+  + High: PE: Rewrite native_merge_weights() to avoid Fix use-after-free
+  + High: Shell: always reload status if working with the cluster (bnc#590035)
+  + High: Shell: Default to using the status section from the live CIB (bnc#592762)
+  + High: Shell: edit multiple meta_attributes sets in resource management (lf#2315)
+  + High: Shell: enable comments (lf#2221)
+  + High: Shell: implement new cibstatus interface and commands (bnc#580492)
+  + High: Shell: new configure filter command
+  + High: Tools: crm_mon - fix memory leaks exposed by valgrind
+
 * Thu Mar 11 2010 Andrew Beekhof <andrew at beekhof.net> - 1.1.1-1
 - Split cluster tests and documentation off into sub packages as per upstream 
 - Update the tarball from upstream to version 972b9a5f6860


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pacemaker/F-13/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	11 Mar 2010 11:48:16 -0000	1.8
+++ sources	12 May 2010 11:53:12 -0000	1.9
@@ -1 +1 @@
-9e41709fcbcffd87cb7b49fd146584f4  972b9a5f6860.tar.bz2
+3d8c879cdbe6e98228f23a54e380cfa2  Pacemaker-1.1.2.tar.bz2



More information about the scm-commits mailing list