rpms/fedora-ds-base/devel fedora-ds-base.spec, 1.5, 1.6 sources, 1.7, 1.8

Richard Allen Megginson (rmeggins) fedora-extras-commits at redhat.com
Thu Aug 16 20:28:37 UTC 2007


Author: rmeggins

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

Modified Files:
	fedora-ds-base.spec sources 
Log Message:
Resolves: bug 253047
Bug Description: Does not build on Fedora 8
Fix Description: If using the O_CREAT flag with open(), the file mode must also be given.  Also, the bdb calls to use ->open() must use parentheses around the function pointer access e.g. (DB->open)(args...) instead of just DB->open(args).
On F-8 (devel), use BuildRequires: db4-devel instead of >= version.
Updated License fields in spec files to be GPLv2 with exceptions
Platforms tested: RHEL4, Fedora 8
Flag Day: no
Doc impact: no



Index: fedora-ds-base.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-base/devel/fedora-ds-base.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fedora-ds-base.spec	13 Aug 2007 15:48:12 -0000	1.5
+++ fedora-ds-base.spec	16 Aug 2007 20:28:05 -0000	1.6
@@ -5,8 +5,8 @@
 Summary:          Fedora Directory Server (base)
 Name:             fedora-ds-base
 Version:          1.1.0
-Release:          1.1%{?dist}
-License:          GPL plus extensions
+Release:          1.2%{?dist}
+License:          GPLv2 with exceptions
 URL:              http://directory.fedoraproject.org/
 Group:            System Environment/Daemons
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,7 +15,7 @@
 BuildRequires:    nss-devel >= 3.11.4
 BuildRequires:    svrcore-devel >= 4.0.3
 BuildRequires:    mozldap-devel >= 6.0.2
-BuildRequires:    db4-devel >= 4.2.52
+BuildRequires:    db4-devel
 BuildRequires:    cyrus-sasl-devel >= 2.1.19
 BuildRequires:    icu >= 3.4
 BuildRequires:    libicu-devel >= 3.4
@@ -148,6 +148,11 @@
 %{_libdir}/%{pkgname}/*.so
 
 %changelog
+* Thu Aug 16 2007 Rich Megginson <rmeggins at redhat.com> - 1.1.0-1.2
+- fix build breakage due to open()
+- mock could not find BuildRequires: db4-devel >= 4.2.52
+- mock works if >= version is removed - it correctly finds db4.6
+
 * Fri Aug 10 2007 Rich Megginson <rmeggins at redhat.com> - 1.1.0-1.1
 - Change pathnames to use the pkgname macro which is dirsrv
 - get rid of cvsdate in source name


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-base/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	13 Aug 2007 15:48:12 -0000	1.7
+++ sources	16 Aug 2007 20:28:05 -0000	1.8
@@ -1 +1 @@
-990f736aeedee53b7bf0952ff1705ac9  fedora-ds-base-1.1.0.tar.bz2
+0dbaf4bb6e6b85776581041d273aa8af  fedora-ds-base-1.1.0.tar.bz2




More information about the fedora-extras-commits mailing list