X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-build-tools.git;a=blobdiff_plain;f=builder.sh;fp=builder.sh;h=a6eb3d72279dc333a5ca7eff96c3ce7e5fd2e645;hp=587d275c9ba413f0770529a01c0d846a1c6613c0;hb=96b16915ea7dd55e918ab086325645eda08cd654;hpb=efd8baad4dc7cacef858da2f71c25408316aaca6 diff --git a/builder.sh b/builder.sh index 587d275..a6eb3d7 100755 --- a/builder.sh +++ b/builder.sh @@ -1688,7 +1688,7 @@ build_package() { local specdir=$(insert_gitlog $SPECFILE) ulimit -c unlimited # If required exclude directories with systemd related files from package contents - if grep -q -E '(lib/(systemd|tmpfiles.d)|systemd(unitdir|userunitdir|tmpfilesdir))' $specdir/$SPECFILE; then + if grep -q -E '(lib/(systemd|binfmt.d|sysctl.d|sysusers.d|tmpfiles.d)|systemd(unitdir|userunitdir|tmpfilesdir))' $specdir/$SPECFILE; then sed -i -e '/^%exclude_systemd_files/d; /^%files/s/$/\n%exclude_systemd_files/g;' $specdir/$SPECFILE fi # Enable/disable distro wide bconds based on ~/.distbcond