Python 2 binary package renamed to python2-libreport
This commit is contained in:
parent
dc86ec51dd
commit
85752376cb
@ -6,7 +6,7 @@
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.9.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -91,7 +91,11 @@ Requires: libreport-web = %{version}-%{release}
|
||||
%description web-devel
|
||||
Development headers for libreport-web
|
||||
|
||||
%package python
|
||||
%package -n python2-libreport
|
||||
%{?python_provide:%python_provide python2-libreport}
|
||||
# Remove before F30
|
||||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python < %{version}-%{release}
|
||||
Summary: Python bindings for report-libs
|
||||
# Is group correct here? -
|
||||
Requires: libreport = %{version}-%{release}
|
||||
@ -104,7 +108,7 @@ Obsoletes: report < 0:0.23-1
|
||||
Requires: libreport-plugin-rhtsupport = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description python
|
||||
%description -n python2-libreport
|
||||
Python bindings for report-libs.
|
||||
|
||||
%package python3
|
||||
@ -504,7 +508,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_includedir}/libreport/libreport_curl.h
|
||||
%{_libdir}/pkgconfig/libreport-web.pc
|
||||
|
||||
%files python
|
||||
%files -n python2-libreport
|
||||
%{python_sitearch}/report/*
|
||||
%{python_sitearch}/reportclient/*
|
||||
|
||||
@ -733,6 +737,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9.1-5
|
||||
- Python 2 binary package renamed to python2-libreport
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user