summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/Makefile
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-10-25 17:49:10 +0300
committerValentin Bartenev <vbart@nginx.com>2018-10-25 17:49:10 +0300
commitd55282105a69bd3c9e2b10787ea4561dbe7d8057 (patch)
tree7f24877c31a2723f55138d9e4915fbab649f7632 /pkg/rpm/Makefile
parenta04554118c34448490fa6df8c7aa1791f6f471e0 (diff)
downloadunit-d55282105a69bd3c9e2b10787ea4561dbe7d8057.tar.gz
unit-d55282105a69bd3c9e2b10787ea4561dbe7d8057.tar.bz2
Packages: updated to 1.5-1.
Diffstat (limited to 'pkg/rpm/Makefile')
-rw-r--r--pkg/rpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile
index 5eb4213d..ef7f3361 100644
--- a/pkg/rpm/Makefile
+++ b/pkg/rpm/Makefile
@@ -3,7 +3,7 @@
DEFAULT_VERSION := $(shell grep 'define NXT_VERSION' ../../src/nxt_main.h \
| sed -e 's/^.*"\(.*\)".*/\1/')
-DEFAULT_RELEASE := 2
+DEFAULT_RELEASE := 1
VERSION ?= $(DEFAULT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)