Skip to content

Commit

Permalink
Manually install a dep for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 21, 2023
1 parent b101a1f commit eeb16d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tar:
tar --exclude='./rpmbuild' --transform 's,^,hstsparser-$(VERSION)/,' -czvhf rpmbuild/SOURCES/$(VERSION).tar.gz .

rpm: tar
sudo dnf install -y python3-poetry
sudo dnf builddep -y hstsparser.spec
rpmbuild -br --define "_topdir `pwd`/rpmbuild" ./hstsparser.spec
sudo dnf builddep -y rpmbuild/SRPMS/hstsparser*buildreqs.nosrc.rpm
Expand Down

0 comments on commit eeb16d5

Please sign in to comment.