summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2019-09-20 12:51:50 +0300
committerKonstantin Pavlov <thresh@nginx.com>2019-09-20 12:51:50 +0300
commitfe4e827fd368a7b512473bd9aab139198bd8c1e8 (patch)
tree16efbeb4745af483974dbb2d14d2e0a244eeb2b0 /pkg/rpm/Makefile
parent3290a6f408fe1d3db9b0aa9883bf6650ddd4afac (diff)
downloadunit-fe4e827fd368a7b512473bd9aab139198bd8c1e8.tar.gz
unit-fe4e827fd368a7b512473bd9aab139198bd8c1e8.tar.bz2
Packaging: bump packages DEFAULT_RELEASE.
I overlooked that 7d54dfd17098 is partial, and didnt revert MODULE_RELEASE_* for the modules. However, Debian builds succeeded since MODULE_RELEASE_* are not used to generate versions in debian/changelog, resulting in broken dependencies between modules (jsc_common and jsc*). The easiest fix is to bump DEFAULT_RELEASE again.
Diffstat (limited to '')
-rw-r--r--pkg/rpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile
index 4e970e45..af6c61b1 100644
--- a/pkg/rpm/Makefile
+++ b/pkg/rpm/Makefile
@@ -2,7 +2,7 @@
include ../../version
-DEFAULT_RELEASE := 1
+DEFAULT_RELEASE := 2
VERSION ?= $(NXT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)