summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
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 /anaconda.spec
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 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 6 insertions, 2 deletions
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