add glibc-utils BuildRequires
This commit is contained in:
parent
98a08e3bdd
commit
2bf676df03
1 changed files with 5 additions and 1 deletions
6
git.spec
6
git.spec
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
Name: git
|
||||
Version: 2.45.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Fast Version Control System
|
||||
License: BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
||||
URL: https://git-scm.com/
|
||||
|
|
@ -163,6 +163,7 @@ BuildRequires: findutils
|
|||
BuildRequires: gawk
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glibc-utils
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: make
|
||||
|
|
@ -1038,6 +1039,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
|||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||
|
||||
%changelog
|
||||
* Mon Jun 03 2024 Ondřej Pohořelský <opohorel@redhat.com> - 2.45.2-2
|
||||
- add glibc-utils BuildRequires
|
||||
|
||||
* Mon Jun 03 2024 Ondřej Pohořelský <opohorel@redhat.com> - 2.45.2-1
|
||||
- update to 2.45.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue