Skip to content

Commit

Permalink
Include %dist in the package version
Browse files Browse the repository at this point in the history
Avoid having two different builds (for R4.0 and R4.1) with exactly the
same version number. This causes issues during upgrade.
  • Loading branch information
marmarek committed Jan 23, 2021
1 parent 20ac91f commit 92ddc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

%define variant qubes
%define plainrel @REL@
%define plainrel @REL@%{?dist}
%define rel %{plainrel}.%{variant}
%define version %(echo '@VERSION@' | sed 's/~rc.*/.0/')
%define upstream_version %(echo '@VERSION@' | sed 's/~rc/-rc/')
Expand Down

0 comments on commit 92ddc20

Please sign in to comment.