0b8351 - Patch to make geode appear as i686 (#517475)

Authored and Committed by Jesse Keating 15 years ago
    - Patch to make geode appear as i686 (#517475)
    
        
rpm-4.7.1-geode-i686.patch ADDED
@@ -0,0 +1,14 @@
1
+ diff --git a/rpmrc.in b/rpmrc.in
2
+ index 4a6cca9..d62ddaf 100644
3
+ --- a/rpmrc.in
4
+ +++ b/rpmrc.in
5
+ @@ -281,7 +281,7 @@ arch_compat: alphaev5: alpha
6
+ arch_compat: alpha: axp noarch
7
+
8
+ arch_compat: athlon: i686
9
+ -arch_compat: geode: i586
10
+ +arch_compat: geode: i686
11
+ arch_compat: pentium4: pentium3
12
+ arch_compat: pentium3: i686
13
+ arch_compat: i686: i586
14
+
file modified
+6 -1
rpm.spec CHANGED
@@ -21,7 +21,7 @@
21
21
Summary: The RPM package management system
22
22
Name: rpm
23
23
Version: %{rpmver}
24
- Release: 3%{?dist}
24
+ Release: 4%{?dist}
25
25
Group: System Environment/Base
26
26
Url: http://www.rpm.org/
27
27
Source0: http://rpm.org/releases/rpm-4.7.x/%{name}-%{srcver}.tar.bz2
@@ -43,6 +43,7 @@ Patch3: rpm-4.6.0-fedora-specspo.patch
43
43
# These are not yet upstream
44
44
Patch300: rpm-4.7.0-extra-provides.patch
45
45
Patch301: rpm-4.6.0-niagara.patch
46
+ Patch302: rpm-4.7.1-geode-i686.patch
46
47
47
48
# Partially GPL/LGPL dual-licensed and some bits with BSD
48
49
# SourceLicense: (GPLv2+ and LGPLv2+ with exceptions) and BSD
@@ -193,6 +194,7 @@ packages on a system.
193
194
194
195
%patch300 -p1 -b .extra-prov
195
196
%patch301 -p1 -b .niagara
197
+ %patch302 -p1 -b .geode
196
198
197
199
%if %{with int_bdb}
198
200
ln -s db-%{bdbver} db
@@ -404,6 +406,9 @@ exit 0
404
406
%doc doc/librpm/html/*
405
407
406
408
%changelog
409
+ * Fri Aug 14 2009 Jesse Keating <jkeating@redhat.com> - 4.7.1-4
410
+ - Patch to make geode appear as i686 (#517475)
411
+
407
412
* Thu Aug 06 2009 Jindrich Novy <jnovy@redhat.com> - 4.7.1-3
408
413
- rebuild because of the new xz
409
414