ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
63 stars 60 forks source link

replace delimiter char in sed expressions #25

Closed sharkcz closed 6 years ago

sharkcz commented 6 years ago

Use a character, that can't be used in rpm Version and Release tag, as the delimiter in sed expressions. A "plus" is allowed (https://twiki.cern.ch/twiki/bin/view/Main/RPMAndDebVersioning), we had a situation where it was used in Release (in %dist) and it broke the build with sed: -e expression #1, char 37: unknown option to `s'

michael-holzheu commented 6 years ago

Looks good, thanks!