summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-09-20 16:57:35 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-09-20 16:57:35 -1000
commit73bc0c16fd8bd36b351e47cb3f39c00863fa4d6c (patch)
treea0f2fbe159476820159836228b45005eeeac1278 /anaconda.spec
parenteae2c7d79d26273a7d37555073d39a19455e581d (diff)
downloadanaconda-73bc0c16fd8bd36b351e47cb3f39c00863fa4d6c.tar.gz
anaconda-73bc0c16fd8bd36b351e47cb3f39c00863fa4d6c.tar.xz
anaconda-73bc0c16fd8bd36b351e47cb3f39c00863fa4d6c.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index d544400e9..0f2adfb49 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.37
+Version: 11.4.1.38
Release: 1
License: GPLv2+
Group: Applications/System
@@ -205,6 +205,11 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Sat Sep 20 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.38-1
+- Restore old lang-names generation method (dcantrell)
+- Remount /mnt/sysimage/dev after migrating filesystems. (clumens)
+- Use the instroot parameter like we should be doing. (clumens)
+
* Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.37-1
- Set the filename on the traceback when we upload it (wwoods).
- Don't worry about errors looking up protected partitions on upgrades.