Why does `rpm-build` ignore `GLIBC_PRIVATE` while making `Provides` section for `glibc` but does not ignore while making `Requires`?
Issue
- Facing some problems while building an
rpmfile from source andspecfile. - Internally binary which is part of
rpmuses symbols fromGLIBC_PRIVATEwhich causes situation that package contains dependency told-linux-x86-64.so.2(GLIBC_PRIVATE)(64bit)inRequiresrpmfield. - Why does
rpm-buildignoreGLIBC_PRIVATEwhile makingProvidessection forglibcbut does not ignore while makingRequires? - Is there some solution to ignore
GLIBC_PRIVATEother thanAutoReqProv: nosincerpmcontains much more binaries.
Environment
- Red Hat Enterprise Linux 6.4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.