Author: adamg Date: Wed Jul 26 14:19:09 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - xen-xenstore-version.patch applied (fixes library soname) - few more files added - rel 0.3
---- Files affected: SPECS: xen.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/xen.spec diff -u SPECS/xen.spec:1.31 SPECS/xen.spec:1.32 --- SPECS/xen.spec:1.31 Thu Jun 29 15:02:29 2006 +++ SPECS/xen.spec Wed Jul 26 16:19:03 2006 @@ -10,8 +10,7 @@ Summary(pl): Xen - monitor maszyny wirtualnej Name: xen Version: 3.0.2 -Release: 0.2 -Epoch: 0 +Release: 0.3 License: GPL Group: Applications/System Source0: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/%{name}-%{version}-src.tgz @@ -21,6 +20,7 @@ Patch0: %{name}-python_scripts.patch Patch1: %{name}-bash_scripts.patch Patch2: %{name}-bridge_setup.patch +Patch3: %{name}-xenstore-version.patch URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html BuildRequires: XFree86-devel BuildRequires: curl-devel @@ -107,6 +107,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 chmod -R u+w . @@ -146,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/xen rm -rf $RPM_BUILD_ROOT/etc/init.d +cp -ar dist/install/etc/udev $RPM_BUILD_ROOT%{_sysconfdir} + %clean rm -rf $RPM_BUILD_ROOT @@ -175,6 +178,7 @@ %attr(754,root,root) /etc/rc.d/init.d/* %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/* %config(noreplace) %verify(not md5 mtime size) /etc/udev/* +%attr(755,root,root) /etc/hotplug/* %dir %{_sysconfdir}/xen %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/qemu-ifup %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/*.* @@ -223,6 +227,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2006/07/26 14:19:03 adamg +- xen-xenstore-version.patch applied (fixes library soname) +- few more files added +- rel 0.3 + Revision 1.31 2006/06/29 13:02:29 jajcus - a patch added, which makes the bridge setup script work when the default route has 'onlink' attribute ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
