Accepting request 1180938 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1180938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=85
This commit is contained in:
commit
af837ddaa9
@ -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 <rfrohl@suse.com>
|
Tue Apr 23 13:23:52 UTC 2024 - Robert Frohl <rfrohl@suse.com>
|
||||||
|
|
||||||
|
@ -166,8 +166,8 @@ more information.
|
|||||||
Summary: Add Flathub repository to system flatpak
|
Summary: Add Flathub repository to system flatpak
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Requires: flatpak
|
Requires: flatpak
|
||||||
Requires(postun):flatpak
|
Requires(postun): flatpak
|
||||||
Requires(postun):sed
|
Requires(postun): sed
|
||||||
%if 0%{?suse_version} > 1600
|
%if 0%{?suse_version} > 1600
|
||||||
Supplements: flatpak
|
Supplements: flatpak
|
||||||
%endif
|
%endif
|
||||||
@ -202,6 +202,8 @@ fi
|
|||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
|
sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
|
||||||
|
Loading…
Reference in New Issue
Block a user