[checkpolicy/f16] Allow ~ in FILENAMEs

Daniel J Walsh dwalsh at fedoraproject.org
Mon Nov 14 17:38:19 UTC 2011


commit 975efb482b88302e36485f17b684172cf39339a4
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Nov 14 12:38:16 2011 -0500

    Allow ~ in FILENAMEs

 checkpolicy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/checkpolicy.spec b/checkpolicy.spec
index 33d5c77..7fdb2f1 100644
--- a/checkpolicy.spec
+++ b/checkpolicy.spec
@@ -27,7 +27,7 @@ Only required for building policies.
 
 %prep
 %setup -q
-%patch -p2 -b .rhat
+%patch -p1 -b .rhat
 
 %build
 make clean


More information about the scm-commits mailing list