SHA256
1
0
forked from pool/zchunk

Accepting request 1148137 from home:pgajdos

- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang_path macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/request/show/1148137
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=51
This commit is contained in:
Neal Gompa 2024-02-22 10:57:37 +00:00 committed by Git OBS Bridge
parent ed6b098d72
commit 95ea5d9fb6
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 20 13:21:07 UTC 2024 - pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang_path macro, [bsc#1212476]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 15 10:51:03 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Jan 15 10:51:03 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -87,6 +87,9 @@ rm -rf src/lib/hash/sha*
# Install dictionary generation script # Install dictionary generation script
mkdir -p %{buildroot}%{_libexecdir} mkdir -p %{buildroot}%{_libexecdir}
install -p contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictionary install -p contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictionary
%if %{suse_version} >= 1600
%python3_fix_shebang_path %{buildroot}%{_libexecdir}/*
%endif
%check %check
%meson_test %meson_test