Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
define the the debug packge is empty
we need to use this global directive: ``` %global debug_package %{nil} ``` otherwise we fail with the following error, since we now don't have any debug files for debug packge: ``` Processing files: scylla-cqlsh-debugsource-6.1.0~dev-0.20240624.c7748f60c0bc.aarch64 error: Empty %files file /jenkins/workspace/scylla-master/next/scylla/tools/cqlsh/build/redhat/BUILD/scylla-cqlsh/debugsourcefiles.list RPM build errors: Empty %files file /jenkins/workspace/scylla-master/next/scylla/tools/cqlsh/build/redhat/BUILD/scylla-cqlsh/debugsourcefiles.list ```
- Loading branch information