File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ coverage-all: all
157
157
$(COVERAGE ) report --include=" src/*" > coverage-report.log
158
158
159
159
tag :
160
- TAG=" $( PACKAGE_VERSION) -1 " ; \
160
+ TAG=" $( PACKAGE_VERSION) " ; \
161
161
git tag -a -s -m " Tag as $$ TAG" -f " $$ TAG" && \
162
162
echo " Tagged as $$ TAG"
163
163
@@ -179,7 +179,7 @@ bumpver:
179
179
tail --lines=+$$(($$cl + 1 ) ) dist/libblockdev.spec.in > speclog ; \
180
180
(head -n $$ cl dist/libblockdev.spec.in ; echo " $$ DATELINE" ; make --quiet rpmlog 2> /dev/null ; echo " " ; cat speclog) > dist/libblockdev.spec.in.new ; \
181
181
mv dist/libblockdev.spec.in.new dist/libblockdev.spec.in ; rm -f speclog ; \
182
- sed -ri " s/(AC_INIT\(\[$( PACKAGE_NAME) \], \[)[0-9]+\.[0-9 ]+(\],.*)/\1$$ VERSION.$$ NEWSUBVERSION\2/" configure.ac ; \
182
+ sed -ri " s/(AC_INIT\(\[$( PACKAGE_NAME) \], \[)[0-9. ]+(\],.*)/\1$$ VERSION.$$ NEWSUBVERSION\2/" configure.ac ; \
183
183
sed -ri " s/Version:(\\ s+)[-0-9.]+/Version:\\ 1$$ VERSION.$$ NEWSUBVERSION/" dist/libblockdev.spec.in ;
184
184
185
185
archive : distcheck
You can’t perform that action at this time.
0 commit comments