summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-07-17 17:33:49 +0000
committerJeremy Katz <katzj@redhat.com>2007-07-17 17:33:49 +0000
commit691280563bcd599c6e2031126dd8892a04866d77 (patch)
tree58050df5052388300f11454150c32c3007946dd1 /anaconda.spec
parentff1f8c1b6e83898264dc6e2ccb9d4b851f08ddc9 (diff)
downloadanaconda-691280563bcd599c6e2031126dd8892a04866d77.tar.gz
anaconda-691280563bcd599c6e2031126dd8892a04866d77.tar.xz
anaconda-691280563bcd599c6e2031126dd8892a04866d77.zip
actually commit this
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index c51c57010..d7c671398 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.3.0.6
+Version: 11.3.0.7
Release: 1
License: GPL
Summary: Graphical system installer
@@ -142,6 +142,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Jul 16 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.7-1
+- Don't format rootfs for live installs (#248085)
+- Handle --only-use option for drives (clumens, #198526)
+- Avoid reserving labels that won't exist after partitioning is
+ complete (clumens, #209291)
+
* Thu Jul 12 2007 Chris Lumens <clumens@redhat.com> 11.3.0.6-1
- Don't call lvm.pvlist so much (pjones).
- Don't log harmless unmounting errors (dlehman, #223059).