Disable parallel building and rebuild again

This commit is contained in:
Michael Petlan 2022-10-19 12:41:00 +02:00 committed by Stepan Oksanichenko
parent 7f3fa6c293
commit 90139aa182
2 changed files with 7 additions and 2 deletions

1
.libtraceevent.metadata Normal file
View File

@ -0,0 +1 @@
72d2ca781728169d9b17679b890f496d4c303040 libtraceevent-1.5.3.tar.gz

View File

@ -5,7 +5,7 @@
Name: libtraceevent Name: libtraceevent
Version: 1.5.3 Version: 1.5.3
Release: 2%{?dist} Release: 3%{?dist}
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
Summary: Library to parse raw trace event formats 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 #looks like CFLAGS is ignored when compiling plugins, but not EXTRA_CFLAGS
export EXTRA_CFLAGS="%{optflags}" export EXTRA_CFLAGS="%{optflags}"
export LDFLAGS="-Wl,-z,now" 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 %install
%set_build_flags %set_build_flags
@ -70,6 +70,10 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a
%{_libdir}/pkgconfig/libtraceevent.pc %{_libdir}/pkgconfig/libtraceevent.pc
%changelog %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 * Fri Oct 14 2022 Michael Petlan <mpetlan@redhat.com> - 1.5.3-2
- Rebuild due to broken brew environment - Rebuild due to broken brew environment
Related: rhbz#2134397 Related: rhbz#2134397