Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
quilt
suse-workaround-pseudo-release.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suse-workaround-pseudo-release.patch of Package quilt
Upstream: Never Old Suse spec files have a pseudo release string which uses characters newer versions of rpmbuild don't like. Filter them out to make rpmbuild happy again. Packages in openSUSE 11.4 and later no longer need this. --- quilt/setup.in | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/quilt/setup.in +++ b/quilt/setup.in @@ -221,6 +221,14 @@ inspect() ln -s $QUILT_DIR/scripts/inspect-wrapper $tmpdir/bin/tar ln -s $QUILT_DIR/scripts/inspect-wrapper $tmpdir/bin/unzip + # Older versions of Suse packages have a symbolic release number, and + # rpmbuild won't like that, so change it to something compliant. + if grep -q '^Release:.*[<>]' "$specdir/$specfile" + then + sed -e '/^Release:/s/[<>]//g' < "$specdir/$specfile" > $tmpdir/"$specfile" + specdir=$tmpdir + fi + # Redirect file descriptors # 5 is used in verbose mode, 4 in non-verbose mode, and 2 for both (real errors) if [ -n "$verbose" ]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor