summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-12-05 20:44:51 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-12-05 20:44:51 +0000
commitc391f4f0887e67eb79f05a8994977e8df52660b5 (patch)
tree1d111dd22704adbd55636cb407dee921a3af3eb7
parent67fbd0a73e4049845119f338f4c9d6e9071e6f2f (diff)
downloadanaconda-c391f4f0887e67eb79f05a8994977e8df52660b5.tar.gz
anaconda-c391f4f0887e67eb79f05a8994977e8df52660b5.tar.xz
anaconda-c391f4f0887e67eb79f05a8994977e8df52660b5.zip
Bump version.anaconda-11.2.0.4-1
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec13
2 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a334dc5a5..eec0e07f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-05 David Cantrell <dcantrell@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2006-12-04 Chris Lumens <clumens@redhat.com>
* docs/command-line.txt: Describe nokill option (#218412).
diff --git a/anaconda.spec b/anaconda.spec
index 5fc00170d..ef952127d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.2.0.3
+Version: 11.2.0.4
Release: 1
License: GPL
Summary: Graphical system installer
@@ -18,7 +18,7 @@ BuildPreReq: glib2-devel >= 2.11.1-5
BuildPreReq: libdhcp-devel >= 1.16, mkinitrd-devel >= 5.1.2-1
BuildPreReq: audit-libs-devel
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
-Requires: parted >= 1.7.1, pyparted >= 1.7.2
+Requires: parted >= 1.8.1, pyparted >= 1.8.1
Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0
Requires: libxml2-python, python-urlgrabber
Requires: system-logos, pykickstart, system-config-date
@@ -103,6 +103,15 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Dec 05 2006 David Cantrell <dcantrell@redhat.com> - 11.2.0.4
+- Describe nokill option (clumens, #218412)
+- Make sure / is mounted before /boot (clumens, #217292)
+- Scan for labels on logical volumes during upgrades (clumens, #217191)
+- URL install method traceback fixes (clumens)
+- Copy volume group format attribute to new request (clumens, #217585)
+- Default new volume group requests to formatted (clumens)
+- Bump parted version requirement
+
* Thu Nov 30 2006 Chris Lumens <clumens@redhat.com> - 11.2.0.3
- Don't look for rhpxl's list of drivers anymore (#217890).
- Init wreq structure before use (dcantrel, #215367).