diff options
author | Chris Lumens <clumens@redhat.com> | 2005-07-21 20:46:36 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-07-21 20:46:36 +0000 |
commit | 646c83d9b02a6b325b1b316fd6fef0c26b789b3f (patch) | |
tree | babeb76721b6b8d2e357c4527aca2e900146098f | |
parent | e3c4006bfc19c00ebfae51bf26068c7a365ec9ae (diff) | |
download | anaconda-646c83d9b02a6b325b1b316fd6fef0c26b789b3f.tar.gz anaconda-646c83d9b02a6b325b1b316fd6fef0c26b789b3f.tar.xz anaconda-646c83d9b02a6b325b1b316fd6fef0c26b789b3f.zip |
Bump version.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | anaconda.spec | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2005-07-21 Chris Lumens <clumens@redhat.com> + * anaconda.spec: Bump version. + * dispatch.py (installSteps): Remove firewall step. * gui.py (stepToClass): Likewise. * kickstart.py (Kickstart.setSteps): Likewise. diff --git a/anaconda.spec b/anaconda.spec index a49cb87f6..a328b9edd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.3.0.6 +Version: 10.3.0.7 Release: 1 License: GPL Summary: Graphical system installer @@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Jul 21 2005 Chris Lumens <clumens@redhat.com> 10.3.0.7-1 +- Remove firewall configuration screen. Open SSH by default and set + SELinux to enforced. + * Wed Jul 20 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.6-1 - Ensure boot flag only on correct partition on pmac (#157245) - Plug in yum for nfs:/ by default |