Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package parted for openSUSE:Factory checked in at 2021-10-25 15:17:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parted (Old) and /work/SRC/openSUSE:Factory/.parted.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parted" Mon Oct 25 15:17:17 2021 rev:134 rq:926783 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/parted/parted.changes 2021-07-30 23:21:56.779651586 +0200 +++ /work/SRC/openSUSE:Factory/.parted.new.1890/parted.changes 2021-10-25 15:17:57.585695378 +0200 @@ -1,0 +2,15 @@ +Tue Oct 19 09:48:22 UTC 2021 - Dominique Leuenberger <dims...@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 - aschn...@suse.com + +- run checks during build +- added patches: + tests-disable.patch + +------------------------------------------------------------------- New: ---- tests-disable.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parted.spec ++++++ --- /var/tmp/diff_new_pack.G29Okw/_old 2021-10-25 15:17:58.669696056 +0200 +++ /var/tmp/diff_new_pack.G29Okw/_new 2021-10-25 15:17:58.673696059 +0200 @@ -74,6 +74,7 @@ # Tests patches Patch156: tests-add-helper-require_swap_.patch Patch157: tests-add-dev-md-check-to-t6100.patch +Patch158: tests-disable.patch # SUSE tests patches Patch200: tests-adapt-to-SUSE.patch @@ -87,6 +88,7 @@ BuildRequires: libuuid-devel BuildRequires: makeinfo BuildRequires: pkg-config +BuildRequires: python3-base BuildRequires: readline-devel PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -157,6 +159,7 @@ %patch101 -p1 %patch156 -p1 %patch157 -p1 +%patch158 -p1 %patch200 -p1 %build @@ -170,6 +173,9 @@ --disable-silent-rules make %{?_smp_mflags} +%check +make check + %install %make_install rm %{buildroot}%{_libdir}/*.la ++++++ tests-disable.patch ++++++ diff --git a/libparted/tests/Makefile.am b/libparted/tests/Makefile.am index c92a3a3..915bbc4 100644 --- a/libparted/tests/Makefile.am +++ b/libparted/tests/Makefile.am @@ -3,7 +3,7 @@ # # This file may be modified and/or distributed without restriction. -TESTS = t1000-label.sh t2000-disk.sh t2100-zerolen.sh t3000-symlink.sh t4000-volser.sh +TESTS = t1000-label.sh t2000-disk.sh t2100-zerolen.sh t3000-symlink.sh EXTRA_DIST = $(TESTS) check_PROGRAMS = label disk zerolen symlink volser AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) diff --git a/tests/Makefile.am b/tests/Makefile.am index f9340aa..9d0d08f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -60,7 +60,6 @@ TESTS = \ t3200-resize-partition.sh \ t3200-type-change.sh \ t3300-palo-prep.sh \ - t3310-flags.sh \ t3400-whole-disk-FAT-partition.sh \ t4000-sun-raid-type.sh \ t4001-sun-vtoc.sh \