rpms/git-core/devel .cvsignore, 1.10, 1.11 git-core.spec, 1.9, 1.10 sources, 1.10, 1.11

Ralf Corsepius rc040203 at freenet.de
Mon Oct 31 08:45:08 UTC 2005


On Mon, 2005-10-31 at 00:33 -0500, Chris Wright wrote:
> Author: chrisw


> Index: git-core.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/git-core/devel/git-core.spec,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- git-core.spec	19 Oct 2005 10:29:58 -0000	1.9
> +++ git-core.spec	31 Oct 2005 05:32:56 -0000	1.10

> @@ -9,7 +9,7 @@
>  Source: 	http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
>  BuildRequires:	zlib-devel, openssl-devel, curl-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
>  BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
> -Requires:	rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk >= 8.4
> +Requires:	zlib >= 1.2, rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk >= 8.4

Adding "Requires: zlib >= 1.2" hardly makes sense. 
The package's dependencies on libz.so.* are automatically being pulled
in, which will always work unless zlib should screw up it's SONAMES.

I guess you wanted "BuildRequires: zlib-devel >= 1.2"

Ralf





More information about the fedora-extras-list mailing list