Fixed incorrect macro usage in summary fields of devel and help subpackages

This commit is contained in:
李宇哲 2024-08-05 17:23:01 +08:00
parent c4ad176b56
commit f0a863e281

View File

@ -2,7 +2,7 @@
Name: util-linux
Version: 2.35.2
Release: 17
Release: 18
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
@ -175,7 +175,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
@ -186,7 +186,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
@ -441,6 +441,9 @@ fi
%{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*}
%changelog
* Mon Aug 5 2024 liyuzhe <liyuzhe@cqsoftware.com.cn> - 2.35.2-18
- Fixed incorrect macro usage in summary fields of devel and help subpackages
* Thu Jun 06 2024 fuanan <fuanan3@h-partners.com> - 2.35.2-17
- Type:bugfix
- CVE:NA