From e0d1e57a84c3018402426a9835b63cc720744797 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 18 Aug 2022 18:19:25 +0200 Subject: [PATCH] Avoid requires on systemd as well as per updated guidelines Same as the previous commit, just in another spot that I missed at first. --- cyrus-sasl.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 055e3d5..a21b8b6 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -62,7 +62,6 @@ BuildRequires: make Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel Requires: /sbin/nologin -Requires: systemd >= 211 Provides: user(%username) Provides: group(%username)