[nss-softokn/f18] Actually add the LD_LIBRARY_PATH line to the post-install scriptlet

Elio Maldonado emaldonado at fedoraproject.org
Wed Jan 2 20:33:37 UTC 2013


commit c95201b1af9f6162afe11d3323f4bdf663136d5b
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Wed Jan 2 12:33:13 2013 -0800

    Actually add the LD_LIBRARY_PATH line to the post-install scriptlet
    
    - Resolves: rhbz#891369

 nss-softokn.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 95ab2fb..319ef37 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -16,6 +16,7 @@
     %{?__debug_package:%{__debug_install_post}} \
     %{__arch_install_post} \
     %{__os_install_post} \
+    export LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir} \
     $RPM_BUILD_ROOT/%{unsupported_tools_directory}/shlibsign -i $RPM_BUILD_ROOT/%{_libdir}/libsoftokn3.so \
     $RPM_BUILD_ROOT/%{unsupported_tools_directory}/shlibsign -i $RPM_BUILD_ROOT/%{_libdir}/libfreebl3.so \
     $RPM_BUILD_ROOT/%{unsupported_tools_directory}/shlibsign -i $RPM_BUILD_ROOT/%{_libdir}/libnssdbm3.so \
@@ -24,7 +25,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.14.1
-Release:          6%{?dist}
+Release:          7%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -386,6 +387,10 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Wed Jan 02 2013 Elio Maldonado <emaldona at redhat.com> - 3.14.1-7
+- Actually add the LD_LIBRARY_PATH line to the post-install scriptlet 
+- Resolves: rhbz#891369
+
 * Wed Jan 02 2013 Elio Maldonado <emaldona at redhat.com> - 3.14.1-6
 - Resolves: Bug 891369 - shared libraries not found due to signature verification failure
 - Fix failure signature verification failures on post-install scriplet


More information about the scm-commits mailing list