From a820a9c2d373155cf919e6e0ea12a057ed21a6ca Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 14 Feb 2022 06:20:45 +0000 Subject: [PATCH] import wpa_supplicant-2.10-1.el8 --- .gitignore | 2 +- .wpa_supplicant.metadata | 2 +- SPECS/wpa_supplicant.spec | 12 +++++------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 782d04b..09da52a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz +SOURCES/wpa_supplicant-2.10.tar.gz diff --git a/.wpa_supplicant.metadata b/.wpa_supplicant.metadata index 4459e1b..1466ec4 100644 --- a/.wpa_supplicant.metadata +++ b/.wpa_supplicant.metadata @@ -1 +1 @@ -b2d76c4d69a93ed3a266b5fcd76a36f7d7586c56 SOURCES/wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz +e295b07d599da4b99c3836d4402ec5746f77e8e8 SOURCES/wpa_supplicant-2.10.tar.gz diff --git a/SPECS/wpa_supplicant.spec b/SPECS/wpa_supplicant.spec index 7ab78c3..ecab949 100644 --- a/SPECS/wpa_supplicant.spec +++ b/SPECS/wpa_supplicant.spec @@ -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 - 1:2.10-1 +- Update to version 2.10 (rh #2042104) + * Thu Dec 9 2021 Davide Caratti - 1:2.9-6.20211112gitc8b94bc7b347 - restore WEP functionality (rh #2028839)