rpms/perl-Test-AutoBuild/devel perl-Test-AutoBuild.spec,1.11,1.12

Daniel P. Berrange berrange at fedoraproject.org
Thu Oct 2 11:57:36 UTC 2008


Author: berrange

Update of /cvs/extras/rpms/perl-Test-AutoBuild/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5825

Modified Files:
	perl-Test-AutoBuild.spec 
Log Message:
Avoid empty debuginfo file (rhbz #465136)


Index: perl-Test-AutoBuild.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-AutoBuild/devel/perl-Test-AutoBuild.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Test-AutoBuild.spec	23 Sep 2008 10:39:07 -0000	1.11
+++ perl-Test-AutoBuild.spec	2 Oct 2008 11:57:05 -0000	1.12
@@ -3,6 +3,9 @@
 %define appname Test-AutoBuild
 %define with_selinux 0
 
+# Avoid empty debug file
+%define debug_package %{nil}
+
 # This macro is used for the continuous automated builds. It just
 # allows an extra fragment based on the timestamp to be appended
 # to the release. This distinguishes automated builds, from formal
@@ -12,7 +15,7 @@
 Summary: Framework for performing continuous, unattended, automated software builds
 Name: perl-%{appname}
 Version: 1.2.2
-Release: 5%{_extra_release}
+Release: 6%{_extra_release}
 License: GPLv2+
 Group: Development/Tools
 Url: http://autobuild.org/
@@ -447,6 +450,9 @@
 %config(noreplace) %attr(-,builder,builder) %{_localstatedir}/lib/builder/.cvspass
 
 %changelog
+* Thu Oct  2 2008 Daniel P. Berrange <berrange at redhat.com> - 1.2.2-6.fc10
+- Avoid empty debuginfo file (rhbz #465136)
+
 * Tue Sep 23 2008 Daniel P. Berrange <berrange at redhat.com> - 1.2.2-5.fc10
 - Don't use -A to clear sticky tag when specifying a branch
 - Perform 'mtn db migrate' when running monotone test suite




More information about the scm-commits mailing list