Blame SPECS/crash-gcore-command.spec

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