From f2647057139ee63da15a215b171af5daca5c56cd Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 10 May 2022 17:30:25 +0800 Subject: [PATCH] License compliance rectification --- varnish.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/varnish.spec b/varnish.spec index eb4a066..fa270d7 100644 --- a/varnish.spec +++ b/varnish.spec @@ -1,8 +1,8 @@ Name: varnish Summary: A web application accelerator Version: 7.0.1 -Release: 2 -License: BSD +Release: 3 +License: BSD-2-Clause URL: https://www.varnish-cache.org/ Source0: http://varnish-cache.org/_downloads/varnish-%{version}.tgz @@ -160,6 +160,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %{_mandir}/man7/*.7* %changelog +* Tue May 10 2022 yaoxin - 7.0.1-3 +- License compliance rectification + * Wed Apr 27 2022 yaoxin - 7.0.1-2 - Fix CVE-2022-23959 -- Gitee