Accepting request 926197 from home:dimstar:Factory

- BuildRequire python3-base: Fix execution of test suite. Otherwise
  we fail with
  ./t0282-gpt-move-backup.sh: /usr/bin/python3: bad interpreter: No
  such file or directory.

Base:System is 'masking' this erro due the a project config entry:
Preinstall: python38-base.

I have no clue why Base:System decides to hack around actual issues in this way, but it is what blocked this parted update from entering Factory for 4 weeks already (as my comments on the SR seem to be simply ignored anyway and nobody seemed to care to fix parted).

OBS-URL: https://build.opensuse.org/request/show/926197
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=150
This commit is contained in:
Dirk Mueller 2021-10-21 13:23:47 +00:00 committed by Git OBS Bridge
parent 9caf8cccbf
commit e927b60926
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 19 09:48:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire python3-base: Fix execution of test suite. Otherwise
we fail with
./t0282-gpt-move-backup.sh: /usr/bin/python3: bad interpreter: No
such file or directory.
-------------------------------------------------------------------
Mon Sep 20 07:35:15 CEST 2021 - aschnell@suse.com

View File

@ -88,6 +88,7 @@ BuildRequires: libtool
BuildRequires: libuuid-devel
BuildRequires: makeinfo
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: readline-devel
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build