]> git.pld-linux.org Git - packages/sssd.git/commitdiff
- fixed duplicate %post issue
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Jun 2014 13:36:33 +0000 (15:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Jun 2014 13:36:33 +0000 (15:36 +0200)
sssd.spec

index 309da8662eac8e5c4ebc86326a7b551e2fc3e76d..a7169c23319a1b5afd5fcfa03cc6d10a111e0702 100644 (file)
--- 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
This page took 0.031946 seconds and 4 git commands to generate.