Commit 88e06de6 authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.0.0, and update RPM packaging for Varnish 6.6.2.

parent c45ba508
AC_PREREQ([2.68])
AC_INIT([varnish-objvar], [trunk])
AC_INIT([varnish-objvar], [1.0.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
......
......@@ -10,9 +10,9 @@ URL: https://code.uplex.de/uplex-varnish/varnish-objvar
Source0: %{name}-%{version}.tar.gz
# varnish from varnish66 at packagecloud
Requires: varnish = 6.6.0
Requires: varnish = 6.6.2
BuildRequires: varnish-devel = 6.6.0
BuildRequires: varnish-devel = 6.6.2
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: gcc
......@@ -62,5 +62,8 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Mon Apr 26 2021 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Mon Jan 31 2022 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Compatible with Varnish 6.6.2
* Mon Apr 26 2021 Geoff Simmons <geoff@uplex.de> - 0.2.0-1
- Compatible with Varnish 6.6
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