rpms/fedora-ds-base/devel fedora-ds-base.spec,1.13,1.14

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Mar 18 15:51:08 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/fedora-ds-base/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2212

Modified Files:
	fedora-ds-base.spec 
Log Message:
add Requires for versioned perl (libperl.so)


Index: fedora-ds-base.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fedora-ds-base/devel/fedora-ds-base.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fedora-ds-base.spec	27 Feb 2008 17:11:42 -0000	1.13
+++ fedora-ds-base.spec	18 Mar 2008 15:50:25 -0000	1.14
@@ -5,7 +5,7 @@
 Summary:          Fedora Directory Server (base)
 Name:             fedora-ds-base
 Version:          1.1.0.1
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://directory.fedoraproject.org/
 Group:            System Environment/Daemons
@@ -45,6 +45,9 @@
 Requires:	      cyrus-sasl-gssapi
 Requires:	      cyrus-sasl-md5
 
+# This picks up libperl.so as a Requires, so we add this versioned one
+Requires:         perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 # for the init script
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -151,6 +154,9 @@
 %{_libdir}/%{pkgname}/*.so
 
 %changelog
+* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1.0.1-3
+- add Requires for versioned perl (libperl.so)
+
 * Wed Feb 27 2008 Rich Megginson <rmeggins at redhat.com> - 1.1.0.1-2
 - previous fix for 434403 used the wrong patch
 - this is the right one




More information about the fedora-extras-commits mailing list