rpms/anaconda/F-9 .cvsignore, 1.538, 1.539 anaconda.spec, 1.685, 1.686 sources, 1.671, 1.672 anaconda-11.4.0.82-bz445974.patch, 1.1, NONE anaconda-11.4.0.82-newyum.patch, 1.1, NONE anaconda-11.4.0.82-no-explicit-path.patch, 1.1, NONE anaconda-11.4.0.82-old-yumdownloader.patch, 1.1, NONE anaconda-11.4.0.82-sparc-fixes.patch, 1.1, NONE anaconda-11.4.0.82-updated-oriya.patch, 1.1, NONE keymaps-sparc, 1.1, NONE screenfont-sparc.gz, 1.1, NONE

David Cantrell dcantrel at fedoraproject.org
Thu Oct 2 01:59:49 UTC 2008


Author: dcantrel

Update of /cvs/pkgs/rpms/anaconda/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29211

Modified Files:
	.cvsignore anaconda.spec sources 
Removed Files:
	anaconda-11.4.0.82-bz445974.patch 
	anaconda-11.4.0.82-newyum.patch 
	anaconda-11.4.0.82-no-explicit-path.patch 
	anaconda-11.4.0.82-old-yumdownloader.patch 
	anaconda-11.4.0.82-sparc-fixes.patch 
	anaconda-11.4.0.82-updated-oriya.patch keymaps-sparc 
	screenfont-sparc.gz 
Log Message:
* Wed Oct 01 2008 David Cantrell <dcantrell at redhat.com> - 11.4.0.83-1
- Require elftoaout and piggyback on sparc. (dcantrell)
- Add screenfont-sparc.gz (dcantrell)
- Add keymaps files for sparc and sparc64. (dcantrell)
- Do not build on sparc64. (dcantrell)
- Various sparc fixes. (dcantrell)
- Fix build errors in auditd.c (kanarip)
- Fix pkgorder for new yum in F-9 (tcallawa)
- Make yumdownloader backwards compatible. (dcantrell)
- Don't run lspci with an explicit path (katzj)
- Include lspci on all images (#445974) (katzj)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/F-9/.cvsignore,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -r1.538 -r1.539
--- .cvsignore	6 May 2008 21:07:34 -0000	1.538
+++ .cvsignore	2 Oct 2008 01:59:18 -0000	1.539
@@ -1,2 +1 @@
-anaconda-11.4.0.81.tar.bz2
-anaconda-11.4.0.82.tar.bz2
+anaconda-11.4.0.83.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/F-9/anaconda.spec,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -r1.685 -r1.686
--- anaconda.spec	1 Oct 2008 21:48:52 -0000	1.685
+++ anaconda.spec	2 Oct 2008 01:59:18 -0000	1.686
@@ -2,25 +2,16 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.0.82
-Release: 5
+Version: 11.4.0.83
+Release: 1
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
 
 Source0: anaconda-%{version}.tar.bz2
-Source1: screenfont-sparc.gz
-Source2: keymaps-sparc
-Patch0:  anaconda-11.4.0.82-sparc-fixes.patch
-Patch1:  anaconda-11.4.0.82-newyum.patch
-Patch2:  anaconda-11.4.0.82-bz445974.patch
-Patch3:  anaconda-11.4.0.82-no-explicit-path.patch
-Patch4:  anaconda-11.4.0.82-updated-oriya.patch
-Patch5:  anaconda-11.4.0.82-old-yumdownloader.patch
-# No reason to build this for sparc64.
-ExcludeArch: sparc64
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ExcludeArch: sparc64
 
 # Versions of required components (done so we make sure the buildrequires
 # match the requires versions of things).
@@ -99,7 +90,8 @@
 Requires: dmidecode
 %endif
 %ifarch sparc sparcv9
-Requires: elftoaout, piggyback
+Requires: elftoaout
+Requires: piggyback
 %endif
 Requires: python-pyblock >= %{pythonpyblockver}
 Requires: libbdevid >= %{libbdevidver}
@@ -158,30 +150,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
-# yum got updated to an incompatible api later in the F-9 cycle
-# this fixes pkgorder to work with the updated yum
-%patch1 -p1
-# Include lspci on all images (katzj)
-%patch2 -p1
-# Don't run lspci with an explicit path (katzj)
-%patch3 -p1
-# Update oriya translation (mgiri)
-%patch4 -p1
-# Fallback to the old yumdownloader if the new one isn't found (kanarip)
-%patch5 -p1
-cp %{SOURCE2} loader2/
 
 %build
-cp %{SOURCE1} fonts/
-cp loader2/keymaps-sparc loader2/keymaps-sparc64
 %{__make} depend
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
-cp %{buildroot}%{_prefix}/lib/anaconda-runtime/keymaps-override-sparc %{buildroot}%{_prefix}/lib/anaconda-runtime/keymaps-override-sparc64
 
 %ifarch %livearches
 desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
@@ -236,6 +212,18 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Wed Oct 01 2008 David Cantrell <dcantrell at redhat.com> - 11.4.0.83-1
+- Require elftoaout and piggyback on sparc. (dcantrell)
+- Add screenfont-sparc.gz (dcantrell)
+- Add keymaps files for sparc and sparc64. (dcantrell)
+- Do not build on sparc64. (dcantrell)
+- Various sparc fixes. (dcantrell)
+- Fix build errors in auditd.c (kanarip)
+- Fix pkgorder for new yum in F-9 (tcallawa)
+- Make yumdownloader backwards compatible. (dcantrell)
+- Don't run lspci with an explicit path (katzj)
+- Include lspci on all images (#445974) (katzj)
+
 * Wed Oct  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 11.4.0.82-5
 - patch pkgorder to work with the latest f9 yum
 - include lspci on all images (katzj)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/F-9/sources,v
retrieving revision 1.671
retrieving revision 1.672
diff -u -r1.671 -r1.672
--- sources	6 May 2008 21:07:34 -0000	1.671
+++ sources	2 Oct 2008 01:59:18 -0000	1.672
@@ -1 +1 @@
-182ecf83c0d34b29e1aaf2b22be253af  anaconda-11.4.0.82.tar.bz2
+3c512484c7ea6d14918d64e9ba7a31d7  anaconda-11.4.0.83.tar.bz2


--- anaconda-11.4.0.82-bz445974.patch DELETED ---


--- anaconda-11.4.0.82-newyum.patch DELETED ---


--- anaconda-11.4.0.82-no-explicit-path.patch DELETED ---


--- anaconda-11.4.0.82-old-yumdownloader.patch DELETED ---


--- anaconda-11.4.0.82-sparc-fixes.patch DELETED ---


--- anaconda-11.4.0.82-updated-oriya.patch DELETED ---


--- keymaps-sparc DELETED ---


--- screenfont-sparc.gz DELETED ---




More information about the scm-commits mailing list