diff --git a/.cvsignore b/.cvsignore index 208fa38..f5ce667 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libvirt-cim-0.1.tar.gz +libvirt-cim-0.2.tar.gz diff --git a/libvirt-cim.spec b/libvirt-cim.spec index 754bfba..947ef0a 100644 --- a/libvirt-cim.spec +++ b/libvirt-cim.spec @@ -2,14 +2,15 @@ Summary: A CIM provider for libvirt Name: libvirt-cim -Version: 0.1 -Release: 8%{?dist} +Version: 0.2 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries Source: libvirt-cim-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://libvirt.org/CIM/ Requires: unzip +BuildRequires: libcmpiutil >= 0.2 BuildRequires: tog-pegasus-devel BuildRequires: libvirt-devel >= 0.3.2 BuildRequires: e2fsprogs-devel @@ -59,7 +60,7 @@ rm -fr $RPM_BUILD_ROOT # the classes we plan to install in post, otherwise we may corrupt # the pegasus repository. This is convention in other provider packages %{_datadir}/%{name}/provider-register.sh -d -t pegasus \ - -n /root/virt \ + -n root/virt \ -r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true %post @@ -70,12 +71,12 @@ rm -fr $RPM_BUILD_ROOT /etc/init.d/tog-pegasus condrestart %{_datadir}/%{name}/provider-register.sh -t pegasus \ - -n /root/virt \ + -n root/virt \ -r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true %preun %{_datadir}/%{name}/provider-register.sh -d -t pegasus \ - -n /root/virt \ + -n root/virt \ -r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true %postun -p /sbin/ldconfig @@ -98,6 +99,9 @@ rm -fr $RPM_BUILD_ROOT /etc/ld.so.conf.d/libvirt-cim.conf %changelog +* Wed Feb 13 2008 Dan Smith - 0.2-1 +- Updated to latest upstream source + * Thu Jan 17 2008 Dan Smith - 0.1-8 - Add ld.so.conf.d configuration diff --git a/sources b/sources index e6581de..0741ba1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e390dd002729df75055c8d94145114ed libvirt-cim-0.1.tar.gz +3edb64112b2c978b2103e64d263c1728 libvirt-cim-0.2.tar.gz