Python 2 binary package renamed to python2-libpfm
This commit is contained in:
parent
91533d7a46
commit
557d7065fb
16
libpfm.spec
16
libpfm.spec
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: libpfm
|
Name: libpfm
|
||||||
Version: 4.8.0
|
Version: 4.8.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
|
|
||||||
Summary: Library to encode performance events for use by perf tool
|
Summary: Library to encode performance events for use by perf tool
|
||||||
|
|
||||||
@ -50,12 +50,16 @@ Static version of the libpfm library for performance monitoring
|
|||||||
applications for the perf_events interface.
|
applications for the perf_events interface.
|
||||||
|
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
%package python
|
%package -n python2-libpfm
|
||||||
|
%{?python_provide:%python_provide python2-libpfm}
|
||||||
|
# Remove before F30
|
||||||
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-python < %{version}-%{release}
|
||||||
Summary: Python bindings for libpfm and perf_event_open system call
|
Summary: Python bindings for libpfm and perf_event_open system call
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description python
|
%description -n python2-libpfm
|
||||||
Python bindings for libpfm4 and perf_event_open system call.
|
Python bindings for libpfm4 and perf_event_open system call.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -103,11 +107,15 @@ make \
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
%files python
|
%files -n python2-libpfm
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.8.0-7
|
||||||
|
- Python 2 binary package renamed to python2-libpfm
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-6
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user