Remove useless in-place edit flag in perl filter invocation
This commit is contained in:
parent
d69cd7444f
commit
bfaf026240
@ -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-Sub-Name
|
||||
Version: 0.05
|
||||
|
||||
Loading…
Reference in New Issue
Block a user