Accepting request 787487 from home:aginies:branches:openSUSE:Factory

- fix reordering of pattern()
- kvm-server for arm: fix missing qemu-ipxe packages and 
  improve arm detection (bsc#1158430) 
- version 20200312

OBS-URL: https://build.opensuse.org/request/show/787487
OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-server?expand=0&rev=17
This commit is contained in:
Simon Lees 2020-03-23 22:00:15 +00:00 committed by Git OBS Bridge
parent 12c0288e28
commit 11acd1b51e
2 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 23 10:24:43 UTC 2020 - Antoine Ginies <aginies@suse.com>
- fix reordering of pattern()
-------------------------------------------------------------------
Thu Mar 12 08:13:47 UTC 2020 - Antoine Ginies <aginies@suse.com>
- kvm-server for arm: fix missing qemu-ipxe packages and
improve arm detection (bsc#1158430)
- version 20200312
-------------------------------------------------------------------
Thu Dec 13 09:38:08 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package patterns-server
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%bcond_with betatest
Name: patterns-server
Version: 20180718
Version: 20200312
Release: 0
Summary: Patterns for Installation (server patterns)
License: MIT
@ -217,8 +217,9 @@ Requires: qemu-ppc
%ifarch s390x
Requires: qemu-s390
%endif
%ifarch %arm
%ifarch %arm aarch64 armv7hl
Requires: qemu-arm
Requires: qemu-ipxe
%endif
%description kvm_server