diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plan.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt diff --git a/tests/main.fmf b/tests/main.fmf new file mode 100644 index 0000000..7b2109a --- /dev/null +++ b/tests/main.fmf @@ -0,0 +1,8 @@ +summary: wireguard-tools for selftests +test: ./netns.sh +framework: shell +require: + - iperf3 + - iproute + - iptables + - nmap-ncat diff --git a/wireguard-tools.spec b/wireguard-tools.spec index 470bedd..4ba18e9 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -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 - 1.0.20210914-4 +- Enable gating test in tmt (RHEL-137806) + Resolves: RHEL-137806 + + * Fri Aug 11 2023 Hangbin Liu - 1.0.20210914-3 - Convert spec license tag to SPDX format (RHELMISC-1353)