forked from pool/postfix
Accepting request 904452 from server:mail
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/904452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=203
This commit is contained in:
commit
e0f6cc84d6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 18 17:11:05 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Add now working CONFIG parameter to sysusers generator
|
||||
- Remove unnecessary group line from postfix-vmail-user.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 14 15:46:54 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -117,8 +117,7 @@ BuildRequires: libnsl-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: sysuser-tools
|
||||
Requires: system-user-nobody
|
||||
Requires: group(%{mail_group})
|
||||
Requires(pre): user(nobody)
|
||||
Requires(pre): group(%{mail_group})
|
||||
%sysusers_requires
|
||||
%else
|
||||
@ -222,8 +221,8 @@ make makefiles pie=yes shared=yes dynamicmaps=yes \
|
||||
make %{?_smp_mflags}
|
||||
%if 0%{?suse_version} >= 1330
|
||||
# Create postfix user
|
||||
%sysusers_generate_pre %{SOURCE12} postfix
|
||||
%sysusers_generate_pre %{SOURCE13} vmail
|
||||
%sysusers_generate_pre %{SOURCE12} postfix postfix-user.conf
|
||||
%sysusers_generate_pre %{SOURCE13} vmail postfix-vmail-user.conf
|
||||
%endif
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Type Name ID GECOS [HOME]
|
||||
g maildrop 59 - -
|
||||
g postfix 51 - -
|
||||
g maildrop 59 - -
|
||||
u postfix 51 "Postfix Daemon" /var/spool/postfix
|
||||
m postfix maildrop
|
||||
m postfix mail
|
||||
|
@ -1,3 +1,2 @@
|
||||
# Type Name ID GECOS [HOME]
|
||||
g vmail - - -
|
||||
u vmail - "Virtual Mail User" /srv/maildirs
|
||||
|
@ -16,6 +16,7 @@ Wed Jun 23 22:28:52 UTC 2021 - Christian Wittmer <chris@computersalat.de>
|
||||
Fri Jun 18 17:11:05 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Add now working CONFIG parameter to sysusers generator
|
||||
- Remove unnecessary group line from postfix-vmail-user.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 14 15:46:54 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
@ -103,8 +103,7 @@ Provides: smtp_daemon
|
||||
BuildRequires: libnsl-devel
|
||||
%endif
|
||||
BuildRequires: sysuser-tools
|
||||
Requires: system-user-nobody
|
||||
Requires: group(%{mail_group})
|
||||
Requires(pre): user(nobody)
|
||||
Requires(pre): group(%{mail_group})
|
||||
%sysusers_requires
|
||||
|
||||
@ -132,6 +131,9 @@ This package contains the documentation for %{name}
|
||||
Summary: Postfix plugin to support MySQL maps
|
||||
Group: Productivity/Networking/Email/Servers
|
||||
Requires(pre): %{name} = %{version}
|
||||
%if 0%{?suse_version} < 1550
|
||||
Provides: group(vmail)
|
||||
%endif
|
||||
%sysusers_requires
|
||||
|
||||
%description mysql
|
||||
|
Loading…
Reference in New Issue
Block a user