From e927b6092664ce50515e21cfb45db513cc1342838fdf2de8fdd86dbad8ff9ca0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Oct 2021 13:23:47 +0000 Subject: [PATCH] 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 --- parted.changes | 8 ++++++++ parted.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/parted.changes b/parted.changes index 21e90ba..bdf90fc 100644 --- a/parted.changes +++ b/parted.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 19 09:48:22 UTC 2021 - Dominique Leuenberger + +- 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 diff --git a/parted.spec b/parted.spec index e960d6c..19015a6 100644 --- a/parted.spec +++ b/parted.spec @@ -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