From fa24fc992b7a7d46de81a67328921fc7d3c3c7e65eba093dcaecc797693f1f8b Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Tue, 2 Feb 2010 15:48:10 +0000 Subject: [PATCH 1/4] - bnc#567569 - Postfix: move ldap support to a separate package - bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=26 --- postfix-2.2.9-main.cf.patch | 10 ---------- postfix.changes | 6 ++++++ postfix.spec | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/postfix-2.2.9-main.cf.patch b/postfix-2.2.9-main.cf.patch index 0abac29..ed412c2 100644 --- a/postfix-2.2.9-main.cf.patch +++ b/postfix-2.2.9-main.cf.patch @@ -1,15 +1,5 @@ -diff -ruN postfix-2.2.9-orig/conf/main.cf postfix-2.2.9/conf/main.cf --- postfix-2.2.9-orig/conf/main.cf 2005-03-04 17:48:25.000000000 +0000 +++ postfix-2.2.9/conf/main.cf 2008-08-04 19:08:01.086201423 +0000 -@@ -405,7 +405,7 @@ - # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox --#home_mailbox = Maildir/ -+home_mailbox = Maildir/ - - # The mail_spool_directory parameter specifies the directory where - # UNIX-style mailboxes are kept. The default setting depends on the @@ -642,3 +642,29 @@ # readme_directory: The location of the Postfix README files. # diff --git a/postfix.changes b/postfix.changes index 7dedf76..625ac42 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 2 15:45:26 UTC 2010 - varkoly@novell.com + +- bnc#567569 - Postfix: move ldap support to a separate package +- bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail + ------------------------------------------------------------------- Tue Jan 5 23:28:12 UTC 2010 - chris@computersalat.de diff --git a/postfix.spec b/postfix.spec index f62790a..82d9926 100644 --- a/postfix.spec +++ b/postfix.spec @@ -43,7 +43,7 @@ PreReq: %insserv_prereq %fillup_prereq PreReq: /usr/bin/getent PreReq: /usr/sbin/useradd /usr/sbin/groupadd PreReq: /bin/sed /bin/awk /bin/grep -PreReq: textutils sh-utils fileutils pcre openldap2-client netcfg +PreReq: textutils sh-utils fileutils pcre libldap-2_4-2 netcfg BuildRequires: db-devel BuildRequires: mysql-devel BuildRequires: openldap2-devel pcre-devel postgresql-devel From b87567bf9f69a2ee29b49a859095582cf015f04149c3dfaa5e6570c80a73c2b1 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Tue, 2 Feb 2010 16:31:30 +0000 Subject: [PATCH 2/4] fix PreReq OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=27 --- postfix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix.spec b/postfix.spec index 82d9926..0f32dbf 100644 --- a/postfix.spec +++ b/postfix.spec @@ -43,7 +43,7 @@ PreReq: %insserv_prereq %fillup_prereq PreReq: /usr/bin/getent PreReq: /usr/sbin/useradd /usr/sbin/groupadd PreReq: /bin/sed /bin/awk /bin/grep -PreReq: textutils sh-utils fileutils pcre libldap-2_4-2 netcfg +PreReq: textutils sh-utils fileutils pcre openldap2-devel netcfg BuildRequires: db-devel BuildRequires: mysql-devel BuildRequires: openldap2-devel pcre-devel postgresql-devel From 3fde0ab917dc8bc160adffd2e941096979f072426031f05ff14b77d52794df52 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 5 Feb 2010 13:02:43 +0000 Subject: [PATCH 3/4] checked in (request 31352) OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=28 --- postfix-2.2.9-main.cf.patch | 10 ++++++++++ postfix.changes | 6 ------ postfix.spec | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/postfix-2.2.9-main.cf.patch b/postfix-2.2.9-main.cf.patch index ed412c2..0abac29 100644 --- a/postfix-2.2.9-main.cf.patch +++ b/postfix-2.2.9-main.cf.patch @@ -1,5 +1,15 @@ +diff -ruN postfix-2.2.9-orig/conf/main.cf postfix-2.2.9/conf/main.cf --- postfix-2.2.9-orig/conf/main.cf 2005-03-04 17:48:25.000000000 +0000 +++ postfix-2.2.9/conf/main.cf 2008-08-04 19:08:01.086201423 +0000 +@@ -405,7 +405,7 @@ + # "Maildir/" for qmail-style delivery (the / is required). + # + #home_mailbox = Mailbox +-#home_mailbox = Maildir/ ++home_mailbox = Maildir/ + + # The mail_spool_directory parameter specifies the directory where + # UNIX-style mailboxes are kept. The default setting depends on the @@ -642,3 +642,29 @@ # readme_directory: The location of the Postfix README files. # diff --git a/postfix.changes b/postfix.changes index 625ac42..7dedf76 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Tue Feb 2 15:45:26 UTC 2010 - varkoly@novell.com - -- bnc#567569 - Postfix: move ldap support to a separate package -- bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail - ------------------------------------------------------------------- Tue Jan 5 23:28:12 UTC 2010 - chris@computersalat.de diff --git a/postfix.spec b/postfix.spec index 0f32dbf..f62790a 100644 --- a/postfix.spec +++ b/postfix.spec @@ -43,7 +43,7 @@ PreReq: %insserv_prereq %fillup_prereq PreReq: /usr/bin/getent PreReq: /usr/sbin/useradd /usr/sbin/groupadd PreReq: /bin/sed /bin/awk /bin/grep -PreReq: textutils sh-utils fileutils pcre openldap2-devel netcfg +PreReq: textutils sh-utils fileutils pcre openldap2-client netcfg BuildRequires: db-devel BuildRequires: mysql-devel BuildRequires: openldap2-devel pcre-devel postgresql-devel From 49d4b528e350789d6e72e3628dd3f698663244ce1f911285f90579b6b506bbd4 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 5 Feb 2010 13:02:44 +0000 Subject: [PATCH 4/4] Updating link to change in openSUSE:Factory/postfix revision 42.0 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=6ba049571e2b73e374d502c742c87c43 --- postfix-2.2.9-main.cf.patch | 10 ---------- postfix.changes | 6 ++++++ postfix.spec | 4 ++-- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/postfix-2.2.9-main.cf.patch b/postfix-2.2.9-main.cf.patch index 0abac29..ed412c2 100644 --- a/postfix-2.2.9-main.cf.patch +++ b/postfix-2.2.9-main.cf.patch @@ -1,15 +1,5 @@ -diff -ruN postfix-2.2.9-orig/conf/main.cf postfix-2.2.9/conf/main.cf --- postfix-2.2.9-orig/conf/main.cf 2005-03-04 17:48:25.000000000 +0000 +++ postfix-2.2.9/conf/main.cf 2008-08-04 19:08:01.086201423 +0000 -@@ -405,7 +405,7 @@ - # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox --#home_mailbox = Maildir/ -+home_mailbox = Maildir/ - - # The mail_spool_directory parameter specifies the directory where - # UNIX-style mailboxes are kept. The default setting depends on the @@ -642,3 +642,29 @@ # readme_directory: The location of the Postfix README files. # diff --git a/postfix.changes b/postfix.changes index 7dedf76..625ac42 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 2 15:45:26 UTC 2010 - varkoly@novell.com + +- bnc#567569 - Postfix: move ldap support to a separate package +- bnc#557239 - postfix delivers mail to user's home instead of /var/spool/mail + ------------------------------------------------------------------- Tue Jan 5 23:28:12 UTC 2010 - chris@computersalat.de diff --git a/postfix.spec b/postfix.spec index f62790a..631e1b7 100644 --- a/postfix.spec +++ b/postfix.spec @@ -22,7 +22,7 @@ Name: postfix Summary: A fast, secure, and flexible mailer Version: 2.6.1 -Release: 4 +Release: 5 License: IBM Public License .. Group: Productivity/Networking/Email/Servers Url: http://www.postfix.org/ @@ -43,7 +43,7 @@ PreReq: %insserv_prereq %fillup_prereq PreReq: /usr/bin/getent PreReq: /usr/sbin/useradd /usr/sbin/groupadd PreReq: /bin/sed /bin/awk /bin/grep -PreReq: textutils sh-utils fileutils pcre openldap2-client netcfg +PreReq: textutils sh-utils fileutils pcre openldap2-devel netcfg BuildRequires: db-devel BuildRequires: mysql-devel BuildRequires: openldap2-devel pcre-devel postgresql-devel