Accepting request 315081 from home:elvigia:branches:Virtualization
- Use libusb-1_0-devel as buildrequires, not the old unused compatibility layer in libusb-devel - Fix qemu2 cow caching (bsc#933132) - Use libusb-1_0-devel as buildrequires, not the old unused compatibility layer in libusb-devel OBS-URL: https://build.opensuse.org/request/show/315081 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=265
This commit is contained in:
parent
dd8b3434e8
commit
f538fbef81
@ -1,7 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 4 18:14:27 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Use libusb-1_0-devel as buildrequires, not the old
|
||||||
|
unused compatibility layer in libusb-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 1 21:52:37 UTC 2015 - agraf@suse.com
|
Mon Jun 1 21:52:37 UTC 2015 - agraf@suse.com
|
||||||
|
|
||||||
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.3
|
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.3
|
||||||
|
- Fix qemu2 cow caching (bsc#933132)
|
||||||
* Patches added:
|
* Patches added:
|
||||||
0043-qcow2-Set-MIN_L2_CACHE_SIZE-to-2.patch
|
0043-qcow2-Set-MIN_L2_CACHE_SIZE-to-2.patch
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ BuildRequires: libssh2-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} > 1310
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-1_0-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libvdeplug3-devel
|
BuildRequires: libvdeplug3-devel
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 4 18:14:27 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Use libusb-1_0-devel as buildrequires, not the old
|
||||||
|
unused compatibility layer in libusb-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 1 21:52:37 UTC 2015 - agraf@suse.com
|
Mon Jun 1 21:52:37 UTC 2015 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ BuildRequires: libssh2-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} > 1310
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-1_0-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libvdeplug3-devel
|
BuildRequires: libvdeplug3-devel
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
|
@ -140,7 +140,7 @@ BuildRequires: libssh2-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} > 1310
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-1_0-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libvdeplug3-devel
|
BuildRequires: libvdeplug3-devel
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user