Accepting request 385518 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/385518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=88
This commit is contained in:
Dominique Leuenberger 2016-04-12 16:57:34 +00:00 committed by Git OBS Bridge
commit 7bb2106a04
3 changed files with 9 additions and 1 deletions

View File

@ -24,6 +24,9 @@ case "$(uname -m)" in
ppc|ppc64) ppc|ppc64)
BOOTFILE=vmlinux BOOTFILE=vmlinux
;; ;;
aarch64)
BOOTFILE=Image
;;
*) *)
BOOTFILE=vmlinuz BOOTFILE=vmlinuz
;; ;;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 30 22:27:06 UTC 2016 - dmueller@suse.com
- dracut-installkernel: Fix for aarch64 (bsc#947670)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 24 16:28:01 UTC 2016 - trenn@suse.de Thu Mar 24 16:28:01 UTC 2016 - trenn@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package dracut # spec file for package dracut
# #
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed