rpms/kexec-tools/devel Makefile, 1.3, 1.4 kexec-tools.spec, 1.134, 1.135

Neil Horman nhorman at fedoraproject.org
Wed May 20 17:57:16 UTC 2009


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24865

Modified Files:
	Makefile kexec-tools.spec 
Log Message:
Adding helper Makefile target for mkdumprd2 files


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- Makefile	15 Oct 2007 18:56:39 -0000	1.3
+++ Makefile	20 May 2009 17:56:45 -0000	1.4
@@ -20,4 +20,13 @@ endef
 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
 endif
 
+mkdumprd2_tarball:
+	mkdir stage
+	ln -s ../kdump_build_helpers stage/kdump_build_helpers
+	ln -s ../kdump_runtime_helpers stage/kdump_runtime_helpers
+	ln -s ../kdump_initscripts stage/kdump_initscripts
+	cp mkdumprd2 stage
+	tar -C stage -j -c --exclude=CVS -f ./mkdumprd2-files.tbz2 .
+	rm -rf stage
+
 include $(MAKEFILE_COMMON)


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -p -r1.134 -r1.135
--- kexec-tools.spec	8 May 2009 17:11:21 -0000	1.134
+++ kexec-tools.spec	20 May 2009 17:56:45 -0000	1.135
@@ -19,6 +19,12 @@ Source11: firstboot_kdump.py
 Source12: mkdumprd.8
 Source13: kexec-tools-po.tar.gz
 Source14: 98-kexec.rules
+
+#######################################
+# These are sources for mkdumprd2
+# Which is currently in development
+#######################################
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(pre): coreutils chkconfig sed zlib 
 Requires: busybox >= 1.2.0




More information about the scm-commits mailing list