Issue
I am trying to build a RPM (rpmbuild -bb spec file). When installing rpm some of executable tcl files are corrupted and all files having same size.
id='dv3'>
Solution
Declaring '%global __os_install_post %{nil}' in spec file would solve the issue. When RPM building it strip files. If tcl executables files stripped it will corrupt the file.
Answered By - Sharavanakumaar Murugesan Answer Checked By - Marie Seifert (WPSolving Admin)