From bf4f5aa82575ef8786fcd2e7b5c7163ab9679dcc Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 15 Jun 2006 03:38:34 +0000 Subject: 2006-06-14 Jeremy Katz * anaconda.spec (Requires): Need openssh to generate keys when building s390 trees (Version): Bump * scripts/mk-images: We need libaudit on s390 now too. --- anaconda.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'anaconda.spec') 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 - 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 - 11.1.0.39-1 - only select groups which exist -- cgit