No debug packages for EL9

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-09 09:52:23 -04:00
parent 358ef5725f
commit f2d7600925
+7 -1
View File
@@ -1,11 +1,14 @@
%if 0%{?el8}
%global debug_package %{nil}
%endif
%if 0%{?el9}
%global debug_package %{nil}
%endif
%global hbb_commit 87b11a7
Name: rustdesk-server
Version: 1.1.15
Release: 2%{?dist}
Release: 3%{?dist}
Summary: RustDesk Server Program
License: AGPL-3.0-only
@@ -82,6 +85,9 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
%dir %{_sharedstatedir}/%{name}
%changelog
* Sat May 09 2026 Jason Rothstein
- No debug packages for EL9
* Fri May 08 2026 Jason Rothstein
- No debug packages for EL8