Skip to content

Commit 80f4568

Browse files
author
Junio C Hamano
committed
Change RPM dependency from Prereq to Requires.
Sergey Vlasov says we do not pre-require (i.e. required packages during installation) the dependencies, and should use Requires instead of Prereq. Knowing nothing about RPM, I just believe him. Signed-off-by: Junio C Hamano <[email protected]>
1 parent b1d096f commit 80f4568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-core.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ URL: http://kernel.org/pub/software/scm/git/
1010
Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
1111
BuildRequires: zlib-devel, openssl-devel, curl-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
1212
BuildRoot: %{_tmppath}/%{name}-%{version}-root
13-
Prereq: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5
13+
Requires: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5
1414

1515
%description
1616
This is a stupid (but extremely fast) directory content manager. It

0 commit comments

Comments
 (0)