fix warning in EulerMaker

Signed-off-by: small_leek <xiasenlin1@huawei.com>
(cherry picked from commit d2ed30313f3147f6be59a9a6d5d21e375341a433)
This commit is contained in:
small_leek 2023-08-15 12:03:26 +00:00 committed by openeuler-sync-bot
parent f9f872c96e
commit 1c9a0a2b49

View File

@ -6,15 +6,10 @@ Summary: custom build tool for obs
License: MulanPSL-2.0 License: MulanPSL-2.0
Group: System/Management Group: System/Management
Version: 1.0.0 Version: 1.0.0
Release: 21 Release: 22
BuildRoot: %{_tmppath}/%{name} BuildRoot: %{_tmppath}/%{name}
Source0: https://gitee.com/openeuler/custom_build_tool/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://gitee.com/openeuler/custom_build_tool/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: util-linux coreutils BuildRequires: util-linux coreutils
BuildRequires: -custom_build_tool-nocheck
BuildRequires: -obs-env
BuildRequires: -gcc_secure
BuildRequires: -bep-env
BuildRequires: -custom_build_tool-san
Requires: bash rpm-build sed util-linux coreutils Requires: bash rpm-build sed util-linux coreutils
%description %description
@ -262,6 +257,9 @@ rm -rf %{_tmppath}/%{name}
rm -rf $RPM_BUILD_DIR/%{name} rm -rf $RPM_BUILD_DIR/%{name}
%changelog %changelog
* Tue Aug 15 2023 xiasenlin <xiasenlin1@huawei.com> - 1.0.0-22
- fix warning in EulerMaker
* Fri Aug 05 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0-21 * Fri Aug 05 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0-21
- Unified license name specification - Unified license name specification