rpms/anaconda/F-9 anaconda-11.4.0.83-more-sparc-fixes.patch, NONE, 1.1 anaconda.spec, 1.686, 1.687

Tom Callaway spot at fedoraproject.org
Thu Oct 2 14:22:43 UTC 2008


Author: spot

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

Modified Files:
	anaconda.spec 
Added Files:
	anaconda-11.4.0.83-more-sparc-fixes.patch 
Log Message:
more sparc fixes

anaconda-11.4.0.83-more-sparc-fixes.patch:

--- NEW FILE anaconda-11.4.0.83-more-sparc-fixes.patch ---
diff -up anaconda-11.4.0.83/scripts/mk-images.BAD anaconda-11.4.0.83/scripts/mk-images
--- anaconda-11.4.0.83/scripts/mk-images.BAD	2008-10-02 09:39:26.000000000 -0400
+++ anaconda-11.4.0.83/scripts/mk-images	2008-10-02 10:18:14.000000000 -0400
@@ -130,6 +130,9 @@ INITRDMODS="$USBMODS $FIREWIREMODS $IDEM
     
     if [ "$BUILDARCH" = "sparc64" ]; then
 	BASEARCH=sparc
+    elif [ "$BUILDARCH" = "sparcv9" ]; then
+	BUILDARCH=sparc
+	BASEARCH=$BUILDARCH
     else
 	BASEARCH=$BUILDARCH
     fi
@@ -734,6 +737,8 @@ elif [ ${BUILDARCH} = ppc64 ]; then
 elif [ ${BUILDARCH} = "x86_64" -o ${BUILDARCH} = "i386" ]; then
     source $TOPDIR/mk-images.x86
     source $TOPDIR/mk-images.efi
+elif [ ${BUILDARCH} = "sparc64" ]; then
+    source $TOPDIR/mk-images.sparc
 else
     source $TOPDIR/mk-images.${BUILDARCH}
 fi
@@ -754,6 +759,9 @@ elif [ "$BUILDARCH" = "x86_64" ]; then
 elif [ "$BUILDARCH" = "ia64" ]; then
     kerneltags="kernel kernel-xen"
     efiarch="ia64"
+elif [ "$BUILDARCH" = "sparc" ]; then
+    arches="sparc sparc64"
+    kerneltags="kernel kernel-smp"    
 fi
 
 foundakernel=""


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/F-9/anaconda.spec,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -r1.686 -r1.687
--- anaconda.spec	2 Oct 2008 01:59:18 -0000	1.686
+++ anaconda.spec	2 Oct 2008 14:22:12 -0000	1.687
@@ -3,12 +3,13 @@
 Summary: Graphical system installer
 Name:    anaconda
 Version: 11.4.0.83
-Release: 1
+Release: 2
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
 
 Source0: anaconda-%{version}.tar.bz2
+Patch0: anaconda-11.4.0.83-more-sparc-fixes.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch: sparc64
@@ -150,6 +151,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} depend




More information about the fedora-extras-commits mailing list