From 8a31a457d91093bdd16d9ced18ee1c2cace582fd Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Tue, 1 Sep 2020 10:21:26 -0500 Subject: [PATCH] Prevent RPM from adding python3 from %doc macro. --- wireguard-tools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wireguard-tools.spec b/wireguard-tools.spec index 67ed5fe..0ff6948 100644 --- a/wireguard-tools.spec +++ b/wireguard-tools.spec @@ -1,6 +1,9 @@ +%global __provides_exclude_from ^%{_docdir}/.*$ +%global __requires_exclude_from ^%{_docdir}/.*$ + Name: wireguard-tools Version: 1.0.20200827 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://www.wireguard.com/ Summary: Fast, modern, secure VPN tunnel License: GPLv2 @@ -54,6 +57,9 @@ WITH_BASHCOMPLETION=yes WITH_WGQUICK=yes WITH_SYSTEMDUNITS=yes -C src %{_mandir}/man8/wg-quick.8* %changelog +* Tue Sep 01 2020 Joe Doss - 1.0.20200827-2 +- Prevent RPM from including python3 from doc macro + * Sat Aug 29 2020 Joe Doss - 1.0.20200827-1 - Update to 1.0.20200827 - wg-quick: android: use iproute2 to bring up interface instead of ndc