commit 5b257113d32f7eaf97c8d00c3cebb345ba6ebb99 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Feb 3 12:35:08 2014 +0000 Get rid of pointless in-place edit flag in perl filter invocation perl-FileHandle-Unget.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/perl-FileHandle-Unget.spec b/perl-FileHandle-Unget.spec index be667a7..8fc0869 100644 --- a/perl-FileHandle-Unget.spec +++ b/perl-FileHandle-Unget.spec @@ -1,5 +1,5 @@ # Need to tweak provides filter differently if we have rpm 4.9 onwards -%global rpm49 %(rpm --version | perl -pi -e 's/^.* (\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e') +%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+)\\.(\\d+).*/sprintf("%d.%03d%03d",$1,$2,$3) ge 4.009 ? 1 : 0/e') Summary: A FileHandle that supports ungetting of multiple bytes Name: perl-FileHandle-Unget -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel