Commit c243c62a authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.1.2, update RPM packaging for Varnish 6.3.2.

parent 5259959a
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([libvmod-dispatch], [trunk], [varnish-support@uplex.de], [vmod-dispatch]) AC_INIT([libvmod-dispatch], [1.1.2], [varnish-support@uplex.de], [vmod-dispatch])
AC_COPYRIGHT([Copyright 2016-2017 UPLEX - Nils Goroll Systemoptimierung]) AC_COPYRIGHT([Copyright 2016-2017 UPLEX - Nils Goroll Systemoptimierung])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
......
...@@ -53,12 +53,12 @@ sudo yum install -y -v varnish-devel pkgconfig make gcc python-docutils \ ...@@ -53,12 +53,12 @@ sudo yum install -y -v varnish-devel pkgconfig make gcc python-docutils \
pcre-devel python3-docutils systemd-units pcre-devel python3-docutils systemd-units
# build Varnish source # build Varnish source
yumdownloader --source varnish-6.3.0-1.el7.src yumdownloader --source varnish-6.3.2-1.el7.src
rpm -ivh ./varnish-6.3.0-1.el7.src.rpm rpm -ivh ./varnish-6.3.2-1.el7.src.rpm
cd rpmbuild/SOURCES cd rpmbuild/SOURCES
tar xfz varnish-6.3.0.tgz tar xfz varnish-6.3.2.tgz
cd varnish-6.3.0 cd varnish-6.3.2
./autogen.sh ./autogen.sh
./configure ./configure
make -j make -j
...@@ -69,7 +69,7 @@ cd /home/builder ...@@ -69,7 +69,7 @@ cd /home/builder
rpmbuild -ba -D "dist .${DIST}" \ rpmbuild -ba -D "dist .${DIST}" \
-D "_version ${VERSION}" \ -D "_version ${VERSION}" \
-D "_release ${RELEASE}" \ -D "_release ${RELEASE}" \
-D "VARNISHSRC ${HOME}/rpmbuild/SOURCES/varnish-6.3.0" \ -D "VARNISHSRC ${HOME}/rpmbuild/SOURCES/varnish-6.3.2" \
rpmbuild/SPECS/vmod-dispatch.spec rpmbuild/SPECS/vmod-dispatch.spec
sudo cp rpmbuild/RPMS/*/* /srv sudo cp rpmbuild/RPMS/*/* /srv
......
...@@ -9,11 +9,11 @@ Group: System Environment/Daemons ...@@ -9,11 +9,11 @@ Group: System Environment/Daemons
URL: https://code.uplex.de/uplex-varnish/libvmod-dispatch URL: https://code.uplex.de/uplex-varnish/libvmod-dispatch
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
# varnish from varnish62 at packagecloud # varnish from varnish63 at packagecloud
# Strictly require 6.3.1 by commit ID. # Strictly require 6.3.2 by commit ID.
Requires: varnishd(abi)%{?_isa} == 6e96ff048692235e64565211a38c41432a26c055 Requires: varnishd(abi)%{?_isa} == 6870fd661a2b42c2e8adad838b5d92a71f27dccd
BuildRequires: varnish-devel == 6.3.1 BuildRequires: varnish-devel == 6.3.2
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: make BuildRequires: make
BuildRequires: gcc BuildRequires: gcc
...@@ -71,7 +71,10 @@ rm -rf %{buildroot} ...@@ -71,7 +71,10 @@ rm -rf %{buildroot}
/sbin/ldconfig /sbin/ldconfig
%changelog %changelog
* Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release} * Fri Feb 21 2020 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
Compatible with Varnish 6.3.2.
* Mon Oct 21 2019 Geoff Simmons <geoff@uplex.de> - 1.1.1-1
Compatible with Varnish 6.3.1. Compatible with Varnish 6.3.1.
* Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - 1.1.0-1 * Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - 1.1.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