From 2a45f7d3819744cb0ba415c1b6b7387181c66690 Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Fri, 20 Jul 2018 10:06:40 -0400 Subject: [PATCH] Add previously unnecessary BuildRequires for gcc --- hostapd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hostapd.spec b/hostapd.spec index eccce72..d4e7cdf 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -2,7 +2,7 @@ Name: hostapd Version: 2.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator License: BSD URL: http://w1.fi/hostapd @@ -27,6 +27,7 @@ Patch9: nl80211-Fix-NL80211_ATTR_SMPS_MODE-encoding.patch BuildRequires: libnl3-devel BuildRequires: openssl-devel BuildRequires: perl-generators +BuildRequires: gcc %if 0%{?fedora} || 0%{?rhel} >= 7 BuildRequires: systemd @@ -194,6 +195,9 @@ fi %{_sysconfdir}/logwatch/scripts/services/%{name} %changelog +* Fri Jul 20 2018 John W. Linville - 2.6-11 +- Add previously unnecessary BuildRequires for gcc + * Fri Jul 13 2018 Fedora Release Engineering - 2.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild