!11 Add missing Provides: vala-tools

From: @dwl301
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2021-06-24 08:04:38 +00:00 committed by Gitee
commit f4ac262e9e

View File

@ -5,7 +5,7 @@
Name: vala
Version: 0.50.8
Release: 2
Release: 3
Summary: Compiler Using the GObject Type System
License: LGPLv2+ and BSD
URL: https://wiki.gnome.org/Projects/Vala
@ -18,6 +18,9 @@ Requires(pre): %{_sbindir}/alternatives
Requires: vala-devel = %{version}-%{release} gobject-introspection-devel
Requires: %{name} = %{version}-%{release}
Provides: vala(api) = %{api_ver}
Obsoletes: vala-tools < 0.34.0
Conflicts: vala-tools < 0.34.0
Provides: vala-tools = %{version}-%{release}
%description
Compiler Using the GObject Type System.
@ -111,6 +114,9 @@ fi
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
%changelog
* Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 0.50.8-3
- Add missing Provides: vala-tools
* Sun May 23 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.50.8-2
- Correct package depends
- Delete unnecessary and uncorrect Requires, Provides, Obsoletes, Conflicts