diff --git a/bugfix-cloud-init-add-openEuler-os.patch b/bugfix-cloud-init-add-os-support.patch similarity index 98% rename from bugfix-cloud-init-add-openEuler-os.patch rename to bugfix-cloud-init-add-os-support.patch index f77e8e03695f2e6eba0660075f24782be9733357..93af0145aeb8e198065c0e8244a814d9ad8a1213 100644 --- a/bugfix-cloud-init-add-openEuler-os.patch +++ b/bugfix-cloud-init-add-os-support.patch @@ -1,9 +1,9 @@ From 098429a75ea00df1d8a5670e45df6babfc37f327 Mon Sep 17 00:00:00 2001 From: chengquan Date: Thu, 8 Aug 2019 16:11:58 +0800 -Subject: [PATCH] cloud-init: cloud-init add openEuler os +Subject: [PATCH] cloud-init: cloud-init add oe os -reason: add openEuler into distros +reason: add oe into distros Signed-off-by: chengquan --- diff --git a/cloud-init.spec b/cloud-init.spec index f7399cc68f065ab6933d4d9fc0224eeb2dad4c44..edca418b7ea8e540dfb73151645dd5664809ce54 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 22.2 -Release: 2 +Release: 3 Summary: the defacto multi-distribution package that handles early initialization of a cloud instance. License: ASL 2.0 or GPLv3 URL: http://launchpad.net/cloud-init @@ -9,7 +9,7 @@ Source0: https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{vers Source1: cloud-init-tmpfiles.conf Patch0: cloud-init-22.1-no-override-default-network.patch -Patch1: bugfix-cloud-init-add-openEuler-os.patch +Patch1: bugfix-cloud-init-add-os-support.patch Patch2: bugfix-sort-requirements.patch Patch3: add-variable-to-forbid-tmp-dir.patch Patch4: Fix-the-error-level-logs-displayed-for-the-cloud-init-local-service.patch @@ -127,6 +127,9 @@ fi %exclude /usr/share/doc/* %changelog +* Wed Nov 30 2022 shixuantong - 22.2-3 +- rename patch + * Thu Oct 13 2022 fuanan - 22.2-2 - DESC:fix the changelog exception macro