Python 2 binary package renamed to python2-openwsman
This commit is contained in:
parent
4e09bf833c
commit
bb317dc7ae
@ -12,7 +12,7 @@ BuildRequires: perl-devel perl-generators pkgconfig openssl-devel
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Version: 2.6.3
|
Version: 2.6.3
|
||||||
Release: 5.git%{shortcommit}%{?dist}
|
Release: 6.git%{shortcommit}%{?dist}
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
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
|
License: BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Python bindings for openwsman client API
|
Summary: Python bindings for openwsman client API
|
||||||
Requires: python2
|
Requires: python2
|
||||||
Requires: libwsman1 = %{version}-%{release}
|
Requires: libwsman1 = %{version}-%{release}
|
||||||
|
|
||||||
%description python
|
%description -n python2-openwsman
|
||||||
This package provides Python2 bindings to access the openwsman client
|
This package provides Python2 bindings to access the openwsman client
|
||||||
API.
|
API.
|
||||||
|
|
||||||
@ -299,7 +303,7 @@ rm -f /var/log/wsmand.log
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%doc AUTHORS COPYING ChangeLog README.md
|
%doc AUTHORS COPYING ChangeLog README.md
|
||||||
|
|
||||||
%files python
|
%files -n python2-openwsman
|
||||||
%{python2_sitearch}/*.so
|
%{python2_sitearch}/*.so
|
||||||
%{python2_sitearch}/*.py
|
%{python2_sitearch}/*.py
|
||||||
%{python2_sitearch}/*.pyc
|
%{python2_sitearch}/*.pyc
|
||||||
@ -360,6 +364,10 @@ rm -f /var/log/wsmand.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user