Skip to content

Commit

Permalink
chore(Makefile): pin gen-rpm version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Jul 8, 2024
1 parent ec1b03c commit 4660dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dist/$(NAME).tar.gz: build $(ALL_ROOTFS)
dist-rpm: dist/$(NAME)-$(VERSION)-1.$(ARCH).rpm ## Build a redistributable RPM package
dist/$(NAME)-$(VERSION)-1.$(ARCH).rpm: target/release/$(NAME)
mkdir -p dist
cargo install cargo-generate-rpm
cargo install --version 0.14.1 cargo-generate-rpm
cargo generate-rpm
cp ./target/generate-rpm/$(NAME)-$(VERSION)-1.$(ARCH).rpm dist
cd dist && sha256sum $(NAME)-$(VERSION)-1.$(ARCH).rpm > $(NAME)-$(VERSION)-1.$(ARCH).rpm.sha256.txt
Expand Down

0 comments on commit 4660dba

Please sign in to comment.