rpms/git/EL-4 git.spec,1.25,1.26

James Bowes (jbowes) fedora-extras-commits at redhat.com
Fri Jun 22 17:21:11 UTC 2007


Author: jbowes

Update of /cvs/extras/rpms/git/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30193

Modified Files:
	git.spec 
Log Message:
Remove F7 specific perl reqs


Index: git.spec
===================================================================
RCS file: /cvs/extras/rpms/git/EL-4/git.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- git.spec	22 Jun 2007 17:07:24 -0000	1.25
+++ git.spec	22 Jun 2007 17:20:36 -0000	1.26
@@ -1,13 +1,13 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
 Version: 	1.5.2.1
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:  	Git core and tools
 License: 	GPL
 Group: 		Development/Tools
 URL: 		http://kernel.org/pub/software/scm/git/
 Source: 	http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
-BuildRequires:	perl-devel, zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
+BuildRequires:	perl, zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git
 
@@ -76,7 +76,6 @@
 Group:          Development/Libraries
 Requires:       git-core = %{version}-%{release}
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires:  perl(Error)
 
 %description -n perl-Git
 Perl interface to Git
@@ -170,6 +169,9 @@
 %{!?_without_docs: %doc Documentation/technical}
 
 %changelog
+* Fri Jun 22 2007 James Bowes <jbowes at redhat.com> 1.5.2.1-2
+- Remove buildreq on perl(Error)  and perl-devel for el4.
+
 * Fri Jun 08 2007 James Bowes <jbowes at redhat.com> 1.5.2.1-1
 - git-1.5.2.1
 




More information about the fedora-extras-commits mailing list