rpms/ruby-ldap/EL-4 ruby-ldap.spec,1.1,1.2

Michael Stahnke (stahnma) fedora-extras-commits at redhat.com
Mon May 12 01:41:45 UTC 2008


Author: stahnma

Update of /cvs/extras/rpms/ruby-ldap/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32140

Modified Files:
	ruby-ldap.spec 
Log Message:
Trying to fix a dependency error


Index: ruby-ldap.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-ldap/EL-4/ruby-ldap.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-ldap.spec	31 Oct 2007 01:14:47 -0000	1.1
+++ ruby-ldap.spec	12 May 2008 01:41:06 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           ruby-ldap
 Version:        0.9.7 
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Ruby LDAP libraries
 Group:          Development/Languages
 License:        BSD 
@@ -12,7 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby ruby-devel openldap-devel openssl-devel 
-Requires:       ruby(abi) = 1.8 
+Requires:       ruby >= 1.8 
 Provides:       ruby(ldap) = %{version}-%{release}
 
 
@@ -52,6 +52,9 @@
 
 
 %changelog
+* Wed May 07 2008 Michael Stahnke <mastahnke at gmail.com> - 0.9.7-4
+- Fix in EL4 because ruby(abi) is not provided in EL4
+
 * Mon Oct 29 2007 Michael Stahnke <mastahnke at gmail.com> - 0.9.7-3
 - More modifications from bug 346241
 




More information about the fedora-extras-commits mailing list