[DRBD-cvs] drbd by phil; I think it should check drbd.spec.in now...

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Thu, 5 Feb 2004 10:10:50 +0100 (CET)


DRBD CVS committal

Author  : phil
Module  : drbd

Dir     : drbd


Modified Files:
	Makefile 


Log Message:
I think it should check drbd.spec.in now...

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- Makefile	5 Feb 2004 09:07:19 -0000	1.26
+++ Makefile	5 Feb 2004 09:10:45 -0000	1.27
@@ -37,10 +37,10 @@
 
 check_changelogs_up2date:
 	@ up2date=true; \
-	if ! sed -e '0,/^%changelog/d' drbd.spec \
+	if ! sed -e '0,/^%changelog/d' drbd.spec.in \
 	   | grep "^- drbd ($(REL_VERSION)-" >/dev/null 2>&1 ; \
 	then \
-	   echo "You need to update the %changelog in drbd.spec"; \
+	   echo "You need to update the %changelog in drbd.spec.in"; \
 	   up2date=false; fi; \
 	if ! grep "^drbd ($(REL_VERSION)-" >/dev/null 2>&1 debian/changelog; \
 	then \