From ad6715e7d284d8d34bf91d29a590ff54ac595f13 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 29 Mar 2023 18:29:56 +0800 Subject: [PATCH] Del Specific Fields --- cloud-init.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cloud-init.spec b/cloud-init.spec index 421054a..2562f0d 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -6,7 +6,6 @@ %define init_system systemd # See: http://www.zarb.org/~jasonc/macros.php -# Or: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets # Or: http://www.rpm.org/max-rpm/ch-rpm-inside.html Name: cloud-init @@ -177,6 +176,9 @@ fi /usr/lib/cloud-init/write-ssh-key-fingerprints %changelog +* Wed Mar 29 2023 mgb01105731 - 19.1.17-2 +- Del Specific Fields + * Fri Jul 01 2022 happy_orange - 19.1.17 - rollback to 19.1.17 -- Gitee