[cockpit] Disable resources in debuginfo package for now

Stef Walter stefw at fedoraproject.org
Fri Mar 20 21:12:02 UTC 2015


commit a78ac8fa139f1138274cf3f51ccb7e3024fd18e8
Author: Stef Walter <stefw at redhat.com>
Date:   Fri Mar 20 22:07:48 2015 +0100

    Disable resources in debuginfo package for now
    
    This caused failures building on Koji

 cockpit.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/cockpit.spec b/cockpit.spec
index 9f98529..f5b1513 100644
--- a/cockpit.spec
+++ b/cockpit.spec
@@ -220,9 +220,9 @@ find %{buildroot}%{_datadir}/%{name}/kubernetes -type f > kubernetes.list
 %endif
 sed -i "s|%{buildroot}||" *.list
 
-# Build the package lists for debug package
-find %{buildroot}/debug%{_datadir}/%{name} -type f > debug.list
-sed -i "s|%{buildroot}/debug||" debug.list
+# XXX for now put all debug info in the shell package
+find %{buildroot}/debug%{_datadir}/%{name} -type f >> shell.list
+sed -i "s|%{buildroot}/debug||" shell.list
 
 # Move the debug files into place mixed in with the other files
 tar -C %{buildroot}/debug -cf - . | tar -C %{buildroot} -xf -
@@ -248,8 +248,6 @@ rm -rf %{buildroot}/debug
 %{_datadir}/dbus-1/services/com.redhat.Cockpit.service
 %{_libexecdir}/cockpitd
 
-%files debuginfo -f debug.list
-
 %files doc
 %exclude %{_docdir}/%{name}/AUTHORS
 %exclude %{_docdir}/%{name}/COPYING
@@ -388,6 +386,9 @@ fi
 %endif
 
 %changelog
+* Fri Mar 20 2015 Stef Walter <stefw at redhat.com> - 0.44-2
+- Disable separate debuginfo for now: build failure
+
 * Fri Mar 20 2015 Stef Walter <stefw at redhat.com> - 0.44-1
 - Update to 0.44 release
 


More information about the scm-commits mailing list