From dc6a4c8e334c6c738102dbde0b6cd7abb0d1d784 Mon Sep 17 00:00:00 2001 From: weiyaping Date: Mon, 25 Dec 2023 22:51:05 -0500 Subject: [PATCH] Fix Python syntax error in rpmbuild build report Signed-off-by: weiyaping --- varnish.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/varnish.spec b/varnish.spec index 09bf22b..75ce736 100644 --- a/varnish.spec +++ b/varnish.spec @@ -1,7 +1,9 @@ +%global __python %{__python3} + Name: varnish Summary: A web application accelerator Version: 6.6.2 -Release: 2 +Release: 3 License: BSD URL: https://www.varnish-cache.org/ Source0: http://varnish-cache.org/_downloads/varnish-%{version}.tgz @@ -156,6 +158,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc %{_mandir}/man7/*.7* %changelog +* Tue Dec 26 2023 weiyaping - 6.6.2-3 +- fix python syntax error in rpmbuild build report + * Fri Nov 25 2022 caodongxia - 6.6.2-2 - Modify invalid option for the varnished command -- Gitee