!11 Add missing Provides: vala-tools
From: @dwl301 Reviewed-by: @zhang__3125 Signed-off-by: @zhang__3125
This commit is contained in:
commit
f4ac262e9e
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.50.8
|
Version: 0.50.8
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Compiler Using the GObject Type System
|
Summary: Compiler Using the GObject Type System
|
||||||
License: LGPLv2+ and BSD
|
License: LGPLv2+ and BSD
|
||||||
URL: https://wiki.gnome.org/Projects/Vala
|
URL: https://wiki.gnome.org/Projects/Vala
|
||||||
@ -18,6 +18,9 @@ Requires(pre): %{_sbindir}/alternatives
|
|||||||
Requires: vala-devel = %{version}-%{release} gobject-introspection-devel
|
Requires: vala-devel = %{version}-%{release} gobject-introspection-devel
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Provides: vala(api) = %{api_ver}
|
Provides: vala(api) = %{api_ver}
|
||||||
|
Obsoletes: vala-tools < 0.34.0
|
||||||
|
Conflicts: vala-tools < 0.34.0
|
||||||
|
Provides: vala-tools = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Compiler Using the GObject Type System.
|
Compiler Using the GObject Type System.
|
||||||
@ -111,6 +114,9 @@ fi
|
|||||||
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
|
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 23 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.50.8-2
|
||||||
- Correct package depends
|
- Correct package depends
|
||||||
- Delete unnecessary and uncorrect Requires, Provides, Obsoletes, Conflicts
|
- Delete unnecessary and uncorrect Requires, Provides, Obsoletes, Conflicts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user