Accepting request 130950 from openSUSE:Factory:ARM
- avoid installing qemu on a qemu build OBS-URL: https://build.opensuse.org/request/show/130950 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=98
This commit is contained in:
parent
9ec5e4de9d
commit
c0a9b838fa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 15 20:50:02 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
- avoid installing qemu on a qemu build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 31 09:50:25 UTC 2012 - agraf@suse.com
|
Tue Jul 31 09:50:25 UTC 2012 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -71,6 +71,10 @@ BuildRequires: libattr-devel
|
|||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
# we must not install the qemu package when under qemu build
|
||||||
|
%if 0%{?qemu_user_space_build:1}
|
||||||
|
BuildRequires: -post-build-checks
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildRequires: zlib-devel-static
|
BuildRequires: zlib-devel-static
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user