summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-07-29 21:20:20 -0400
committerJeremy Katz <katzj@redhat.com>2008-07-29 21:20:20 -0400
commitf4d09c6739cb806d96fd7ef66989fead88f34080 (patch)
treebe43b4093e064ab6c143ebdee5e0f3fb52adcda4 /anaconda.spec
parentf7e97688e3a58adcb755ff311279ca48e740b715 (diff)
downloadanaconda-f4d09c6739cb806d96fd7ef66989fead88f34080.tar.gz
anaconda-f4d09c6739cb806d96fd7ef66989fead88f34080.tar.xz
anaconda-f4d09c6739cb806d96fd7ef66989fead88f34080.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 87c5da5c7..73bc83f76 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.20
+Version: 11.4.1.21
Release: 1
License: GPLv2+
Group: Applications/System
@@ -197,6 +197,14 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jul 29 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.21-1
+- Remove an instance of NEEDGR still existing to fix graphical
+ isolinux (#457144) (katzj)
+- use newer mke2fs arguments for different filesystems (sandeen)
+- Use attributes to tell us whether filesystems are
+ bootable (#457037). (clumens)
+- Make sure we drag in gzip, used by the image creation stuff. (jkeating)
+
* Fri Jul 25 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.20-1
- Clean up some mistakes in the minstg2 removal. (dcantrell)
- Fix passing the language to anaconda (katzj)