diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e2d6450 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/varnish-modules-0.15.0.tar.gz diff --git a/.rh-varnish6-varnish-modules.metadata b/.rh-varnish6-varnish-modules.metadata new file mode 100644 index 0000000..6939df9 --- /dev/null +++ b/.rh-varnish6-varnish-modules.metadata @@ -0,0 +1 @@ +6c8c86fa749cbade9627f71ac9b51ec016f7e006 SOURCES/varnish-modules-0.15.0.tar.gz diff --git a/SOURCES/varnish-modules-0.15.0-vmod-tcp-int.patch b/SOURCES/varnish-modules-0.15.0-vmod-tcp-int.patch new file mode 100644 index 0000000..bc31cf4 --- /dev/null +++ b/SOURCES/varnish-modules-0.15.0-vmod-tcp-int.patch @@ -0,0 +1,13 @@ +diff --git a/src/vmod_tcp.c b/src/vmod_tcp.c +index fee4bd3..e1c5dfa 100644 +--- a/src/vmod_tcp.c ++++ b/src/vmod_tcp.c +@@ -174,7 +174,7 @@ vmod_set_socket_pace(VRT_CTX, VCL_INT rate) + sizeof(pacerate)) != 0) + VSLb(ctx->vsl, SLT_VCL_Error, "set_socket_pace(): Error setting pace rate."); + else +- VSLb(ctx->vsl, SLT_VCL_Log, "vmod-tcp: Socket paced to %lu KB/s.", rate); ++ VSLb(ctx->vsl, SLT_VCL_Log, "vmod-tcp: Socket paced to %d KB/s.", pacerate); + + # ifndef NDEBUG + int retval; diff --git a/SOURCES/varnish-modules.0.15.0-varnishapi-prefix.patch b/SOURCES/varnish-modules.0.15.0-varnishapi-prefix.patch new file mode 100644 index 0000000..03f9eeb --- /dev/null +++ b/SOURCES/varnish-modules.0.15.0-varnishapi-prefix.patch @@ -0,0 +1,235 @@ +diff --git a/configure b/configure +index 6d13cbd..f68b14f 100755 +--- a/configure ++++ b/configure +@@ -13236,12 +13236,12 @@ if test -n "$VARNISHAPI_LIBDIR"; then + pkg_cv_VARNISHAPI_LIBDIR="$VARNISHAPI_LIBDIR" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_LIBDIR=`$PKG_CONFIG --variable="libdir" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_LIBDIR=`$PKG_CONFIG --variable="libdir" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13388,12 +13388,12 @@ if test -n "$VARNISHAPI_CFLAGS"; then + pkg_cv_VARNISHAPI_CFLAGS="$VARNISHAPI_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_CFLAGS=`$PKG_CONFIG --cflags "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_CFLAGS=`$PKG_CONFIG --cflags "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13405,12 +13405,12 @@ if test -n "$VARNISHAPI_LIBS"; then + pkg_cv_VARNISHAPI_LIBS="$VARNISHAPI_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_LIBS=`$PKG_CONFIG --libs "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_LIBS=`$PKG_CONFIG --libs "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13431,9 +13431,9 @@ else + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- VARNISHAPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "varnishapi" 2>&1` ++ VARNISHAPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "rh-varnish6-varnishapi" 2>&1` + else +- VARNISHAPI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "varnishapi" 2>&1` ++ VARNISHAPI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "rh-varnish6-varnishapi" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$VARNISHAPI_PKG_ERRORS" >&5 +@@ -13470,7 +13470,7 @@ else + $as_echo "yes" >&6; } + + fi +- VARNISH_VERSION=$($PKG_CONFIG --modversion varnishapi) ++ VARNISH_VERSION=$($PKG_CONFIG --modversion rh-varnish6-varnishapi) + + + +@@ -13478,12 +13478,12 @@ if test -n "$VARNISHAPI_PREFIX"; then + pkg_cv_VARNISHAPI_PREFIX="$VARNISHAPI_PREFIX" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_PREFIX=`$PKG_CONFIG --variable="prefix" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_PREFIX=`$PKG_CONFIG --variable="prefix" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13501,12 +13501,12 @@ if test -n "$VARNISHAPI_DATAROOTDIR"; then + pkg_cv_VARNISHAPI_DATAROOTDIR="$VARNISHAPI_DATAROOTDIR" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_DATAROOTDIR=`$PKG_CONFIG --variable="datarootdir" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_DATAROOTDIR=`$PKG_CONFIG --variable="datarootdir" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13524,12 +13524,12 @@ if test -n "$VARNISHAPI_LIBDIR"; then + pkg_cv_VARNISHAPI_LIBDIR="$VARNISHAPI_LIBDIR" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_LIBDIR=`$PKG_CONFIG --variable="libdir" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_LIBDIR=`$PKG_CONFIG --variable="libdir" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13547,12 +13547,12 @@ if test -n "$VARNISHAPI_BINDIR"; then + pkg_cv_VARNISHAPI_BINDIR="$VARNISHAPI_BINDIR" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_BINDIR=`$PKG_CONFIG --variable="bindir" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_BINDIR=`$PKG_CONFIG --variable="bindir" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13570,12 +13570,12 @@ if test -n "$VARNISHAPI_SBINDIR"; then + pkg_cv_VARNISHAPI_SBINDIR="$VARNISHAPI_SBINDIR" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_SBINDIR=`$PKG_CONFIG --variable="sbindir" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_SBINDIR=`$PKG_CONFIG --variable="sbindir" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13593,12 +13593,12 @@ if test -n "$VARNISHAPI_VCLDIR"; then + pkg_cv_VARNISHAPI_VCLDIR="$VARNISHAPI_VCLDIR" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_VCLDIR=`$PKG_CONFIG --variable="vcldir" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_VCLDIR=`$PKG_CONFIG --variable="vcldir" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13616,12 +13616,12 @@ if test -n "$VARNISHAPI_VMODDIR"; then + pkg_cv_VARNISHAPI_VMODDIR="$VARNISHAPI_VMODDIR" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VARNISHAPI_VMODDIR=`$PKG_CONFIG --variable="vmoddir" "varnishapi" 2>/dev/null` ++ pkg_cv_VARNISHAPI_VMODDIR=`$PKG_CONFIG --variable="vmoddir" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13640,12 +13640,12 @@ if test -n "$VMODTOOL"; then + pkg_cv_VMODTOOL="$VMODTOOL" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VMODTOOL=`$PKG_CONFIG --variable="vmodtool" "varnishapi" 2>/dev/null` ++ pkg_cv_VMODTOOL=`$PKG_CONFIG --variable="vmodtool" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13663,12 +13663,12 @@ if test -n "$VSCTOOL"; then + pkg_cv_VSCTOOL="$VSCTOOL" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"varnishapi\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "varnishapi") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"rh-varnish6-varnishapi\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "rh-varnish6-varnishapi") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_VSCTOOL=`$PKG_CONFIG --variable="vsctool" "varnishapi" 2>/dev/null` ++ pkg_cv_VSCTOOL=`$PKG_CONFIG --variable="vsctool" "rh-varnish6-varnishapi" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -13695,7 +13695,7 @@ fi + fi + + vcldir=$($PKG_CONFIG --define-variable=datadir=$datadir \ +- --variable=vcldir varnishapi) ++ --variable=vcldir rh-varnish6-varnishapi) + + + pkgvcldir=\${vcldir}/\${PACKAGE} +@@ -14255,7 +14255,7 @@ fi + + + vmoddir=$($PKG_CONFIG --define-variable=libdir=$libdir \ +- --variable=vmoddir varnishapi) ++ --variable=vmoddir rh-varnish6-varnishapi) + + + am__v_VMODTOOL_0='@echo " VMODTOOL" $''@;' diff --git a/SPECS/varnish-modules.spec b/SPECS/varnish-modules.spec new file mode 100644 index 0000000..38533de --- /dev/null +++ b/SPECS/varnish-modules.spec @@ -0,0 +1,137 @@ +%{?scl:%scl_package varnish-modules} +%define abi 6.1 + +Name: %{?scl:%scl_prefix}varnish-modules +Version: 0.15.0 +Release: 4%{?dist} +Summary: A collection of modules ("vmods") extending Varnish VCL + +Group: System Environment/Daemons +License: BSD +URL: https://github.com/varnish/varnish-modules + +Source: https://download.varnish-software.com/varnish-modules/varnish-modules-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: varnish-modules-0.15.0-vmod-tcp-int.patch +Patch2: varnish-modules.0.15.0-varnishapi-prefix.patch + +BuildRequires: gcc +BuildRequires: make +BuildRequires: pkgconfig(%{?scl:%scl_prefix}varnishapi) +BuildRequires: %{?scl:%scl_prefix}varnish + +BuildRequires: python-docutils +BuildRequires: python2-devel +%define rst2man %{_bindir}/rst2man +%define vpython %{_bindir}/python2 + +Requires: %{?scl:%scl_prefix}varnish + +Provides: vmod-bodyaccess = %{version}-%{release} +Provides: vmod-cookie = %{version}-%{release} +Provides: vmod-header = %{version}-%{release} +Provides: vmod-saintmode = %{version}-%{release} +Provides: vmod-tcp = %{version}-%{release} +Provides: vmod-var = %{version}-%{release} +Provides: vmod-vsthrottle = %{version}-%{release} +Provides: vmod-xkey = %{version}-%{release} + + +%description +This is a collection of modules ("vmods") extending Varnish VCL used +for describing HTTP request/response policies with additional +capabilities. This collection contains the following vmods (previously +kept individually): cookie, vsthrottle, header, saintmode, softpurge, +tcp, var, xkey + + +%prep +%setup -q -n varnish-modules-%{version} + +%patch1 -p1 -b .vmod-tcp-int +%patch2 -p1 -b .varnishapi-prefix + +%build +%configure +%make_build + +%install +%make_install docdir="%{_docdir}/%{name}-%{version}" +find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';' + + +%check +make check VERBOSE=1 + + +%files +%doc docs AUTHORS CHANGES.rst COPYING README.rst LICENSE +%license LICENSE +%{_libdir}/varnish/vmods/* +%{_mandir}/man3/*.3* +%{_pkgdocdir} + + +%changelog +* Mon Dec 03 2018 Lubos Uhliarik - 0.15.0-3 +- Resolves: #1658671 - RFE: updated collection for Varnish 6 + +* Sun Aug 05 2018 Lubos Uhliarik - 0.15.0-2 +- Fixed i686 build failure + +* Sun Aug 05 2018 Lubos Uhliarik - 0.15.0-1 +- updated to newer version (0.15.0) +- Drop EPEL and older Fedora releases support +- Drop broken manual ABI dependency to Varnish +- Drop commented out references to past patches +- Verbose test suite +- Simplified configure step +- Dependencies cleanup + +* Tue Apr 24 2018 Luboš Uhliarik - 0.12.16 +- use rst2man binary for both python2 and python3 + +* Mon Apr 16 2018 Joe Orton - 0.12.1-4.4 +- fix abi requires (#1566046) + +* Thu Mar 29 2018 Joe Orton - 0.12.1-4.2 +- fix use of rst2man with python3-docutils + +* Wed Mar 28 2018 Joe Orton - 0.12.1-4.1 +- add Python build conditionals + +* Thu Aug 03 2017 Fedora Release Engineering - 0.12.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jun 01 2017 Ingvar Hagelund 0.12.1-2 +- Set correct varnishabi requirement for the different fedoras + +* Wed May 31 2017 Ingvar Hagelund 0.12.1-1 +- New uptream release +- Pull el5 support + +* Mon Mar 20 2017 Ingvar Hagelund 0.11.0-1 +- New upstream release + +* Sat Sep 24 2016 Ingvar Hagelund 0.9.2-0.1.20160924gitdaa4f1d +- Upstream git checkout with support for varnish-5.0 +- Removed patches that are included upstream +- el5 build fix + +* Fri Aug 05 2016 Ingvar Hagelund 0.9.1-1 +- New upstream release +- Build man pages, buildrequires python-docutils +- Added a patch for tests/cookie/08-overflow.vtc, upping workspace_client, + the default is too small on 32bit +- Removed extra cflags for el5, fixed with patch from upstream +- Force readable docs and debug files, they tend to end up with mode 600 + +* Tue Apr 05 2016 Ingvar Hagelund 0.9.0-1 +- First wrap for fedora +- Uses some old-style specfile components for el5 compatibility, including + the usage of the BuildRoot header and cleaning the buildroot before install + +