[sssd/f19] Resolves: #906427 - Do not use %{_lib} in specfile for the nss and pam libraries

Jakub Hrozek jhrozek at fedoraproject.org
Wed Jul 31 11:09:19 UTC 2013


commit b1071ab9d9b55d48bcdf3c5349aac008c22873a4
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Wed Jul 31 13:00:22 2013 +0200

    Resolves: #906427 - Do not use %{_lib} in specfile for the nss and pam libraries

 sssd.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index dba721b..edad6d2 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -8,7 +8,7 @@
 
 Name: sssd
 Version: 1.10.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -341,8 +341,8 @@ autoreconf -ivf
     --with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \
     --with-default-ccache-dir=/run/user/%U \
     --with-default-ccname-template=DIR:%d/krb5cc \
-    --enable-nsslibdir=/%{_lib} \
-    --enable-pammoddir=/%{_lib}/security \
+    --enable-nsslibdir=/%{_libdir} \
+    --enable-pammoddir=/%{_libdir}/security \
     --enable-ldb-version-check \
     --disable-static \
     --disable-rpath \
@@ -565,8 +565,8 @@ rm -rf $RPM_BUILD_ROOT
 %files client -f sssd_client.lang
 %defattr(-,root,root,-)
 %doc src/sss_client/COPYING src/sss_client/COPYING.LESSER
-/%{_lib}/libnss_sss.so.2
-/%{_lib}/security/pam_sss.so
+/%{_libdir}/libnss_sss.so.2
+/%{_libdir}/security/pam_sss.so
 %{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so
 %{_libdir}/krb5/plugins/authdata/sssd_pac_plugin.so
 %{_mandir}/man8/pam_sss.8*
@@ -677,6 +677,10 @@ fi
 %postun -n libsss_idmap -p /sbin/ldconfig
 
 %changelog
+* Wed Jul 31 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.10.1-2
+- Resolves: #906427 - Do not use %{_lib} in specfile for the nss and
+                      pam libraries
+
 * Thu Jul 18 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.10.1-1
 - New upstream release 1.10.1
 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.10.1


More information about the scm-commits mailing list