Added dependency on Perl(Error) to perl-Git
This commit is contained in:
parent
a2aec494f7
commit
7b295a34fc
7
git.spec
7
git.spec
@ -1,7 +1,7 @@
|
|||||||
# Pass --without docs to rpmbuild if you don't want the documentation
|
# Pass --without docs to rpmbuild if you don't want the documentation
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.5.3.4
|
Version: 1.5.3.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Git core and tools
|
Summary: Git core and tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -94,7 +94,7 @@ Git revision tree visualiser.
|
|||||||
%package -n perl-Git
|
%package -n perl-Git
|
||||||
Summary: Perl interface to Git
|
Summary: Perl interface to Git
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: git-core = %{version}-%{release}
|
Requires: git-core = %{version}-%{release}, perl(Error)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildRequires: perl(Error), perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(Error), perl(ExtUtils::MakeMaker)
|
||||||
|
|
||||||
@ -233,6 +233,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{!?_without_docs: %doc Documentation/technical}
|
%{!?_without_docs: %doc Documentation/technical}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 24 2007 Lubomir Kundrak <lkundrak@redhat.com> 1.5.3.4-2
|
||||||
|
- git-Perl requires Error package
|
||||||
|
|
||||||
* Tue Oct 09 2007 James Bowes <jbowes@redhat.com> 1.5.3.4-1
|
* Tue Oct 09 2007 James Bowes <jbowes@redhat.com> 1.5.3.4-1
|
||||||
- git-1.5.3.4
|
- git-1.5.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user