!19 Completing build dependencies to fix gcc compiler missing error

From: @hht8
Reviewed-by: @bzg1107,@small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-15 03:16:36 +00:00 committed by Gitee
commit 81a26b7a3f

View File

@ -1,7 +1,7 @@
Name: varnish Name: varnish
Summary: A web application accelerator Summary: A web application accelerator
Version: 6.0.0 Version: 6.0.0
Release: 6 Release: 7
License: BSD License: BSD
URL: https://www.varnish-cache.org/ URL: https://www.varnish-cache.org/
Source0: http://varnish-cache.org/_downloads/varnish-%{version}.tgz 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 Patch0010: CVE-2019-15892-8.patch
BuildRequires: python3-sphinx python3-docutils pkgconfig make graphviz nghttp2 systemd-units 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: logrotate ncurses pcre jemalloc openEuler-rpm-config gcc
Requires(pre): shadow-utils Requires(pre): shadow-utils
Requires(post): /usr/bin/uuidgen systemd-units systemd-sysv 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* %{_mandir}/man7/*.7*
%changelog %changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 6.0.0-7
- Completing build dependencies to fix gcc compiler missing error
* Tue Jan 19 2021 wangyue <wangyue92@huawei.com> - 6.0.0-6 * Tue Jan 19 2021 wangyue <wangyue92@huawei.com> - 6.0.0-6
- Fix CVE-2019-15892 - Fix CVE-2019-15892