-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 commit e81024f1e74bbcc9aef43c167259feac69075625 Author: Chris Lumens <clumens@xxxxxxxxxx> Date: Thu Jun 24 10:40:04 2010 -0400 yum calls it "exclude" instead of "excludepkgs" (#607664). diff --git a/yuminstall.py b/yuminstall.py index 7bfa0f7..17ab7a2 100644 - --- a/yuminstall.py +++ b/yuminstall.py @@ -755,7 +755,7 @@ class AnacondaYum(YumSorter): if ksrepo.cost: repo.cost = ksrepo.cost - - if ksrepo.excludepkgs: + if ksrepo.exclude: repo.exclude = ksrepo.excludepkgs if ksrepo.includepkgs: This patch, as far as I can see, was never reviewed -- and it breaks things. With it in place I get a traceback about 'F13_Repodata has no attribute 'exclude' I backed out this change and the repo dialog is displayed correctly. note: I'm using a 6/22 boot.iso with new anaconda rpm injected into it. - -- Brian C. Lane <bcl@xxxxxxxxxx> Red Hat / Port Orchard, WA -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEVAwUBTCVFhRF+jBaO/jp/AQKLtwf/ckUgigoEcb8XnhVXYgxpvG1/JRgKWtnW hssX7H8/CTJ/BI0Klc4vTTDv3YDX5qB9jxx2KvEZMQex4W/uiU/gPE/3Lq6zvFy2 VRyyXrgaD53kKe6GWSCAAedS0yaPVnalh+mwc/yhD+4WXvuncIFW5JHAYba5HzjY MwPRIB3gFuYqmNkYhOJfygKJMWIJ/0UpaYN2HgbpA0MoL3Q5ngPuWbi09EMKpVKG tSz3QZ5WJ/3Z/DURSGocEPQNQHE4eJptxZzwotJ+ApGnqgsWmkMzHU4tM1q1ldZe hT3uC6lImD60YuvMw6uAQW5V7OyRgowd716X5SqQlHc4SxJ8+3uvLw== =6khv -----END PGP SIGNATURE----- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list