From 9e5d39f61df5b514677f60ea4eaf68c19867b248 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Dec 07 2017 15:12:16 +0000 Subject: Fix dependencies on the logwatch package for RHEL/CentOS --- diff --git a/hostapd.spec b/hostapd.spec index 5b84ae5..f08036d 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -2,7 +2,7 @@ Name: hostapd Version: 2.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator License: BSD URL: http://w1.fi/hostapd @@ -52,7 +52,13 @@ included with %{name}. %package logwatch Summary: Logwatch scripts for hostapd -Requires: %{name} = %{version}-%{release} logwatch perl-interpreter +Requires: %{name} = %{version}-%{release} +Requires: logwatch +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +Requires: perl +%else +Requires: perl-interpreter +%endif %description logwatch Logwatch scripts for hostapd. @@ -185,6 +191,9 @@ fi %{_sysconfdir}/logwatch/scripts/services/%{name} %changelog +* Thu Dec 07 2017 Simone Caronni - 2.6-7 +- Fix dependencies on the logwatch package for RHEL/CentOS. + * Fri Nov 03 2017 Xavier Bachelot - 2.6-6 - Add patches for KRACK : CVE-2017-13077, CVE-2017-13078, CVE-2017-13079, CVE-2017-13080, CVE-2017-13081, CVE-2017-13082, CVE-2017-13086,