accel-config: Fix debuginfo builds

The tooling at one point pulled down a change to the spec file
which disabled building the debuginfo files. Re-enable it.

Resolves: rhbz#2153899

Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
This commit is contained in:
Jerry Snitselaar 2023-04-18 15:53:49 -07:00
parent 4fd8158691
commit 146e6372ae

View File

@ -1,9 +1,8 @@
%global project_name idxd-config %global project_name idxd-config
%global debug_package %{nil}
Name: accel-config Name: accel-config
Version: 3.5.3 Version: 3.5.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Configure accelerator subsystem devices Summary: Configure accelerator subsystem devices
# The entire source code is under GPLv2 except for accel-config # The entire source code is under GPLv2 except for accel-config
# library which is mostly LGPLv2.1, ccan/list which is BSD-MIT and # library which is mostly LGPLv2.1, ccan/list which is BSD-MIT and
@ -101,9 +100,13 @@ make check
%files test %files test
%license Documentation/COPYING LICENSE_GPL_2_0 %license Documentation/COPYING LICENSE_GPL_2_0
%doc test/README.md %doc test/README.md
%{_prefix}/libexec/accel-config/test/* %{_libexecdir}/accel-config/test/*
%changelog %changelog
* Tue Apr 18 2023 Jerry Snitselaar <jsnitsel@redhat.com> - 3.5.3-2
- Remove spec file variable that blocked debuginfo build
Resolves: rhz#2153899
* Tue Apr 18 2023 Jerry Snitselaar <jsnitsel@redhat.com> - 3.5.3-1 * Tue Apr 18 2023 Jerry Snitselaar <jsnitsel@redhat.com> - 3.5.3-1
- Rebase to the 3.5.3 release. - Rebase to the 3.5.3 release.
Resolves: rhbz#2153899 Resolves: rhbz#2153899