summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2008-12-01 19:57:28 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2008-12-01 19:57:28 +0100
commit46502de094293dbed8d8b18f87acf75fd30cf335 (patch)
treeead6bc027628e5aefee6af97429e25b66fc95002
parentf23a19243053a8652f5a4aafb52aeffef738ecaa (diff)
downloadanaconda-46502de094293dbed8d8b18f87acf75fd30cf335.tar.gz
anaconda-46502de094293dbed8d8b18f87acf75fd30cf335.tar.xz
anaconda-46502de094293dbed8d8b18f87acf75fd30cf335.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index e409cc8a7..d1a748c09 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.159
+Version: 11.1.2.160
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,10 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
+- Allow ssh and telnet to the install (jgranado).
+ Resolves: rhbz:#473955
+
* Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
- The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
Resolves: rhbz:#468944