From 5f3ffbbe367031143326a59264f1d48b6953eb3c Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Fri, 11 Mar 2016 16:36:44 +1300 Subject: [PATCH] Disable debug packages for core-dom0 Leave the 'proper' fix of making this package noarch commented out for now, to allow this to be merged. Comments as per the parallel submit to qubes-artwork. --- rpm_spec/core-dom0.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rpm_spec/core-dom0.spec b/rpm_spec/core-dom0.spec index c3584744..a9b5188b 100644 --- a/rpm_spec/core-dom0.spec +++ b/rpm_spec/core-dom0.spec @@ -27,6 +27,9 @@ %{!?version: %define version %(cat version)} +# debug_package hack should be removed when BuildArch:noarch is enabled below +%define debug_package %{nil} + %define _dracutmoddir /usr/lib/dracut/modules.d %if %{fedora} < 17 %define _dracutmoddir /usr/share/dracut/modules.d @@ -43,6 +46,8 @@ License: GPL URL: http://www.qubes-os.org BuildRequires: ImageMagick BuildRequires: systemd-units +# FIXME: Enable this and disable debug_package +#BuildArch: noarch Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units