wpa_supplicant-2.11-4

Related: RHEL-71344
Related: RHEL-86951

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
Davide Caratti 2025-04-11 18:13:12 +02:00
parent af69543732
commit e2fab3b901

View File

@ -9,7 +9,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
Name: wpa_supplicant
Epoch: 1
Version: 2.11
Release: 3%{?dist}
Release: 4%{?dist}
License: BSD-3-Clause
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
Source1: wpa_supplicant.conf
@ -197,6 +197,10 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%changelog
* Fri Apr 11 2025 Davide Caratti <dcaratti@redhat.com> - 1:2.11-4
- Use pkcs11 provider to resolve PKCS11 URIs (RHEL-86951)
- De-clutter syslog from CTRL-EVENT-SIGNAL-CHANGE messages (RHEL-71344)
* Thu Feb 13 2025 Davide Caratti <dcaratti@redhat.com> - 1:2.11-3
- Enable CONFIG_IEEE80211BE (RHEL-59010)