Disable parallel building and rebuild again

Previous commit did not help solving the problem.

Related: rhbz#2134397

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
This commit is contained in:
Michael Petlan 2022-10-19 12:41:00 +02:00
parent 7f3fa6c293
commit 6f5776de9c

View File

@ -5,7 +5,7 @@
Name: libtraceevent
Version: 1.5.3
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2+ and GPLv2+
Summary: Library to parse raw trace event formats
@ -43,7 +43,7 @@ MANPAGE_DOCBOOK_XSL=`rpm -ql docbook-style-xsl | grep manpages/docbook.xsl`
#looks like CFLAGS is ignored when compiling plugins, but not EXTRA_CFLAGS
export EXTRA_CFLAGS="%{optflags}"
export LDFLAGS="-Wl,-z,now"
%make_build prefix=%{_prefix} libdir=%{_libdir} MANPAGE_XSL=%{MANPAGE_DOCBOOK_XSL} all doc
make -O -j1 V=1 VERBOSE=1 prefix=%{_prefix} libdir=%{_libdir} MANPAGE_XSL=%{MANPAGE_DOCBOOK_XSL} all doc
%install
%set_build_flags
@ -70,6 +70,10 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a
%{_libdir}/pkgconfig/libtraceevent.pc
%changelog
* Wed Oct 19 2022 Michael Petlan <mpetlan@redhat.com> - 1.5.3-3
- Rebuild due to broken brew build again, disable parallel build
Related: rhbz#2134397
* Fri Oct 14 2022 Michael Petlan <mpetlan@redhat.com> - 1.5.3-2
- Rebuild due to broken brew environment
Related: rhbz#2134397