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
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.9.1
|
Version: 2.9.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -91,7 +91,11 @@ Requires: libreport-web = %{version}-%{release}
|
|||||||
%description web-devel
|
%description web-devel
|
||||||
Development headers for libreport-web
|
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
|
Summary: Python bindings for report-libs
|
||||||
# Is group correct here? -
|
# Is group correct here? -
|
||||||
Requires: libreport = %{version}-%{release}
|
Requires: libreport = %{version}-%{release}
|
||||||
@ -104,7 +108,7 @@ Obsoletes: report < 0:0.23-1
|
|||||||
Requires: libreport-plugin-rhtsupport = %{version}-%{release}
|
Requires: libreport-plugin-rhtsupport = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description python
|
%description -n python2-libreport
|
||||||
Python bindings for report-libs.
|
Python bindings for report-libs.
|
||||||
|
|
||||||
%package python3
|
%package python3
|
||||||
@ -504,7 +508,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_includedir}/libreport/libreport_curl.h
|
%{_includedir}/libreport/libreport_curl.h
|
||||||
%{_libdir}/pkgconfig/libreport-web.pc
|
%{_libdir}/pkgconfig/libreport-web.pc
|
||||||
|
|
||||||
%files python
|
%files -n python2-libreport
|
||||||
%{python_sitearch}/report/*
|
%{python_sitearch}/report/*
|
||||||
%{python_sitearch}/reportclient/*
|
%{python_sitearch}/reportclient/*
|
||||||
|
|
||||||
@ -733,6 +737,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user