Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iucode-tool for openSUSE:Factory checked in at 2026-06-02 16:01:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iucode-tool (Old) and /work/SRC/openSUSE:Factory/.iucode-tool.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iucode-tool" Tue Jun 2 16:01:49 2026 rev:9 rq:1356406 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/iucode-tool/iucode-tool.changes 2022-10-21 16:19:52.794210279 +0200 +++ /work/SRC/openSUSE:Factory/.iucode-tool.new.1937/iucode-tool.changes 2026-06-02 16:02:21.966069912 +0200 @@ -1,0 +2,8 @@ +Mon Jun 1 15:44:52 UTC 2026 - Martin Pluskal <[email protected]> + +- Spec cleanup: + * Use %autosetup and %make_build + * Add the explicit gcc and make BuildRequires + * Drop obsolete Group tag + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iucode-tool.spec ++++++ --- /var/tmp/diff_new_pack.68Z4Dc/_old 2026-06-02 16:02:22.566094794 +0200 +++ /var/tmp/diff_new_pack.68Z4Dc/_new 2026-06-02 16:02:22.570094960 +0200 @@ -1,7 +1,7 @@ # # spec file for package iucode-tool # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,12 @@ Release: 0 Summary: A program to manipulate Intel microcode update collections License: GPL-2.0-only -Group: System/Boot URL: https://gitlab.com/iucode-tool/iucode-tool Source: %{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake +BuildRequires: gcc +BuildRequires: make ExclusiveArch: %{ix86} x86_64 %description @@ -34,12 +35,12 @@ Linux kernel. %prep -%setup -q +%autosetup %build autoreconf -fiv %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -48,5 +49,5 @@ %license COPYING %doc README %{_sbindir}/iucode_tool -%{_mandir}/man8/iucode_tool.8%{ext_man} +%{_mandir}/man8/iucode_tool.8%{?ext_man}
