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
(cherry picked from commit 170d46c40d
)
This commit is contained in:
parent
c78b2c3a7a
commit
ea452e277e
@ -22,6 +22,9 @@
|
|||||||
|
|
||||||
%{!?version: %define version %(cat version)}
|
%{!?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
|
Name: qubes-kernel-vm-support
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
Loading…
Reference in New Issue
Block a user