[DRBD-cvs] r1572 - branches/drbd-0.7

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


Author: lars
Date: 2004-09-29 23:06:55 +0200 (Wed, 29 Sep 2004)
New Revision: 1572

Modified:
   branches/drbd-0.7/Makefile
Log:
wrong regex for version check in Changelog

Modified: branches/drbd-0.7/Makefile
===================================================================
--- branches/drbd-0.7/Makefile	2004-09-29 20:40:49 UTC (rev 1571)
+++ branches/drbd-0.7/Makefile	2004-09-29 21:06:55 UTC (rev 1572)
@@ -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