From 7599107322997fe3611ff7346d111d4a69bb919c Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Jul 03 2006 16:33:09 +0000 Subject: Work around the build problem with chown, Daniel --- diff --git a/libvirt.spec b/libvirt.spec index d623a56..a2a2320 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -15,6 +15,7 @@ BuildRequires: libxml2-devel BuildRequires: readline-devel Obsoletes: libvir ExclusiveArch: i386 x86_64 +Patch0: chown.patch %description This C library provides an API to use the Xen virtualization framework, @@ -44,6 +45,7 @@ supplied by the libvirt library to use the Xen virtualization framework. %prep %setup -q +%patch0 -p1 %build touch `find .` @@ -76,7 +78,7 @@ rm -fr %{buildroot} %doc %{_mandir}/man1/virsh.1* %{_bindir}/virsh %{_libdir}/lib*.so.* -%{_libexecdir}/libvirt_proxy +%attr(4755, root, root) %{_libexecdir}/libvirt_proxy %files devel %defattr(-, root, root)