rpms/binutils/devel binutils.spec,1.163,1.164

Nicholas Clifton nickc at fedoraproject.org
Thu Jun 11 15:16:51 UTC 2009


Author: nickc

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

Modified Files:
	binutils.spec 
Log Message:
Do not attempt to set execute permission on non-regular files.  (BZ 503426)



Index: binutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/binutils/devel/binutils.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -p -r1.163 -r1.164
--- binutils.spec	9 Jun 2009 15:35:23 -0000	1.163
+++ binutils.spec	11 Jun 2009 15:16:20 -0000	1.164
@@ -17,7 +17,7 @@
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
 Version: 2.19.51.0.2
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -34,6 +34,7 @@ Patch08: binutils-2.19.51.0.2-ifunc.patc
 Patch09: binutils-2.19.51.0.2-IBM.patch
 Patch10: binutils-2.19.51.0.2-tls-get-addr.patch
 Patch11: binutils-2.19.51.0.2-pr10255.patch
+Patch12: binutils-2.19.51.0.2-sisreg.patch
 
 %if 0%{?_with_debug:1}
 # Define this if you want to skip the strip step and preserve debug info.
@@ -108,6 +109,7 @@ to consider using libelf instead of BFD.
 %patch09 -p0 -b .IBM~
 %patch10 -p0 -b .tls-get-addr~
 %patch11 -p0 -b .pr10255~
+%patch12 -p0 -b .sisreg~
 
 # We cannot run autotools as there is an exact requirement of autoconf-2.59.
 
@@ -351,6 +353,9 @@ fi
 %endif # %{isnative}
 
 %changelog
+* Thu Jun 11 2009 Nick Clifton <nickc at redhat.com> 2.19.51.0.2-21
+- Do not attempt to set execute permission on non-regular files.  (BZ 503426)
+
 * Tue Jun  9 2009 Jakub Jelinek <jakub at redhat.com> 2.19.51.0.2-20
 - Fix .cfi_* skip over >= 64KB of code.  (PR gas/10255)
 




More information about the fedora-extras-commits mailing list