e64a0b
#
e64a0b
# crash core analysis suite
e64a0b
#
e64a0b
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
e64a0b
Name: crash
e64a0b
Version: 8.0.0
e64a0b
Release: 6%{?dist}
e64a0b
License: GPLv3
e64a0b
Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz
e64a0b
Source1: http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.gz
e64a0b
URL: https://crash-utility.github.io
e64a0b
ExclusiveOS: Linux
e64a0b
ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64 ppc64le
e64a0b
BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel bison texinfo libzstd-devel
e64a0b
BuildRequires: gcc gcc-c++
e64a0b
BuildRequires: make
e64a0b
Requires: binutils
e64a0b
Provides: bundled(libiberty)
e64a0b
Provides: bundled(gdb) = 10.2
e64a0b
Patch0: lzo_snappy_zstd.patch
e64a0b
Patch1: crash-8.0.0_build.patch
e64a0b
Patch2: 0001-arm64-Support-overflow-stack-panic.patch
e64a0b
Patch3: 0002-defs.h-fix-breakage-of-compatibility-of-struct-machd.patch
e64a0b
Patch4: 0003-defs.h-fix-breakage-of-compatibility-of-struct-symbo.patch
e64a0b
Patch5: 0001-Fix-pvops-Xen-detection-for-arm-machine.patch
e64a0b
Patch6: 0002-Handle-blk_mq_ctx-member-changes-for-kernels-5.16-rc.patch
e64a0b
Patch7: 0001-Fix-for-timer-r-option-to-display-all-the-per-CPU-cl.patch
e64a0b
Patch8: 0002-Fix-for-bt-v-option-to-display-the-stack-end-address.patch
e64a0b
Patch9: 0003-Fix-for-HZ-calculation-on-Linux-5.14-and-later.patch
e64a0b
Patch10: 0004-memory-Handle-struct-slab-changes-on-Linux-5.17-rc1-.patch
e64a0b
Patch11: 0005-Move-the-initialization-of-boot_date-to-task_init.patch
e64a0b
Patch12: 0006-Remove-ptype-command-from-ps-t-option-to-reduce-memo.patch
e64a0b
Patch13: 0007-GDB-fix-completion-related-libstdc-assert.patch
e64a0b
Patch14: 0008-Improve-the-ps-performance-for-vmcores-with-large-nu.patch
e64a0b
Patch15: 0009-arm64-Fix-segfault-by-bt-command-with-offline-cpus.patch
e64a0b
Patch16: 0010-Fix-for-kmem-s-S-and-bt-F-F-on-Linux-5.17-rc1.patch
e64a0b
Patch17: 0001-arm64-Use-CONFIG_ARM64_VA_BITS-to-initialize-VA_BITS.patch
e64a0b
Patch18: 0001-arm64-deduce-the-start-address-of-kernel-code-based-.patch
e64a0b
e64a0b
%description
e64a0b
The core analysis suite is a self-contained tool that can be used to
e64a0b
investigate either live systems, kernel core dumps created from the
e64a0b
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
e64a0b
offered by Mission Critical Linux, or the LKCD kernel patch.
e64a0b
e64a0b
%package devel
e64a0b
Requires: %{name} = %{version}, zlib-devel
e64a0b
Summary: kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
e64a0b
e64a0b
%description devel
e64a0b
The core analysis suite is a self-contained tool that can be used to
e64a0b
investigate either live systems, kernel core dumps created from the
e64a0b
netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
e64a0b
offered by Mission Critical Linux, or the LKCD kernel patch.
e64a0b
e64a0b
%prep
e64a0b
%setup -n %{name}-%{version} -q
e64a0b
%patch0 -p1 -b lzo_snappy_zstd.patch
e64a0b
%patch1 -p1 -b crash-8.0.0_build.patch
e64a0b
%patch2 -p1
e64a0b
%patch3 -p1
e64a0b
%patch4 -p1
e64a0b
%patch5 -p1
e64a0b
%patch6 -p1
e64a0b
%patch7 -p1
e64a0b
%patch8 -p1
e64a0b
%patch9 -p1
e64a0b
%patch10 -p1
e64a0b
%patch11 -p1
e64a0b
%patch12 -p1
e64a0b
%patch13 -p1
e64a0b
%patch14 -p1
e64a0b
%patch15 -p1
e64a0b
%patch16 -p1
e64a0b
%patch17 -p1
e64a0b
%patch18 -p1
e64a0b
e64a0b
%build
e64a0b
e64a0b
cp %{SOURCE1} .
e64a0b
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
e64a0b
e64a0b
%install
e64a0b
rm -rf %{buildroot}
e64a0b
mkdir -p %{buildroot}%{_bindir}
e64a0b
%make_install
e64a0b
mkdir -p %{buildroot}%{_mandir}/man8
e64a0b
cp -p crash.8 %{buildroot}%{_mandir}/man8/crash.8
e64a0b
mkdir -p %{buildroot}%{_includedir}/crash
e64a0b
chmod 0644 defs.h
e64a0b
cp -p defs.h %{buildroot}%{_includedir}/crash
e64a0b
e64a0b
%files
e64a0b
%{_bindir}/crash
e64a0b
%{_mandir}/man8/crash.8*
e64a0b
%doc README COPYING3
e64a0b
e64a0b
%files devel
e64a0b
%{_includedir}/*
e64a0b
e64a0b
%changelog
e64a0b
* Fri Mar 04 2022 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-6
e64a0b
- Fix for "bt: read of IRQ stack failed" issue on aarch64
e64a0b
e64a0b
* Mon Feb 07 2022 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-5
e64a0b
- Fix segfault on aarch64 for "bt -a|-c" command
e64a0b
- Fix segfault for the "l" command of gdb
e64a0b
- Fix HZ calculation on Linux 5.14 and later
e64a0b
- Fix for other issues
e64a0b
e64a0b
* Wed Dec 29 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-4
e64a0b
- Handle blk_mq_ctx member changes for kernels 5.16-rc1 and later
e64a0b
e64a0b
* Mon Dec 13 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-3
e64a0b
- Fix segmentation fault caused by crash extension modules
e64a0b
- Support the overflow stack exception handling on aarch64
e64a0b
e64a0b
* Mon Dec 06 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-2
e64a0b
- Enable ZSTD feature support
e64a0b
e64a0b
* Thu Nov 25 2021 Lianbo Jiang <lijiang@redhat.com> - 8.0.0-1
e64a0b
- Rebase to upstream 8.0.0
e64a0b
e64a0b
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 7.3.0-6
e64a0b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
e64a0b
  Related: rhbz#1991688
e64a0b
e64a0b
* Thu Jul 22 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-5
e64a0b
- Fix for handling task_struct state member changes(kernels >= 5.14-rc1)
e64a0b
e64a0b
* Wed Jul 07 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-4
e64a0b
- Fix memory layout for aarch64
e64a0b
e64a0b
* Mon Jul 05 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-3
e64a0b
- Fix "kmem -n|-p" options display wrong values.
e64a0b
e64a0b
* Fri Jun 11 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-2
e64a0b
- Fix for "kmem -s|-S" option on Linux 5.7 and later kernels
e64a0b
e64a0b
* Mon May 10 2021 Lianbo Jiang <lijiang@redhat.com> - 7.3.0-1
e64a0b
- Rebase to upstream 7.3.0
e64a0b
e64a0b
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 7.2.9-7
e64a0b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
e64a0b
e64a0b
* Tue Apr 13 2021 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-6
e64a0b
- Update to the latest upstream: commit <8dfc228b29ae>
e64a0b
e64a0b
* Mon Mar 08 2021 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-5
e64a0b
- Fix Segmentation fault
e64a0b
- Update to the latest upstream: commit <9c0c6c1b3750>
e64a0b
e64a0b
* Fri Feb 05 2021 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-4
e64a0b
- Update to the latest upstream: commit <fdb41f0b6fa4>
e64a0b
e64a0b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.9-3
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e64a0b
e64a0b
* Fri Dec 11 2020 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-2
e64a0b
- Add support for lockless ringbuffer
e64a0b
e64a0b
* Wed Nov 25 2020 Lianbo Jiang <lijiang@redhat.com> - 7.2.9-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.8-5
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e64a0b
e64a0b
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 7.2.8-4
e64a0b
- Use make macros
e64a0b
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
e64a0b
e64a0b
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 7.2.8-3
e64a0b
- Disable LTO
e64a0b
e64a0b
* Fri Jan 31 2020 Dave Anderson <anderson@redhat.com> - 7.2.8-2
e64a0b
- Update to latest upstream release
e64a0b
- Fix aarch64 build for gcc-10 -fno-common
e64a0b
e64a0b
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.7-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e64a0b
e64a0b
* Mon Sep 23 2019 Dave Anderson <anderson@redhat.com> - 7.2.7-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.6-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e64a0b
e64a0b
* Mon May  6 2019 Dave Anderson <anderson@redhat.com> - 7.2.6-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 7.2.5-3
e64a0b
- Rebuild for readline 8.0
e64a0b
e64a0b
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.5-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e64a0b
e64a0b
* Fri Jan 11 2019 Dave Anderson <anderson@redhat.com> - 7.2.5-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Mon Sep 24 2018 Dave Anderson <anderson@redhat.com> - 7.2.4-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.3-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e64a0b
e64a0b
* Fri May 18 2018 Dave Anderson <anderson@redhat.com> - 7.2.3-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Fri Feb 23 2018 Dave Anderson <anderson@redhat.com> - 7.2.1-2
e64a0b
- Use RPM build flags for LDFLAGS
e64a0b
e64a0b
* Fri Feb 16 2018 Dave Anderson <anderson@redhat.com> - 7.2.1-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.0-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e64a0b
e64a0b
* Mon Oct  2 2017 Dave Anderson <anderson@redhat.com> - 7.2.0-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.9-3
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e64a0b
e64a0b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.9-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e64a0b
e64a0b
* Mon Apr 24 2017 Dave Anderson <anderson@redhat.com> - 7.1.9-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Thu Feb 23 2017 Dave Anderson <anderson@redhat.com> - 7.1.8-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.7-3
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e64a0b
e64a0b
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.1.7-2
e64a0b
- Rebuild for readline 7.x
e64a0b
e64a0b
* Tue Dec  6 2016 Dave Anderson <anderson@redhat.com> - 7.1.7-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Fri Oct 14 2016 Dave Anderson <anderson@redhat.com> - 7.1.6-1
e64a0b
- Update to latest upstream release
e64a0b
- Fix for RHBZ#1044119 - crash bundles gdb
e64a0b
e64a0b
* Thu May  5 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-2
e64a0b
- BZ #1333295 - FTBFS due compiler warnings in elf64-s390.c
e64a0b
e64a0b
* Thu Apr 28 2016 Dave Anderson <anderson@redhat.com> - 7.1.5-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.4-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e64a0b
e64a0b
* Thu Dec 17 2015 Dave Anderson <anderson@redhat.com> - 7.1.4-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Thu Sep  3 2015 Dave Anderson <anderson@redhat.com> - 7.1.3-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Mon Jul 13 2015 Dave Anderson <anderson@redhat.com> - 7.1.2-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.1.1-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e64a0b
e64a0b
* Thu May 28 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Mon Mar  2 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-3
e64a0b
- Support increment of Linux version from 3 to 4
e64a0b
e64a0b
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 7.1.0-2
e64a0b
- Rebuilt for Fedora 23 Change
e64a0b
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
e64a0b
e64a0b
* Tue Feb 10 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Fri Nov 15 2014 Dave Anderson <anderson@redhat.com> - 7.0.9-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Mon Sep 15 2014 Dave Anderson <anderson@redhat.com> - 7.0.8-1
e64a0b
- Update to latest upstream release
e64a0b
- Add ppc64le as supported architecture for crash package (BZ #1136050)
e64a0b
e64a0b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.7-3
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e64a0b
e64a0b
* Wed Jul 02 2014 Dave Anderson <anderson@redhat.com> - 7.0.7-2
e64a0b
- Fix FTBS for aarch64 (BZ #1114588)
e64a0b
e64a0b
* Wed Jun 11 2014 Dave Anderson <anderson@redhat.com> - 7.0.7-1
e64a0b
- Update to latest upstream release
e64a0b
- Fix Fedora_21_Mass_Rebuild FTBFS (BZ #1106090)
e64a0b
e64a0b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.5-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e64a0b
e64a0b
* Fri Feb 28 2014 Dave Anderson <anderson@redhat.com> - 7.0.5-1
e64a0b
- Update to latest upstream release
e64a0b
- Use system readline library
e64a0b
- Fix "crash --log vmcore" command for 3.11 and later kernels.
e64a0b
e64a0b
* Tue Dec 17 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 7.0.4-2
e64a0b
- crash bundles gdb which bundles libiberty.  Add virtual Provides for
e64a0b
  libiberty tracking.  Open a bug for unbundling gdb RHBZ#1044119
e64a0b
e64a0b
* Mon Dec 16 2013 Dave Anderson <anderson@redhat.com> - 7.0.4-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Tue Oct 29 2013 Dave Anderson <anderson@redhat.com> - 7.0.3-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Sep 04 2013 Dave Anderson <anderson@redhat.com> - 7.0.2-1
e64a0b
- Update to latest upstream release
e64a0b
- Build with lzo and snappy compression capability
e64a0b
e64a0b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.1-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e64a0b
e64a0b
* Mon Jun 17 2013 Dave Anderson <anderson@redhat.com> - 7.0.1-1
e64a0b
- Update to latest upstream release
e64a0b
- Add aarch64 as an exclusive arch
e64a0b
e64a0b
* Tue Apr  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.6-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Tue Feb 19 2013 Dave Anderson <anderson@redhat.com> - 6.1.4-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.2-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e64a0b
e64a0b
* Wed Jan  9 2013 Dave Anderson <anderson@redhat.com> - 6.1.2-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Tue Nov 27 2012 Dave Anderson <anderson@redhat.com> - 6.1.1-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Mon Sep  1 2012 Dave Anderson <anderson@redhat.com> - 6.1.0-1
e64a0b
- Add ppc to ExclusiveArch list
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.8-2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e64a0b
e64a0b
* Mon Jul  1 2012 Dave Anderson <anderson@redhat.com> - 6.0.8-1
e64a0b
- Update to latest upstream release.
e64a0b
- Replace usage of "struct siginfo" with "siginfo_t".
e64a0b
e64a0b
* Mon Apr 30 2012 Dave Anderson <anderson@redhat.com> - 6.0.6-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Mon Mar 26 2012 Dave Anderson <anderson@redhat.com> - 6.0.5-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Jan  4 2012 Dave Anderson <anderson@redhat.com> - 6.0.2-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Wed Oct 26 2011 Dave Anderson <anderson@redhat.com> - 6.0.0-1
e64a0b
- Update to latest upstream release
e64a0b
e64a0b
* Tue Sep 20 2011 Dave Anderson <anderson@redhat.com> - 5.1.8-1
e64a0b
- Update to latest upstream release
e64a0b
- Additional fixes for gcc-4.6 -Werror compile failures for ARM architecture.
e64a0b
e64a0b
* Thu Sep  1 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-2
e64a0b
- Fixes for gcc-4.6 -Werror compile failures for ARM architecture.
e64a0b
e64a0b
* Wed Aug 17 2011 Dave Anderson <anderson@redhat.com> - 5.1.7-1
e64a0b
- Update to latest upstream release
e64a0b
- Fixes for gcc-4.6 -Werror compile failures for ppc64/ppc.
e64a0b
e64a0b
* Tue May 31 2011 Peter Robinson <pbrobinson@gmail.com> - 5.1.5-1
e64a0b
- Update to latest upstream release
e64a0b
- Add ARM to the Exclusive arch
e64a0b
e64a0b
* Wed Feb 25 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-2
e64a0b
- Fixes for gcc-4.6 -Werror compile failures in gdb module.  
e64a0b
e64a0b
* Wed Feb 23 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-1
e64a0b
- Upstream version.
e64a0b
e64a0b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.6-3
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e64a0b
e64a0b
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-2
e64a0b
- Bump version.
e64a0b
e64a0b
* Tue Jul 20 2010 Dave Anderson <anderson@redhat.com> - 5.0.6-1
e64a0b
- Update to upstream version.
e64a0b
e64a0b
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-2
e64a0b
  Bump version.
e64a0b
e64a0b
* Fri Sep 11 2009 Dave Anderson <anderson@redhat.com> - 4.0.9-1
e64a0b
- Update to upstream release, which allows the removal of the 
e64a0b
  Revision tag workaround, the crash-4.0-8.11-dwarf3.patch and 
e64a0b
  the crash-4.0-8.11-optflags.patch
e64a0b
e64a0b
* Sun Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-2
e64a0b
- Fix reading of dwarf 3 DW_AT_data_member_location
e64a0b
- Use proper compiler flags
e64a0b
e64a0b
* Wed Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0.8.11-1
e64a0b
- Update to later upstream release
e64a0b
- Fix abuse of Revision tag
e64a0b
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e64a0b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-9.7.2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e64a0b
e64a0b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-8.7.2
e64a0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e64a0b
e64a0b
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.2
e64a0b
- Replace exclusive arch i386 with ix86.
e64a0b
e64a0b
* Thu Feb 19 2009 Dave Anderson <anderson@redhat.com> - 4.0-7.7.1
e64a0b
- Updates to this file per crash merge review
e64a0b
- Update to upstream version 4.0-7.7.  Full changelog viewable in:
e64a0b
    http://people.redhat.com/anderson/crash.changelog.html
e64a0b
e64a0b
* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.0-7
e64a0b
- fix license tag
e64a0b
e64a0b
* Tue Apr 29 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.3
e64a0b
- Added crash-devel subpackage
e64a0b
- Updated crash.patch to match upstream version 4.0-6.3
e64a0b
e64a0b
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.5
e64a0b
- Second attempt at addressing the GCC 4.3 build, which failed due
e64a0b
  to additional ptrace.h includes in the lkcd vmdump header files.
e64a0b
e64a0b
* Wed Feb 20 2008 Dave Anderson <anderson@redhat.com> - 4.0-6.0.4
e64a0b
- First attempt at addressing the GCC 4.3 build, which failed on x86_64
e64a0b
  because ptrace-abi.h (included by ptrace.h) uses the "u32" typedef,
e64a0b
  which relies on <asm/types.h>, and include/asm-x86_64/types.h
e64a0b
  does not not typedef u32 as done in include/asm-x86/types.h.
e64a0b
e64a0b
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.0-6.0.3
e64a0b
- Autorebuild for GCC 4.3
e64a0b
e64a0b
* Wed Jan 23 2008 Dave Anderson <anderson@redhat.com> - 4.0-5.0.3
e64a0b
- Updated crash.patch to match upstream version 4.0-5.0.
e64a0b
e64a0b
* Wed Aug 29 2007 Dave Anderson <anderson@redhat.com> - 4.0-4.6.2
e64a0b
- Updated crash.patch to match upstream version 4.0-4.6.
e64a0b
e64a0b
* Wed Sep 13 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.3
e64a0b
- Updated crash.patch to match upstream version 4.0-3.3.
e64a0b
- Support for x86_64 relocatable kernels.  BZ #204557
e64a0b
e64a0b
* Mon Aug  7 2006 Dave Anderson <anderson@redhat.com> - 4.0-3.1
e64a0b
- Updated crash.patch to match upstream version 4.0-3.1.
e64a0b
- Added kdump reference to description.
e64a0b
- Added s390 and s390x to ExclusiveArch list.  BZ #199125
e64a0b
- Removed LKCD v1 pt_regs references for s390/s390x build.
e64a0b
- Removed LKCD v2_v3 pt_regs references for for s390/s390x build.
e64a0b
e64a0b
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 4.0-3
e64a0b
- rebuild
e64a0b
e64a0b
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.4
e64a0b
- Updated crash.patch such that <asm/page.h> is not #include'd
e64a0b
  by s390_dump.c; IBM did not make the file s390[s] only; BZ #192719
e64a0b
e64a0b
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.3
e64a0b
- Updated crash.patch such that <asm/page.h> is not #include'd
e64a0b
  by vas_crash.h; only ia64 build complained; BZ #191719
e64a0b
e64a0b
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.2
e64a0b
- Updated crash.patch such that <asm/segment.h> is not #include'd
e64a0b
  by lkcd_x86_trace.c; also for BZ #191719
e64a0b
e64a0b
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.1
e64a0b
- Updated crash.patch to bring it up to 4.0-2.26, which should 
e64a0b
  address BZ #191719 - "crash fails to build in mock"
e64a0b
e64a0b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.0-2.18.1
e64a0b
- rebuilt for new gcc4.1 snapshot and glibc changes
e64a0b
e64a0b
* Wed Jan 04 2006 Dave Anderson <anderson@redhat.com> 4.0-2.18
e64a0b
- Updated source package to crash-4.0.tar.gz, and crash.patch
e64a0b
  to bring it up to 4.0-2.18.
e64a0b
e64a0b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e64a0b
- rebuilt
e64a0b
e64a0b
* Thu Mar 03 2005 Dave Anderson <anderson@redhat.com> 3.10-13
e64a0b
- Compiler error- and warning-related fixes for gcc 4 build.
e64a0b
- Update to enhance x86 and x86_64 gdb disassembly output so as to
e64a0b
  symbolically display call targets from kernel module text without
e64a0b
  requiring module debuginfo data.
e64a0b
- Fix hole where an ia64 vmcore could be mistakenly accepted as a
e64a0b
  usable dumpfile on an x86_64 machine, leading eventually to a
e64a0b
  non-related error message.
e64a0b
* Wed Mar 02 2005 Dave Anderson <anderson@redhat.com> 3.10-12
e64a0b
- rebuild (gcc 4)
e64a0b
* Thu Feb 10 2005 Dave Anderson <anderson@redhat.com> 3.10-9
e64a0b
- Updated source package to crash-3.10.tar.gz, containing
e64a0b
  IBM's final ppc64 processor support for RHEL4
e64a0b
- Fixes potential "bt -a" hang on dumpfile where netdump IPI interrupted
e64a0b
  an x86 process while executing the instructions just after it had entered
e64a0b
  the kernel for a syscall, but before calling the handler.  BZ #139437
e64a0b
- Update to handle backtraces in dumpfiles generated on IA64 with the
e64a0b
  INIT switch (functionality intro'd in RHEL3-U5 kernel).  BZ #139429
e64a0b
- Fix for handling ia64 and x86_64 machines booted with maxcpus=1 on
e64a0b
  an SMP kernel.  BZ #139435
e64a0b
- Update to handle backtraces in dumpfiles generated on x86_64 from the
e64a0b
  NMI exception stack (functionality intro'd in RHEL3-U5 kernel).
e64a0b
- "kmem -[sS]" beefed up to more accurately verify slab cache chains
e64a0b
  and report errors found.
e64a0b
- Fix for ia64 INIT switch-generated backtrace handling when
e64a0b
  init_handler_platform() is inlined into ia64_init_handler();
e64a0b
  properly handles both RHEL3 and RHEL4 kernel patches.
e64a0b
  BZ #138350
e64a0b
- Update to enhance ia64 gdb disassembly output so as to
e64a0b
  symbolically display call targets from kernel module
e64a0b
  text without requiring module debuginfo data.
e64a0b
e64a0b
* Wed Jul 14 2004 Dave Anderson <anderson@redhat.com> 3.8-5
e64a0b
- bump release for fc3
e64a0b
e64a0b
* Tue Jul 13 2004 Dave Anderson <anderson@redhat.com> 3.8-4
e64a0b
- Fix for gcc 3.4.x/gdb issue where vmlinux was mistakenly presumed non-debug 
e64a0b
e64a0b
* Fri Jun 25 2004 Dave Anderson <anderson@redhat.com> 3.8-3
e64a0b
- remove (harmless) error message during ia64 diskdump invocation when
e64a0b
  an SMP system gets booted with maxcpus=1
e64a0b
- several 2.6 kernel specific updates
e64a0b
e64a0b
* Thu Jun 17 2004 Dave Anderson <anderson@redhat.com> 3.8-2
e64a0b
- updated source package to crash-3.8.tar.gz 
e64a0b
- diskdump support
e64a0b
- x86_64 processor support 
e64a0b
e64a0b
* Mon Sep 22 2003 Dave Anderson <anderson@redhat.com> 3.7-5
e64a0b
- make bt recovery code start fix-up only upon reaching first faulting frame
e64a0b
e64a0b
* Fri Sep 19 2003 Dave Anderson <anderson@redhat.com> 3.7-4
e64a0b
- fix "bt -e" and bt recovery code to recognize new __KERNEL_CS and DS
e64a0b
e64a0b
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-3
e64a0b
- patch to recognize per-cpu GDT changes that redefine __KERNEL_CS and DS
e64a0b
e64a0b
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-2
e64a0b
- patches for netdump active_set determination and slab info gathering 
e64a0b
e64a0b
* Wed Aug 20 2003 Dave Anderson <anderson@redhat.com> 3.7-1
e64a0b
- updated source package to crash-3.7.tar.gz
e64a0b
e64a0b
* Wed Jul 23 2003 Dave Anderson <anderson@redhat.com> 3.6-1
e64a0b
- removed Packager, Distribution, and Vendor tags
e64a0b
- updated source package to crash-3.6.tar.gz 
e64a0b
e64a0b
* Fri Jul 18 2003 Jay Fenlason <fenlason@redhat.com> 3.5-2
e64a0b
- remove ppc from arch list, since it doesn't work with ppc64 kernels
e64a0b
- remove alpha from the arch list since we don't build it any more
e64a0b
e64a0b
* Fri Jul 18 2003 Matt Wilson <msw@redhat.com> 3.5-1
e64a0b
- use %%defattr(-,root,root)
e64a0b
e64a0b
* Tue Jul 15 2003 Jay Fenlason <fenlason@redhat.com>
e64a0b
- Updated spec file as first step in turning this into a real RPM for taroon.
e64a0b
- Wrote man page.