public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tig] v2.6.1: replace git with git-core in BuildRequires and Requires
@ 2026-06-15 7:23 Todd Zullinger
0 siblings, 0 replies; only message in thread
From: Todd Zullinger @ 2026-06-15 7:23 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 7:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 7:23 [rpms/tig] v2.6.1: replace git with git-core in BuildRequires and Requires Todd Zullinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox