Small hint for all those who are affected and use their repository for more than just debian testing, there's a macro which can be used to query for debian: %if 0%{?debian} Preinstall: libpcre2-8-0 %endif I also documented that in the wiki at <https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto#Detect_a_distribution_flavor_for_special_code> Sebastian On 08/08/2019 10.14, Harald Welte wrote:
On Thu, Aug 08, 2019 at 10:06:28AM +0200, Harald Welte wrote:
It appears that from some point onwards, all Debian_Testing builds fail due to the 'mount', 'mkdir', 'mkswap' and 'swapon' binaries being linked against libpcre2, while only libpcre3 is installed: Adding the following to the prjconf seems to work around the issue:
Preinstall: libpcre2-8-0