diff --git a/wireguard-tools.spec b/wireguard-tools.spec index cb09f15..681f684 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -1,6 +1,6 @@ Name: wireguard-tools Version: 1.0.20210315 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://www.wireguard.com/ Summary: Fast, modern, secure VPN tunnel License: GPLv2 @@ -29,14 +29,6 @@ This package provides the wg binary for controlling WireGuard. %build %set_build_flags -## Start DNS Hatchet -%if (0%{?fedora} && 0%{?fedora} < 33) || (0%{?rhel} && 0%{?rhel} < 9) -pushd contrib/dns-hatchet -./apply.sh -popd -%endif -## End DNS Hatchet - %make_build RUNSTATEDIR=%{_rundir} -C src %install @@ -57,6 +49,9 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src %{_mandir}/man8/wg-quick.8* %changelog +* Tue May 13 2021 Hangbin Liu - 1.0.20210315-2 +- remove DNS hack in spec file for RHEL9 + * Mon Mar 15 2021 Joe Doss - 1.0.20210315-1 - Makefile: fix version indicator - wireguard-tools: const correctness