Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-selector
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-selector
Commits
93c08830
Commit
93c08830
authored
Aug 23, 2019
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version 0.5.1, and update RPM packaging.
parent
6e267875
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
configure.ac
configure.ac
+1
-1
vmod-selector.spec
pkg/rpm/vmod-selector.spec
+8
-5
No files found.
configure.ac
View file @
93c08830
AC_PREREQ(2.68)
AC_COPYRIGHT([Copyright (c) 2018 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-selector], [
trunk
], [varnish-support@uplex.de], [vmod-selector])
AC_INIT([libvmod-selector], [
0.5.1
], [varnish-support@uplex.de], [vmod-selector])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_selector.vcc)
AM_CONFIG_HEADER(config.h)
...
...
pkg/rpm/vmod-selector.spec
View file @
93c08830
# -D MUST pass in _version and _release, and SHOULD pass in dist.
Summary: Varnish VMOD for matching strings associated with backends, regexen and other
strings
Summary: Varnish VMOD for matching strings associated with backends, regexen and other
data
Name: vmod-selector
Version: %{_version}
Release: %{_release}%{?dist}
...
...
@@ -14,7 +14,7 @@ Source0: %{name}-%{version}.tar.gz
# allow versioning.
Requires: varnishabi-7.0
BuildRequires: varnish-devel >= 6.0.0
BuildRequires: varnish-devel >= 6.0.0
, varnish-devel < 6.1.0
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: gcc
...
...
@@ -31,8 +31,8 @@ Provides: vmod-selector, vmod-selector-debuginfo
%description
Varnish Module for matching fixed strings and prefixes, and
associating the matched string with backends, regular expressions
and
other strings.
associating the matched string with backends, regular expressions
,
integers, and
other strings.
%prep
%setup -q -n %{name}-%{version}
...
...
@@ -74,5 +74,8 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Tue Jul 10 2018 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Fri Aug 23 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
Add integers associated with set elements.
* Tue Jul 10 2018 Geoff Simmons <geoff@uplex.de> - 0.5.0-1
Initial package version for compatibility with Varnish 6.0.0.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment