rpms/s390utils/devel s390-tools-1.5.0-asmfix.patch, NONE, 1.1 s390utils.spec, 1.27, 1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 26 14:05:02 UTC 2006


Author: pknirsch

Update of /cvs/dist/rpms/s390utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23344

Modified Files:
	s390utils.spec 
Added Files:
	s390-tools-1.5.0-asmfix.patch 
Log Message:
- Fixed some .macro errors in zipl/boot


s390-tools-1.5.0-asmfix.patch:
 dumpcommon.S |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

--- NEW FILE s390-tools-1.5.0-asmfix.patch ---
--- s390-tools-1.5.0/zipl/boot/dumpcommon.S.asmfix	2006-01-26 15:01:20.000000000 +0100
+++ s390-tools-1.5.0/zipl/boot/dumpcommon.S	2006-01-26 15:01:48.000000000 +0100
@@ -60,7 +60,7 @@
 # MACRO: dump_header
 ################################################################################
 
-.macro dump_header:
+.macro dump_header
 
 .align 8
 #
@@ -228,7 +228,7 @@
 # - _copy_lowcore_64
 ################################################################################
 
-.macro dump_common_fn_64:
+.macro dump_common_fn_64
 
 ################################################################################
 # Take the dump
@@ -472,7 +472,7 @@
 # - _create_ida_list_64
 ################################################################################
 
-.macro dump_idal_64:
+.macro dump_idal_64
 ################################################################################
 # This function creates a indirect data addressing list
 # Parameters:
@@ -660,7 +660,7 @@
 # - _copy_lowcore_32
 ################################################################################
 
-.macro dump_common_fn_32:
+.macro dump_common_fn_32
 
 
 ################################################################################
@@ -813,7 +813,7 @@
 # - _create_ida_list_32
 ################################################################################
 
-.macro dump_idal_32:
+.macro dump_idal_32
 ################################################################################
 # This function creates a indirect data addressing list
 # Parameters:
@@ -873,7 +873,7 @@
 ################################################################################
 
 
-.macro dump_common_store_status_32:
+.macro dump_common_store_status_32
 
 ################################################################################
 # store status of all cpus in their lowcores


Index: s390utils.spec
===================================================================
RCS file: /cvs/dist/rpms/s390utils/devel/s390utils.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- s390utils.spec	9 Dec 2005 22:43:05 -0000	1.27
+++ s390utils.spec	26 Jan 2006 14:04:45 -0000	1.28
@@ -3,7 +3,7 @@
 Summary: Linux/390 specific utilities.
 Name: s390utils
 Version: 1.5.0
-Release: 1.1
+Release: 2
 Epoch: 2
 License: GPL
 Group: System Environment/Base
@@ -19,9 +19,9 @@
 Patch4: s390-tools-1.5.0-subdirs.patch
 Patch5: s390-tools-1.5.0-automenu.patch
 Patch6: s390-tools-1.5.0-rhconf.patch
-#Patch7: s390-tools-1.3.1-zfcpdump.patch
-Patch8: s390-tools-1.3.1-kernheader.patch
-Patch9: s390-tools-1.3.2-warnings.patch
+Patch7: s390-tools-1.3.1-kernheader.patch
+Patch8: s390-tools-1.3.2-warnings.patch
+Patch9: s390-tools-1.5.0-asmfix.patch
 Patch20: cmsfs-1.1.8-kernel26.patch
 BuildRoot: /var/tmp/%{name}-root
 ExclusiveArch: s390 s390x
@@ -72,15 +72,14 @@
 # Makefile patches
 %patch6 -p1 -b .rhconf
 
-# Patch to make zfcpdump build without getting tarballs from the internet.
-# Disabled and unmaintained for now as we don't ship and support zfcpdump
-# %patch7 -p1 -b .zfcpdump
-
 # Patch to fix conflicting include of asm/statfs.h and bits/statfs.h
-%patch8 -p1 -b .kernheader
+%patch7 -p1 -b .kernheader
 
 # Patch to fix a couple of code bugs
-%patch9 -p1 -b .warnings
+%patch8 -p1 -b .warnings
+
+# Fix some assembler .macro errors
+%patch8 -p1 -b .asmfix
 
 # build on kernel-2.6, too
 %patch20 -p0 -b .cmsfs26
@@ -146,6 +145,9 @@
 %{_mandir}/man5/*
 
 %changelog
+* Thu Jan 26 2006 Phil Knirsch <pknirsch at redhat.com> 2:1.5.0-2
+- Fixed some .macro errors in zipl/boot
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list