Fix otopi package missing error

This commit is contained in:
hht8 2021-09-04 17:06:53 +08:00
parent b924a0685c
commit ce60f5f25d

View File

@ -15,7 +15,7 @@
Summary: oVirt Task Oriented Pluggable Installer/Implementation (%{name})
Name: otopi
Version: 1.9.4
Release: 1
Release: 2
License: LGPLv2+
URL: http://www.ovirt.org
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}-dateutil
Requires: %{name}-common = %{version}-%{release}
# If we build for python3, but not for python2, let the python3 version
# provide 'otopi'.
Provides: %{name} = %{version}-%{release}
Obsoletes: %{name} < %{version}-%{release}
%description -n python%{python3_pkgversion}-%{name}
%{summary}.
@ -234,5 +233,8 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/%{name}.conf.d"
%endif
%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
- Init package