File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Copyright 2018 Delphix
3+ # Copyright 2020 Delphix
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ if [[ -z "$KVERS" ]]; then
2121fi
2222
2323unset PLATFORM
24- for platform in generic aws gcp azure kvm ; do
24+ for platform in generic aws gcp azure oracle ; do
2525 if [[ " $KVERS " =~ .* ${platform} ]]; then
2626 PLATFORM=" $platform "
2727 break ;
Original file line number Diff line number Diff line change 11#
2- # Copyright 2018 Delphix
2+ # Copyright 2020 Delphix
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -29,10 +29,10 @@ Standards-Version: 4.1.2
2929# particular kernel version should not be included here.
3030#
3131Package: delphix-kernel-@@KVERS@@
32- Provides: delphix-kernel-kvm , delphix-kernel
32+ Provides: delphix-kernel-oracle , delphix-kernel
3333Architecture: any
34- Depends: linux-kvm ,
35- linux-tools-kvm ,
34+ Depends: linux-oracle ,
35+ linux-tools-oracle ,
3636 zfs-modules-@@KVERS@@,
3737 zfs-headers-@@KVERS@@,
3838 linux-image-@@KVERS@@,
You can’t perform that action at this time.
0 commit comments