New upstream release
Built for varnish-7.0.0
This commit is contained in:
parent
93f3454722
commit
27cf399d7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/varnish-modules-4d6593c.tar.gz
|
||||
/varnish-modules-0.17.1.tar.gz
|
||||
/varnish-modules-0.18.0.tar.gz
|
||||
/varnish-modules-0.19.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (varnish-modules-0.18.0.tar.gz) = a6a56ea371ebe8183926e5411f8b4ee7bb47cc45464cfffb2f4a8d17b04b156889bcbe254845058ded2e712ed21ee73e6e98eb29f72d922f1fbbfc1cc506d9f1
|
||||
SHA512 (varnish-modules-0.19.0.tar.gz) = fc6f4c1695f80fa3b267c13c772dca9cf577eed38c733207cf0f8e01b5d4ebabbe43e936974ba70338a663a45624254759cfd75f8fbae0202361238ee5f15cef
|
||||
|
@ -10,13 +10,13 @@
|
||||
%endif
|
||||
|
||||
Name: varnish-modules
|
||||
Version: 0.18.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.19.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of modules ("vmods") extending Varnish VCL
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/varnish/varnish-modules
|
||||
Source: https://github.com/varnish/varnish-modules/archive/%{gittag}/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/varnish/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -48,11 +48,12 @@ bodyaccess, header, saintmode, tcp, var, vsthrottle, xkey
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{gittag}
|
||||
#autosetup -n #{name}-#{gittag}
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
sh bootstrap
|
||||
#sh bootstrap
|
||||
export RST2MAN=%{rst2man}
|
||||
%configure
|
||||
%make_build
|
||||
@ -81,6 +82,10 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 23 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.19.0-1
|
||||
- New upstream release
|
||||
- Built for varnish-7.0.0
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user