Add Provides for the old name without %_isa
This commit is contained in:
parent
0c897651ea
commit
ae6bf56c21
@ -14,7 +14,7 @@ restorecon -R /usr/bin/oscap /usr/libexec/openscap; \
|
|||||||
|
|
||||||
Name: openscap
|
Name: openscap
|
||||||
Version: 1.2.14
|
Version: 1.2.14
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -56,6 +56,7 @@ developing applications that use %{name}.
|
|||||||
%package -n python2-openscap
|
%package -n python2-openscap
|
||||||
%{?python_provide:%python_provide python2-openscap}
|
%{?python_provide:%python_provide python2-openscap}
|
||||||
# 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}
|
||||||
Summary: Python 2 bindings for %{name}
|
Summary: Python 2 bindings for %{name}
|
||||||
@ -337,6 +338,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{oscapdocker_pysitelib}/oscap_docker_python/*
|
%{oscapdocker_pysitelib}/oscap_docker_python/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.14-9
|
||||||
|
- Add Provides for the old name without %%_isa
|
||||||
|
|
||||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.14-8
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.14-8
|
||||||
- Python 2 binary package renamed to python2-openscap
|
- Python 2 binary package renamed to python2-openscap
|
||||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
Loading…
Reference in New Issue
Block a user