!9 【外部需求】使用_vendor宏替代openEuler,不使用硬编码,提高兼容性

From: @yue-yuankun 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
This commit is contained in:
openeuler-ci-bot 2024-07-08 07:31:22 +00:00 committed by Gitee
commit e4ac347687
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,7 +7,7 @@
Name: mingw-filesystem
Version: 118
Release: 3
Release: 4
Summary: MinGW cross compiler base filesystem and environment
License: GPLv2+
@ -59,7 +59,7 @@ This environment is maintained by the Fedora MinGW SIG at:
%package base
Summary: Generic files which are needed for both mingw32-filesystem and mingw64-filesystem
Requires: openEuler-rpm-config
Requires: %{_vendor}-rpm-config
# Obsolete the packages from the test repo
Obsoletes: cross-filesystem < 67-2
Obsoletes: cross-filesystem-scripts < 67-2
@ -318,6 +318,9 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/
%changelog
* Mon Apr 22 2024 yueyuankun <yueyuankun@kylinos.cn> - 118-4
- modify spec, add vendor
* Mon Feb 5 2024 Li Shunlong <lishunlong@kylinsec.com.cn> - 118-3
- update changelog info
@ -333,4 +336,4 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/
- fix wrong requires
* Thu Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 110-2
- Package init
- Package init