fix(update): stardust-server (#2310)

This commit is contained in:
madomado
2024-10-23 23:02:32 +08:00
committed by GitHub
parent 170d8b9b4f
commit b4f3bbdac5
2 changed files with 9 additions and 1 deletions
@@ -1,3 +1,7 @@
%global commit 9546a362000bf4afa80591ea6099bcd326464f89
%global commit_date 20240916
%global shortcommit %(c=%{commit}; echo ${c:0:7})
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
Name: stardust-server
+5 -1
View File
@@ -1 +1,5 @@
rpm.version(gh("StardustXR/server"));
rpm.global("commit", gh_commit("StardustXR/server"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}