rpms/rpm/devel rpm.spec,1.260,1.261

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Wed Oct 3 14:03:15 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27556

Modified Files:
	rpm.spec 
Log Message:
- escape macro in comments, duh



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- rpm.spec	3 Oct 2007 10:56:24 -0000	1.260
+++ rpm.spec	3 Oct 2007 14:02:43 -0000	1.261
@@ -151,7 +151,7 @@
 
 %build
 
-# XXX pull in updated config.guess and config.sub as done by %configure
+# XXX pull in updated config.guess and config.sub as done by %%configure
 # which cannot be used to build rpm itself due to makefile brokenness
 for i in $(find . -name config.guess -o -name config.sub) ; do 
     [ -f /usr/lib/rpm/redhat/$(basename $i) ] && %{__rm} -f $i && %{__cp} -fv /usr/lib/rpm/redhat/$(basename $i) $i 




More information about the fedora-extras-commits mailing list