public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robin Lee <cheeselee@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xe-guest-utilities-latest] epel10: Fix RHBZ#2037556 regression since 8.4.0
Date: Wed, 05 Aug 2026 11:23:12 GMT	[thread overview]
Message-ID: <178592899218.1.4935933229501292262.rpms-xe-guest-utilities-latest-6060824b838a@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-05 11:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178592899218.1.4935933229501292262.rpms-xe-guest-utilities-latest-6060824b838a@fedoraproject.org \
    --to=cheeselee@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox