summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-23 18:03:52 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-23 18:03:52 -1000
commit403e2bbee6fa6c1c5499b61569f2d4d760fc30ef (patch)
tree4a8a9f269cb08a9d32ff0513a75de2a503fba2d5
parent12ae3f3a4895f8f24f6398f58d4d70c2002df6d6 (diff)
downloadanaconda-403e2bbee6fa6c1c5499b61569f2d4d760fc30ef.tar.gz
anaconda-403e2bbee6fa6c1c5499b61569f2d4d760fc30ef.tar.xz
anaconda-403e2bbee6fa6c1c5499b61569f2d4d760fc30ef.zip
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 5d48375a6..5a66b491a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.2
+Version: 11.5.0.3
Release: 1
License: GPLv2+
Group: Applications/System
@@ -206,6 +206,11 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.3-1
+- Initialize domainname to None (#477831) (dcantrell)
+- Do not import unused modules. (dcantrell)
+- Call '/sbin/udevadm settle' instead of /sbin/udevsettle (dcantrell)
+
* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.2-1
- Require latest pykickstart for repo command (clumens)
- Remove libdhcp* from scripts/upd-instroot (dcantrell)