From eb62da6b8f2a6e1fd504247d891d9d9e32c73cd8 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 17:44:54 +0800 Subject: [PATCH] Del Specific Fields --- man-db.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man-db.spec b/man-db.spec index 00206b0..3466174 100644 --- a/man-db.spec +++ b/man-db.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global cache /var/cache/man Summary: Tools for searching and reading man pages @@ -19,7 +19,7 @@ Source4: man-db-restart-cache-update.service Obsoletes: man < 2.0 Provides: man = %{version} Provides: man-pages-reader = %{version} -# FPC exception for gnulib - copylib - https://fedorahosted.org/fpc/ticket/174 +# FPC exception for gnulib - copylib - Provides: bundled(gnulib) Requires: coreutils, grep, groff-base, gzip, zstd, less @@ -241,6 +241,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon Mar 27 2023 mgb01105731 - 2.11.2-3 +- Del Specific Fields + * Fri Jan 13 2023 Funda Wang - 2.11.2-2 - Fix man pages extensions used in scriptlets -- Gitee