Commit 05856220 authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.2.0, compatible with Varnish 6.6.2, and update RPMs.

parent d7b11f12
AC_PREREQ(2.68)
AC_COPYRIGHT([Copyright 2019 - 2021 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvdp-pesi], [1.1.0], [varnish-support@uplex.de], [vdp-pesi])
AC_INIT([libvdp-pesi], [1.2.0], [varnish-support@uplex.de], [vdp-pesi])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vdp_pesi.vcc)
AM_CONFIG_HEADER(config.h)
......
......@@ -49,7 +49,7 @@ sudo cp /srv/varnishcache_varnish66.repo /etc/yum.repos.d/
sudo yum -q makecache -y --disablerepo='*' --enablerepo='varnishcache_varnish66'
# build requirements (cf. Requires for varnish-src.rpm)
sudo yum install -y -v varnish-devel-6.6.0 pkgconfig make gcc python-docutils \
sudo yum install -y -v varnish-devel-6.6.2 pkgconfig make gcc python-docutils \
yum-utils python3-sphinx jemalloc-devel libedit-devel ncurses-devel \
pcre-devel python3-docutils systemd-units git
......@@ -57,7 +57,7 @@ sudo yum install -y -v varnish-devel-6.6.0 pkgconfig make gcc python-docutils \
cd rpmbuild/SOURCES
git clone https://github.com/varnishcache/varnish-cache.git
cd varnish-cache
git checkout varnish-6.6.0
git checkout varnish-6.6.2
./autogen.sh
./configure
make -j
......
......@@ -10,10 +10,10 @@ Group: System Environment/Daemons
Source0: %{name}-%{version}.tar.gz
# varnish from varnish66 at packagecloud
# Strictly require 6.6.0 by commit ID.
Requires: varnishd(abi)%{?_isa} == ef54768fc10f5b19556c7cf9866efc88cfbda8ff
# Strictly require 6.6.2 by commit ID.
Requires: varnishd(abi)%{?_isa} == 17c51b08e037fc8533fb3687a042a867235fc72f
BuildRequires: varnish-devel == 6.6.0
BuildRequires: varnish-devel == 6.6.2
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: gcc
......@@ -72,7 +72,10 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Wed Apr 21 2021 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Tue Jan 25 2022 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Update for Varnish 6.6.2
* Wed Apr 21 2021 Geoff Simmons <geoff@uplex.de> - 1.1.0-1
- Update for Varnish 6.6.0
* Wed Jan 27 2021 Geoff Simmons <geoff@uplex.de> - 1.0.0-1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment