From 3d13c221d11e82773fcafe4923877aae9e2b534f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 5 Dec 2023 20:29:48 +0200 Subject: rpmrc: drop arch_compat also available in /usr/lib/rpm/rpmrc --- NEWS | 1 + rpmrc.in | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 7197117..8c27069 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - rpmrc: drop arches we don't really support +- rpmrc: drop arch_compat also available in /usr/lib/rpm/rpmrc - macros: use -Wl,-z,now with -Wl,-z,relro unless _disable_ld_now is defined - mangle script shebangs diff --git a/rpmrc.in b/rpmrc.in index 090d688..6a39def 100644 --- a/rpmrc.in +++ b/rpmrc.in @@ -48,9 +48,4 @@ buildarchtranslate: armv8hcnl: @ARMV8CANONTARGETCPU@ ############################################################# # Architecture compatibility -arch_compat: osfmach3_i686: i686 osfmach3_i586 -arch_compat: osfmach3_i586: i586 osfmach3_i486 -arch_compat: osfmach3_i486: i486 osfmach3_i386 -arch_compat: osfmach3_i386: i486 - arch_compat: armv8l: armv7hl -- cgit v1.2.1