- include ppc64le in %%power64 macro (#1052930)
This commit is contained in:
parent
3af1bf3896
commit
2b1b27387c
@ -94,3 +94,16 @@ index 55ff25f..affb736 100644
|
||||
buildarch_compat: ppc64pseries: ppc64
|
||||
buildarch_compat: ppc64iseries: ppc64
|
||||
buildarch_compat: ppc64p7: ppc64
|
||||
diff --git a/macros.in b/macros.in
|
||||
index 2e693e1..5a075a3 100644
|
||||
--- a/macros.in
|
||||
+++ b/macros.in
|
||||
@@ -1002,7 +1002,7 @@ done \
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# arch macro for all supported PowerPC 64 processors
|
||||
-%power64 ppc64 ppc64p7
|
||||
+%power64 ppc64 ppc64p7 ppc64le
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Use in %install to generate locale specific file lists. For example,
|
||||
|
5
rpm.spec
5
rpm.spec
@ -21,7 +21,7 @@
|
||||
Summary: The RPM package management system
|
||||
Name: rpm
|
||||
Version: %{rpmver}
|
||||
Release: %{?snapver:0.%{snapver}.}11%{?dist}
|
||||
Release: %{?snapver:0.%{snapver}.}12%{?dist}
|
||||
Group: System Environment/Base
|
||||
Url: http://www.rpm.org/
|
||||
Source0: http://rpm.org/releases/rpm-4.11.x/%{name}-%{srcver}.tar.bz2
|
||||
@ -522,6 +522,9 @@ exit 0
|
||||
%doc COPYING doc/librpm/html/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2013 Panu Matilainen <pmatilai@redhat.com> - 4.11.1-12
|
||||
- include ppc64le in %%power64 macro (#1052930)
|
||||
|
||||
* Tue Dec 03 2013 Panu Matilainen <pmatilai@redhat.com> - 4.11.1-11
|
||||
- generate kmod(module.ko) provides for kernel (#1025513)
|
||||
- dont override CONFIG_SITE if already set (related to #962837)
|
||||
|
Loading…
Reference in New Issue
Block a user