Python 2 binary package renamed to python2-openwsman

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-19 09:39:05 -04:00
parent 4e09bf833c
commit bb317dc7ae

View File

@ -12,7 +12,7 @@ BuildRequires: perl-devel perl-generators pkgconfig openssl-devel
BuildRequires: cmake
BuildRequires: systemd-units
Version: 2.6.3
Release: 5.git%{shortcommit}%{?dist}
Release: 6.git%{shortcommit}%{?dist}
Url: http://www.openwsman.org/
License: BSD
Group: Applications/System
@ -103,14 +103,18 @@ Openwsman Server and service libraries
%package python
%package -n python2-openwsman
%{?python_provide:%python_provide python2-openwsman}
# Remove before F30
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
License: BSD
Group: Development/Libraries
Summary: Python bindings for openwsman client API
Requires: python2
Requires: libwsman1 = %{version}-%{release}
%description python
%description -n python2-openwsman
This package provides Python2 bindings to access the openwsman client
API.
@ -299,7 +303,7 @@ rm -f /var/log/wsmand.log
%{_libdir}/*.so
%doc AUTHORS COPYING ChangeLog README.md
%files python
%files -n python2-openwsman
%{python2_sitearch}/*.so
%{python2_sitearch}/*.py
%{python2_sitearch}/*.pyc
@ -360,6 +364,10 @@ rm -f /var/log/wsmand.log
%changelog
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.3-6.git4391e5c
- Python 2 binary package renamed to python2-openwsman
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.3-5.git4391e5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild