Fix Python syntax error in rpmbuild build report

Signed-off-by: weiyaping <weiyaping@xfusion.com>
This commit is contained in:
weiyaping 2023-12-25 22:51:05 -05:00
parent 7a2e090fd1
commit dc6a4c8e33

View File

@ -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 <weiyaping@xfusion.com> - 6.6.2-3
- fix python syntax error in rpmbuild build report
* Fri Nov 25 2022 caodongxia <caodongxia@h-partners.com> - 6.6.2-2
- Modify invalid option for the varnished command