Update for 9.8 beta #1
This commit is contained in:
parent
abf0cae5b0
commit
833bbfbc0e
16
config.yaml
16
config.yaml
@ -35,7 +35,7 @@ actions:
|
|||||||
number: 103
|
number: 103
|
||||||
- type: "source"
|
- type: "source"
|
||||||
name: "almalinuxnvidia1.x509"
|
name: "almalinuxnvidia1.x509"
|
||||||
number: 106
|
number: 108
|
||||||
- type: "patch"
|
- type: "patch"
|
||||||
name: "ppc64le-kvm-support.patch"
|
name: "ppc64le-kvm-support.patch"
|
||||||
number: "Latest"
|
number: "Latest"
|
||||||
@ -103,12 +103,12 @@ actions:
|
|||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
openssl x509 -inform der -in %{SOURCE105} -out nvidiagpuoot001.pem
|
openssl x509 -inform der -in %{SOURCE107} -out nvidiabfdpu.pem
|
||||||
cat rheldup3.pem rhelkpatch1.pem rhelimaca1.pem nvidiagpuoot001.pem > ../certs/rhel.pem
|
cat rheldup3.pem rhelkpatch1.pem rhelimaca1.pem nvidiagpuoot001.pem nvidiajetsonsoc.pem nvidiabfdpu.pem > ../certs/rhel.pem
|
||||||
replace: |
|
replace: |
|
||||||
openssl x509 -inform der -in %{SOURCE105} -out nvidiagpuoot001.pem
|
openssl x509 -inform der -in %{SOURCE107} -out nvidiabfdpu.pem
|
||||||
openssl x509 -inform der -in %{SOURCE106} -out almalinuxnvidia.pem
|
openssl x509 -inform der -in %{SOURCE108} -out almalinuxnvidia.pem
|
||||||
cat rheldup3.pem rhelkpatch1.pem rhelimaca1.pem nvidiagpuoot001.pem almalinuxnvidia.pem > ../certs/rhel.pem
|
cat rheldup3.pem rhelkpatch1.pem rhelimaca1.pem nvidiagpuoot001.pem nvidiajetsonsoc.pem nvidiabfdpu.pem almalinuxnvidia.pem > ../certs/rhel.pem
|
||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "Summary: Various documentation bits found in the kernel source"
|
find: "Summary: Various documentation bits found in the kernel source"
|
||||||
@ -175,11 +175,11 @@ actions:
|
|||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "UKI_secureboot_name=centossecureboot204"
|
find: "UKI_secureboot_name=centossecureboot204"
|
||||||
replace: "UKI_secureboot_name=alsecureboot001"
|
replace: "UKI_secureboot_name=almalinuxsecureboot0"
|
||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "UKI_secureboot_name=redhatsecureboot504"
|
find: "UKI_secureboot_name=redhatsecureboot504"
|
||||||
replace: "UKI_secureboot_name=alsecureboot001"
|
replace: "UKI_secureboot_name=almalinuxsecureboot0"
|
||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "UKI_secureboot_cert=%{SOURCE153}"
|
find: "UKI_secureboot_cert=%{SOURCE153}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user