[DRBD-cvs] r1573 - trunk

svn at svn.drbd.org svn at svn.drbd.org
Wed Sep 29 23:07:23 CEST 2004


Author: lars
Date: 2004-09-29 23:07:20 +0200 (Wed, 29 Sep 2004)
New Revision: 1573

Modified:
   trunk/
   trunk/Makefile
Log:
wrong regex for version check in Changelog


Property changes on: trunk
___________________________________________________________________
Name: propagate:at
   - 1571
   + 1573

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2004-09-29 21:06:55 UTC (rev 1572)
+++ trunk/Makefile	2004-09-29 21:07:20 UTC (rev 1573)
@@ -84,7 +84,7 @@
 	then \
 	   echo "You need to update the %changelog in drbd.spec.in"; \
 	   up2date=false; fi; \
-	if ! grep "^$$dver_re$$" >/dev/null 2>&1 ChangeLog; \
+	if ! grep "^$$dver_re\>" >/dev/null 2>&1 ChangeLog; \
 	then \
 	   echo "You need to update ChangeLog"; \
 	   up2date=false; fi ; \



More information about the drbd-cvs mailing list