Blame SPECS/crash-gcore-command.spec

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