Add almalinuxnvidia1.x509 cert

This commit is contained in:
Andrew Lukoshko 2025-05-24 17:27:51 +02:00
parent 7083d64254
commit 151f0dbd2d
2 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,9 @@ actions:
- type: "source"
name: "almalinuxima.x509"
number: 103
- type: "source"
name: "almalinuxnvidia1.x509"
number: 106
- type: "patch"
name: "ppc64le-kvm-support.patch"
number: "Latest"
@ -98,6 +101,15 @@ actions:
Source103: almalinuxima.x509
Source104: almalinuxima.x509
count: 1
- target: "spec"
find: |
openssl x509 -inform der -in %{SOURCE105} -out nvidiagpuoot001.pem
cat rheldup3.pem rhelkpatch1.pem rhelimaca1.pem nvidiagpuoot001.pem > ../certs/rhel.pem
replace: |
openssl x509 -inform der -in %{SOURCE105} -out nvidiagpuoot001.pem
openssl x509 -inform der -in %{SOURCE106} -out almalinuxnvidia.pem
cat rheldup3.pem rhelkpatch1.pem rhelimaca1.pem nvidiagpuoot001.pem almalinuxnvidia.pem > ../certs/rhel.pem
count: 1
- target: "spec"
find: "Summary: Various documentation bits found in the kernel source"
replace: |

BIN
files/almalinuxnvidia1.x509 Normal file

Binary file not shown.