diff --git a/postfix.spec b/postfix.spec index d2dcf3a..1775480 100644 --- a/postfix.spec +++ b/postfix.spec @@ -21,12 +21,9 @@ # Postfix requires one exlusive uid/gid and a 2nd exclusive gid for its own # use. Let me know if the second gid collides with another package. # Be careful: Redhat's 'mail' user & group isn't unique! -%define postfix_uid 89 +# It's now handled by systemd-sysusers. %define postfix_user postfix -%define postfix_gid 89 -%define postfix_group postfix %define maildrop_group postdrop -%define maildrop_gid 90 %define postfix_config_dir %{_sysconfdir}/postfix %define postfix_daemon_dir %{_libexecdir}/postfix @@ -49,7 +46,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.5.9 -Release: 22%{?dist} +Release: 23%{?dist} Epoch: 2 URL: http://www.postfix.org License: (IBM and GPLv2+) or (EPL-2.0 and GPLv2+) @@ -812,6 +809,10 @@ fi %endif %changelog +* Mon Aug 14 2023 Jaroslav Škarvada - 2:3.5.9-23 +- Spec cleanup + Related: rhbz#2095454 + * Wed Jul 05 2023 Jonathan Wright - 2:3.5.9-22 - Use systemd-sysusers Resolves: rhbz#2095454