X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=blobdiff_plain;f=libvirt.spec;h=db3c0c209d3a8d5971151b44b73d0f5e4f6d8e05;hp=f61899fce5bf5df525981f47aba69f6d38a8e776;hb=dee5cffa373cc36189577d01b61d83ab3da0f62f;hpb=fb5a58c6058e222a00dc870670798f612bce09c2 diff --git a/libvirt.spec b/libvirt.spec index f61899f..db3c0c2 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,8 +1,8 @@ # -*- rpm-spec -*- -%define mainstream_version 1.2.3 +%define mainstream_version 1.2.4 %define module_version_varname mainstream_version -%define taglevel 1 +%define taglevel 2 %define packager PlanetLab/OneLab #libvirt-RPMFLAGS := --without storage-disk --without storage-iscsi --without storage-scsi \ @@ -432,7 +432,6 @@ URL: http://libvirt.org/ %define mainturl stable_updates/ %endif Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz -Patch1: libvirt-1.2.3-bypass-netns-check.patch %if %{with_libvirtd} Requires: libvirt-daemon = %{version}-%{release} @@ -1240,7 +1239,6 @@ driver %prep %setup -q -%patch1 -p1 -b .bypass-netns-check %build %if ! %{with_xen} @@ -2262,6 +2260,14 @@ exit 0 %doc examples/systemtap %changelog +* Mon Apr 28 2014 Thierry Parmentelat - libvirt-1.2.3-2 +- no change +- libvirt-python needs a release of libvirt that matches its own +- and there was a screw up when tagging libvirt-python, so we catch up + +* Mon Apr 28 2014 Thierry Parmentelat - libvirt-1.2.3-1 +- tested version of 1.2.3 + * Tue Apr 1 2014 Daniel Veillard - 1.2.3-1 - add new virDomainCoreDumpWithFormat API (Qiao Nuohan) - conf: Introduce virDomainDeviceGetInfo API (Jiri Denemark)