[Rpm-maint] [rpm] Support Apache Subversion as SCM in the BUILD arena. (#55)

Andreas Scherer notifications at github.com
Fri Jan 29 09:25:10 UTC 2016


Another try with `<(cat)` instead of `%{1}`: Set **bash** as executing shell in the specfile
```
%prep
%define _buildshell /bin/shell
%autosetup -S svn
```
This produces the correct commands
```
+ /bin/cat /home/andreas/Programming/RPM/SOURCES/0001-Fix-intermediate-bugs.patch
+ /usr/bin/svn patch -q /dev/fd/63
```
but results in the error message
```
svn: E000029: Can't set position pointer in file '/dev/fd/63': Illegal seek
```


---
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/55#issuecomment-176659948
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20160129/3bd9e459/attachment-0001.html>


More information about the Rpm-maint mailing list