Depend on perl
This commit is contained in:
parent
241a0cb76e
commit
c51b18141c
@ -13,7 +13,7 @@
|
||||
|
||||
Name: ccache
|
||||
Version: 3.7.9
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: C/C++ compiler cache
|
||||
|
||||
License: GPLv3+
|
||||
@ -22,7 +22,7 @@ Source0: https://github.com/ccache/ccache/releases/download/v%{version}/%
|
||||
Source1: %{name}.sh.in
|
||||
Source2: %{name}.csh.in
|
||||
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl perl(File::Spec)
|
||||
BuildRequires: zlib-devel >= 1.2.3
|
||||
# clang for additional tests
|
||||
BuildRequires: clang
|
||||
@ -215,6 +215,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 07 2020 Jeff Law <law@redhat.com> - 3.7.9-4
|
||||
- Depend on perl
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.9-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user