upstream switched to pcre2 a while ago

This commit is contained in:
Ingvar Hagelund 2021-11-04 10:21:25 +01:00
parent fe2fc39809
commit 85d4f11b58

View File

@ -23,7 +23,7 @@
Summary: High-performance HTTP accelerator Summary: High-performance HTTP accelerator
Name: varnish Name: varnish
Version: 7.0.0 Version: 7.0.0
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
URL: https://www.varnish-cache.org/ URL: https://www.varnish-cache.org/
Source0: http://varnish-cache.org/_downloads/%{name}-%{version}.tgz Source0: http://varnish-cache.org/_downloads/%{name}-%{version}.tgz
@ -103,7 +103,7 @@ BuildRequires: haproxy
Requires: logrotate Requires: logrotate
Requires: ncurses Requires: ncurses
Requires: pcre Requires: pcre2
Requires: jemalloc Requires: jemalloc
Requires: redhat-rpm-config Requires: redhat-rpm-config
Requires(pre): shadow-utils Requires(pre): shadow-utils
@ -300,6 +300,9 @@ test -f /etc/varnish/secret || (uuidgen > /etc/varnish/secret && chmod 0600 /etc
%changelog %changelog
* Tue Nov 02 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> - 7.0.0-2
- upstream switched to pcre2 a while ago
* Thu Sep 16 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> - 7.0.0-1 * Thu Sep 16 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> - 7.0.0-1
- New upstream release - New upstream release
- Updated pkg-varnish checkout from the 7.0 branch - Updated pkg-varnish checkout from the 7.0 branch