Fix otopi package missing error
(cherry picked from commit ce60f5f25df4c8fe2b2b03d10610ee12a0c55405)
This commit is contained in:
parent
b924a0685c
commit
ea13335520
10
otopi.spec
10
otopi.spec
@ -15,7 +15,7 @@
|
|||||||
Summary: oVirt Task Oriented Pluggable Installer/Implementation (%{name})
|
Summary: oVirt Task Oriented Pluggable Installer/Implementation (%{name})
|
||||||
Name: otopi
|
Name: otopi
|
||||||
Version: 1.9.4
|
Version: 1.9.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.ovirt.org
|
URL: http://www.ovirt.org
|
||||||
Source0: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz
|
Source0: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz
|
||||||
@ -55,9 +55,8 @@ Summary: %{summary}
|
|||||||
Requires: python%{python3_pkgversion} >= 3.6.0
|
Requires: python%{python3_pkgversion} >= 3.6.0
|
||||||
Requires: python%{python3_pkgversion}-dateutil
|
Requires: python%{python3_pkgversion}-dateutil
|
||||||
Requires: %{name}-common = %{version}-%{release}
|
Requires: %{name}-common = %{version}-%{release}
|
||||||
|
Provides: %{name} = %{version}-%{release}
|
||||||
# If we build for python3, but not for python2, let the python3 version
|
Obsoletes: %{name} < %{version}-%{release}
|
||||||
# provide 'otopi'.
|
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-%{name}
|
%description -n python%{python3_pkgversion}-%{name}
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -234,5 +233,8 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/%{name}.conf.d"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 04 2021 huanghaitao <huanghaitao8@huawei.com> - 1.9.4-2
|
||||||
|
- Fix otopi package missing error,provides by python3-otopi
|
||||||
|
|
||||||
* Mon Jul 05 2021 lijunwei <lijunwei@kylinos.cn> - 1.9.4-1
|
* Mon Jul 05 2021 lijunwei <lijunwei@kylinos.cn> - 1.9.4-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user