forked from pool/postfix
- bsc#1082514 autoyast: postfix gets not set myhostname properly -
set to localhost OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=296
This commit is contained in:
parent
96f02db6a7
commit
5748113448
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8eb4a0ccf5c35aebb2e74c09785a2d2c408d7eb0c15ade40497259d730ab97cb
|
oid sha256:aa6ea0375d16d6c8d72acd9d41810294e719d64b8a2251216af09343e3291a3d
|
||||||
size 27378
|
size 27387
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 22 14:20:20 UTC 2018 - varkoly@suse.com
|
||||||
|
|
||||||
|
- bsc#1082514 autoyast: postfix gets not set myhostname properly -
|
||||||
|
set to localhost
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 13:43:43 UTC 2018 - ilya@ilya.pp.ua
|
Mon Mar 12 13:43:43 UTC 2018 - ilya@ilya.pp.ua
|
||||||
|
|
||||||
|
@ -12,9 +12,10 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pf_docdir %{_docdir}/%{name}-doc
|
%define pf_docdir %{_docdir}/%{name}-doc
|
||||||
%define pf_config_directory %{_sysconfdir}/%{name}
|
%define pf_config_directory %{_sysconfdir}/%{name}
|
||||||
%define pf_daemon_directory %{_prefix}/lib/%{name}/bin/
|
%define pf_daemon_directory %{_prefix}/lib/%{name}/bin/
|
||||||
@ -59,7 +60,7 @@ Release: 0
|
|||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
License: IPL-1.0 OR EPL-2.0
|
License: IPL-1.0 OR EPL-2.0
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
URL: http://www.postfix.org
|
Url: http://www.postfix.org
|
||||||
Source0: http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-%{version}.tar.gz
|
Source0: http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-%{version}.tar.gz
|
||||||
Source2: %{name}-SuSE.tar.gz
|
Source2: %{name}-SuSE.tar.gz
|
||||||
Source3: %{name}-mysql.tar.bz2
|
Source3: %{name}-mysql.tar.bz2
|
||||||
@ -106,8 +107,8 @@ BuildRequires: lmdb-devel
|
|||||||
BuildRequires: libnsl-devel
|
BuildRequires: libnsl-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
Requires: group(%{mail_group})
|
|
||||||
Requires: system-user-nobody
|
Requires: system-user-nobody
|
||||||
|
Requires: group(%{mail_group})
|
||||||
Requires(pre): group(%{mail_group})
|
Requires(pre): group(%{mail_group})
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user