packages: glibc/glibc.spec - --enable-nss-crypt
arekm
arekm at pld-linux.org
Mon May 11 00:02:32 CEST 2009
Author: arekm Date: Sun May 10 22:02:32 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- --enable-nss-crypt
---- Files affected:
packages/glibc:
glibc.spec (1.814 -> 1.815)
---- Diffs:
================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.814 packages/glibc/glibc.spec:1.815
--- packages/glibc/glibc.spec:1.814 Sun May 10 22:00:36 2009
+++ packages/glibc/glibc.spec Mon May 11 00:02:27 2009
@@ -88,6 +88,7 @@
BuildRequires: gettext-devel >= 0.10.36
%{?with_selinux:BuildRequires: libselinux-devel >= 1.18}
BuildRequires: linux-libc-headers >= %{llh_version}
+BuildRequires: nss-devel >= 3.12.3
BuildRequires: perl-base
BuildRequires: rpm-build >= 4.3-0.20030610.28
BuildRequires: rpm-perlprov
@@ -929,6 +930,7 @@
--with%{!?with_selinux:out}-selinux \
--with-tls \
--enable-add-ons=nptl,libidn \
+ --enable-nss-crypt \
--enable-stackguard-randomization \
--enable-hidden-plt \
--enable-bind-now \
@@ -966,7 +968,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/man{3,8},/var/log,/var/{lib,run}/nscd}
+install -d $RPM_BUILD_ROOT{/etc/{default,logrotate.d,rc.d/init.d,sysconfig},%{_mandir}/man{3,8},/var/log,/var/{lib,run}/nscd}
cd builddir
env LANGUAGE=C LC_ALL=C \
@@ -1022,6 +1024,7 @@
install nscd/nscd.conf $RPM_BUILD_ROOT%{_sysconfdir}
sed -e 's#\([ \t]\)db\([ \t]\)#\1#g' nss/nsswitch.conf > $RPM_BUILD_ROOT%{_sysconfdir}/nsswitch.conf
install posix/gai.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install nis/nss $RPM_BUILD_ROOT/etc/default/nss
bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
> $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.cache
@@ -1291,6 +1294,7 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nsswitch.conf
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gai.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/default/nss
%config %{_sysconfdir}/rpc
@@ -1630,6 +1634,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.815 2009/05/10 22:02:27 arekm
+- --enable-nss-crypt
+
Revision 1.814 2009/05/10 20:00:36 arekm
- up to 2.10 (note there will be 2.10.1 in few days)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.814&r2=1.815&f=u
More information about the pld-cvs-commit
mailing list