Blame SPECS/crash-gcore-command.spec

256295
%global reponame crash-gcore
256295
256295
Summary: Gcore extension module for the crash utility
256295
Name: crash-gcore-command
256295
Version: 1.6.2
256295
Release: 3%{?dist}
256295
License: GPLv2
256295
Source0: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz
256295
URL: https://github.com/fujitsu/crash-gcore
256295
ExclusiveOS: Linux
256295
ExclusiveArch: aarch64 ppc64le x86_64
256295
BuildRequires: crash-devel >= 5.1.5
256295
BuildRequires: gcc
256295
Requires: crash >= 5.1.5
256295
256295
%description
256295
Command for creating a core dump file of a user-space task that was
256295
running in a kernel dump file.
256295
256295
%prep
256295
%autosetup -n %{reponame}-%{version}
256295
256295
%build
256295
%make_build -C src -f gcore.mk
256295
256295
%install
256295
install -m 0755 -d %{buildroot}%{_libdir}/crash/extensions
256295
install -m 0755 -t %{buildroot}%{_libdir}/crash/extensions %{_builddir}/%{reponame}-%{version}/src/gcore.so
256295
256295
%files
256295
%dir %{_libdir}/crash
256295
%dir %{_libdir}/crash/extensions
256295
%{_libdir}/crash/extensions/gcore.so
256295
%license COPYING
256295
256295
%changelog
256295
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-3
256295
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
256295
  Related: rhbz#1991688
256295
256295
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-2
256295
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
256295
256295
* Fri Jan 22 2021 HATAYAMA Daisuke <d.hatayama@fujitsu.com> - 1.6.2-1
256295
- Initial crash-gcore-command package