Bug 17182

Summary: spec file problem with nsswitch.conf
Product: [Retired] Red Hat Linux Reporter: Rod m. Stewart <stewart>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-09-01 17:01:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rod m. Stewart 2000-09-01 17:01:23 UTC
In the glibc spec file make the following change.  I'm not certain where
you are picking up nsswitch.conf from, but I do not have a redhat directory
in my glibc tree...
	s|redhat/nsswitch.conf|nss/nsswitch.conf|
This is in the current Rawhide and RC1 source.  The offending line is:
  install -m 644 redhat/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf

Comment 1 Jakub Jelinek 2000-09-04 08:55:54 UTC
If you're building your own glibc, you'll have to modify glibc.spec not only
because of this but for a couple of different things as well.
The tarball we're shipping in glibc source rpm is a snapshot from our internal
glibc CVS, which is basically a sourceware snapshot + diff-CYGNUS-to-REDHAT.patch
applied plus a few new directories (like c-stubs, glibc-compat and redhat).