Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ff3142dec | ||
|
|
8ffd4aa838 | ||
|
|
cd03cfd35e | ||
|
|
e41ead8384 | ||
|
|
d58a4cf02b |
3 changed files with 19 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,3 +13,4 @@
|
|||
/varnish-modules-0.25.0.tar.gz
|
||||
/varnish-modules-0.26.0.tar.gz
|
||||
/varnish-modules-0.27.0.tar.gz
|
||||
/varnish-modules-0.28.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (varnish-modules-0.27.0.tar.gz) = bb8a55b3d665fe6de918f784a6f4276b2053f5b1cd0628d6b6c6c78c0042fd678736a2f48375cf356daa47a987175f52569c0b468ccd2b37ab55a32c25255264
|
||||
SHA512 (varnish-modules-0.28.0.tar.gz) = 796f95ea6f8b69f6e4fb3daf327c4a6cccc9b6c927d8daace753aad7e443c1f937020465924e472ad65bb0a10e2e5bf85b6228afe3257dbfba0091750fbf300a
|
||||
|
|
|
|||
|
|
@ -1,16 +1,11 @@
|
|||
%global varnishver %(pkg-config --silence-errors --modversion varnishapi || echo 0)
|
||||
|
||||
%if 0%{?rhel} == 7
|
||||
%global docutils python34-docutils
|
||||
%global rst2man rst2man-3.4
|
||||
%else
|
||||
%global docutils python3-docutils
|
||||
%global rst2man rst2man
|
||||
%endif
|
||||
|
||||
Name: varnish-modules
|
||||
Version: 0.27.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.28.0
|
||||
Release: 5%{?dist}
|
||||
Summary: A collection of modules ("vmods") extending Varnish VCL
|
||||
|
||||
License: BSD-2-Clause
|
||||
|
|
@ -81,6 +76,21 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu May 21 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.28.0-4
|
||||
- Built for varnish-9.0.3
|
||||
|
||||
* Fri May 15 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.28.0-3
|
||||
- Built for varnish-9.0.2
|
||||
|
||||
* Thu Apr 30 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.28.0-2
|
||||
- Built for varnish-9.0.1
|
||||
|
||||
* Mon Apr 13 2026 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.28.0-1
|
||||
- New upstream release varnish-modules-0.28.0, built for varnish-9.0.0
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue