summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-06-23 17:40:40 -0400
committerJeremy Katz <katzj@redhat.com>2008-06-23 17:40:40 -0400
commit312d900a4e961d5f2c8098c95af4eb90332dd4ba (patch)
treecd558d38e2daff1280afcf900f5640546abdecc1
parent3e236a10d8a980e58fcebe915aff9180cfd457a4 (diff)
downloadanaconda-312d900a4e961d5f2c8098c95af4eb90332dd4ba.tar.gz
anaconda-312d900a4e961d5f2c8098c95af4eb90332dd4ba.tar.xz
anaconda-312d900a4e961d5f2c8098c95af4eb90332dd4ba.zip
-rw-r--r--anaconda.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index d7169eacb..df1964c24 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.7
+Version: 11.4.1.8
Release: 1
License: GPLv2+
Group: Applications/System
@@ -194,6 +194,17 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Jun 23 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.8-1
+- Remove from being installed too (katzj)
+- Remove anaconda-runtime as a separate subpackage (katzj)
+- Remove the stuff we're not calling. (pjones)
+- Remove this since we don't use it anymore (katzj)
+- Don't continue on using the base installclass if we can't find one (katzj)
+- Get rid of wlite and unicode-lite; these were necessary to support (pjones)
+- Remove pkgorder and splittree; these should be in pungi (katzj)
+- Add the .treeinfo file into the exception report. (clumens)
+- Fix a typo (#452140). (clumens)
+
* Fri Jun 20 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.7-1
- Remove ancient block of code to upgrade Netscape Communicator. (clumens)
- Move enableNetwork into the interface. Bring network up for scp. (clumens)