From deefad73a95e203853d1606a4226bb3186f4e36a Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mar 26 2007 09:42:53 +0000 Subject: Apply fix for 233874 /usr/include/libvirt ownership, Daniel --- diff --git a/libvirt.spec b/libvirt.spec index 0052bcc..d48593c 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -9,7 +9,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.2.1 -Release: 2%{?_extra_release} +Release: 3%{?_extra_release} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -144,6 +144,7 @@ fi %defattr(-, root, root) %{_libdir}/lib*.so +%dir %{_includedir}/libvirt %{_includedir}/libvirt/*.h %{_libdir}/pkgconfig/libvirt.pc %doc %{_datadir}/gtk-doc/html/libvirt/*.devhelp @@ -167,6 +168,9 @@ fi %doc docs/examples/python %changelog +* Mon Mar 26 2007 Daniel Veillard - 2.0.1-3.fc7 +- add missing directory ownership fixes rhbz#233874 + * Thu Mar 22 2007 Jeremy Katz - 0.2.1-2.fc7 - don't require xen; we don't need the daemon and can control non-xen now - fix scriptlet error (need to own more directories)