Accepting request 1155465 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1155465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mc?expand=0&rev=90
This commit is contained in:
Dominique Leuenberger 2024-03-06 22:03:33 +00:00 committed by Git OBS Bridge
commit 8850aa9a7f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 4 12:49:30 UTC 2024 - Adam Mizerski <adam@mizerski.pl>
- fix python3 dependency (boo#1220900)
-------------------------------------------------------------------
Fri Feb 23 11:00:04 UTC 2024 - pgajdos@suse.com

View File

@ -114,7 +114,7 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE6} | head -n1 | cut -c1-64` %{SOU
%patch -P 52 -p1
%patch -P 100 -p1
# rpmlint
sed -i -e 's|\/usr\/bin\/env python3|\/usr\/bin\/python|g' src/vfs/extfs/helpers/uc1541
sed -i -e 's|\/usr\/bin\/env python3|\/usr\/bin\/python3|g' src/vfs/extfs/helpers/uc1541
%build
%{?!make_build:%define make_build make -O %_smp_mflags V=1 VERBOSE=1}