summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-15 03:38:34 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-15 03:38:34 +0000
commitbf4f5aa82575ef8786fcd2e7b5c7163ab9679dcc (patch)
tree822276f5a5e70ef7dc1d9c2b77def24115cd5e8e /anaconda.spec
parent6f7c59131bb6010c97780a4c656cd65d5602973e (diff)
downloadanaconda-bf4f5aa82575ef8786fcd2e7b5c7163ab9679dcc.tar.gz
anaconda-bf4f5aa82575ef8786fcd2e7b5c7163ab9679dcc.tar.xz
anaconda-bf4f5aa82575ef8786fcd2e7b5c7163ab9679dcc.zip
2006-06-14 Jeremy Katz <katzj@redhat.com>
* anaconda.spec (Requires): Need openssh to generate keys when building s390 trees (Version): Bump * scripts/mk-images: We need libaudit on s390 now too.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 9b143e3af..f31d15be1 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.39
+Version: 11.1.0.40
Release: 1
License: GPL
Summary: Graphical system installer
@@ -17,7 +17,7 @@ BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
BuildPreReq: glib2-devel >= 2.11.1-5
BuildPreReq: libdhcp-devel, libdhcp4client-devel, libdhcp6client-devel
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, parted >= 1.6.3-7, booty
-Requires: kudzu > 1.2.0, yum >= 2.9.0, pirut >= 1.1.0
+Requires: kudzu > 1.2.37, yum >= 2.9.0, pirut >= 1.1.0
Requires: pyparted, libxml2-python, python-urlgrabber
Requires: system-logos, pykickstart
Requires: device-mapper >= 1.01.05-3
@@ -47,6 +47,9 @@ Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
%ifarch %{ix86} x86_64
Requires: syslinux
%endif
+%ifarch s390 s390x
+Requires: openssh
+%endif
Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
%description runtime
@@ -97,6 +100,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.40-1
+- add some more kernels to the pkgorder fun
+- don't try to switch cds if we've already got the right one inserted
+- libaudit for s390
+- need openssh installed when building s390 trees
+
* Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.39-1
- only select groups which exist