File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ AC_PREREQ(2.60)
55
66define ( [ VERSION_MAJOR] , [ 2] )
77define ( [ VERSION_MINOR] , [ 0] )
8- define ( [ VERSION_FIX] , [ 1 ] )
8+ define ( [ VERSION_FIX] , [ 0 ] )
99define ( [ VERSION_NUMBER] , VERSION_MAJOR [ .] VERSION_MINOR [ .] VERSION_FIX )
10- define ( [ VERSION_SUFFIX] , [ _master ] )
10+ define ( [ VERSION_SUFFIX] , [ ] )
1111
1212dnl 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
1515AC_INIT ( [ iprange] , VERSION_NUMBER [ ] VERSION_SUFFIX )
1616
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments