diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | rpmrc.in | 6 |
3 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +Version 2.44 - 15 October 2019, by Pascal Terjan + +- previous change worked manually on my mga7 but doesn't seem to work in cauldron + chroot in iurt. Try harder. + Version 2.43 - 15 October 2019, by Pascal Terjan - make armv7hl chroots on aarch64 work on all armv8 flavours diff --git a/configure.ac b/configure.ac index 8054fac..57861e3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.43, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.44, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR @@ -110,9 +110,9 @@ buildarchtranslate: armv7l: @ARMV7CANONTARGETCPU@ buildarchtranslate: armv7hl: armv7hl buildarchtranslate: armv7hnl: armv7hl buildarchtranslate: armv8l: @ARMV8CANONTARGETCPU@ -buildarchtranslate: armv8hl: armv8l -buildarchtranslate: armv8hnl: armv8l -buildarchtranslate: armv8hcnl: armv8l +buildarchtranslate: armv8hl: @ARMV8CANONTARGETCPU@ +buildarchtranslate: armv8hnl: @ARMV8CANONTARGETCPU@ +buildarchtranslate: armv8hcnl: @ARMV8CANONTARGETCPU@ ############################################################# # Architecture compatibility |