Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2019-06-28 16:11:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix" Fri Jun 28 16:11:40 2019 rev:172 rq:712140 version:3.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2019-06-17 10:30:57.837340436 +0200 +++ /work/SRC/openSUSE:Factory/.postfix.new.4615/postfix.changes 2019-06-28 16:11:41.944520513 +0200 @@ -1,0 +2,5 @@ +Wed Jun 26 13:52:30 UTC 2019 - Peter Varkoly <[email protected]> + +- Ensure that postfix is member of all groups as before. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix.spec ++++++ --- /var/tmp/diff_new_pack.nls93m/_old 2019-06-28 16:11:42.876521634 +0200 +++ /var/tmp/diff_new_pack.nls93m/_new 2019-06-28 16:11:42.880521639 +0200 @@ -87,8 +87,8 @@ BuildRequires: pkgconfig BuildRequires: postgresql-devel BuildRequires: shadow -BuildRequires: pkgconfig(systemd) BuildRequires: zlib-devel +BuildRequires: pkgconfig(systemd) Requires: iproute2 Requires(post): permissions Requires(pre): %fillup_prereq @@ -241,7 +241,7 @@ groupadd -g %{pf_gid} -o -r %{name} 2> /dev/null || : groupadd -g %{maildrop_gid} -o -r maildrop 2> /dev/null || : useradd -r -o -g %{name} -u %{pf_uid} -s /bin/false -c "Postfix Daemon" -d /%{pf_queue_directory} %{name} 2> /dev/null || : -usermod -G %{maildrop_gid},%{mail_group} %{name} 2> /dev/null || : +usermod -a -G %{maildrop_gid},%{mail_group} %{name} 2> /dev/null || : mkdir -p %{buildroot}/%{_libdir} mkdir -p %{buildroot}%{_sysconfdir}/%{name} cp conf/* %{buildroot}%{_sysconfdir}/%{name} @@ -390,7 +390,7 @@ getent group %{name} >/dev/null || groupadd -g %{pf_gid} -o -r %{name} getent group maildrop >/dev/null || groupadd -g %{maildrop_gid} -o -r maildrop getent passwd %{name} >/dev/null || useradd -r -o -g %{name} -u %{pf_uid} -s /bin/false -c "Postfix Daemon" -d /%{pf_queue_directory} %{name} -usermod -G %{maildrop_gid},%{mail_group} %{name} +usermod -a -G %{maildrop_gid},%{mail_group} %{name} # --------------------------------------------------------------------------- %pre mysql
