diff --git a/Makefile b/Makefile index d81217b..3b1607a 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ tar: tar --exclude='./rpmbuild' --transform 's,^,hstsparser-$(VERSION)/,' -czvhf rpmbuild/SOURCES/$(VERSION).tar.gz . rpm: tar + sudo dnf builddep -y hstsparser.spec rpmbuild -br --define "_topdir `pwd`/rpmbuild" ./hstsparser.spec sudo dnf builddep -y rpmbuild/SRPMS/hstsparser*buildreqs.nosrc.rpm rpmbuild -ba --define "_topdir `pwd`/rpmbuild" ./hstsparser.spec \ No newline at end of file