From 08752bc3b6650a26957885ac3eba813f1429c070 Mon Sep 17 00:00:00 2001 From: sunsuwan Date: Wed, 4 Dec 2024 01:39:53 +0000 Subject: [PATCH] use xtables-nft instead of xtables-legacy for high performance Signed-off-by: sunsuwan --- normal_aarch64.xml | 1 + normal_x86_64.xml | 1 + oemaker.spec | 7 ++++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 7107b92..83e9b9d 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -295,6 +295,7 @@ authselect dnf-plugins-core dracut-config-rescue + iptables-nft kernel-tools sysfsutils linux-firmware diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 68069ed..813de4a 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -295,6 +295,7 @@ authselect dnf-plugins-core dracut-config-rescue + iptables-nft kernel-tools sysfsutils linux-firmware diff --git a/oemaker.spec b/oemaker.spec index 979c079..7705bb2 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.2.0 -Release: 4 +Release: 5 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -186,6 +186,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Tue Dec 3 2024 sunsuwan - 3.2.0-5 +- ID:NA +- SUG:NA +- DESC: use xtables-nft instead of xtables-legacy for high performance + * Tue Dec 3 2024 zhaolichang - 3.2.0-4 - ID:NA - SUG:NA -- Gitee