From cc09d915ee330a2e2c8f7c3588b557bc6c8df813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Feb 2025 17:03:14 +0100 Subject: [PATCH] Drop call to %sysusers_create_compat After https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers, rpm will handle account creation automatically. --- amavis.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/amavis.spec b/amavis.spec index 796ea5c..040a4a3 100644 --- a/amavis.spec +++ b/amavis.spec @@ -4,7 +4,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavis Version: 2.13.1 -Release: 3%{?dist} +Release: 4%{?dist} # LDAP schema is GFDL-1.2-or-later, some helpers are BSD-2-Clause, core is GPL-2.0-or-later License: GPL-2.0-or-later AND BSD-2-Clause AND GFDL-1.2-or-later URL: https://gitlab.com/amavis/amavis @@ -173,8 +173,6 @@ install -p -D -m 0644 %{SOURCE11} %{buildroot}%{_sysusersdir}/amavis.conf install -p -D -m 0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/amavisd -%pre -%sysusers_create_compat %{SOURCE11} %preun %systemd_preun amavisd.service @@ -240,6 +238,9 @@ install -p -D -m 0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/sysconfig/amavisd %doc README_FILES conf/amavisd.conf-* conf/amavisd-custom.conf %changelog +* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 2.13.1-4 +- Drop call to %sysusers_create_compat + * Thu Jan 16 2025 Fedora Release Engineering - 2.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild