From ad0b6e179147c33608502d8c91a73c1fafcf885e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Mon, 5 Aug 2024 08:45:01 +0000 Subject: [PATCH] Fixed incorrect macro usage in summary fields of devel and help subpackages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李宇哲 --- util-linux.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index 6f2d05d..9f785e6 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.39.1 -Release: 11 +Release: 12 Summary: A random collection of Linux utilities License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git @@ -145,7 +145,7 @@ This package provides python support for users to use the libmount library to work with mount tables and mount filesystems. %package devel -Summary: Development package for ${name} +Summary: Development package for %{name} License: LGPLv2+ and BSD Requires: %{name} = %{version}-%{release} pkgconfig Provides: libfdisk-devel libsmartcols-devel libmount-devel libblkid-devel libuuid-devel @@ -156,7 +156,7 @@ This package contains some library and other necessary files for the development of %{name}. %package help -Summary: Help package for ${name} +Summary: Help package for %{name} BuildArch: noarch Requires: %{name} = %{version}-%{release} Obsoletes: hardlink-help <= 1:1.3-9 @@ -429,6 +429,9 @@ fi %endif %changelog +* Mon Aug 5 2024 - 2.39.1-12 +- Fixed incorrect macro usage in summary fields of devel and help subpackages + * Wed Jul 31 2024 zhangyao - 2.39.1-11 - Type:bugfix - CVE:NA -- Gitee