- Update to release 6.3.0
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=98
This commit is contained in:
parent
7d5fe14572
commit
03ec8e673a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f28e05d292c8fcd0e62c9fbbf1c9058368d8ad5ecf5476b57fab80eb06df0e97
|
||||
size 3207791
|
3
varnish-6.3.0.tgz
Normal file
3
varnish-6.3.0.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95ccdec5f1dcba8b41d24e685b3f2379fbc6b9701d106cc78011d4d09a73947f
|
||||
size 3308117
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 11:23:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 6.3.0
|
||||
* The Host: header is folded to lower-case in the builtin_vcl.
|
||||
* Improved performance of shared memory statistics counters.
|
||||
* Synthetic objects created from vcl_backend_error {} now
|
||||
replace existing stale objects as ordinary backend fetches
|
||||
would (for details see changes.rst)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 10:27:37 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%define pkg_logdir %_localstatedir/log/%name
|
||||
%define pkg_cachedir %_localstatedir/cache/%name
|
||||
Name: varnish
|
||||
Version: 6.2.1
|
||||
Version: 6.3.0
|
||||
Release: 0
|
||||
Summary: Accelerator for HTTP services
|
||||
License: BSD-2-Clause
|
||||
@ -51,7 +51,6 @@ BuildRequires: readline-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: xz
|
||||
Requires: c_compiler
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
Requires(pre): %_sbindir/useradd %_sbindir/groupadd
|
||||
%if 0%{?suse_version} >= 1010
|
||||
Recommends: logrotate
|
||||
@ -134,7 +133,7 @@ cp "$b/%_docdir/%name/example.vcl" "$b/%_sysconfdir/%name/vcl.conf"
|
||||
find "$b" -type f -name "*.la" -delete -print
|
||||
mkdir -p "$b/%pkg_logdir"
|
||||
mkdir -p "$b/%_docdir/%name"
|
||||
cp -a ChangeLog LICENSE README.rst "$b/%_docdir/%name/"
|
||||
cp -a doc/changes.rst LICENSE README.rst "$b/%_docdir/%name/"
|
||||
|
||||
perl -i -pe 's{^#!/usr/bin/env python}{#!/usr/bin/python}g' \
|
||||
"$b/usr/share/varnish/vmodtool.py" "$b/usr/share/varnish/vsctool.py"
|
||||
@ -168,7 +167,6 @@ fi
|
||||
%postun -n %library_name -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_unitdir/*.service
|
||||
%config(noreplace) %_sysconfdir/logrotate.d/varnish
|
||||
%dir %attr(0750,root,varnish) %_sysconfdir/%name/
|
||||
@ -185,11 +183,9 @@ fi
|
||||
%_fillupdir/sysconfig.%name
|
||||
|
||||
%files -n %library_name
|
||||
%defattr(-,root,root,-)
|
||||
%_libdir/libvarnishapi.so.2*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%_includedir/varnish/
|
||||
%_datadir/aclocal/
|
||||
%_libdir/pkgconfig/*
|
||||
|
Loading…
Reference in New Issue
Block a user