public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: BR git explicitly, it is used in %prep
@ 2026-08-03 10:23 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-03 10:23 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.8
            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.8

            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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:23 [rpms/abrt] update-2.17.8: BR git explicitly, it is used in %prep 

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