>redhat-cluster-source package is missing a debian directory and a modass >entry, therefore cannot be successfully built with module-assistant > > > > The attached patch (against the debian subdirectory) fixes the problem.
Geza
*** redhat-cluster-source.install 2006-05-09 22:28:23.000000000 +0200 --- redhat-cluster-source.install.orig 2006-05-13 20:18:45.000000000 +0200 *************** *** 1,2 **** build-source/redhat-cluster.tar.bz2 usr/src - build-source/redhat-cluster-source usr/share/modass/packages \ No newline at end of file --- 1 ---- *** rules 2006-05-12 21:51:21.000000000 +0200 --- rules.orig 2006-05-13 20:18:45.000000000 +0200 *************** *** 58,75 **** $(STAMPS_DIR)/setup-source: $(STAMPS_DIR)/source @rm -rf $(BUILD_DIR)/build-source ! mkdir -p $(BUILD_DIR)/build-source/modules/redhat-cluster-source ! cp -al $(BUILD_DIR)/source/cman-kernel $(BUILD_DIR)/build-source/modules/redhat-cluster-source/ ! cp -al $(BUILD_DIR)/source/dlm-kernel $(BUILD_DIR)/build-source/modules/redhat-cluster-source/ ! cp -al $(BUILD_DIR)/source/gfs-kernel $(BUILD_DIR)/build-source/modules/redhat-cluster-source/ ! cp -al $(BUILD_DIR)/source/gnbd-kernel $(BUILD_DIR)/build-source/modules/redhat-cluster-source/ ! mkdir -p $(BUILD_DIR)/build-source/modules/redhat-cluster-source/debian ! cp -al $(BUILD_DIR)/../{changelog,compat,copyright} $(BUILD_DIR)/build-source/modules/redhat-cluster-source/debian/ ! cp -al $(BUILD_DIR)/../rules.source $(BUILD_DIR)/build-source/modules/redhat-cluster-source/debian/rules ! cp -al $(BUILD_DIR)/../control.source $(BUILD_DIR)/build-source/modules/redhat-cluster-source/debian/control.modules.in ! cp -al $(BUILD_DIR)/../redhat-cluster-source-_KVERS_-postinst.modules.in $(BUILD_DIR)/build-source/modules/redhat-cluster-source/debian/postinst.modules.in ! ln -sf default.sh redhat-cluster-source ! cp -al redhat-cluster-source $(BUILD_DIR)/build-source/ touch $@ build: $(STAMPS_DIR)/build --- 58,67 ---- $(STAMPS_DIR)/setup-source: $(STAMPS_DIR)/source @rm -rf $(BUILD_DIR)/build-source ! mkdir -p $(BUILD_DIR)/build-source/modules ! cp -al $(BUILD_DIR)/source/cman-kernel/src $(BUILD_DIR)/build-source/modules/cman ! cp -al $(BUILD_DIR)/source/dlm-kernel/src $(BUILD_DIR)/build-source/modules/dlm ! cp -al $(BUILD_DIR)/source/gfs-kernel/src $(BUILD_DIR)/build-source/modules/gfs touch $@ build: $(STAMPS_DIR)/build *************** *** 147,150 **** binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install - --- 139,141 ----