Michael Schröder
765802d7a0
- dropped support for berkeley db - archive unpacking failures no longer leave garbage - unified built-in and user-define macro syntax and calling conventions - python generators and debuginfo extraction has been split into a separate upstream project - support for ed25519 signatures - easier rpm macro access in lua - new patches: * python-rpm-packaging.diff - modified patches: * usr-lib-sysimage-rpm.patch * localetag.diff * brp.diff * findlang.diff * macrosin.diff * rpmqpack.diff * build.diff * whatrequires-doc.diff * remove-brp-strips.diff * fileattrs.diff * langnoc.diff * find-lang-qt-qm.patch * findsupplements.diff * finddebuginfo.diff * finddebuginfo-absolute-links.diff * debugsubpkg.diff * debuglink.diff * debuginfo-mono.patch - dropped patches: OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=584
15 lines
338 B
Diff
15 lines
338 B
Diff
--- installplatform
|
|
+++ installplatform
|
|
@@ -118,6 +118,11 @@
|
|
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" \
|