From 53775325df7b5c21c7979010a9f5baf24fc6ab1a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 11 Dec 2020 17:17:40 -0800 Subject: [PATCH] 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 --- packaging/rpm/wireshark.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).