Fix dependencies on the logwatch package for RHEL/CentOS
This commit is contained in:
parent
41817b0f47
commit
9e5d39f61d
13
hostapd.spec
13
hostapd.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://w1.fi/hostapd
|
URL: http://w1.fi/hostapd
|
||||||
@ -52,7 +52,13 @@ included with %{name}.
|
|||||||
|
|
||||||
%package logwatch
|
%package logwatch
|
||||||
Summary: Logwatch scripts for hostapd
|
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
|
%description logwatch
|
||||||
Logwatch scripts for hostapd.
|
Logwatch scripts for hostapd.
|
||||||
@ -185,6 +191,9 @@ fi
|
|||||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 07 2017 Simone Caronni <negativo17@gmail.com> - 2.6-7
|
||||||
|
- Fix dependencies on the logwatch package for RHEL/CentOS.
|
||||||
|
|
||||||
* Fri Nov 03 2017 Xavier Bachelot <xavier@bachelot.org> - 2.6-6
|
* Fri Nov 03 2017 Xavier Bachelot <xavier@bachelot.org> - 2.6-6
|
||||||
- Add patches for KRACK : CVE-2017-13077, CVE-2017-13078, CVE-2017-13079,
|
- 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,
|
CVE-2017-13080, CVE-2017-13081, CVE-2017-13082, CVE-2017-13086,
|
||||||
|
Loading…
Reference in New Issue
Block a user