[perl-Fedora-Rebuild] Do not create back-up files when patching

Petr Pisar ppisar at fedoraproject.org
Tue Jul 26 12:56:24 UTC 2011


commit a1606c356bf5934f59fa2c9a90cbc0f504cc3882
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jul 26 14:55:57 2011 +0200

    Do not create back-up files when patching

 perl-Fedora-Rebuild.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Fedora-Rebuild.spec b/perl-Fedora-Rebuild.spec
index 5d66460..5b3f933 100644
--- a/perl-Fedora-Rebuild.spec
+++ b/perl-Fedora-Rebuild.spec
@@ -1,7 +1,7 @@
 # This file is lincensed under the terms of GPLv2+.
 Name:           perl-Fedora-Rebuild
 Version:        0.8.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Rebuilds Fedora packages from scratch
 License:        GPLv3+
 Group:          Development/Libraries
@@ -50,7 +50,7 @@ new interpreter.
 
 %prep
 %setup -q -n Fedora-Rebuild-v%{version}
-%patch0 -p1 -b .iohandle
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -73,6 +73,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 26 2011 Petr Pisar <ppisar at redhat.com> - 0.8.0-4
+- Do not create back-up files when patching. They would be packaged.
+
 * Fri Jul 22 2011 Petr Sabata <contyk at redhat.com> - 0.8.0-3
 - Use IO::Handle to build with perl5.14
 


More information about the scm-commits mailing list