import varnish-modules-0.18.0-1.el9
This commit is contained in:
parent
e3192dbe88
commit
d8d186ee81
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/varnish-modules-0.17.1.tar.gz
|
SOURCES/varnish-modules-0.18.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
199fd274e1ea9815d23d92439f567d995af35519 SOURCES/varnish-modules-0.17.1.tar.gz
|
ff070e6529cbe53974d42a0ac309631cc6516079 SOURCES/varnish-modules-0.18.0.tar.gz
|
||||||
|
@ -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,8 +10,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: varnish-modules
|
Name: varnish-modules
|
||||||
Version: 0.17.1
|
Version: 0.18.0
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A collection of modules ("vmods") extending Varnish VCL
|
Summary: A collection of modules ("vmods") extending Varnish VCL
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -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
|
||||||
|
* Mon Feb 21 2022 Luboš Uhliarik <luhliari@redhat.com> - 0.18.0-1
|
||||||
|
- Resolves: #2056622 - rebase varnish-modules to 18.0
|
||||||
|
- new version 18.0
|
||||||
|
|
||||||
* Thu Aug 19 2021 Luboš Uhliarik <luhliari@redhat.com> - 0.17.1-6
|
* Thu Aug 19 2021 Luboš Uhliarik <luhliari@redhat.com> - 0.17.1-6
|
||||||
- Resolves: #1995450 - rebuild
|
- Resolves: #1995450 - rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user