Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netsniff-ng for openSUSE:Factory checked in at 2022-12-22 16:22:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netsniff-ng (Old) and /work/SRC/openSUSE:Factory/.netsniff-ng.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netsniff-ng" Thu Dec 22 16:22:56 2022 rev:9 rq:1044113 version:0.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/netsniff-ng/netsniff-ng.changes 2021-02-03 19:54:43.137602061 +0100 +++ /work/SRC/openSUSE:Factory/.netsniff-ng.new.1835/netsniff-ng.changes 2022-12-22 16:23:08.486052641 +0100 @@ -1,0 +2,7 @@ +Wed Dec 21 16:15:37 UTC 2022 - Michael Pujos <[email protected]> + +- fixed build failure caused by make install failing due to make 4.4 + behavior change in target ordering when parrallelism is enabled. + For this, -j1 is passed to make install to disable parrallelism + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netsniff-ng.spec ++++++ --- /var/tmp/diff_new_pack.41SeLY/_old 2022-12-22 16:23:08.974055447 +0100 +++ /var/tmp/diff_new_pack.41SeLY/_new 2022-12-22 16:23:08.998055585 +0100 @@ -1,7 +1,7 @@ # # spec file for package netsniff-ng # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -76,7 +76,8 @@ make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}" %install -make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot} +# disable parrallel execution with -j1 because it cause an error with make 4.4 +make -j1 install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot} %files %license COPYING
