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:
Alexander Graf 2012-08-15 20:55:14 +00:00 committed by Git OBS Bridge
parent 81cfb49a04
commit 8922721a18
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -71,6 +71,10 @@ BuildRequires: libattr-devel
BuildRequires: libgnutls-devel
BuildRequires: libpcap-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
BuildRequires: zlib-devel-static
%else