No debug on EL10

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