rpms/fedora-ds-base/F-7 fedora-ds-base.spec, 1.6, 1.7 sources, 1.7, 1.8

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


Author: rmeggins

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

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/F-7/fedora-ds-base.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fedora-ds-base.spec	13 Aug 2007 15:48:03 -0000	1.6
+++ fedora-ds-base.spec	16 Aug 2007 20:27:56 -0000	1.7
@@ -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)
@@ -148,6 +148,10 @@
 %{_libdir}/%{pkgname}/*.so
 
 %changelog
+* Thu Aug 16 2007 Rich Megginson <rmeggins at redhat.com> - 1.1.0-1.2
+- fix several migration related issues
+- fix open() usage - primarily to fix build problems on devel
+
 * 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/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	13 Aug 2007 15:48:03 -0000	1.7
+++ sources	16 Aug 2007 20:27:56 -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