Disable Wireless Extensions support (Fedora 36+)

Disable the WLAN support in Conky as it's based on the long obsolete
WEXT. Upstream bug reported Aug 2020. Should move to libnl3.

https://github.com/brndnmtthws/conky/issues/1001

https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions
This commit is contained in:
Peter Robinson 2021-12-02 14:23:47 +00:00
parent 90ddb3b308
commit 2a0c7a0ed5
1 changed files with 9 additions and 1 deletions

View File

@ -12,13 +12,17 @@
%bcond_without rss
%bcond_without weather
%bcond_without weather_xoap
%if 0%{?fedora} < 36
%bcond_without wlan
%else
%bcond_with wlan
%endif
%bcond_without xdbe
%bcond_without xinerama
Name: conky
Version: 1.12.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A system monitor for X
License: GPLv3+
@ -131,6 +135,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/conky.desktop
%changelog
* Thu Dec 02 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.12.2-2
- Disable Wireless Extensions support (Fedora 36+)
https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions
* Tue Sep 21 2021 Miroslav Lichvar <mlichvar@redhat.com> - 1.12.2-1
- update to 1.12.2