SPECS (XEN_3_0_2): xen.spec - xen-3.0.2 branch - BR: bcc for hvm...
adamg
adamg at pld-linux.org
Tue May 22 00:13:20 CEST 2007
Author: adamg Date: Mon May 21 22:13:20 2007 GMT
Module: SPECS Tag: XEN_3_0_2
---- Log message:
- xen-3.0.2 branch
- BR: bcc for hvm
- do not package py_sitescriptdir
---- Files affected:
SPECS:
xen.spec (1.34 -> 1.34.2.1)
---- Diffs:
================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.34 SPECS/xen.spec:1.34.2.1
--- SPECS/xen.spec:1.34 Sat Sep 2 22:33:32 2006
+++ SPECS/xen.spec Tue May 22 00:13:13 2007
@@ -23,6 +23,7 @@
Patch3: %{name}-xenstore-version.patch
URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
BuildRequires: XFree86-devel
+BuildRequires: bcc
BuildRequires: curl-devel
BuildRequires: latex2html
BuildRequires: libidn-devel
@@ -144,7 +145,7 @@
find $RPM_BUILD_ROOT%{py_sitedir} -name '*.py' -exec rm "{}" ";"
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name '*.py' -exec rm "{}" ";"
+#find $RPM_BUILD_ROOT%{py_sitescriptdir} -name '*.py' -exec rm "{}" ";"
rm -rf $RPM_BUILD_ROOT%{_docdir}/xen
rm -rf $RPM_BUILD_ROOT/etc/init.d
@@ -194,7 +195,10 @@
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/bin
%attr(744,root,root) %{_libdir}/%{name}/bin/*
+%dir %{_libdir}/%{name}/boot
+%attr(744,root,root) %{_libdir}/%{name}/boot/hvmloader
%{_datadir}/xen
+%{py_sitedir}/grub
%dir %{py_sitedir}/%{name}
%dir %{py_sitedir}/%{name}/lowlevel
%{py_sitedir}/%{name}/lowlevel/*.py*
@@ -205,7 +209,7 @@
%{py_sitedir}/%{name}/xend
%{py_sitedir}/%{name}/xm
%{py_sitedir}/%{name}/*.py*
-%{py_sitescriptdir}/*
+#%{py_sitescriptdir}/*
%{_mandir}/man?/*
%{_sharedstatedir}/xen
%{_sharedstatedir}/xenstored
@@ -228,6 +232,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34.2.1 2007/05/21 22:13:13 adamg
+- xen-3.0.2 branch
+ - BR: bcc for hvm
+ - do not package py_sitescriptdir
+
Revision 1.34 2006/09/02 20:33:32 glen
- R(post): ldconfig
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.34&r2=1.34.2.1&f=u
More information about the pld-cvs-commit
mailing list