Accepting request 1157914 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1157914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libstoragemgmt?expand=0&rev=37
This commit is contained in:
commit
12925815de
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:34:53 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- remove dependency on /usr/bin/python3 using
|
||||
%python3_fix_shebang{,_path} macros, [bsc#1212476]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 09:50:54 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -300,6 +300,11 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/
|
||||
%fdupes -s %{buildroot}%{python_sitelib}
|
||||
%fdupes -s %{buildroot}%{python_sitearch}
|
||||
|
||||
%python3_fix_shebang
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%python3_fix_shebang_path %{buildroot}%{_libexecdir}/lsm.d/*
|
||||
%endif
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
if ! make check
|
||||
|
Loading…
Reference in New Issue
Block a user