aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-12-11 17:17:40 -0800
committerGuy Harris <gharris@sonic.net>2020-12-12 21:16:55 +0000
commit53775325df7b5c21c7979010a9f5baf24fc6ab1a (patch)
tree2ef7f06b157e41f960ec440b3039c82fb504cfc8 /packaging
parentb687813f58def03d8a5e2207512a2d696624a73a (diff)
RPM: Try to fix openSUSE packaging.
Try to fix + /usr/lib/rpm/suse_update_desktop_file.sh wireshark ERROR: suse_update_desktop_file: unable to find wireshark
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/wireshark.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index 24b06beaf1..b626da8b88 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -427,7 +427,7 @@ cd -
# (https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#.25suse_update_desktop_file)
# require this:
install -Dm 0644 %{buildroot}/usr/local/share/applications/org.wireshark.Wireshark.desktop %{buildroot}/usr/share/applications/org.wireshark.Wireshark.desktop
-%suse_update_desktop_file %{name}
+%suse_update_desktop_file org.wireshark.Wireshark
%else
# Fedora's packaging guidelines (https://fedoraproject.org/wiki/Packaging:Guidelines)
# require this (at least if desktop-file-install was not used to install it).