New upstream release
Rebuilt for varnish-6.6.0
This commit is contained in:
parent
3e62ab6e09
commit
6dcb8de304
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/varnish-modules-0.16.0.tar.gz
|
/varnish-modules-0.16.0.tar.gz
|
||||||
/varnish-modules-4d6593c.tar.gz
|
/varnish-modules-4d6593c.tar.gz
|
||||||
/varnish-modules-0.17.1.tar.gz
|
/varnish-modules-0.17.1.tar.gz
|
||||||
|
/varnish-modules-0.18.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (varnish-modules-0.17.1.tar.gz) = 354f06f6da7c87a3ba28f1871870ec52bba1af40622c6176c1a1cae70f0bbf5f658206f82c4542eb7e8e7c7ef5e03a2cff598e6f799d3a4fdcc5e7113ce0900f
|
SHA512 (varnish-modules-0.18.0.tar.gz) = a6a56ea371ebe8183926e5411f8b4ee7bb47cc45464cfffb2f4a8d17b04b156889bcbe254845058ded2e712ed21ee73e6e98eb29f72d922f1fbbfc1cc506d9f1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global varnishver %(pkg-config --silence-errors --modversion varnishapi || echo 0)
|
%global varnishver %(pkg-config --silence-errors --modversion varnishapi || echo 0)
|
||||||
%global gittag 0.17.1
|
%global gittag 0.18.0
|
||||||
|
|
||||||
%if 0%{?rhel} == 7 || 0%{?rhel} == 6
|
%if 0%{?rhel} == 7 || 0%{?rhel} == 6
|
||||||
%global docutils python34-docutils
|
%global docutils python34-docutils
|
||||||
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: varnish-modules
|
Name: varnish-modules
|
||||||
Version: 0.17.1
|
Version: 0.18.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A collection of modules ("vmods") extending Varnish VCL
|
Summary: A collection of modules ("vmods") extending Varnish VCL
|
||||||
|
|
||||||
@ -74,13 +74,17 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
#doc docs AUTHORS CHANGES.rst COPYING README.rst
|
#doc docs AUTHORS CHANGES.rst COPYING README.rst
|
||||||
%doc AUTHORS CHANGES.rst COPYING README.rst
|
%doc AUTHORS CHANGES.rst COPYING README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/varnish/vmods/*
|
%{_libdir}/varnish/vmods/*
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 18 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> 0.18.0-1
|
||||||
|
- New upstream release
|
||||||
|
- Rebuilt for varnish-6.6.0
|
||||||
|
|
||||||
* Wed Mar 17 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> 0.17.1-1
|
* Wed Mar 17 2021 Ingvar Hagelund <ingvar@redpill-linpro.com> 0.17.1-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Switched back to original varnish github upstream, as it has catched up
|
- Switched back to original varnish github upstream, as it has catched up
|
||||||
|
Loading…
Reference in New Issue
Block a user