import wireguard-tools-1.0.20210914-2.el9
This commit is contained in:
parent
a6b9a8c863
commit
7dd5d1e92d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/wireguard-tools-1.0.20210424.tar.xz
|
SOURCES/wireguard-tools-1.0.20210914.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
0ce9ef9f90b753147b4fa1234e06808450bb6fa8 SOURCES/wireguard-tools-1.0.20210424.tar.xz
|
7abc3173ecc9a0fc8e19c4a00660cc779bd06461 SOURCES/wireguard-tools-1.0.20210914.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: wireguard-tools
|
Name: wireguard-tools
|
||||||
Version: 1.0.20210424
|
Version: 1.0.20210914
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: https://www.wireguard.com/
|
URL: https://www.wireguard.com/
|
||||||
Summary: Fast, modern, secure VPN tunnel
|
Summary: Fast, modern, secure VPN tunnel
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -12,6 +12,8 @@ BuildRequires: make
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
|
Requires: systemd-resolved
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WireGuard is a novel VPN that runs inside the Linux Kernel and uses
|
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
|
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*
|
%{_mandir}/man8/wg-quick.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.20210424-3
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.20210424-3
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user