aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2017-12-02 18:32:23 -0500
committerAnders Broman <a.broman58@gmail.com>2017-12-13 09:16:38 +0000
commit2c36df54a34494015772d3342cc9819cad0669b1 (patch)
tree3806dfd768c81a7484a5669227381ce908965e59 /packaging/rpm
parent158d9298840434f2770c96bd3b8d2f44792932d1 (diff)
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>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in8
1 files changed, 8 insertions, 0 deletions
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).