fix how version and release is "calculated"

This commit is contained in:
Pratham Patel 2023-12-03 08:15:59 +05:30
parent dbfb75db42
commit 93dd96f0e1
No known key found for this signature in database

View File

@ -33,7 +33,7 @@
%global pkg_version %{LKAver}
# Set pkg_release.
%global pkg_release %{release_v}%{?rc_ver:.rc%{rc_ver}}%{?next_snapshot_date:.next%{next_snapshot_date}}%{?buildid}%{?dist}
%global pkg_release %{?rc_ver:rc%{rc_ver}.}%{?next_snapshot_date:next%{next_snapshot_date}.}%{release_v}%{?buildid}%{?dist}
# Architectures upon which we can sign the kernel
# for secure boot authentication.