From bb317dc7aea458b7f4b118b77371c827d8391f1b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:39:05 +0000 Subject: Python 2 binary package renamed to python2-openwsman --- diff --git a/openwsman.spec b/openwsman.spec index aeb6fa8..8dc3a46 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -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 - 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 - 2.6.3-5.git4391e5c - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild