Skip to content

Commit

Permalink
copr: set release when running fedpkg
Browse files Browse the repository at this point in the history
[skip changelog]

Signed-off-by: Luca Magrone <luca@magrone.cc>
  • Loading branch information
Leuca committed Oct 13, 2024
1 parent 111ede7 commit 232273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sources: pkgs
wget $$(spectool -S cie-middleware.spec 2>/dev/null | grep Source4 | cut -d" " -f 2)

srpm: sources
fedpkg srpm
fedpkg --release f40 srpm
cp *.src.rpm $(outdir)

0 comments on commit 232273a

Please sign in to comment.