forked from pool/patterns-server
Accepting request 787594 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/787594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-server?expand=0&rev=7
This commit is contained in:
commit
bc4d060a72
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user