aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-03-29 15:16:36 -0700
committerGerald Combs <gerald@wireshark.org>2021-03-29 15:16:36 -0700
commit5848d8a6f2b93fd8246d31957a56f90428f2e61d (patch)
treecb155fc65bf481e15d3fe72a7de4eb2b0745e4d4 /packaging
parenta9c119a6a655effa740814adc9a13348c22d7687 (diff)
RPM: Update the HTML documentation location.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/wireshark.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index 2976f76dde..781ef942fe 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -475,8 +475,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README*
# Include the User Guide:
-%docdir %{_datadir}/doc/wireshark/
-%{_datadir}/doc/wireshark/
+%docdir %{_datadir}/wireshark/
+%{_datadir}/wireshark/
# Don't pick up any of the wireshark (GUI) binaries here
%exclude %{_bindir}/wireshark*
@@ -543,6 +543,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_libdir}/pkgconfig/wireshark.pc
%changelog
+* Mon Mar 29 2021 Gerald Combs
+- Update HTML documenatation location
+
* Thu Nov 26 2020 Gerald Combs
- Bison is no longer required