The last commit disabled automatic addition of commands to the %install scriptlet. That in turn broke the build on a debugfiles.list missing from the %files section.Added %define debug_package %{nil} to the SPEC file to work around that.Signed-off-by: Jan Lindemann <jan@janware.com>
The last commit disabled automatic addition of commands to the %install scriptlet. That in turn broke the build on a debugfiles.list missing from the %files section.
Added %define debug_package %{nil} to the SPEC file to work around that.