commit 87658ce745173a87f4dbf55d1be12247c6b1174d
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jan 31 11:14:55 2020 +0000
Fix DNS conf issue
wireguard.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/wireguard.spec b/wireguard.spec
index 8cd7a76..10c755e 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,7 +1,7 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
Version: 0.0.20191219
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
URL:
https://www.wireguard.com/
@@ -37,6 +37,11 @@ sed -i 's(a)network-online.target
nss-lookup.target(a)network-online.target nss-look
%build
%set_build_flags
+## Start DNS Hatchet
+pushd contrib/examples/dns-hatchet
+./apply.sh
+popd
+## End DNS Hatchet
%make_build V=1 -C src/tools
@@ -75,6 +80,9 @@ sed -i 's(a)network-online.target
nss-lookup.target(a)network-online.target nss-look
%changelog
+* Fri Jan 31 2020 Leigh Scott <leigh123linux(a)googlemail.com> - 0.0.20191219-2
+- Fix DNS conf issue
+
* Fri Dec 20 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.0.20191219-1
- Release 0.0.20191219