Accepting request 29851 from server:mail
Copy from server:mail/postfix based on submit request 29851 from user coolo OBS-URL: https://build.opensuse.org/request/show/29851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=41
This commit is contained in:
commit
fca03164f6
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7afaff6370e91c230ad99ae9b52da61671c70109fb227d6ae3a854315311030c
|
oid sha256:a855310d3ca1d9594bc3eee171591baf2b0ba95dd65356093ca40fe8f9609153
|
||||||
size 21013
|
size 21071
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 23:28:12 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
- rpmlint fixes
|
||||||
|
o init-script-undefined-dependency $network-remotefs
|
||||||
|
- fix for SuSEconfig.postfix
|
||||||
|
o if use_amavis eq "yes"
|
||||||
|
then content_filter "amavis:[127.0.0.1]:10024]" is defined,
|
||||||
|
so removed "-o content_filter=smtp:[127.0.0.1]:10024" for smtp
|
||||||
|
- s#ldconfig#/sbin/ldconfig#
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 22 16:15:00 CEST 2009 - freespacer@gmx.de
|
||||||
|
|
||||||
|
- Add support for dovecot as MDA to SuSEconfig.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 16 10:45:14 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Package documentation as noarch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 10 13:15:15 CET 2009 - varkoly@suse.de
|
Tue Dec 10 13:15:15 CET 2009 - varkoly@suse.de
|
||||||
|
|
||||||
|
11
postfix.spec
11
postfix.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package postfix (Version 2.6.1)
|
# spec file for package postfix (Version 2.6.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@
|
|||||||
Name: postfix
|
Name: postfix
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
Version: 2.6.1
|
Version: 2.6.1
|
||||||
Release: 3
|
Release: 4
|
||||||
License: IBM Public License ..
|
License: IBM Public License ..
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
Url: http://www.postfix.org/
|
Url: http://www.postfix.org/
|
||||||
@ -113,6 +113,9 @@ Authors:
|
|||||||
Summary: Documentations for the postfix package
|
Summary: Documentations for the postfix package
|
||||||
License: IBM Public License ..
|
License: IBM Public License ..
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
|
%if 0%{?suse_version} >= 1120
|
||||||
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Postfix aims to be an alternative to the widely-used sendmail program.
|
Postfix aims to be an alternative to the widely-used sendmail program.
|
||||||
@ -462,13 +465,13 @@ if [ ${1:-0} -gt 1 ]; then
|
|||||||
fi
|
fi
|
||||||
%{fillup_and_insserv -y postfix}
|
%{fillup_and_insserv -y postfix}
|
||||||
%{fillup_only -an mail}
|
%{fillup_only -an mail}
|
||||||
ldconfig
|
/sbin/ldconfig
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%restart_on_update %{name}
|
%restart_on_update %{name}
|
||||||
%insserv_cleanup
|
%insserv_cleanup
|
||||||
ldconfig
|
/sbin/ldconfig
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%post postgresql
|
%post postgresql
|
||||||
|
Loading…
Reference in New Issue
Block a user