https://bugzilla.novell.com/show_bug.cgi?id=841788 https://bugzilla.novell.com/show_bug.cgi?id=841788#c30 --- Comment #30 from Neil Brown <nfbrown@suse.com> 2013-12-04 22:08:10 UTC --- To apply the fix to a source package, you need: -BuildRequires: libgssglue-devel +BuildRequires: krb5-mini-devel and @@ -84,8 +84,7 @@ %configure --disable-static \ --with-pic \ --libdir=/%{_lib} \ - --enable-gss \ - --with-gssglue + --enable-gss applied to libtirpc.spec. An official update is complicated. libgssglue only had a runtime dependency on krb5. Adding a build-time dependency adds krb5 to the so-call "boot strap dependency loop" which is everything that needs to be built to build gcc. (libtirpc is in there because pam depends on it. I'm not entirely sure why pam is in there, but pam is fairly basic, so it makes sense). We can probably make krb5-mini a little slimmer, but it still depends on e2fsprogs which has a dependencies on TeX... Maybe we can make a e2fsprogs-mini, but I'm not sure. I've been looking into it though. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.