summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-10-10 20:12:08 +0000
committerJeremy Katz <katzj@redhat.com>2007-10-10 20:12:08 +0000
commit7ea4f586557d052f39d68f8ab368b7b28e80c9ec (patch)
tree2c9e5480710d567800848cd3f5a21753189f2c86
parent8c7d3266c7720c3c642f3663c9de9a7cd638720a (diff)
downloadanaconda-7ea4f586557d052f39d68f8ab368b7b28e80c9ec.tar.gz
anaconda-7ea4f586557d052f39d68f8ab368b7b28e80c9ec.tar.xz
anaconda-7ea4f586557d052f39d68f8ab368b7b28e80c9ec.zip
2007-10-10 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec11
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 45ad0731b..b469389cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-10-10 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* livecd.py (LiveCDCopyBackend.doPostInstall): Copy over
modprobe.conf from the live system
diff --git a/anaconda.spec b/anaconda.spec
index e406688e8..0f54300a8 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,8 +1,8 @@
-%define livearches %{ix86} x86_64
+%define livearches %{ix86} x86_64 ppc ppc64
Summary: Graphical system installer
Name: anaconda
-Version: 11.3.0.37
+Version: 11.3.0.38
Release: 1
License: GPLv2
Group: Applications/System
@@ -213,6 +213,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Oct 10 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.38-1
+- Copy over modprobe.conf from live system
+- Don't traceback with unconfigured nics (#325071)
+- Disable selinux on upgrades if the user has booted with selinux=0 (#242510)
+- More speedups building stage2 images (Orion Poplawski)
+- Fix some translations (#322681)
+
* Mon Oct 8 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.37-1
- Use nodocs when building stage2 images (Orion Poplawski)
- Add extra headers to ks.cfg request for arch and release (#315601)