From 55a7d7bb3039a658dec53ba7404bbc21a86d01b3 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Tue, 9 Oct 2012 15:13:36 +0200 Subject: [PATCH] Adjusted Requires from systemd-units to systemd. --- squid.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/squid.spec b/squid.spec index 329f17e..1c379d2 100644 --- a/squid.spec +++ b/squid.spec @@ -43,9 +43,9 @@ Requires: bash >= 2.0 Requires(pre): shadow-utils Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd # squid_ldap_auth and other LDAP helpers require OpenLDAP BuildRequires: openldap-devel # squid_pam_auth requires PAM development libs