From 1bab1fcdbfda93139ba1c5995f7a10827dbe0904 Mon Sep 17 00:00:00 2001 From: Louis Abel <label@rockylinux.org> Date: Mon, 6 Jan 2025 12:23:36 -0700 Subject: [PATCH] remove backport --- ROCKY/CFG/cloud-init.cfg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ROCKY/CFG/cloud-init.cfg b/ROCKY/CFG/cloud-init.cfg index d3a890e..4fa4432 100644 --- a/ROCKY/CFG/cloud-init.cfg +++ b/ROCKY/CFG/cloud-init.cfg @@ -2,24 +2,15 @@ add { file: "ROCKY/_supporting/0001-Ensure-cloud-user-is-applied-to-Rocky-Linux.patch" } -add { - file: "ROCKY/_supporting/0001-ntp-Fix-Rocky-Linux-NTP-configuration.patch" -} - spec_change { file { name: "0001-Ensure-cloud-user-is-applied-to-Rocky-Linux.patch" type: Patch add: true - } - file { - name: "0001-ntp-Fix-Rocky-Linux-NTP-configuration.patch" - type: Patch - add: true } append { field: "Release" - value: ".0.2" + value: ".0.1" } changelog { author_name: "Release Engineering" -- GitLab