import wpa_supplicant-2.10-1.el8

This commit is contained in:
CentOS Sources 2022-02-14 06:20:45 +00:00 committed by Stepan Oksanichenko
parent de26e08708
commit a820a9c2d3
3 changed files with 7 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz
SOURCES/wpa_supplicant-2.10.tar.gz

View File

@ -1 +1 @@
b2d76c4d69a93ed3a266b5fcd76a36f7d7586c56 SOURCES/wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz
e295b07d599da4b99c3836d4402ec5746f77e8e8 SOURCES/wpa_supplicant-2.10.tar.gz

View File

@ -1,18 +1,13 @@
%define rcver %{nil}
%define snapshot %{nil}
%global gitdate 20211112
%global gitcommit c8b94bc7b347dac0422d32a3e330d4425d898906
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:12})
%global _hardened_build 1
%global snapshot .%{gitdate}.git%{gitshortcommit}
Summary: WPA/WPA2/IEEE 802.1X Supplicant
Name: wpa_supplicant
Epoch: 1
Version: 2.9
Release: 6.%{gitdate}git%{gitshortcommit}%{?dist}
Version: 2.10
Release: 1%{?dist}
License: BSD
Group: System Environment/Base
Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz
@ -178,6 +173,9 @@ chmod -R 0644 %{name}/examples/*.py
%endif
%changelog
* Thu Jan 20 2022 Davide Caratti <dcaratti@redhat.com> - 1:2.10-1
- Update to version 2.10 (rh #2042104)
* Thu Dec 9 2021 Davide Caratti <dcaratti@redhat.com> - 1:2.9-6.20211112gitc8b94bc7b347
- restore WEP functionality (rh #2028839)