From 7f7a24efc4b6320e3de16ce9d9a00aaceefb5881 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 25 May 2006 00:48:50 +0000 Subject: [PATCH] - add vncpasswd tool - install pld installclass Changed files: anaconda.spec -> 1.41 --- anaconda.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 6621b3a..3a7cb42 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -14,7 +14,7 @@ Summary: Graphical system installer Summary(pl): Graficzny instalator systemu Name: anaconda Version: 11.0.5 -Release: 0.52 +Release: 0.56 License: GPL Group: Applications/System Source0: %{name}-%{version}.tar.bz2 @@ -23,6 +23,7 @@ Source1: %{name}-mk-images Source2: %{name}-upd-instroot Source3: %{name}-mk-images.i386 Source4: %{name}-scrubtree +Source5: anaconda-installclass-pld.py Patch0: %{name}-pld.patch Patch1: %{name}-BUS_XEN.patch Patch2: %{name}-vserver-proc.patch @@ -99,6 +100,7 @@ Requires: python-snack Requires: python-urlgrabber >= 2.9.8 Requires: reiserfsprogs #Requires: system-logos +Requires: vnc-utils Requires: xfsprogs Requires: yum >= 2.5.1-3 %ifnarch s390 s390x @@ -167,6 +169,12 @@ systemach. rm -f po/no.po mv -f po/{eu_ES,eu}.po +# we don't want this being visible, neither want we to kill it (the +# other's aren't valid anyway (outdated probably). +mv installclasses/fedora.py{,.orig} +# we want this install class ;) +cp %{SOURCE5} installclasses/pld.py + sed -i -e 's/$(PYTHON) scripts/python scripts/' Makefile %build -- 2.43.0