Version 1.6.4-1

Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
This commit is contained in:
HATAYAMA Daisuke 2023-03-01 03:37:12 +00:00
parent 6949e5d561
commit 3a2b00a5eb

View File

@ -3,7 +3,7 @@
Summary: Gcore extension module for the crash utility Summary: Gcore extension module for the crash utility
Name: crash-gcore-command Name: crash-gcore-command
Version: 1.6.4 Version: 1.6.4
Release: 0%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
Source0: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/fujitsu/crash-gcore URL: https://github.com/fujitsu/crash-gcore
@ -13,6 +13,8 @@ BuildRequires: crash-devel >= 5.1.5
BuildRequires: gcc BuildRequires: gcc
Requires: crash >= 5.1.5 Requires: crash >= 5.1.5
Patch0: crash-gcore-1.6.4-coredump-fix-building-failure-due-to-undefined-macro.patch
%description %description
Command for creating a core dump file of a user-space task that was Command for creating a core dump file of a user-space task that was
running in a kernel dump file. running in a kernel dump file.
@ -34,6 +36,9 @@ install -m 0755 -t %{buildroot}%{_libdir}/crash/extensions %{_builddir}/%{repona
%license COPYING %license COPYING
%changelog %changelog
* Wed Mar 1 2023 HATAYAMA Daisuke <d.hatayama@fujitsu.com> - 1.6.4-1
- coredump: fix building failure due to undefined macros MAPLE_TREE_{COUNT,GATHER}
* Wed Mar 1 2023 HATAYAMA Daisuke <d.hatayama@fujitsu.com> - 1.6.4-0 * Wed Mar 1 2023 HATAYAMA Daisuke <d.hatayama@fujitsu.com> - 1.6.4-0
- Update to latest upstream release - Update to latest upstream release