Skip to content

Commit a5d4301

Browse files
committed
spec: disable debug info
No debug information is produced. We need to disable debug info collection to avoid: error: Empty %files file /builddir/build/BUILD/ansible-pylibssh-1.1.1rc1.dev49+ge411627/debugsourcefiles.list
1 parent 54102f9 commit a5d4301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/rpm/ansible-pylibssh.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
%global buildroot_site_packages "%{buildroot}%{python3_sitearch}"
1919

20+
%global debug_package %{nil}
21+
2022
Name: python-%{pypi_name}
2123
Version: %{upstream_version}
2224
Release: 1%{?dist}

0 commit comments

Comments
 (0)