%global debug_package %{nil} Name: snx-rs Version: 6.1.1 Release: 1 Summary: Rust client for Checkpoint VPN tunnels License: AGPL-3.0 URL: https://github.com/ancwrd1/snx-rs Source: https://github.com/ancwrd1/snx-rs/releases/download/v%{version}/snx-rs-v%{version}-linux-x86_64.tar.xz %global _description %{expand: Rust client for Checkpoint VPN tunnels.} %description %{_description} %prep %autosetup -n snx-rs-v%{version}-linux-x86_64 %build %install install -D -m 0751 snx-rs %{buildroot}%{_bindir}/snx-rs %files %{_bindir}/snx-rs %changelog * Tue Jun 16 2026 Daniele Branchini - 6.1.1-1 - Upstream update * Fri Oct 18 2024 Daniele Branchini - 2.4.2-2 - Adapted specfile for epel8 * Mon Oct 14 2024 Daniele Branchini - 2.4.2-1 - Initial build