From 79912f91c32cd7cd7febc9050a7aab05f9d15725 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 29 Jan 2009 16:37:35 +0000 Subject: - call patch with -U (aka --unified-reject-files) --- build.macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.macros.in b/build.macros.in index 15bfa83..500020f 100644 --- a/build.macros.in +++ b/build.macros.in @@ -10,7 +10,7 @@ # when %_with_git_repository is set, these macros modify the behaviour of "%prep" step: %_after_setup %{?_with_git_repository:GIT_URL="%{?git_url}" GIT_REPOSITORY_CACHE=%{?git_repository_cache} @RPMVENDORDIR@/git-repository--after-tarball} -%_patch %{?_with_git_repository:PKG_NAME=%{name} @RPMVENDORDIR@/git-repository--apply-patch}%{?!_with_git_repository:%__patch} +%_patch %{?_with_git_repository:PKG_NAME=%{name} @RPMVENDORDIR@/git-repository--apply-patch}%{?!_with_git_repository:%__patch -U} # used by "git-repository--after-tarball": %git_repository_cache %_topdir/%{name}.git -- cgit v1.2.1