Skip to content

Commit

Permalink
ci: Set custom release number for Packit
Browse files Browse the repository at this point in the history
We want a high release number (99) for the daily builds done by
Packit to make sure the Copr daily builds are always newer than
the version in Fedora. We can do this in Packit config instead of
bumping the release in the spec everytime.
  • Loading branch information
vojtechtrefny committed Nov 25, 2023
1 parent 828caa3 commit c85956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-blivet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 2.0.2

#%%global prerelease .b1
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Release: 2%{?prerelease}%{?dist}
Release: 1%{?prerelease}%{?dist}
Epoch: 1
License: LGPL-2.1-or-later
%global realname blivet
Expand Down

0 comments on commit c85956c

Please sign in to comment.