- move perl packaging to own package

adapt fileattrs.diff

see https://build.opensuse.org/request/show/1198690

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=677
This commit is contained in:
2024-12-16 08:59:27 +00:00
committed by Git OBS Bridge
commit 779e09f870
62 changed files with 8797 additions and 0 deletions

14
build.diff Normal file
View File

@@ -0,0 +1,14 @@
--- installplatform.orig 2023-09-19 10:10:10.000000000 +0000
+++ installplatform 2023-10-09 12:56:44.709209329 +0000
@@ -210,6 +210,11 @@ for ARCH in noarch `grep ^arch_canon $RP
PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"
[ -d $PPD ] || mkdir -p $PPD
+ if [ "$VENDOR" = suse ] ; then
+ # suse doesn't do colors
+ CANONCOLOR=0
+ fi
+
cat $PLATFORM \
| sed -e "s,=RPMRC_OPTFLAGS=,$RPMRC_OPTFLAGS," \
-e "s,=RPMCANONARCH=,$CANONARCH,g" \