Add Provides for the old name without %_isa
This commit is contained in:
parent
bb317dc7ae
commit
307beb63ab
@ -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: 6.git%{shortcommit}%{?dist}
|
Release: 7.git%{shortcommit}%{?dist}
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -106,6 +106,7 @@ Openwsman Server and service libraries
|
|||||||
%package -n python2-openwsman
|
%package -n python2-openwsman
|
||||||
%{?python_provide:%python_provide python2-openwsman}
|
%{?python_provide:%python_provide python2-openwsman}
|
||||||
# Remove before F30
|
# Remove before F30
|
||||||
|
Provides: %{name}-python = %{version}-%{release}
|
||||||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-python < %{version}-%{release}
|
Obsoletes: %{name}-python < %{version}-%{release}
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -364,6 +365,9 @@ rm -f /var/log/wsmand.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.3-7.git4391e5c
|
||||||
|
- Add Provides for the old name without %%_isa
|
||||||
|
|
||||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.6.3-6.git4391e5c
|
* 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
|
- Python 2 binary package renamed to python2-openwsman
|
||||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
Loading…
Reference in New Issue
Block a user