aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-01-20 23:58:58 +0000
committerJoão Valverde <j@v6e.pt>2023-01-21 00:05:20 +0000
commit5b57eb61f19d448f96d95f3c1df53a81555f3201 (patch)
tree86fbd67cd08fe4d3012b6b24045ec07b9f1452c0 /packaging
parent39124f2f8f3419b624a9e3bab9fac4c2cfe23e18 (diff)
RPM: Fix breakage because of $docdir
%docdir only marks a directory as containing documentation. It also needs to be included.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/wireshark.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index 5ab9d96648..44ecd89672 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -472,7 +472,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README.md
-%docdir %{_datadir}/doc/wireshark/
+%{_datadir}/doc/wireshark
+%docdir %{_datadir}/doc/wireshark
# Don't pick up any of the wireshark (GUI) binaries here
%exclude %{_bindir}/wireshark*