summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-03-27 21:49:46 -0400
committerChris Lumens <clumens@redhat.com>2008-03-27 21:49:46 -0400
commit60252f28ffbbf3c57416e226c005563422105d4c (patch)
tree50a95e07b1dd4398e87bffaccd14797f0b313a00
parent92848800088eb7597358572013e85f1dd94da94a (diff)
downloadanaconda-60252f28ffbbf3c57416e226c005563422105d4c.tar.gz
anaconda-60252f28ffbbf3c57416e226c005563422105d4c.tar.xz
anaconda-60252f28ffbbf3c57416e226c005563422105d4c.zip
-rw-r--r--anaconda.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 943556421..8bcc55ed9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.60
+Version: 11.4.0.61
Release: 1
License: GPLv2+
Group: Applications/System
@@ -205,6 +205,9 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.61-1
+- Fix broken translation. (clumens)
+
* Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.60-1
- Have a fallback empty description for devices (#432362) (katzj)
- os.path.join does not work the way we think it should. (clumens)