move wpa_gui.8.gz in the correct '%files' section

Fixes: #1788386

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
Davide Caratti 2019-09-06 11:00:28 +02:00
parent 1881d76730
commit 04921b87bf

View File

@ -157,7 +157,12 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%{_sbindir}/wpa_cli %{_sbindir}/wpa_cli
%{_sbindir}/eapol_test %{_sbindir}/eapol_test
%dir %{_sysconfdir}/wpa_supplicant %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/* %{_mandir}/man5/*
%doc README %doc README
%doc wpa_supplicant/ChangeLog %doc wpa_supplicant/ChangeLog
@ -171,6 +176,7 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%if %with gui %if %with gui
%files gui %files gui
%{_bindir}/wpa_gui %{_bindir}/wpa_gui
%{_mandir}/man8/wpa_gui.8.gz
%endif %endif