Version 1.6.3-3
Signed-off-by: HATAYAMA Daisuke <d.hatayama@fujitsu.com>
This commit is contained in:
parent
b8f9895ea3
commit
d89fb62d37
@ -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.3
|
Version: 1.6.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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,12 +13,21 @@ 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.3-coredump-use-MEMBER_-OFFSET-SIZE-instead-of-GCORE_-O.patch
|
||||||
|
Patch1: crash-gcore-1.6.3-gcore-defs-remove-definitions-and-initializations-fo.patch
|
||||||
|
Patch2: crash-gcore-1.6.3-gcore-fix-memory-allocation-failure-during-processin.patch
|
||||||
|
Patch3: crash-gcore-1.6.3-x86-Fix-failure-of-collecting-vsyscall-mapping-due-t.patch
|
||||||
|
Patch4: crash-gcore-1.6.3-coredump-fix-segmentation-fault-caused-by-type-misma.patch
|
||||||
|
Patch5: crash-gcore-1.6.3-elf-fix-warning-message-caused-by-type-mismatch-of-o.patch
|
||||||
|
Patch6: crash-gcore-1.6.3-coredump-fix-unexpected-truncation-of-generated-core.patch
|
||||||
|
Patch7: crash-gcore-1.6.3-gcore.mk-fix-mismatch-of-_FILE_OFFSET_BITS-when-buil.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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{reponame}-%{version}
|
%autosetup -n %{reponame}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build -C src -f gcore.mk
|
%make_build -C src -f gcore.mk
|
||||||
@ -34,6 +43,16 @@ install -m 0755 -t %{buildroot}%{_libdir}/crash/extensions %{_builddir}/%{repona
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 26 2022 HATAYAMA Daisuke <d.hatayama@fujitsu.com> - 1.6.3-2
|
||||||
|
- gcore.mk: fix mismatch of _FILE_OFFSET_BITS when building gcore.so
|
||||||
|
- coredump: fix unexpected truncation of generated core files
|
||||||
|
- elf: fix warning message caused by type mismatch of offset types
|
||||||
|
- coredump: fix segmentation fault caused by type mismatch
|
||||||
|
- x86: Fix failure of collecting vsyscall mapping due to change of enum type of vsyscall_mode
|
||||||
|
- gcore: fix memory allocation failure during processing NT_AUXV note
|
||||||
|
- gcore, defs: remove definitions and initializations for saved_auxv entries of offset and size tables
|
||||||
|
- coredump: use MEMBER_{OFFSET, SIZE} instead of GCORE_{OFFSET, SIZE}
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user