RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 08-Nov-2007 01:26:48
Branch: rpm-4_5 Handle: 2007110800264800
Modified files: (Branch: rpm-4_5)
rpm/build parsePrep.c
Log:
- add leading space when writing patch -F command.
Summary:
Revision Changes Path
2.69.2.4 +1 -1 rpm/build/parsePrep.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/build/parsePrep.c
============================================================================
$ cvs diff -u -r2.69.2.3 -r2.69.2.4 parsePrep.c
--- rpm/build/parsePrep.c 19 Jun 2007 13:50:31 -0000 2.69.2.3
+++ rpm/build/parsePrep.c 8 Nov 2007 00:26:48 -0000 2.69.2.4
@@ -87,7 +87,7 @@
t = stpcpy( stpcpy(t, "--suffix "), db);
}
if (fuzz) {
- t = stpcpy(t, "-F ");
+ t = stpcpy(t, " -F ");
sprintf(t, "%10.10d", fuzz);
t += strlen(t);
}
@@ .
Received on Thu Nov 8 01:26:48 2007