!288 【轻量级 PR】:Fixed incorrect macro usage in summary fields of devel and help subpackages

From: @liyuzhe_046 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-08-12 06:39:39 +00:00 committed by Gitee
commit 9d96fe52fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: util-linux Name: util-linux
Version: 2.39.1 Version: 2.39.1
Release: 9 Release: 10
Summary: A random collection of Linux utilities Summary: A random collection of Linux utilities
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain 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 URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
@ -143,7 +143,7 @@ This package provides python support for users to use the libmount library
to work with mount tables and mount filesystems. to work with mount tables and mount filesystems.
%package devel %package devel
Summary: Development package for ${name} Summary: Development package for %{name}
License: LGPLv2+ and BSD License: LGPLv2+ and BSD
Requires: %{name} = %{version}-%{release} pkgconfig Requires: %{name} = %{version}-%{release} pkgconfig
Provides: libfdisk-devel libsmartcols-devel libmount-devel libblkid-devel libuuid-devel Provides: libfdisk-devel libsmartcols-devel libmount-devel libblkid-devel libuuid-devel
@ -154,7 +154,7 @@ This package contains some library and other necessary files for the
development of %{name}. development of %{name}.
%package help %package help
Summary: Help package for ${name} Summary: Help package for %{name}
BuildArch: noarch BuildArch: noarch
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Obsoletes: hardlink-help <= 1:1.3-9 Obsoletes: hardlink-help <= 1:1.3-9
@ -424,6 +424,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Aug 5 2024 liyuzhe <liyuzhe@cqsoftware.com.cn> - 2.39.1-10
- Fixed incorrect macro usage in summary fields of devel and help subpackages
* Wed Jul 3 2024 zhangyao <zhangyao108@huawei.com> - 2.39.1-9 * Wed Jul 3 2024 zhangyao <zhangyao108@huawei.com> - 2.39.1-9
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA