WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] add missing files to RPM spec file

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] add missing files to RPM spec file
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Fri, 18 Jun 2010 17:49:58 +0100
Delivery-date: Fri, 18 Jun 2010 09:54:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
# HG changeset patch
# User David Scott <dave.scott@xxxxxxxxxxxxx>
# Date 1276879772 -3600
# Node ID 7cb2814de8a60e1b713cfbea5ae8e0d1a72e321c
# Parent  0fc58d29684529617fbf5fe238990c7627ff889f
Add stdext either/os built modules to RPM specfile

Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>

diff -r 0fc58d296845 -r 7cb2814de8a6 xapi-libs.spec
--- a/xapi-libs.spec    Fri Jun 18 14:32:23 2010 +0100
+++ b/xapi-libs.spec    Fri Jun 18 17:49:32 2010 +0100
@@ -230,6 +230,10 @@
    /usr/lib/ocaml/stdext/vIO.cmx
    /usr/lib/ocaml/stdext/zerocheck.cmi
    /usr/lib/ocaml/stdext/zerocheck.cmx
+   /usr/lib/ocaml/stdext/either.cmi
+   /usr/lib/ocaml/stdext/either.cmx
+   /usr/lib/ocaml/stdext/os.cmi
+   /usr/lib/ocaml/stdext/os.cmx
    /usr/lib/ocaml/stunnel/META
    /usr/lib/ocaml/stunnel/stunnel.a
    /usr/lib/ocaml/stunnel/stunnel.cma
 xapi-libs.spec |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Attachment: xen-api-libs.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] add missing files to RPM spec file, David Scott <=