aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Patard <rtp@mageia.org>2011-03-16 18:24:00 +0000
committerArnaud Patard <rtp@mageia.org>2011-03-16 18:24:00 +0000
commitc4ff82b34b0682f3b876d0d520f502171d395f5d (patch)
tree9eedea152d3c6f6a4a4a740d01e98557ae574007
parentd5ad8abe300c2da4bad79faf952673246bd00c47 (diff)
downloadrpm-setup-c4ff82b34b0682f3b876d0d520f502171d395f5d.tar
rpm-setup-c4ff82b34b0682f3b876d0d520f502171d395f5d.tar.gz
rpm-setup-c4ff82b34b0682f3b876d0d520f502171d395f5d.tar.bz2
rpm-setup-c4ff82b34b0682f3b876d0d520f502171d395f5d.tar.xz
rpm-setup-c4ff82b34b0682f3b876d0d520f502171d395f5d.zip
- fix _host to have full host triplet, in order to unbreak arm1.124
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--macros.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 47cd021..2b409fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.124 - 16 March 2011, by Arnaud Patard
+- fix %_host macro to have full host triplet, to avoid break arm as
+ it's using -gnueabi and not -gnu
+
Version 1.123 - 13 March 2011, by Nicolas Vigier
- add fontconfig.prov provides script
diff --git a/configure.ac b/configure.ac
index e5aeaa9..5145571 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $
AC_PREREQ(2.59)
-AC_INIT(rpm-mageia-setup, 1.123, boklm@mars-attacks.org)
+AC_INIT(rpm-mageia-setup, 1.124, boklm@mars-attacks.org)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.9 -Wno-portability)
AC_CONFIG_SRCDIR
diff --git a/macros.in b/macros.in
index a5ec29c..efbfb37 100644
--- a/macros.in
+++ b/macros.in
@@ -17,7 +17,7 @@
%_gnu @CANONTARGETGNU@
%_target_platform %{_target_cpu}-%{_real_vendor}-%{_target_os}%{?_gnu}
-%_host %{_host_cpu}-%{_real_vendor}-%{_host_os}
+%_host %{_host_cpu}-%{_real_vendor}-%{_host_os}%{?_gnu}
%_changelog_truncate 3 years ago