From a256e3fe658d19b2505bc284086818802417650f Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 18 Jun 2014 15:36:33 +0200 Subject: [PATCH] - fixed duplicate %post issue --- sssd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 309da86..a7169c2 100644 --- a/sssd.spec +++ b/sssd.spec @@ -57,7 +57,7 @@ BuildRequires: systemd-units BuildRequires: talloc-devel BuildRequires: tdb-devel >= 1.1.3 BuildRequires: tevent-devel -Requires(post,postun): /sbin/ldconfig +Requires(post): /sbin/ldconfig Requires(post,preun): /sbin/chkconfig Requires: %{name}-client = %{version}-%{release} Requires: cyrus-sasl-gssapi @@ -338,7 +338,6 @@ if [ "$1" = "0" ]; then /sbin/chkconfig --del %{name} fi -%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post client -p /sbin/ldconfig -- 2.44.0