diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-12-05 20:44:51 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-12-05 20:44:51 +0000 |
commit | c391f4f0887e67eb79f05a8994977e8df52660b5 (patch) | |
tree | 1d111dd22704adbd55636cb407dee921a3af3eb7 /anaconda.spec | |
parent | 67fbd0a73e4049845119f338f4c9d6e9071e6f2f (diff) | |
download | anaconda-c391f4f0887e67eb79f05a8994977e8df52660b5.tar.gz anaconda-c391f4f0887e67eb79f05a8994977e8df52660b5.tar.xz anaconda-c391f4f0887e67eb79f05a8994977e8df52660b5.zip |
Bump version.anaconda-11.2.0.4-1
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 13 |
1 files changed, 11 insertions, 2 deletions
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). |