X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=blobdiff_plain;f=libvirt.spec;h=f0a3762d70938a9829acd124c35524f55f127872;hp=236f917905f54df2b5b7581c14310e45b7b1baac;hb=7090b303d6bc6a6ba60ce12e2c0fd9cbd2a08656;hpb=12e31c8d558c867ac15145bb39c463867ad4856e diff --git a/libvirt.spec b/libvirt.spec index 236f917..f0a3762 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -2,7 +2,7 @@ %define mainstream_version 1.2.3 %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 \ @@ -1240,7 +1240,7 @@ driver %prep %setup -q -%patch1 -p0 -b .bypass-netns-check +%patch1 -p1 -b .bypass-netns-check %build %if ! %{with_xen} @@ -2262,6 +2262,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)