From 5b97be51d7bf93b39c8f44175f2ccf8e625fd05f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 23 Jan 2025 14:17:54 +0300 Subject: [PATCH] Remove modify_release action --- config.yaml | 77 ++++++++++++++++++++++++----------------------------- 1 file changed, 35 insertions(+), 42 deletions(-) diff --git a/config.yaml b/config.yaml index e457239..e4d23d2 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,39 @@ actions: + - add_files: + - type: "patch" + name: "0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch" + number: 2001 + - type: "patch" + name: "0002-Bring-back-deprecated-pci-ids-to-mptsas-mptspi-drive.patch" + number: 2002 + - type: "patch" + name: "0003-Bring-back-deprecated-pci-ids-to-hpsa-driver.patch" + number: 2003 + - type: "patch" + name: "0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch" + number: 2004 + - type: "patch" + name: "0005-Bring-back-deprecated-pci-ids-to-lpfc-driver.patch" + number: 2005 + - type: "patch" + name: "0006-Bring-back-deprecated-pci-ids-to-qla4xxx-driver.patch" + number: 2006 + - type: "patch" + name: "0007-Bring-back-deprecated-pci-ids-to-be2iscsi-driver.patch" + number: 2007 + - type: "source" + name: "almalinuxdup1.x509" + number: 100 + - type: "source" + name: "almalinuxima.x509" + number: 103 + - type: "source" + name: "almalinuximaca1.x509" + number: 102 + - type: "source" + name: "almalinuxkpatch1.x509" + number: 101 + - replace: - target: "kernel-aarch64-64k-debug-rhel.config" find: | @@ -329,10 +364,6 @@ actions: gzip -f9 $SignImage fi - - modify_release: - - suffix: ".alma.1" - enabled: true - - changelog_entry: - name: "Andrei Lukoshko" email: "alukoshko@almalinux.org" @@ -350,41 +381,3 @@ actions: line: - "Use AlmaLinux OS secure boot cert" - "Debrand for AlmaLinux OS" - - - add_files: - - type: "patch" - name: "0001-Enable-all-disabled-pci-devices-by-moving-to-unmaint.patch" - number: 2001 - - type: "patch" - name: "0002-Bring-back-deprecated-pci-ids-to-mptsas-mptspi-drive.patch" - number: 2002 - - type: "patch" - name: "0003-Bring-back-deprecated-pci-ids-to-hpsa-driver.patch" - number: 2003 - - type: "patch" - name: "0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch" - number: 2004 - - type: "patch" - name: "0005-Bring-back-deprecated-pci-ids-to-lpfc-driver.patch" - number: 2005 - - type: "patch" - name: "0006-Bring-back-deprecated-pci-ids-to-qla4xxx-driver.patch" - number: 2006 - - type: "patch" - name: "0007-Bring-back-deprecated-pci-ids-to-be2iscsi-driver.patch" - number: 2007 - - type: "source" - name: "almalinuxdup1.x509" - number: 100 - - type: "source" - name: "almalinuxima.x509" - number: 103 - - type: "source" - name: "almalinuximaca1.x509" - number: 102 - - type: "source" - name: "almalinuxkpatch1.x509" - number: 101 - - type: "source" - name: "uki-sb-cert-x86_64-almalinux.crt" - number: "Latest" \ No newline at end of file