From 04921b87bff21f704e63a05296a6ca70b7c8a6d1 Mon Sep 17 00:00:00 2001 From: Davide Caratti Date: Fri, 6 Sep 2019 11:00:28 +0200 Subject: [PATCH] move wpa_gui.8.gz in the correct '%files' section Fixes: #1788386 Signed-off-by: Davide Caratti --- wpa_supplicant.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index eec0ed7..0fee315 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -157,7 +157,12 @@ chmod -R 0644 wpa_supplicant/examples/*.py %{_sbindir}/wpa_cli %{_sbindir}/eapol_test %dir %{_sysconfdir}/wpa_supplicant -%{_mandir}/man8/* +%{_mandir}/man8/wpa_supplicant.8.gz +%{_mandir}/man8/wpa_priv.8.gz +%{_mandir}/man8/wpa_passphrase.8.gz +%{_mandir}/man8/wpa_cli.8.gz +%{_mandir}/man8/wpa_background.8.gz +%{_mandir}/man8/eapol_test.8.gz %{_mandir}/man5/* %doc README %doc wpa_supplicant/ChangeLog @@ -171,6 +176,7 @@ chmod -R 0644 wpa_supplicant/examples/*.py %if %with gui %files gui %{_bindir}/wpa_gui +%{_mandir}/man8/wpa_gui.8.gz %endif