Work around the build problem with chown, Daniel

This commit is contained in:
Daniel Veillard 2006-07-03 16:33:09 +00:00
parent 861e11f3e4
commit 7599107322

View File

@ -15,6 +15,7 @@ BuildRequires: libxml2-devel
BuildRequires: readline-devel BuildRequires: readline-devel
Obsoletes: libvir Obsoletes: libvir
ExclusiveArch: i386 x86_64 ExclusiveArch: i386 x86_64
Patch0: chown.patch
%description %description
This C library provides an API to use the Xen virtualization framework, 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 %prep
%setup -q %setup -q
%patch0 -p1
%build %build
touch `find .` touch `find .`
@ -76,7 +78,7 @@ rm -fr %{buildroot}
%doc %{_mandir}/man1/virsh.1* %doc %{_mandir}/man1/virsh.1*
%{_bindir}/virsh %{_bindir}/virsh
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%{_libexecdir}/libvirt_proxy %attr(4755, root, root) %{_libexecdir}/libvirt_proxy
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)