|
|
f88ced |
#
|
|
|
f88ced |
# crash core analysis suite
|
|
|
f88ced |
#
|
|
|
f88ced |
Summary: Gcore extension module for the crash utility
|
|
|
f88ced |
Name: crash-gcore-command
|
|
|
f88ced |
Version: 1.3.1
|
|
|
f88ced |
Release: 0%{?dist}
|
|
|
f88ced |
License: GPLv2
|
|
|
f88ced |
Group: Development/Debuggers
|
|
|
f88ced |
Source: %{name}-%{version}.tar.gz
|
|
|
f88ced |
URL: http://people.redhat.com/anderson/extensions/%{name}-%{version}.tar.gz
|
|
|
f88ced |
# Vendor: FUJITSU LIMITED
|
|
|
f88ced |
# Packager: HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
|
|
|
f88ced |
ExclusiveOS: Linux
|
|
|
f88ced |
ExclusiveArch: x86_64 %{ix86} arm aarch64 ppc64 ppc64le
|
|
|
f88ced |
Buildroot: %{_tmppath}/%{name}-root
|
|
|
f88ced |
BuildRequires: crash-devel >= 5.1.5, zlib-devel lzo-devel snappy-devel
|
|
|
f88ced |
Requires: crash >= 5.1.5
|
|
|
f88ced |
|
|
|
f88ced |
%description
|
|
|
f88ced |
Command for creating a core dump file of a user-space task that was
|
|
|
f88ced |
running in a kernel dumpfile.
|
|
|
f88ced |
|
|
|
f88ced |
%prep
|
|
|
f88ced |
%setup -q -n %{name}-%{version}
|
|
|
f88ced |
|
|
|
f88ced |
%build
|
|
|
f88ced |
make -f gcore.mk
|
|
|
f88ced |
|
|
|
f88ced |
%install
|
|
|
f88ced |
rm -Rf $RPM_BUILD_ROOT
|
|
|
f88ced |
mkdir -p %{buildroot}%{_libdir}/crash/extensions/
|
|
|
f88ced |
cp %{_builddir}/%{name}-%{version}/gcore.so %{buildroot}%{_libdir}/crash/extensions/
|
|
|
f88ced |
|
|
|
f88ced |
%clean
|
|
|
f88ced |
rm -rf %{buildroot}
|
|
|
f88ced |
rm -Rf $RPM_BUILD_ROOT
|
|
|
f88ced |
|
|
|
f88ced |
%files
|
|
|
f88ced |
%defattr(-,root,root)
|
|
|
f88ced |
%{_libdir}/crash/extensions/gcore.so
|
|
|
f88ced |
%doc COPYING
|
|
|
f88ced |
|
|
|
f88ced |
%changelog
|
|
|
f88ced |
* Thu Nov 6 2014 Dave Anderson <anderson@redhat.com> - 1.3.1-0
|
|
|
f88ced |
- Rebase to 1.3.1 to address 32-bit x86 build error.
|
|
|
f88ced |
- Resolves: rhbz#1077311
|
|
|
f88ced |
|
|
|
f88ced |
* Tue Nov 4 2014 Dave Anderson <anderson@redhat.com> - 1.3.0-0
|
|
|
f88ced |
- Add aarch64 support
|
|
|
f88ced |
- Resolves: rhbz#1077311
|
|
|
f88ced |
- Add ppc64/ppc64le support
|
|
|
f88ced |
- Resolves: rhbz#1125485
|
|
|
f88ced |
|
|
|
f88ced |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.1-2
|
|
|
f88ced |
- Mass rebuild 2013-12-27
|
|
|
f88ced |
|
|
|
f88ced |
|
|
|
f88ced |
* Tue Aug 20 2013 Dave Anderson <anderson@redhat.com> - 1.2.1-1
|
|
|
f88ced |
crash utility has added LZO and snappy compression in addition to zlib.
|
|
|
f88ced |
|
|
|
f88ced |
* Thu May 23 2013 HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com> - 1.2.1-0
|
|
|
f88ced |
Fixes for missing VDSO and vsyscall pages in core dump.
|
|
|
f88ced |
|
|
|
f88ced |
* Wed Nov 21 2012 HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com> - 1.2-0
|
|
|
f88ced |
Support recent kernels around 3.6.
|
|
|
f88ced |
|
|
|
f88ced |
* Tue Jan 31 2012 Dave Anderson <anderson@redhat.com> - 1.0-3
|
|
|
f88ced |
Address Pkgwrangler/rpmlint issues.
|
|
|
f88ced |
Resolves: rbhz#692799
|
|
|
f88ced |
|
|
|
f88ced |
* Wed Jan 25 2012 Dave Anderson <anderson@redhat.com> - 1.0-2
|
|
|
f88ced |
Compile with RPM_OPT_FLAGS and fix warnings generated from using it.
|
|
|
f88ced |
Resolves: rbhz#692799
|
|
|
f88ced |
|
|
|
f88ced |
* Thu Apr 13 2011 HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com> - 1.0-1
|
|
|
f88ced |
- Remove inclusion of kvmdump.h and unwind_x86_64.h due to non-supporting issue
|
|
|
f88ced |
on crash-devel package. Instead, use a new interface for them.
|
|
|
f88ced |
- Remove ppc64, ia64, s390 and s390x from ExclusiveArch, leave x86_64
|
|
|
f88ced |
and %%{ix86} there.
|
|
|
f88ced |
- Add descriptions in BuildRequires and Requires about crash and crash-devel.
|
|
|
f88ced |
|
|
|
f88ced |
* Wed Apr 6 2011 HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com> - 1.0-0
|
|
|
f88ced |
- Initial crash-gcore-command package
|
|
|
f88ced |
|