Skip to content

Commit 474a67e

Browse files
committed
Fix release: add wiki, tests.tsan.d, cmake to EXTRA_DIST
1 parent fb8f0c8 commit 474a67e

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ EXTRA_DIST = \
136136
tests.d \
137137
tests.build.d \
138138
tests.sanitizers.d \
139+
tests.tsan.d \
139140
tests.unit \
141+
wiki \
142+
cmake \
140143
$(man_MANS) \
141144
$(NULL)
142145

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ AC_PREREQ(2.60)
55

66
define([VERSION_MAJOR], [2])
77
define([VERSION_MINOR], [0])
8-
define([VERSION_FIX], [1])
8+
define([VERSION_FIX], [0])
99
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
10-
define([VERSION_SUFFIX], [_master])
10+
define([VERSION_SUFFIX], [])
1111

1212
dnl Set to "1" for a first RPM release of a new version
13-
PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed s/^_//)"
13+
PACKAGE_RPM_RELEASE="1"
1414

1515
AC_INIT([iprange], VERSION_NUMBER[]VERSION_SUFFIX)
1616

packaging/tar-compare

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ diff -r "$1" $MYTMP/unpack/* | grep "^Only" | sed \
5858
-e '/: unittest$/d' \
5959
-e '/: iprange$/d' \
6060
-e '/: .*\.o$/d' \
61+
-e '/: \.dirstamp$/d' \
6162
-e '/sbin: \(firehol\|fireqos\|link-balancer\)$/d' \
6263
-e '/sbin: \(update-ipsets\|vnetbuild\|commands.sed\)$/d' > $MYTMP/out
6364

0 commit comments

Comments
 (0)