[perl-Razor-Agent] Don't create *.old files that get installed during %install

Robert Scheck robert at fedoraproject.org
Thu Aug 23 22:50:08 UTC 2012


commit 46c0367ae13129229f6e89b01b9bd8b656f8b9c3
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Fri Aug 24 00:49:47 2012 +0200

    Don't create *.old files that get installed during %install

 perl-Razor-Agent.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Razor-Agent.spec b/perl-Razor-Agent.spec
index 1df5eb9..72cabf7 100644
--- a/perl-Razor-Agent.spec
+++ b/perl-Razor-Agent.spec
@@ -32,7 +32,7 @@ Agents on the network.
 
 %prep
 %setup -q -n razor-agents-%{version}
-%patch0 -p1 -b .old
+%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"



More information about the perl-devel mailing list