SHA256
1
0
forked from pool/postfix
OBS User unknown 2007-10-08 14:52:13 +00:00 committed by Git OBS Bridge
parent 6ef7fa2254
commit 06d51131a6
3 changed files with 23 additions and 16 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c43272f32e9a77b4b58bcf251b68a3942a5a7663a3381183c52a275a6b3b135
size 17335
oid sha256:58e8f440fa996a693179165d2479a716a0e79c211bf3ccd8a78c8f857741aead
size 17372

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 8 12:37:39 CEST 2007 - varkoly@suse.de
- #331044 - Postfix uses receive_override_options in main.cf
-------------------------------------------------------------------
Sun Sep 9 17:42:27 CEST 2007 - varkoly@suse.de

View File

@ -16,43 +16,46 @@ BuildRequires: db-devel mysql-devel openldap2-devel pcre-devel postgresql-devel
# require pwdutils to make postinstall script check work
BuildRequires: pwdutils
%define usetls 1
URL: http://www.postfix.org/
Url: http://www.postfix.org/
License: IBM Public License
Group: Productivity/Networking/Email/Servers
Provides: smtp_daemon
Conflicts: sendmail exim
Autoreqprov: on
AutoReqProv: on
Summary: A fast, secure, and flexible mailer
Version: 2.4.5
Release: 15
Release: 22
Source: postfix-%{version}.tar.gz
Source1: postfix-SuSE.tar.gz
Patch: dynamic_maps.patch
Patch1: dynamic_maps_pie.patch
Patch2: pointer_to_literals.patch
Patch3: ipv6_disabled.patch
Prereq: /usr/sbin/useradd /usr/sbin/groupadd %insserv_prereq %fillup_prereq /bin/sed /bin/awk /bin/grep textutils sh-utils fileutils pcre openldap2-client netcfg
PreReq: /usr/sbin/useradd /usr/sbin/groupadd %insserv_prereq %fillup_prereq /bin/sed /bin/awk /bin/grep textutils sh-utils fileutils pcre openldap2-client netcfg
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
%package mysql
Summary: postfix plugin to support MySQL maps
Autoreqprov: on
AutoReqProv: on
Group: Productivity/Networking/Email/Servers
Prefix: %{_prefix}
Prereq: %{name} = %{version}
PreReq: %{name} = %{version}
#
%package postgresql
Summary: postfix plugin to support PostgreSQL maps
Autoreqprov: on
AutoReqProv: on
Group: Productivity/Networking/Email/Servers
Prefix: %{_prefix}
Prereq: %{name} = %{version}
PreReq: %{name} = %{version}
#
%package devel
Summary: Development headers for the postfix package.
Autoreqprov: on
AutoReqProv: on
Group: Productivity/Networking/Email/Servers
Prereq: %{name} = %{version}
PreReq: %{name} = %{version}
#
# Some defines
#
@ -76,6 +79,7 @@ Prereq: %{name} = %{version}
%define omc_dir /usr/share/omc/svcinfo.d/
#
# ---------------------------------------------------------------------------
%prep
%setup -n postfix-%{version} -a 1
%patch
@ -548,7 +552,6 @@ Authors:
--------
Wietse Venema <wietse@porcupine.org>
%description mysql
postfix plugin to support MySQL maps
@ -558,7 +561,6 @@ Authors:
--------
Wietse Venema <wietse@porcupine.org>
%description postgresql
postfix plugin to support PostgreSQL maps
@ -568,7 +570,6 @@ Authors:
--------
Wietse Venema <wietse@porcupine.org>
%description devel
Postfix aims to be an alternative to the widely-used sendmail program.
@ -578,8 +579,9 @@ Authors:
--------
Wietse Venema <wietse@porcupine.org>
%changelog
* Mon Oct 08 2007 - varkoly@suse.de
- #331044 - Postfix uses receive_override_options in main.cf
* Sun Sep 09 2007 - varkoly@suse.de
- fix the last fix
* Tue Sep 04 2007 - cthiel@suse.de