SPECS: glibc.spec - install nsswitch without db entries in it (nss...

arekm arekm at pld-linux.org
Mon Feb 5 14:07:08 CET 2007


Author: arekm                        Date: Mon Feb  5 13:07:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install nsswitch without db entries in it (nss_db is not in default glibc)

---- Files affected:
SPECS:
   glibc.spec (1.672 -> 1.673) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.672 SPECS/glibc.spec:1.673
--- SPECS/glibc.spec:1.672	Sun Jan 28 19:06:44 2007
+++ SPECS/glibc.spec	Mon Feb  5 14:07:03 2007
@@ -965,7 +965,7 @@
 install %{SOURCE3}		$RPM_BUILD_ROOT/etc/sysconfig/nscd
 install %{SOURCE4}		$RPM_BUILD_ROOT/etc/logrotate.d/nscd
 install nscd/nscd.conf		$RPM_BUILD_ROOT%{_sysconfdir}
-install nss/nsswitch.conf	$RPM_BUILD_ROOT%{_sysconfdir}
+sed -e 's#\([ \t]\)db\([ \t]\)#\1#g' nss/nsswitch.conf > $RPM_BUILD_ROOT%{_sysconfdir}
 install posix/gai.conf		$RPM_BUILD_ROOT%{_sysconfdir}
 
 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
@@ -1469,6 +1469,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.673  2007/02/05 13:07:03  arekm
+- install nsswitch without db entries in it (nss_db is not in default glibc)
+
 Revision 1.672  2007/01/28 18:06:44  qboosh
 - added dir for wo locale (included in newt)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.672&r2=1.673&f=u



More information about the pld-cvs-commit mailing list