From d3e54a0dc158e190e5c7d99da6b5243ba12e6e4c Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Fri, 28 Apr 2023 15:23:33 +0800 Subject: [PATCH] delete error buildrequires --- custom_build_tool.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/custom_build_tool.spec b/custom_build_tool.spec index 921d00e..e532310 100644 --- a/custom_build_tool.spec +++ b/custom_build_tool.spec @@ -6,15 +6,10 @@ Summary: custom build tool for obs License: Mulan PSL v2 Group: System/Management Version: 1.0.0 -Release: 19 +Release: 20 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 @@ -264,6 +259,12 @@ rm -rf %{_tmppath}/%{name} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Fri Apr 28 2023 wangchong - 1.0.0-20 +- Type: NA +- ID: NA +- SUG: NA +- DESC: delete error buildrequires + * Mon Jan 24 2022 senlin - 1.0.0-19 - Type: Correction of bad behavior - ID: NA -- Gitee