Fix RPM build: include the User Guide.

The User Guide has been installed by default since
I9dd539c737cb3777dc1351707b9e45a3a6764aaa.

Fixes problem reported in:
https://www.wireshark.org/lists/wireshark-dev/201711/msg00162.html

Change-Id: I462c7c18869e8df93785e1898364e248e897de50
Reviewed-on: https://code.wireshark.org/review/24679
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jeff Morriss 2017-12-02 18:32:23 -05:00 committed by Anders Broman
parent 158d929884
commit 2c36df54a3
1 changed files with 8 additions and 0 deletions

View File

@ -418,6 +418,11 @@ fi
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL INSTALL.configure NEWS README*
# Include the User Guide:
%docdir %{_datadir}/doc/wireshark/guides/
%{_datadir}/doc/wireshark/guides/
# Don't pick up any of the wireshark (GUI) binaries here
%exclude %{_bindir}/wireshark*
%{_bindir}/*
@ -495,6 +500,9 @@ fi
%endif
%changelog
* Sat Dec 2 2017 Jeff Morriss
- Include the User Guide (now installed by default by autotools).
* Wed Jul 26 2017 Pascal Quantin
- Added bcg729 (as an option, defaulting to not required).