1.0.20210315-2

remove DNS hack in spec file for RHEL9

Resolves: rhbz#1948893

Signed-off-by: Hangbin Liu <haliu@redhat.com>
This commit is contained in:
Hangbin Liu 2021-05-13 11:38:24 +08:00
parent b8ce28a827
commit 13f913cc5e
1 changed files with 4 additions and 9 deletions

View File

@ -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 <haliu@redhat.com> - 1.0.20210315-2
- remove DNS hack in spec file for RHEL9
* Mon Mar 15 2021 Joe Doss <joe@solidadmin.com> - 1.0.20210315-1
- Makefile: fix version indicator
- wireguard-tools: const correctness