[nss-softokn/f15: 3/3] Cleanup the spec file

Elio Maldonado emaldonado at fedoraproject.org
Sun Mar 11 22:33:01 UTC 2012


commit 5314a0cc904aa73f92df921ce66742968ce3196b
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Mar 11 15:32:22 2012 -0700

    Cleanup the spec file

 nss-softokn.spec |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 1d3cd36..243b152 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -167,7 +167,7 @@ USE_64=1
 export USE_64
 %endif
 
-# uncommenting since the iguote patch is activated
+# uncommenting since the iquote patch is activated
 export IN_TREE_FREEBL_HEADERS_FIRST=1
 
 # Compile softokn plus needed support
@@ -334,11 +334,9 @@ done
 %{__rm} -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/ldconfig >/dev/null 2>/dev/null
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig >/dev/null 2>/dev/null
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)


More information about the scm-commits mailing list