diff --git a/openwsman.spec b/openwsman.spec index 8dc3a46..00587db 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: 6.git%{shortcommit}%{?dist} +Release: 7.git%{shortcommit}%{?dist} Url: http://www.openwsman.org/ License: BSD Group: Applications/System @@ -106,6 +106,7 @@ Openwsman Server and service libraries %package -n python2-openwsman %{?python_provide:%python_provide python2-openwsman} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} License: BSD @@ -364,6 +365,9 @@ rm -f /var/log/wsmand.log %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 2.6.3-7.git4391e5c +- Add Provides for the old name without %%_isa + * 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