Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trustedgrub2 for openSUSE:Factory checked in at 2022-11-24 12:25:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trustedgrub2 (Old) and /work/SRC/openSUSE:Factory/.trustedgrub2.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trustedgrub2" Thu Nov 24 12:25:23 2022 rev:12 rq:1037803 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/trustedgrub2/trustedgrub2.changes 2022-05-23 15:52:09.898670094 +0200 +++ /work/SRC/openSUSE:Factory/.trustedgrub2.new.1597/trustedgrub2.changes 2022-11-24 12:25:24.974131406 +0100 @@ -1,0 +2,5 @@ +Thu Nov 24 01:33:00 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Use Python 3 to build, rather than Python 2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trustedgrub2.spec ++++++ --- /var/tmp/diff_new_pack.QIksAI/_old 2022-11-24 12:25:25.906137328 +0100 +++ /var/tmp/diff_new_pack.QIksAI/_new 2022-11-24 12:25:25.910137354 +0100 @@ -74,7 +74,7 @@ BuildRequires: bison BuildRequires: flex BuildRequires: gcc -BuildRequires: python +BuildRequires: python3 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 @@ -121,6 +121,7 @@ mkdir build %build +export PYTHON="python3" ./autogen.sh # We don't want to let rpm override *FLAGS with default a.k.a bogus values. CFLAGS="-fno-strict-aliasing -fno-inline-functions-called-once "