From 091145ab3ce2cdf31216fdf87be30a0f67340e3ea183173a736d0555ec86c379 Mon Sep 17 00:00:00 2001 From: Clemens Famulla-Conrad Date: Tue, 22 Sep 2020 11:22:29 +0000 Subject: [PATCH 1/3] Accepting request 836014 from home:JonathanKang:branches:hardware - Enable SAE support(jsc#SLE-14992). OBS-URL: https://build.opensuse.org/request/show/836014 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=108 --- config | 3 +++ wpa_supplicant.changes | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/config b/config index b447315..6af659f 100644 --- a/config +++ b/config @@ -501,3 +501,6 @@ CONFIG_BGSCAN_SIMPLE=y # Enable RSN IBSS/AdHoc CONFIG_IBSS_RSN=y + +# Enable SAE support +CONFIG_SAE=y diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index ee107ae..81884e4 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 22 08:29:15 UTC 2020 - Jonathan Kang + +- Enable SAE support(jsc#SLE-14992). + ------------------------------------------------------------------- Thu Apr 23 21:51:17 UTC 2020 - Clemens Famulla-Conrad From 8c6d01227d917d727638ff3b0ae5b73ed89841c9c4730c987061e796bd390ec8 Mon Sep 17 00:00:00 2001 From: Clemens Famulla-Conrad Date: Tue, 22 Sep 2020 13:58:46 +0000 Subject: [PATCH 2/3] Accepting request 836103 from home:cfconrad:branches:hardware - Fix spec file for SLE12, use `make %{?_smp_mflags}` if `%make_build` isn't available OBS-URL: https://build.opensuse.org/request/show/836103 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=109 --- wpa_supplicant.changes | 5 +++++ wpa_supplicant.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 81884e4..448b223 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 22 13:06:32 UTC 2020 - Clemens Famulla-Conrad + +- Fix spec file for SLE12, use make %{?_smp_mflags} instead of %make_build + ------------------------------------------------------------------- Tue Sep 22 08:29:15 UTC 2020 - Jonathan Kang diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index a57570e..0fda829 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -77,7 +77,7 @@ CFLAGS="%{optflags}" make V=1 %{?_smp_mflags} CFLAGS="%{optflags}" make V=1 %{?_smp_mflags} eapol_test cd wpa_gui-qt4 %qmake5 -%make_build +%{?make_build:%make_build}%{?!make_build:make %{?_smp_mflags}} %install install -d %{buildroot}/%{_sbindir} From f63f8abb35cc4be9bfc7f1f264741ba10b2d03f51b4c13f649e4c6310be772d3 Mon Sep 17 00:00:00 2001 From: Clemens Famulla-Conrad Date: Wed, 23 Sep 2020 07:50:18 +0000 Subject: [PATCH 3/3] Accepting request 836232 from home:cfconrad:branches:hardware Just use make %{?_smp_mflags} everywhere. OBS-URL: https://build.opensuse.org/request/show/836232 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=110 --- wpa_supplicant.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 0fda829..2727ddd 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -77,7 +77,7 @@ CFLAGS="%{optflags}" make V=1 %{?_smp_mflags} CFLAGS="%{optflags}" make V=1 %{?_smp_mflags} eapol_test cd wpa_gui-qt4 %qmake5 -%{?make_build:%make_build}%{?!make_build:make %{?_smp_mflags}} +make %{?_smp_mflags} %install install -d %{buildroot}/%{_sbindir}