Skip to content

Commit

Permalink
Bump version to 0.4.1, make rpmlint command optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sevagh committed Mar 5, 2018
1 parent 3efc37b commit b746a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION:=0.4.0
VERSION:=0.4.1
GOAT_FILES?=$$(find . -name '*.go' | grep -v vendor)
GOAT_NAME=$(notdir $(shell pwd))

Expand Down
2 changes: 1 addition & 1 deletion centos-package/GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rpm:
@make -C ../ release && cp ../dist/bin/goat ./
@rpmlint specfile.spec
-rpmlint specfile.spec
@rpmbuild -ba specfile.spec --define "_sourcedir $$PWD" --define "_version $$GOAT_VERSION"

0 comments on commit b746a81

Please sign in to comment.