!3 添加gcc依赖, 解决gcc command not found.

From: @shine_
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-06-06 14:45:47 +08:00 committed by Gitee
commit deea9a868d

View File

@ -1,11 +1,11 @@
Name: perl-Digest-SHA1
Version: 2.13
Release: 26
Release: 27
Summary: Perl interface to the SHA-1 algorithm
License: GPL+ or Artistic
URL: https://metacpan.org/release/Digest-SHA1
Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz
BuildRequires: findutils glibc-common make perl-interpreter perl-devel perl-generators perl(Test) perl(strict)
BuildRequires: gcc findutils glibc-common make perl-interpreter perl-devel perl-generators perl(Test) perl(strict)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(Digest::base) perl(DynaLoader) perl(Exporter) perl(vars)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -45,5 +45,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%{_mandir}/man3/*.3*
%changelog
* Web 02 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 2.13-27
- fixs faileds: /bin/sh: gcc: command not found.
* Wed Feb 19 2020 Ling Yang <lingyang2@huawei.com> - 2.13-26
- Package init