Merge branch 'master' of ssh://git.onelab.eu/git/libvirt
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 13 Apr 2013 08:10:37 +0000 (10:10 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 13 Apr 2013 08:10:37 +0000 (10:10 +0200)
1  2 
libvirt.spec

diff --combined libvirt.spec
@@@ -2,7 -2,7 +2,7 @@@
  
  %define mainstream_version 1.0.4
  %define module_version_varname mainstream_version
- %define taglevel 0
+ %define taglevel 1
  
  #libvirt-RPMFLAGS := --without storage-disk --without storage-iscsi --without storage-scsi \
  #                     --without storage-fs --without storage-lvm \
@@@ -384,7 -384,6 +384,7 @@@ URL: http://libvirt.org
      %define mainturl stable_updates/
  %endif
  Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz
 +Patch1: virgetlasterror.patch
  
  %if %{with_libvirtd}
  Requires: libvirt-daemon = %{version}-%{release}
@@@ -1115,7 -1114,6 +1115,7 @@@ of recent versions of Linux (and other 
  
  %prep
  %setup -q
 +%patch1 -p1
  
  %build
  %if ! %{with_xen}
  %endif
  
  %changelog
+ * Wed Apr 10 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - libvirt-1.0.4-1
+ - use upstream 1.0.4
  * Thu Mar 07 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - libvirt-1.0.2-2
  - turn off fuse no matter what, as this conflicts with the way procprotect works