From 1cb65a4096ab7b492eeacb295726cb8bd00e0468 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Thu, 6 Feb 2020 16:33:01 +0800 Subject: [PATCH] add buildrequires of gcc and make --- zsh.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/zsh.spec b/zsh.spec index d53d8c5..f70cfd7 100644 --- a/zsh.spec +++ b/zsh.spec @@ -2,7 +2,7 @@ Name: zsh Version: 5.7.1 -Release: 3 +Release: 4 Summary: A shell designed for interactive use License: MIT URL: http://zsh.sourceforge.net @@ -17,8 +17,8 @@ Source4: zshrc Source5: zshenv Source6: dotzshrc -BuildRequires: autoconf coreutils gawk gdbm-devel libcap-devel -BuildRequires: ncurses-devel pcre-devel sed texinfo hostname +BuildRequires: autoconf coreutils gawk gdbm-devel libcap-devel make +BuildRequires: ncurses-devel pcre-devel sed texinfo hostname gcc Requires(post): info grep Requires(preun): info @@ -130,6 +130,12 @@ fi %{_infodir}/* %changelog +* Thu Feb 6 2020 openEuler Buildteam - 5.7.1-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add buildrequires of gcc and make + * Mon Feb 3 2020 openEuler Buildteam - 5.7.1-3 - Type:enhancement - ID:NA