summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-01-25 20:20:01 +0000
committerPeter Jones <pjones@redhat.com>2005-01-25 20:20:01 +0000
commitdbf7c3b8b5e79cc2aef3cbdd4023765fd1419b7a (patch)
tree5fc97e9759ebb1a0f9effb5e6fa2bea347bcfbd2 /anaconda.spec
parent8fde12254a3fe1df1c960ef2d69c5e6c7ff890a2 (diff)
downloadanaconda-dbf7c3b8b5e79cc2aef3cbdd4023765fd1419b7a.tar.gz
anaconda-dbf7c3b8b5e79cc2aef3cbdd4023765fd1419b7a.tar.xz
anaconda-dbf7c3b8b5e79cc2aef3cbdd4023765fd1419b7a.zip
* loader2/method.c: make validIsoImages check the buildstamp and report
back if it found invalid entries. * loader2/method.h: update prototype for validIsoImages * loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0 * loader2/nfsinstall.c: pass the address of foundinvalid to validIsoImages * update anaconda.spec
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 141f4f9a6..26766daf8 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.12
+Version: 10.2.0.13
Release: 1
License: GPL
Summary: Graphical system installer
@@ -70,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jan 25 2005 Peter Jones <pjones@redhat.com> - 10.2.0.13-1
+- Hopefully fix LVM size bug (#145183)
+- Support multiple iso sets in the same directory (#146053)
+
* Wed Jan 19 2005 Chris Lumens <clumens@redhat.com> 10.2.0.12-1
- Fix partitioning bugs (#101432, #137119)
- Support --bytes-per-inode on a per-partition basis (#57550)