[dbus-java] Do not produce an empty debuginfo package

Omair Majid omajid at fedoraproject.org
Thu Mar 7 00:59:15 UTC 2013


commit bb94d068557eb94e2698af9ac0c8efeb6b31c628
Author: Omair Majid <omajid at redhat.com>
Date:   Wed Mar 6 19:58:56 2013 -0500

    Do not produce an empty debuginfo package

 dbus-java.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/dbus-java.spec b/dbus-java.spec
index 46ae618..af83d3c 100644
--- a/dbus-java.spec
+++ b/dbus-java.spec
@@ -1,6 +1,10 @@
+# the package is arch-dependent because scripts contain arch dependent paths
+# the debuginfo package will be empty if produced
+%define debug_package %{nil}
+
 Name:       dbus-java
 Version:    2.7
-Release:    11%{?dist}
+Release:    12%{?dist}
 Summary:    Java implementation of the DBus protocol
 Group:      Development/Libraries
 License:    AFL or LGPLv2
@@ -138,6 +142,10 @@ make install \
 
 
 %changelog
+* Wed Mar 6 2013 Omair Majid <omajid at redhat.com> -2.7.12
+- Do not produce an empty debuginfo package
+- Resolves bug 917797
+
 * Fri Mar 1 2013 Omair Majid <omajid at redhat.com> - 2.7-11
 - Fix build by adding various latex dependencies
 - Make package arch-dependent: scripts contain arch-dependent path


More information about the scm-commits mailing list