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:
commit
7bb2106a04
@ -24,6 +24,9 @@ case "$(uname -m)" in
|
|||||||
ppc|ppc64)
|
ppc|ppc64)
|
||||||
BOOTFILE=vmlinux
|
BOOTFILE=vmlinux
|
||||||
;;
|
;;
|
||||||
|
aarch64)
|
||||||
|
BOOTFILE=Image
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
BOOTFILE=vmlinuz
|
BOOTFILE=vmlinuz
|
||||||
;;
|
;;
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user