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
This commit is contained in:
DistroBaker 2020-12-17 21:56:03 +00:00
parent 887cbaee0a
commit 88b2e17d0b

View File

@ -1,11 +1,15 @@
%global _hardened_build 1 %global _hardened_build 1
%if 0%{?fedora}
%bcond_without gui %bcond_without gui
%else
%bcond_with gui
%endif
Summary: WPA/WPA2/IEEE 802.1X Supplicant Summary: WPA/WPA2/IEEE 802.1X Supplicant
Name: wpa_supplicant Name: wpa_supplicant
Epoch: 1 Epoch: 1
Version: 2.9 Version: 2.9
Release: 6%{?dist} Release: 7%{?dist}
License: BSD License: BSD
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
Source1: wpa_supplicant.conf Source1: wpa_supplicant.conf
@ -44,6 +48,7 @@ BuildRequires: dbus-devel
BuildRequires: libnl3-devel BuildRequires: libnl3-devel
BuildRequires: systemd-units BuildRequires: systemd-units
BuildRequires: docbook-utils BuildRequires: docbook-utils
BuildRequires: gcc
Requires(post): systemd-sysv Requires(post): systemd-sysv
Requires(post): systemd Requires(post): systemd
Requires(preun): systemd Requires(preun): systemd
@ -93,6 +98,9 @@ pushd wpa_supplicant
%endif %endif
make eapol_test V=1 make eapol_test V=1
make -C doc/docbook man V=1 make -C doc/docbook man V=1
%if !%with gui
rm doc/docbook/wpa_gui.8
%endif
popd popd
@ -188,6 +196,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%changelog %changelog
* Thu Dec 17 2020 Davide Caratti <dcaratti@redhat.com> - 1:2.9-7
- fix build on ELN target (rh #1902609)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.9-6 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild