From ea81e48cea04450781cdf782b4e0702c4dfc5b01 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Mon, 21 Dec 2009 18:13:24 +0000 Subject: [PATCH] +QUILT_PATCH_OPTS="--fuzz=0" +QUILT_PATCHES=.. +QUILT_SERIES=../series --- .quiltrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.quiltrc b/.quiltrc index 97ea51a..1877e89 100644 --- a/.quiltrc +++ b/.quiltrc @@ -7,10 +7,12 @@ QUILT_PUSH_ARGS="" QUILT_DIFF_ARGS="" QUILT_REFRESH_ARGS="" # rpmbuild-4.5+ requirement: -#QUILT_PATCH_OPTS="--fuzz=0" +QUILT_PATCH_OPTS="--fuzz=0" # The directory in which patches are found (defaults to "patches"). #QUILT_PATCHES=patches +QUILT_PATCHES=.. +QUILT_SERIES=../series # Prefix all patch names with the relative path to the patch? QUILT_PATCHES_PREFIX=yes -- 1.8.3.1