public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/open-vm-tools] rawhide: Fix build for RPM 4.20
Date: Thu, 03 Sep 2026 15:05:38 GMT [thread overview]
Message-ID: <178844793872.1.17806064675803067500.rpms-open-vm-tools-b75e8518c327@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/open-vm-tools
Branch : rawhide
Commit : b75e8518c3273b488fe39a602acf8d5635e5155d
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2025-03-20T14:31:34-04:00
Stats : +0/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/open-vm-tools/c/b75e8518c3273b488fe39a602acf8d5635e5155d?branch=rawhide
Log:
Fix build for RPM 4.20
With earlier versions, this points to the global BUILDROOT directory, which
is already empty at this stage. However, RPM 4.20 rearranged the working
directories (which are supposed to be internal implementation details) and
this ends up removing the unpacked source tree instead and failing later.
---
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index a8def52..eb0364e 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -227,8 +227,6 @@ machines.
%build
%if 0%{?bundle_gtkmm3}
export PATH="%{_buildrootdir}/bin:$PATH"
-# Cleanup buildroot for existing rpms
-rm -rf %{_buildrootdir}/*
function install_rpms_to_current_dir() {
PACKAGE_RPM=$(eval echo $1)
reply other threads:[~2026-09-03 15:05 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=178844793872.1.17806064675803067500.rpms-open-vm-tools-b75e8518c327@fedoraproject.org \
--to=yselkowi@redhat.com \
--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