From a4e285215493c82667c30fe24e6be8175b4ab3b0 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 10:12:09 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- varnish.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/varnish.spec b/varnish.spec index 23c9dba..ca0db0e 100644 --- a/varnish.spec +++ b/varnish.spec @@ -1,7 +1,7 @@ Name: varnish Summary: A web application accelerator Version: 6.0.0 -Release: 6 +Release: 7 License: BSD URL: https://www.varnish-cache.org/ Source0: http://varnish-cache.org/_downloads/varnish-%{version}.tgz @@ -21,7 +21,7 @@ Patch0009: CVE-2019-15892-7.patch Patch0010: CVE-2019-15892-8.patch BuildRequires: python3-sphinx python3-docutils pkgconfig make graphviz nghttp2 systemd-units -BuildRequires: ncurses-devel pcre-devel libedit-devel +BuildRequires: ncurses-devel pcre-devel libedit-devel gcc Requires: logrotate ncurses pcre jemalloc openEuler-rpm-config gcc Requires(pre): shadow-utils Requires(post): /usr/bin/uuidgen systemd-units systemd-sysv @@ -166,6 +166,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %{_mandir}/man7/*.7* %changelog +* Mon May 31 2021 huanghaitao - 6.0.0-7 +- Completing build dependencies to fix gcc compiler missing error + * Tue Jan 19 2021 wangyue - 6.0.0-6 - Fix CVE-2019-15892 -- Gitee