public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xe-guest-utilities-latest] epel10: Fix RHBZ#2037556 regression since 8.4.0
@ 2026-08-05 11:23 Robin Lee
  0 siblings, 0 replies; only message in thread
From: Robin Lee @ 2026-08-05 11:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xe-guest-utilities-latest
Branch : epel10
Commit : 6060824b838a546224bd88762e548c885f9e569d
Author : Robin Lee <cheeselee@fedoraproject.org>
Date   : 2026-08-05T13:52:59+08:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xe-guest-utilities-latest/c/6060824b838a546224bd88762e548c885f9e569d?branch=epel10

Log:
Fix RHBZ#2037556 regression since 8.4.0

---
diff --git a/xe-guest-utilities-latest.spec b/xe-guest-utilities-latest.spec
index 0e7ed4e..f6848ab 100644
--- a/xe-guest-utilities-latest.spec
+++ b/xe-guest-utilities-latest.spec
@@ -31,13 +31,13 @@ This package follows the latest version of %{upstream_name} upstream.
 
 %prep
 %autosetup -p1 -n %{upstream_name}-%{version}
-mkdir -p src/github.com/xenserver
-ln -s $PWD src/github.com/xenserver/xe-guest-utilities
+mkdir -p $PWD/build/gobuild/src/github.com/xenserver
+ln -s $PWD/build/gobuild /$PWD/build/gobuild/src/github.com/xenserver/xe-guest-utilities
 
 sed -i -e 's:/usr/share/oem/xs:%{_sbindir}:' mk/%{service_name}.service
 
 %build
-GOPATH=$PWD:%{gopath} %{gomodulesmode} make \
+GOPATH=$PWD/build/gobuild:%{gopath} %{gomodulesmode} make \
      GO_FLAGS='-a -ldflags "${LDFLAGS:-}%{?currentgoldflags} -B 0x$$(head -c20 /dev/urandom|od -An -tx1|tr -d '"'"' \n'"'"') -extldflags '"'"'%__global_ldflags %{?__golang_extldflags}'"'"' -compressdwarf=false" -v -x'
 
 %install

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 11:23 [rpms/xe-guest-utilities-latest] epel10: Fix RHBZ#2037556 regression since 8.4.0 Robin Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox