From f738e40ef87c87ff72b82b09603acd8360d01dbd Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 30 Mar 2023 18:20:56 +0800 Subject: [PATCH] Del Specific Fields --- rpm.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rpm.spec b/rpm.spec index e311976..aa5c741 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %define rpmhome /usr/lib/rpm # run internal testsuite? @@ -288,8 +288,6 @@ Obsoletes: fapolicyd-dnf-plugin < 1.0.5 %description plugin-fapolicyd %{summary}. -See https://people.redhat.com/sgrubb/fapolicyd/ for information about -the fapolicyd daemon. %package plugin-dbus-announce Summary: Rpm plugin for announcing transactions on the DBUS @@ -614,6 +612,9 @@ fi %doc docs/librpm/html/* %changelog +* Thu Mar 30 2023 mgb01105731 - 4.18.0-6 +- Del Specific Fields + * Tue Feb 28 2023 Funda Wang - 4.18.0-5 - Apply scripts used in system-rpm-config before executing configure -- Gitee