parent
94aed35b18
commit
65b43ef7b0
@ -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: 8%{?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,15 +74,16 @@ 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.17.1-8
|
* Mon Feb 21 2022 Luboš Uhliarik <luhliari@redhat.com> - 0.18.0-1
|
||||||
- Resolves: #2007641 - rebuild (rebase Varnish to 6.6.2)
|
- 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