diff --git a/flatpak.changes b/flatpak.changes index c8b7682..379d3e0 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 14 13:51:38 UTC 2024 - pgajdos@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + ------------------------------------------------------------------- Tue Apr 23 13:23:52 UTC 2024 - Robert Frohl diff --git a/flatpak.spec b/flatpak.spec index 265b3ee..a59e6da 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -166,8 +166,8 @@ more information. Summary: Add Flathub repository to system flatpak Group: System/Packages Requires: flatpak -Requires(postun):flatpak -Requires(postun):sed +Requires(postun): flatpak +Requires(postun): sed %if 0%{?suse_version} > 1600 Supplements: flatpak %endif @@ -202,6 +202,8 @@ fi %lang_package +%python3_fix_shebang + %prep %autosetup -p1 sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*