From 48c6e022df07ea5b109bd4c25d987a5f270285c3 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Wed, 27 Mar 2024 10:53:55 +0800 Subject: [PATCH 1/2] fix lost ntfsprogs --- anaconda.spec | 8 +++++++- euleros.conf | 4 ++++ hce.conf | 4 ++++ nestos.conf | 4 ++++ openeuler.conf | 4 ++++ 5 files changed, 23 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index a488e50..4c36ddf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 23 +Release: 24 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -307,6 +307,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 27 2024 sunhai - 36.16.5-24 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix lost ntfsprogs + * Sat Dec 23 2023 sunhai - 36.16.5-23 - Type:bugfix - ID:NA diff --git a/euleros.conf b/euleros.conf index fb008b5..8f37a21 100644 --- a/euleros.conf +++ b/euleros.conf @@ -21,6 +21,10 @@ additional_arguments = crash_kexec_post_notifiers softlockup_panic=1 reserve_kbo [Payload] enable_closest_mirror = True +ignored_packages = + ntfsprogs + btrfs-progs + dmraid [Storage] default_partitioning = diff --git a/hce.conf b/hce.conf index 98ea38f..a7d1c7f 100644 --- a/hce.conf +++ b/hce.conf @@ -21,6 +21,10 @@ additional_arguments = crash_kexec_post_notifiers softlockup_panic=1 reserve_kbo [Payload] enable_closest_mirror = True +ignored_packages = + ntfsprogs + btrfs-progs + dmraid [Storage] default_partitioning = diff --git a/nestos.conf b/nestos.conf index c355ad1..8f32e8d 100644 --- a/nestos.conf +++ b/nestos.conf @@ -20,6 +20,10 @@ additional_arguments = cgroup_disable=files apparmor=0 [Payload] enable_closest_mirror = True +ignored_packages = + ntfsprogs + btrfs-progs + dmraid [Storage] default_partitioning = diff --git a/openeuler.conf b/openeuler.conf index 0e356ef..1662996 100644 --- a/openeuler.conf +++ b/openeuler.conf @@ -20,6 +20,10 @@ additional_arguments = cgroup_disable=files apparmor=0 [Payload] enable_closest_mirror = True +ignored_packages = + ntfsprogs + btrfs-progs + dmraid [Storage] default_partitioning = -- Gitee From 6c45d853847f09194a2fef9b49f004664bee79b0 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Wed, 3 Apr 2024 11:32:40 +0800 Subject: [PATCH 2/2] ignore nvme-cli --- anaconda.spec | 8 +++++++- euleros.conf | 1 + hce.conf | 1 + nestos.conf | 1 + openeuler.conf | 1 + 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 4c36ddf..4650919 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 24 +Release: 25 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -307,6 +307,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Apr 03 2024 sunhai - 36.16.5-25 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix lost nvme-cli + * Wed Mar 27 2024 sunhai - 36.16.5-24 - Type:bugfix - ID:NA diff --git a/euleros.conf b/euleros.conf index 8f37a21..d9b4339 100644 --- a/euleros.conf +++ b/euleros.conf @@ -25,6 +25,7 @@ ignored_packages = ntfsprogs btrfs-progs dmraid + nvme-cli [Storage] default_partitioning = diff --git a/hce.conf b/hce.conf index a7d1c7f..b2f2176 100644 --- a/hce.conf +++ b/hce.conf @@ -25,6 +25,7 @@ ignored_packages = ntfsprogs btrfs-progs dmraid + nvme-cli [Storage] default_partitioning = diff --git a/nestos.conf b/nestos.conf index 8f32e8d..b555391 100644 --- a/nestos.conf +++ b/nestos.conf @@ -24,6 +24,7 @@ ignored_packages = ntfsprogs btrfs-progs dmraid + nvme-cli [Storage] default_partitioning = diff --git a/openeuler.conf b/openeuler.conf index 1662996..99e24bd 100644 --- a/openeuler.conf +++ b/openeuler.conf @@ -24,6 +24,7 @@ ignored_packages = ntfsprogs btrfs-progs dmraid + nvme-cli [Storage] default_partitioning = -- Gitee