fix(xone-nightly-kmods): Reset versions (#8280) (#8283)

(cherry picked from commit 1763c32c81)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-12-11 03:20:39 -08:00
committed by GitHub
parent d81f8823ae
commit 1053febff9
2 changed files with 4 additions and 4 deletions
@@ -1,14 +1,14 @@
%global commit e927febbedbf8d6f040ff081b0c6703738e7e8d2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20251211
%global ver v0.5.0
%global ver 0.5.0
%define buildforkernels akmod
%global debug_package %{nil}
%global modulename xone
Name: %{modulename}-nightly-kmod
Version: %{ver}^%{commitdate}git.%{shortcommit}
Release: 1%?dist
Release: 2%?dist
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
Epoch: 1
%endif
@@ -1,13 +1,13 @@
%global commit e927febbedbf8d6f040ff081b0c6703738e7e8d2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20251211
%global ver v0.5.0
%global ver 0.5.0
%global debug_package %{nil}
%global modulename xone
Name: dkms-%{modulename}-nightly
Version: %{ver}^%{commitdate}git.%{shortcommit}
Release: 1%?dist
Release: 2%?dist
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
Epoch: 1
%endif