diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | anaconda.spec.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ VERSION = 7.1 RELEASE = 1 SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") -SUBDIRSHD = balkan isys libfdisk collage minislang loader po text-help \ +SUBDIRSHD = balkan isys libfdisk collage loader po text-help \ textw utils scripts bootdisk installclasses \ keymaps fonts gnome-map iw help pixmaps SUBDIRS = $(SUBDIRSHD) ifneq (ia64, $(ARCH)) -SUBDIRSHD += stubs +SUBDIRSHD += stubs minislang endif ifeq (i386, $(ARCH)) diff --git a/anaconda.spec.in b/anaconda.spec.in index 11e437e03..795b7bd2e 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -9,7 +9,7 @@ Obsoletes: anaconda-reconfig BuildPreReq: pump-devel, kudzu-devel, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel db3-devel Prereq: chkconfig /etc/init.d Requires: rpm-python -Excludearch: ia64 sparc sparc64 +Excludearch: sparc sparc64 BuildRoot: /var/tmp/anaconda-%{PACKAGE_VERSION} |