Skip to content

Commit

Permalink
Use packit for building rpms
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Jan 8, 2025
1 parent 00f3ef9 commit af52727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ man: tmp
# RPM packaging
tarball: man
hatch build -t sdist
rpm: tarball
rpmbuild --define '_topdir $(TMP)' -bb fmf.spec
srpm: tarball
rpmbuild --define '_topdir $(TMP)' -bs fmf.spec
rpm:
packit build in-mock --resuldir mock-rpm
srpm:
packit srpm
packages: rpm srpm


Expand Down

0 comments on commit af52727

Please sign in to comment.