diff --git a/wireguard-tools.spec b/wireguard-tools.spec index 70ef11b..584057e 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -1,6 +1,6 @@ Name: wireguard-tools Version: 1.0.20210914 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://www.wireguard.com/ Summary: Fast, modern, secure VPN tunnel License: GPLv2 @@ -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,9 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src %{_mandir}/man8/wg-quick.8* %changelog +* Tue Aug 23 2022 Hangbin Liu - 1.0.20210914-2 +- Add resolvconf requirement (rhbz#2120112) + * Fri Apr 22 2022 Hangbin Liu - 1.0.20210914-1 - Update to version 1.0.20210914 (rhbz#2077746)