summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-05-05 19:40:01 +0000
committerJeremy Katz <katzj@redhat.com>2005-05-05 19:40:01 +0000
commit924bf493d431045031917064d9310b4c231d17c9 (patch)
treefcbf7e76c2c3c584c2856902fd3310688cb686d8 /scripts
parent8e6ac319b42f68bcdc81e7b7f1618df6f2f1e0b7 (diff)
downloadanaconda-924bf493d431045031917064d9310b4c231d17c9.tar.gz
anaconda-924bf493d431045031917064d9310b4c231d17c9.tar.xz
anaconda-924bf493d431045031917064d9310b4c231d17c9.zip
2005-05-05 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version. * scripts/pkgorder: This used EverythingExclude.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index 11633868d..f020d222c 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -197,7 +197,7 @@ pkgHash = {}
for p in hdlist.values():
package = p['name']
if (package.startswith("kernel") and
- package in hdrlist.EverythingExclude.keys() and
+ package in hdrlist.EverythingExclude and
not package.endswith("-unsupported")):
try:
# FIXME: since we do unselect all at the end of the loop, these