[pve-devel] r6142 - in redhat-cluster/trunk: . debian

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Jun 24 06:40:36 CEST 2011


Author: dietmar
Date: 2011-06-24 06:40:36 +0200 (Fri, 24 Jun 2011)
New Revision: 6142

Modified:
   redhat-cluster/trunk/Makefile
   redhat-cluster/trunk/README
   redhat-cluster/trunk/debian/changelog
   redhat-cluster/trunk/debian/redhat-cluster-pve.install
   redhat-cluster/trunk/debian/rules
Log:
update to latest stable 3.1.3


Modified: redhat-cluster/trunk/Makefile
===================================================================
--- redhat-cluster/trunk/Makefile	2011-06-23 08:05:40 UTC (rev 6141)
+++ redhat-cluster/trunk/Makefile	2011-06-24 04:40:36 UTC (rev 6142)
@@ -1,6 +1,6 @@
 RELEASE=2.0
 
-RHCVER=3.1.0
+RHCVER=3.1.3
 RHCBRANCH=origin/STABLE31
 
 PACKAGE=redhat-cluster-pve

Modified: redhat-cluster/trunk/README
===================================================================
--- redhat-cluster/trunk/README	2011-06-23 08:05:40 UTC (rev 6141)
+++ redhat-cluster/trunk/README	2011-06-24 04:40:36 UTC (rev 6142)
@@ -1,4 +1,4 @@
-See http://sources.redhat.com/cluster/wiki/
+See https://fedorahosted.org/cluster/wiki/HomePage
 
 Sources from:
 

Modified: redhat-cluster/trunk/debian/changelog
===================================================================
--- redhat-cluster/trunk/debian/changelog	2011-06-23 08:05:40 UTC (rev 6141)
+++ redhat-cluster/trunk/debian/changelog	2011-06-24 04:40:36 UTC (rev 6142)
@@ -1,3 +1,11 @@
+redhat-cluster-pve (3.1.3-1) unstable; urgency=low
+
+  * update to latest stable 3.1.3
+  
+  * fix 45-dlm.rules install (now 51-dlm.rules)
+
+ -- Proxmox Support Team <support at proxmox.com>  Fri, 24 Jun 2011 06:26:04 +0200
+
 redhat-cluster-pve (3.1.0-1) unstable; urgency=low
 
   * update to latest stable 3.1.0

Modified: redhat-cluster/trunk/debian/redhat-cluster-pve.install
===================================================================
--- redhat-cluster/trunk/debian/redhat-cluster-pve.install	2011-06-23 08:05:40 UTC (rev 6141)
+++ redhat-cluster/trunk/debian/redhat-cluster-pve.install	2011-06-24 04:40:36 UTC (rev 6142)
@@ -8,5 +8,5 @@
 etc/init.d/cman
 etc/init.d/rgmanager
 etc/logrotate.d/cluster
-lib/udev/rules.d/45-dlm.rules
+lib/udev/rules.d/51-dlm.rules
 usr/lib/perl5

Modified: redhat-cluster/trunk/debian/rules
===================================================================
--- redhat-cluster/trunk/debian/rules	2011-06-23 08:05:40 UTC (rev 6141)
+++ redhat-cluster/trunk/debian/rules	2011-06-24 04:40:36 UTC (rev 6142)
@@ -33,11 +33,6 @@
 	# we do not install upstream doc
 	rm -rf debian/tmp/usr/share/doc/cluster
 
-	# move udev rules to correct location
-	install -d -m 0755 debian/tmp/lib/udev/rules.d
-	mv debian/tmp/etc/udev/rules.d/51-dlm.rules debian/tmp/lib/udev/rules.d/45-dlm.rules
-	rmdir debian/tmp/etc/udev/rules.d
-
 	dh_install --list-missing
 
 override_dh_shlibdeps:




More information about the pve-devel mailing list