[perl-Array-Diff] Get rid of pointless in-place edit flag in perl filter invocation

Paul Howarth pghmcfc at fedoraproject.org
Sun Jan 26 13:33:04 UTC 2014


commit 50739827cfe5c1b4a14a4aaa16b10f73173ed6c1
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Jan 26 13:33:14 2014 +0000

    Get rid of pointless in-place edit flag in perl filter invocation

 perl-Array-Diff.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Array-Diff.spec b/perl-Array-Diff.spec
index 4d1f6c7..4b9fe35 100644
--- a/perl-Array-Diff.spec
+++ b/perl-Array-Diff.spec
@@ -1,5 +1,5 @@
 # Only need manual requires for "use base XXX;" prior to rpm 4.9
-%global rpm49 %(rpm --version | perl -pi -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
+%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
 
 Name:           perl-Array-Diff
 Version:        0.07


More information about the scm-commits mailing list