diff --git a/varnish.spec b/varnish.spec index 685bbdf9cc6f90a3aaf125cffa707a24d3fe5d7f..6759fcfbf3027dbe93b68b70a05a55081dfeab10 100644 --- a/varnish.spec +++ b/varnish.spec @@ -1,7 +1,7 @@ Name: varnish Summary: A web application accelerator Version: 7.0.1 -Release: 5 +Release: 6 License: BSD-2-Clause URL: https://www.varnish-cache.org/ Source0: http://varnish-cache.org/_downloads/varnish-%{version}.tgz @@ -17,7 +17,7 @@ Patch0005: CVE-2022-45060.patch BuildRequires: python3-sphinx python3-docutils pkgconfig make graphviz nghttp2 systemd-units BuildRequires: ncurses-devel pcre2-devel libedit-devel gcc -Requires: logrotate ncurses pcre2 jemalloc openEuler-rpm-config gcc +Requires: logrotate ncurses pcre2 jemalloc %{_vendor}-rpm-config gcc Requires(pre): shadow-utils Requires(post): /usr/bin/uuidgen systemd-units systemd-sysv Requires(preun): systemd-units @@ -162,6 +162,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %{_mandir}/man7/*.7* %changelog +* Thu Dec 22 2022 wanglin - 7.0.1-6 +- Fix rpm-config hard code problem + * Tue Nov 22 2022 jiangpeng - 7.0.1-5 - Fix CVE-2022-45060