diff --git a/wpa_supplicant-sigusr1-changes-debuglevel.patch b/wpa_supplicant-sigusr1-changes-debuglevel.patch index 9fd73d7..c47b60e 100644 --- a/wpa_supplicant-sigusr1-changes-debuglevel.patch +++ b/wpa_supplicant-sigusr1-changes-debuglevel.patch @@ -8,7 +8,7 @@ return set; } -+static void wpa_supplicant_handle_sigusr1(int sig, void *eloop_ctx, ++static void wpa_supplicant_handle_sigusr1(int sig, + void *signal_ctx) +{ + /* Increase verbosity (by decreasing the debug level) and wrap back diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index aad3a26..28f1052 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 21 11:02:18 UTC 2017 - obs@botter.cc + +- fix wpa_supplicant-sigusr1-changes-debuglevel.patch to match + eloop_signal_handler type (needed to build eapol_test via config) + ------------------------------------------------------------------- Fri Dec 23 11:12:05 UTC 2016 - dwaas@suse.com diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index e2ca6b8..652d1c9 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,7 +1,7 @@ # # spec file for package wpa_supplicant # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed