summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog6
-rw-r--r--anaconda.spec8
-rwxr-xr-xscripts/pkgorder2
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dc4ab4f60..434aea4aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* anaconda.spec: Bump version.
+ * scripts/pkgorder: This used EverythingExclude.
+
+2005-05-05 Jeremy Katz <katzj@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2005-05-05 Paul Nasrat <pnasrat@redhat.com>
* loader2/loader.c: fix typo
diff --git a/anaconda.spec b/anaconda.spec
index 38bd11b73..130f92a5d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.60
+Version: 10.2.0.61
Release: 1
License: GPL
Summary: Graphical system installer
@@ -71,9 +71,13 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.61-1
+- and fix pkgorder for the gfs stuff
+
* Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.60-1
- Better handling of the langsupport group (clumens)
-- Don't install the gfs stuff for all kernel variants, that brings in kernel-smp on an everything install (#156849)
+- Don't install the gfs stuff for all kernel variants, that brings in
+ kernel-smp on an everything install (#156849)
- Don't grow a partition beyond the largest freespace on a drive
- HFS+ support
- Pull in more selinux policy files to try to get /home labeled right
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