rpms/dbmail/devel .cvsignore, 1.2, 1.3 dbmail.spec, 1.1, 1.2 sources, 1.2, 1.3 umask.patch, 1.1, 1.2

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Thu Mar 1 05:13:17 UTC 2007


Author: bjohnson

Update of /cvs/extras/rpms/dbmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22276/devel

Modified Files:
	.cvsignore dbmail.spec sources umask.patch 
Log Message:
2.2.3
fix ldap build support
minor updates



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dbmail/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Feb 2007 06:24:45 -0000	1.2
+++ .cvsignore	1 Mar 2007 05:12:44 -0000	1.3
@@ -1 +1 @@
-dbmail-2.2.2.tar.gz
+dbmail-2.2.3.tar.gz


Index: dbmail.spec
===================================================================
RCS file: /cvs/extras/rpms/dbmail/devel/dbmail.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbmail.spec	21 Feb 2007 06:24:45 -0000	1.1
+++ dbmail.spec	1 Mar 2007 05:12:44 -0000	1.2
@@ -11,8 +11,8 @@
 %endif
 
 Name:           dbmail
-Version:        2.2.2
-Release:        9%{?dist}%{?repotag:.%{repotag}}
+Version:        2.2.3
+Release:        1%{?dist}%{?repotag:.%{repotag}}
 Summary:        The DBMail mail storage system
 
 Group:          System Environment/Daemons
@@ -35,6 +35,7 @@
 BuildRequires:  libsieve-devel >= 2.1.13
 BuildRequires:  asciidoc, xmlto
 BuildRequires:  mysql-devel >= 4.1.3, postgresql-devel
+BuildRequires:  openldap-devel
 %if 0%{?with_sqlite}
 BuildRequires:  sqlite-devel >= 3
 %endif
@@ -74,6 +75,7 @@
 %build
 %configure --disable-rpath \
            --disable-static \
+           --with-ldap \
            --with-mysql \
            --with-pgsql \
 %if 0%{?with_sqlite}
@@ -110,14 +112,6 @@
 echo "%{_libdir}/dbmail" > \
      $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/dbmail-`uname -i`.conf
 
-# change tabs in dbmail.conf to spaces
-sed -i 's/\t/        /g' $RPM_BUILD_ROOT/%{_sysconfdir}/dbmail.conf
-
-# why is libsqlite.so.* built even when we say not to?
-%if ! 0%{?with_sqlite}
-rm -f $RPM_BUILD_ROOT/%{_libdir}/dbmail/libsqlite.so*
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -228,6 +222,13 @@
 %endif
 
 %changelog
+* Wed Feb 28 2007 Bernard Johnson <bjohnson at symetrix.com> 2.2.3-1
+- v. 2.2.3
+- tab removal in dbmail.conf no longer required
+- libsqlite.so in not built anymore unless specified, remove fix
+- libauth-ldap.so wasn't be built properly, fixed
+- rework umask patch, still want a stronger umask on log files
+
 * Tue Feb 20 2007 Bernard Johnson <bjohnson at symetrix.com> 2.2.2-9
 - fix source0 location
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dbmail/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Feb 2007 06:24:45 -0000	1.2
+++ sources	1 Mar 2007 05:12:44 -0000	1.3
@@ -1 +1 @@
-7a1a0940d3ec07dc55c7e49412298b0a  dbmail-2.2.2.tar.gz
+495c1ed9cc5645f2d4f2ff8aa7b389e7  dbmail-2.2.3.tar.gz

umask.patch:

Index: umask.patch
===================================================================
RCS file: /cvs/extras/rpms/dbmail/devel/umask.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- umask.patch	21 Feb 2007 06:24:45 -0000	1.1
+++ umask.patch	1 Mar 2007 05:12:44 -0000	1.2
@@ -1,10 +1,9 @@
 --- dbmail-2.2.2/server.c.orig	2006-11-17 05:33:11.000000000 -0700
 +++ dbmail-2.2.2/server.c	2007-02-05 11:05:32.000000000 -0700
-@@ -177,7 +177,7 @@
+@@ -177,6 +177,7 @@
  		exit(0);
  
  	chdir("/");
--	umask(0);
 +	umask(0077);
  	
  	if (! (freopen(conf->log, "a", stdout))) {




More information about the fedora-extras-commits mailing list