feature(*):changed requires to _vendor

This commit is contained in:
yangfeng 2024-04-10 16:14:01 +08:00
parent 20e091866b
commit 3543c491d4

View File

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