From 1c9a0a2b49367a8266353e74b4824a72190b0359 Mon Sep 17 00:00:00 2001 From: small_leek Date: Tue, 15 Aug 2023 12:03:26 +0000 Subject: [PATCH] fix warning in EulerMaker Signed-off-by: small_leek (cherry picked from commit d2ed30313f3147f6be59a9a6d5d21e375341a433) --- custom_build_tool.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/custom_build_tool.spec b/custom_build_tool.spec index f99ed9d..2213465 100644 --- a/custom_build_tool.spec +++ b/custom_build_tool.spec @@ -6,15 +6,10 @@ Summary: custom build tool for obs License: MulanPSL-2.0 Group: System/Management Version: 1.0.0 -Release: 21 +Release: 22 BuildRoot: %{_tmppath}/%{name} Source0: https://gitee.com/openeuler/custom_build_tool/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz 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 %description @@ -262,6 +257,9 @@ rm -rf %{_tmppath}/%{name} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Tue Aug 15 2023 xiasenlin - 1.0.0-22 +- fix warning in EulerMaker + * Fri Aug 05 2022 fushanqing - 1.0.0-21 - Unified license name specification -- Gitee