summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-12-15 03:27:34 +0000
committerJeremy Katz <katzj@redhat.com>2006-12-15 03:27:34 +0000
commit2309830840b9e00a2ccedde16e6dff864e138a13 (patch)
tree40515118982d9be63fcbf83a6ae9c885e11500b1 /anaconda.spec
parentc0d249d70535e8931c6ee690490f5317d3cd4ce7 (diff)
downloadanaconda-2309830840b9e00a2ccedde16e6dff864e138a13.tar.gz
anaconda-2309830840b9e00a2ccedde16e6dff864e138a13.tar.xz
anaconda-2309830840b9e00a2ccedde16e6dff864e138a13.zip
2006-12-14 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version. * isys/isys.c (doRaidStart): Raid autorun is dead, fix the build for now. md is going to be broken until we move to mdadm
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 998ac4bf8..e595650eb 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.2.0.5
+Version: 11.2.0.6
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Dec 14 2006 Jeremy Katz <katzj@redhat.com> - 11.2.0.6-1
+- fix build for no more md START_ARRAY; note that this leaves swraid broken
+
* Thu Dec 14 2006 Jeremy Katz <katzj@redhat.com> - 11.2.0.5-1
- Fix adding zfcp devices (dcantrell, #210635)
- Fix rescue mode (clumens)