summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-23 14:39:25 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-23 14:39:25 +0000
commitd4ae588851f4947dc1264d12b97b38d307f432ec (patch)
treed6f6e9b7411753616d6a49d184668122faadc719 /anaconda.spec
parentb3c137b6da25ffd24baf4e97a4cb336ae25eb4fa (diff)
downloadanaconda-d4ae588851f4947dc1264d12b97b38d307f432ec.tar.gz
anaconda-d4ae588851f4947dc1264d12b97b38d307f432ec.tar.xz
anaconda-d4ae588851f4947dc1264d12b97b38d307f432ec.zip
2004-11-23 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 210c53f68..2a2dbd0a6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,14 +1,11 @@
Name: anaconda
-Version: 10.2.0.3
+Version: 10.2.0.4
Release: 1
License: GPL
Summary: Graphical system installer
Group: Applications/System
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.52, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel
-%ifarch i386
-BuildRequires: dietlibc
-%endif
Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.3-7, booty, kudzu
Requires: pyparted, libxml2-python
Requires: anaconda-help, system-logos
@@ -73,6 +70,15 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Nov 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.4-1
+- Update python version in urllib hack
+- /init in initramfs instead of /linuxrc
+- Improved ppc console detection (nasrat, #134397)
+- Better handling of going back when out of space (#133773)
+- Better handling of LVM failures (#134263)
+- Set a default when boot loader to upgrade is indeterminate (#139603)
+- No more diet on i386
+
* Tue Nov 16 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.3-1
- Create initramfs images instead of initrds for boot media
- Remove some old code in a few places