Related: rhbz1540262

This commit is contained in:
William Cohen 2018-01-30 13:57:18 -05:00
parent d5efe98c8d
commit b3bd2d418d

View File

@ -10,7 +10,7 @@
Name: libpfm
Version: 4.9.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library to encode performance events for use by perf tool
@ -73,7 +73,8 @@ Python bindings for libpfm4 and perf_event_open system call.
%else
%global python_config CONFIG_PFMLIB_NOPYTHON=y
%endif
make %{python_config} %{?_smp_mflags}
make %{python_config} %{?_smp_mflags} \
OPTIM="%{optflags}"
%install
@ -113,6 +114,9 @@ make \
%endif
%changelog
* Tue Jan 30 2018 William Cohen <wcohen@redhat.com> - 4.9.0-3
- Use the RPM build flags. (RHBZ #1540262)
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.9.0-2
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)