!24 changed requires to _vendor

From: @itisyang 
Reviewed-by: @stonefly128, @tangjie02 
Signed-off-by: @stonefly128, @tangjie02
This commit is contained in:
openeuler-ci-bot 2024-04-10 09:49:06 +00:00 committed by Gitee
commit ff3dccf596
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -17,7 +17,7 @@ Name: mate-desktop
License: GPLv2+ and LGPLv2+ and MIT
Version: %{branch}.2
%if 0%{?rel_build}
Release: 7
Release: 8
%else
Release: 0.10%{?git_rel}
%endif
@ -57,7 +57,7 @@ BuildRequires: gdb-headless
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%if 0%{?openEuler}
Requires: openEuler-menus
Requires: %{_vendor}-menus
%endif
%if 0%{?rhel}
Requires: redhat-menus
@ -247,6 +247,9 @@ install -m 644 %SOURCE5 %{buildroot}/%{_datadir}/applications/mate-mimeapps.list
%changelog
* Wed Apr 10 2024 yangfeng <yangfeng@kylinsec.com.cn> - 1.22.2-8
- KYOS-F: changed requires to _vendor(#33548)
* Mon Jul 03 2023 wangyucheng <wangyucheng@kylinos.cn> - 1.22.2-7
- KYOS-F: Remove property 'title-mode', Related #6892