Compare commits

...

2 Commits

Author SHA1 Message Date
Hangbin Liu a584f34a62 1.0.20210914-3 2024-01-17 06:54:52 +00:00
Hangbin Liu e5fb6e88b8 1.0.20210914-2
Add resolvconf requirement

Resolves: rhbz#2077746

Signed-off-by: Hangbin Liu <haliu@redhat.com>
2022-08-23 15:04:46 +08:00
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1 @@
7abc3173ecc9a0fc8e19c4a00660cc779bd06461 wireguard-tools-1.0.20210914.tar.xz

View File

@ -1,9 +1,9 @@
Name: wireguard-tools
Version: 1.0.20210914
Release: 1%{?dist}
Release: 3%{?dist}
URL: https://www.wireguard.com/
Summary: Fast, modern, secure VPN tunnel
License: GPLv2
License: GPL-2.0-only
Source0: https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-%{version}.tar.xz
@ -12,6 +12,8 @@ BuildRequires: make
BuildRequires: systemd
BuildRequires: gcc
Requires: systemd-resolved
%description
WireGuard is a novel VPN that runs inside the Linux Kernel and uses
state-of-the-art cryptography (the "Noise" protocol). It aims to be
@ -49,6 +51,12 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src
%{_mandir}/man8/wg-quick.8*
%changelog
* Fri Aug 11 2023 Hangbin Liu <haliu@redhat.com> - 1.0.20210914-3
- Convert spec license tag to SPDX format (RHELMISC-1353)
* Tue Aug 23 2022 Hangbin Liu <haliu@redhat.com> - 1.0.20210914-2
- Add resolvconf requirement (rhbz#2120112)
* Fri Apr 22 2022 Hangbin Liu <haliu@redhat.com> - 1.0.20210914-1
- Update to version 1.0.20210914 (rhbz#2077746)