public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Todd Zullinger <tmz@pobox.com>
To: git-commits@fedoraproject.org
Subject: [rpms/tig] v2.6.1: replace git with git-core in BuildRequires and Requires
Date: Mon, 15 Jun 2026 07:23:16 GMT	[thread overview]
Message-ID: <178150819651.1.4895386835143130950.rpms-tig-733131b22f61@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/tig
            Branch : v2.6.1
            Commit : 733131b22f61187f1e6a3f1a7c65d3a8d0c5ae0a
            Author : Todd Zullinger <tmz@pobox.com>
            Date   : 2022-04-09T23:12:18-04:00
            Stats  : +11/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/tig/c/733131b22f61187f1e6a3f1a7c65d3a8d0c5ae0a?branch=v2.6.1

            Log:
            replace git with git-core in BuildRequires and Requires

The tig command does not call any of the few commands which are in git.
Use git-core for BuildRequires and Requires to reduce the dependencies.

Split BuildRequires into separate lines to make future diff's easier to
read.

---
diff --git a/tig.spec b/tig.spec
index 6d1200e..baee246 100644
--- a/tig.spec
+++ b/tig.spec
@@ -9,10 +9,14 @@ License:        GPLv2+
 URL:            https://jonas.github.io/tig/
 Source0:        https://github.com/jonas/tig/releases/download/tig-%version/tig-%version.tar.gz
 
-BuildRequires: make
-BuildRequires:  gcc git ncurses-devel xmlto
-BuildRequires:  asciidoc bash-completion
-Requires:       git
+BuildRequires:  asciidoc
+BuildRequires:  bash-completion
+BuildRequires:  gcc
+BuildRequires:  git-core
+BuildRequires:  make
+BuildRequires:  ncurses-devel
+BuildRequires:  xmlto
+Requires:       git-core
 
 %description
 Tig is a repository browser for the git revision control system that
@@ -59,6 +63,9 @@ install -Dpm 644 contrib/%{name}-completion.bash %{buildroot}%{bash_completion_d
 
 
 %changelog
+* Sun Apr 10 2022 Todd Zullinger <tmz@pobox.com> - 2.5.5-2
+- replace git with git-core in BuildRequires and Requires
+
 * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
 

                 reply	other threads:[~2026-06-15  7: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=178150819651.1.4895386835143130950.rpms-tig-733131b22f61@fedoraproject.org \
    --to=tmz@pobox.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