summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-10-29 07:57:12 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-10-29 07:57:12 -1000
commit6445b5749e2e29fdd9bd12e44b18239471916300 (patch)
treee597e0843ac58c4f594cbb6271b890817efb0d40
parent1c45cbb09f8a5918a6632ff4b79908bc33fdda16 (diff)
downloadanaconda-6445b5749e2e29fdd9bd12e44b18239471916300.tar.gz
anaconda-6445b5749e2e29fdd9bd12e44b18239471916300.tar.xz
anaconda-6445b5749e2e29fdd9bd12e44b18239471916300.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index fbbbee7de..db603d2cb 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.150
+Version: 11.1.2.151
Release: 1
License: GPL
Summary: Graphical system installer
@@ -127,6 +127,10 @@ fi
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
+- Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
+ Resolves: rhbz#468755
+
* Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
- Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
Resolves: rhbz:#467341