# HG changeset patch
# User Jonathan Ludlam <[email protected]>
# Date 1285755810 -3600
# Node ID bf3ac3000ab2038d8c8cb56fcf969648230cba24
# Parent  81dbe94e62c30c70b15360a1c10418e2f6760e30
Fix the XCP makefile used to build an SRPM

Signed-off-by: Jon Ludlam <[email protected]>

diff -r 81dbe94e62c3 -r bf3ac3000ab2 Makefile.xcp
--- a/Makefile.xcp
+++ b/Makefile.xcp
@@ -15,6 +15,6 @@
 
 .PHONY: srpm
 srpm:
-       hg archive -p xapi-0 -t tbz2 $(RPM_SOURCEDIR)/xapi-libs-0.tar.bz2
+       hg archive -p xapi-libs-0 -t tbz2 $(RPM_SOURCEDIR)/xapi-libs-0.tar.bz2
        rpmbuild --define "XEN_RELEASE $(XEN_RELEASE)" -bs --nodeps 
xapi-libs.spec
 
 Makefile.xcp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


# HG changeset patch
# User Jonathan Ludlam <[email protected]>
# Date 1285755810 -3600
# Node ID bf3ac3000ab2038d8c8cb56fcf969648230cba24
# Parent  81dbe94e62c30c70b15360a1c10418e2f6760e30
Fix the XCP makefile used to build an SRPM

Signed-off-by: Jon Ludlam <[email protected]>

diff -r 81dbe94e62c3 -r bf3ac3000ab2 Makefile.xcp
--- a/Makefile.xcp
+++ b/Makefile.xcp
@@ -15,6 +15,6 @@
 
 .PHONY: srpm
 srpm:
-	hg archive -p xapi-0 -t tbz2 $(RPM_SOURCEDIR)/xapi-libs-0.tar.bz2
+	hg archive -p xapi-libs-0 -t tbz2 $(RPM_SOURCEDIR)/xapi-libs-0.tar.bz2
 	rpmbuild --define "XEN_RELEASE $(XEN_RELEASE)" -bs --nodeps xapi-libs.spec
 
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to