From: Jakub Bogusz Date: Wed, 18 Jun 2014 13:36:33 +0000 (+0200) Subject: - fixed duplicate %post issue X-Git-Tag: auto/th/sssd-1.13.4-1~9 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsssd.git;a=commitdiff_plain;h=a256e3fe658d19b2505bc284086818802417650f - fixed duplicate %post issue --- 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