nothing provides chrpath on SLE11 x86_64
I am using chrpath to remove RPATH from my executables. I have the following in my .spec file
BuildRequires: chrpath
This causes the following error in OBS
"nothing provides chrpath"
However the same works on SLE11 i586
Is the chrpath package missing in 64bit version? How do i get the chrpath package for the 64bit version?
|