- remove dependency on /usr/bin/python3 using

%python3_fix_shebang{,_path} macros, [bsc#1212476]

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=552
This commit is contained in:
2024-08-28 15:31:29 +00:00
committed by Git OBS Bridge
parent 2f2cda5a49
commit 01b9f0bf24
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 27 12:00:06 UTC 2024 - pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang{,_path} macros, [bsc#1212476]
-------------------------------------------------------------------
Mon Aug 26 10:45:18 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -443,6 +443,10 @@ sed -i "s/1.32.1/1.32/" docs/reference/meson.build
mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/
cp -T %{SOURCE8} %{buildroot}%{_datadir}/zsh/site-functions/_gsettings
%fdupes %{buildroot}/%{_prefix}
%python3_fix_shebang
%if %{suse_version} >= 1600
%python3_fix_shebang_path %{buildroot}%{_libexecdir}/installed-tests/glib/*
%endif
# Too many users complain about schemas compiled with wrong permissions
# when in fact the system just honours their umask setting