[cricscore-applet] Fixed SPEC to remove debug info pacakages

Arun SAG sagarun at fedoraproject.org
Sun Sep 19 13:43:27 UTC 2010


commit 0f884a30a62e552b0ef5ea370d49b2d1fd80b6a8
Author: Arun SAG <sagarun at gmail.com>
Date:   Sun Sep 19 19:11:51 2010 +0530

    Fixed SPEC to remove debug info pacakages

 .gitignore            |    1 +
 cricscore-applet.spec |    7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19978b6..f9d8def 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 cricscore-1.1.0.3.tar.gz
+/cricscore-1.1.0.3.tar.gz
diff --git a/cricscore-applet.spec b/cricscore-applet.spec
index 24454e6..a3ef07e 100644
--- a/cricscore-applet.spec
+++ b/cricscore-applet.spec
@@ -1,3 +1,6 @@
+#This package is supposed to be a noarch pacakge. 
+#Fixing bug #546686.
+%global		debug_package		%{nil}
 Name:			cricscore-applet
 Version:		1.1.0.3
 Release:		2%{?dist}
@@ -51,8 +54,8 @@ chmod 644 %{buildroot}%{_datadir}/%{name}/GNOME_CricScoreApplet.xml
 
 
 %changelog
-* Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.0.3-2
-- recompiling .py files against Python 2.7 (rhbz#623283)
+* Sun Sep 19 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.1.0.3-2
+- Disabled generation of debug info package to fix #546686
 
 * Thu Apr 22 2010 Arun SAG <sagarun [AT] gmail dot com> - 1.1.0.3-1
 - Updated to new version


More information about the scm-commits mailing list