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