[Rpm-maint] [rpm-software-management/rpm] %patch from not the start of the line does not work (#1088)
mikhailnov
notifications at github.com
Wed Feb 26 18:52:31 UTC 2020
Example piece of code in `%prep`
```
( cd asedriveiiie-usb
%patch1 -p1
)
```
Result:
```
DEBUG: + cd asedriveiiie-usb
DEBUG: + %patch1 -p1
DEBUG: BUILDSTDERR: /var/tmp/rpm-tmp.A0WUoX: line 45: fg: no job control
```
But it works in rpm5. I had to put `%patch1` to the beginning of the line to make it work in rpm 4.15.1.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1088
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200226/6e181f49/attachment-0001.html>
More information about the Rpm-maint
mailing list