Merge remote-tracking branch 'qubesos/pr/21'

* qubesos/pr/21:
  Disable debug packages for core-dom0
This commit is contained in:
Marek Marczykowski-Górecki 2016-03-29 11:17:09 +02:00
commit c60844a8d4
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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