rpms/rpm/devel rpm-4.7.1-geode-i686.patch, NONE, 1.1 rpm.spec, 1.358, 1.359

Jesse Keating jkeating at fedoraproject.org
Fri Aug 14 16:57:09 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24432

Modified Files:
	rpm.spec 
Added Files:
	rpm-4.7.1-geode-i686.patch 
Log Message:
* Fri Aug 14 2009 Jesse Keating <jkeating at redhat.com> - 4.7.1-4
- Patch to make geode appear as i686 (#517475)


rpm-4.7.1-geode-i686.patch:
 rpmrc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE rpm-4.7.1-geode-i686.patch ---
diff --git a/rpmrc.in b/rpmrc.in
index 4a6cca9..d62ddaf 100644
--- a/rpmrc.in
+++ b/rpmrc.in
@@ -281,7 +281,7 @@ arch_compat: alphaev5: alpha
 arch_compat: alpha: axp noarch
 
 arch_compat: athlon: i686
-arch_compat: geode: i586
+arch_compat: geode: i686
 arch_compat: pentium4: pentium3
 arch_compat: pentium3: i686
 arch_compat: i686: i586



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -p -r1.358 -r1.359
--- rpm.spec	6 Aug 2009 17:06:31 -0000	1.358
+++ rpm.spec	14 Aug 2009 16:57:09 -0000	1.359
@@ -21,7 +21,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 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
 # These are not yet upstream
 Patch300: rpm-4.7.0-extra-provides.patch
 Patch301: rpm-4.6.0-niagara.patch
+Patch302: rpm-4.7.1-geode-i686.patch
 
 # Partially GPL/LGPL dual-licensed and some bits with BSD
 # SourceLicense: (GPLv2+ and LGPLv2+ with exceptions) and BSD 
@@ -193,6 +194,7 @@ packages on a system.
 
 %patch300 -p1 -b .extra-prov
 %patch301 -p1 -b .niagara
+%patch302 -p1 -b .geode
 
 %if %{with int_bdb}
 ln -s db-%{bdbver} db
@@ -404,6 +406,9 @@ exit 0
 %doc doc/librpm/html/*
 
 %changelog
+* Fri Aug 14 2009 Jesse Keating <jkeating at redhat.com> - 4.7.1-4
+- Patch to make geode appear as i686 (#517475)
+
 * Thu Aug 06 2009 Jindrich Novy <jnovy at redhat.com> - 4.7.1-3
 - rebuild because of the new xz
 




More information about the scm-commits mailing list