public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: BR git explicitly, it is used in %prep
Date: Mon, 03 Aug 2026 11:05:08 GMT [thread overview]
Message-ID: <178575510833.1.4767232170444888156.rpms-abrt-1ee4720bcaa7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 1ee4720bcaa74dca09b07a0bf7ea78ded154d562
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2019-04-04T15:45:29+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/1ee4720bcaa74dca09b07a0bf7ea78ded154d562?branch=update-2.17.9-f44
Log:
BR git explicitly, it is used in %prep
Previously, it was pulled in transitively,
that is no longer true.
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.k6RazT
...
+ /usr/bin/git init -q
/var/tmp/rpm-tmp.k6RazT: line 42: /usr/bin/git: No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.k6RazT (%prep)
---
diff --git a/abrt.spec b/abrt.spec
index d6eb422..7b3e7f8 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -57,6 +57,7 @@ Release: 2%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
+BuildRequires: git-core
BuildRequires: %{dbus_devel}
BuildRequires: hostname
BuildRequires: gtk3-devel
reply other threads:[~2026-08-03 11: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=178575510833.1.4767232170444888156.rpms-abrt-1ee4720bcaa7@fedoraproject.org \
--to=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