From 88b2e17d0b529ade7e3b9622af2032e809de4f8a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 17 Dec 2020 21:56:03 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/wpa_supplicant.git#5e4c7a9e7062db0077fbdbea53d1db6bdc25af9a --- wpa_supplicant.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index b6d86e1..0a5f6ac 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,11 +1,15 @@ %global _hardened_build 1 +%if 0%{?fedora} %bcond_without gui +%else +%bcond_with gui +%endif Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.9 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source1: wpa_supplicant.conf @@ -44,6 +48,7 @@ BuildRequires: dbus-devel BuildRequires: libnl3-devel BuildRequires: systemd-units BuildRequires: docbook-utils +BuildRequires: gcc Requires(post): systemd-sysv Requires(post): systemd Requires(preun): systemd @@ -93,6 +98,9 @@ pushd wpa_supplicant %endif make eapol_test V=1 make -C doc/docbook man V=1 +%if !%with gui + rm doc/docbook/wpa_gui.8 +%endif popd @@ -188,6 +196,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py %changelog +* Thu Dec 17 2020 Davide Caratti - 1:2.9-7 +- fix build on ELN target (rh #1902609) + * Wed Jul 29 2020 Fedora Release Engineering - 1:2.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild