rpm: disable debuginfo subpackage in qubes-kernel-vm-support
find-debuginfo.sh in Fedora 23 doesn't properly handle packages without any binary. QubesOS/qubes-issues#1413
This commit is contained in:
parent
83c03af067
commit
170d46c40d
@ -22,6 +22,9 @@
|
||||
|
||||
%{!?version: %define version %(cat version)}
|
||||
|
||||
# Package contains /usr/lib, but not binary files, which confuses find-debuginfo.sh script.
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: qubes-kernel-vm-support
|
||||
Version: %{version}
|
||||
Release: 1%{?dist}
|
||||
|
Loading…
Reference in New Issue
Block a user