From ce60f5f25df4c8fe2b2b03d10610ee12a0c55405 Mon Sep 17 00:00:00 2001 From: hht8 Date: Sat, 4 Sep 2021 17:06:53 +0800 Subject: [PATCH] Fix otopi package missing error --- otopi.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/otopi.spec b/otopi.spec index b7b7545..861a076 100644 --- a/otopi.spec +++ b/otopi.spec @@ -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 - 1.9.4-2 +- Fix otopi package missing error,provides by python3-otopi + * Mon Jul 05 2021 lijunwei - 1.9.4-1 - Init package