Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tcpd for openSUSE:Factory checked in at 2022-08-31 18:08:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcpd (Old) and /work/SRC/openSUSE:Factory/.tcpd.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tcpd" Wed Aug 31 18:08:24 2022 rev:33 rq:999877 version:7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/tcpd/tcpd.changes 2020-10-06 17:06:12.429273183 +0200 +++ /work/SRC/openSUSE:Factory/.tcpd.new.2083/tcpd.changes 2022-08-31 18:08:25.315285597 +0200 @@ -1,0 +2,5 @@ +Wed Aug 24 10:48:01 UTC 2022 - Andreas Schwab <schwab@suse.de> + +- Makefile is not parallel-safe + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpd.spec ++++++ --- /var/tmp/diff_new_pack.C8vYSC/_old 2022-08-31 18:08:26.107287692 +0200 +++ /var/tmp/diff_new_pack.C8vYSC/_new 2022-08-31 18:08:26.111287703 +0200 @@ -1,7 +1,7 @@ # # spec file for package tcpd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -138,7 +138,8 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -make %{?_smp_mflags} linux CC="cc" +# Makefile is not parallel-safe +make linux CC="cc" %install install -d -m 755 %{buildroot}%{_includedir}