From 2c36df54a34494015772d3342cc9819cad0669b1 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Sat, 2 Dec 2017 18:32:23 -0500 Subject: 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 --- packaging/rpm/SPECS/wireshark.spec.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packaging/rpm') diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index 51eef46db4..024e9fd4b2 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -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). -- cgit v1.2.3