Compare commits

...

1 Commits

Author SHA1 Message Date
AlmaLinux RelEng Bot
c4b7190c24 import CS wireguard-tools-1.0.20210914-4.el9 2026-03-30 11:14:29 -04:00

View File

@ -1,6 +1,6 @@
Name: wireguard-tools
Version: 1.0.20210914
Release: 3%{?dist}
Release: 4%{?dist}
URL: https://www.wireguard.com/
Summary: Fast, modern, secure VPN tunnel
License: GPL-2.0-only
@ -51,6 +51,11 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src
%{_mandir}/man8/wg-quick.8*
%changelog
* Mon Dec 29 2025 Jian Liu <jianliu@redhat.com> - 1.0.20210914-4
- Enable gating test in tmt (RHEL-137806)
Resolves: RHEL-137806
* Fri Aug 11 2023 Hangbin Liu <haliu@redhat.com> - 1.0.20210914-3
- Convert spec license tag to SPDX format (RHELMISC-1353)