Description of problem: The file /etc/profile.d/krb5-devel.sh is no longer in krb5-devel package. This causes problems with compilation other packages (openssh) Version-Release number of selected component (if applicable): krb5-devel-1.8-1.fc14 How reproducible: always Steps to Reproduce: rpmbuild openssh.spec Actual results: build fails Expected results: build finishes OK Additional info:
This is F14, right? The files from krb5-devel that used to live in /usr/kerberos/bin move to /usr/bin, so krb5-devel doesn't need to provide a scriptlet any more.
thaks