[tree/f14] Renumbered patches.

Tim Waugh twaugh at fedoraproject.org
Mon Jul 4 10:42:10 UTC 2011


commit 77fe36e58fb4e41d959a8b873c778c3f8402bd5f
Author: Tim Waugh <twaugh at redhat.com>
Date:   Mon Jul 4 11:12:20 2011 +0100

    Renumbered patches.

 tree.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tree.spec b/tree.spec
index f8f84cf..7b86b52 100644
--- a/tree.spec
+++ b/tree.spec
@@ -6,9 +6,9 @@ Group: Applications/File
 License: GPLv2+
 Url: http://mama.indstate.edu/users/ice/tree/
 Source: ftp://mama.indstate.edu/linux/tree/tree-%{version}.tgz
-Patch2: tree-no-strip.patch
-Patch3: tree-preserve-timestamps.patch
-Patch4: tree-no-color-by-default.patch
+Patch1: tree-no-strip.patch
+Patch2: tree-preserve-timestamps.patch
+Patch3: tree-no-color-by-default.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -19,13 +19,13 @@ utility.
 %prep
 %setup -q
 # Don't strip binary in the Makefile -- let rpmbuild do it.
-%patch2 -p1 -b .no-strip
+%patch1 -p1 -b .no-strip
 
 # Preserve timestamp on man page.
-%patch3 -p1 -b .preserve-timestamps
+%patch2 -p1 -b .preserve-timestamps
 
 # Disable color output by default.
-%patch4 -p1 -b .no-color-by-default
+%patch3 -p1 -b .no-color-by-default
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" "CPPFLAGS=$(getconf LFS_CFLAGS)" %{?_smp_mflags}


More information about the scm-commits mailing list