rpms/binutils/devel binutils.spec,1.182,1.183

roland roland at fedoraproject.org
Tue Nov 24 23:13:35 UTC 2009


Author: roland

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

Modified Files:
	binutils.spec 
Log Message:
Fix %preun buglet.


Index: binutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/binutils/devel/binutils.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -p -r1.182 -r1.183
--- binutils.spec	24 Nov 2009 22:03:24 -0000	1.182
+++ binutils.spec	24 Nov 2009 23:13:35 -0000	1.183
@@ -17,7 +17,7 @@
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
 Version: 2.20.51.0.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -359,7 +359,6 @@ fi
 %endif
 %if %{isnative}
 if [ $1 = 0 ]; then
-then
   if [ -e %{_infodir}/binutils.info.gz ]
   then
     /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info.gz
@@ -424,7 +423,7 @@ exit 0
 %endif # %{isnative}
 
 %changelog
-* Tue Nov 24 2009 Roland McGrath <roland at redhat.com> - 2.20.51.0.2-6
+* Tue Nov 24 2009 Roland McGrath <roland at redhat.com> - 2.20.51.0.2-7
 - Add support for building gold.
 
 * Mon Nov  9 2009 Jakub Jelinek <jakub at redhat.com> 2.20.51.0.2-5




More information about the scm-commits mailing list