Skip to content

Commit 4f395ee

Browse files
James Bowesgitster
authored andcommitted
Add a BuildRequires for gettext in the spec file.
Signed-off-by: James Bowes <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b1e9efa commit 4f395ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

git.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ License: GPL
88
Group: Development/Tools
99
URL: http://kernel.org/pub/software/scm/git/
1010
Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
11-
BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
11+
BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
1212
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1313

1414
Requires: git-core = %{version}-%{release}
@@ -181,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
181181
%{!?_without_docs: %doc Documentation/technical}
182182

183183
%changelog
184+
* Sun Feb 03 2008 James Bowes <[email protected]>
185+
- Add a BuildRequires for gettext
186+
184187
* Fri Jan 11 2008 Junio C Hamano <[email protected]>
185188
- Include gitk message files
186189

0 commit comments

Comments
 (0)