Update to latest upstream release
This commit is contained in:
parent
c1b92511d9
commit
4df746c6b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ crash-5.0.6.tar.gz
|
|||||||
/crash-5.1.5.tar.gz
|
/crash-5.1.5.tar.gz
|
||||||
/crash-5.1.7.tar.gz
|
/crash-5.1.7.tar.gz
|
||||||
/crash-5.1.8.tar.gz
|
/crash-5.1.8.tar.gz
|
||||||
|
/crash-6.0.0.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
|
||||||
Name: crash
|
Name: crash
|
||||||
Version: 5.1.8
|
Version: 6.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -14,7 +14,6 @@ ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x %{arm}
|
|||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||||
BuildRequires: ncurses-devel zlib-devel
|
BuildRequires: ncurses-devel zlib-devel
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
Patch0: arm-unused-but-set-variable_v2.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The core analysis suite is a self-contained tool that can be used to
|
The core analysis suite is a self-contained tool that can be used to
|
||||||
@ -35,7 +34,6 @@ offered by Mission Critical Linux, or the LKCD kernel patch.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version} -q
|
%setup -n %{name}-%{version} -q
|
||||||
%patch0 -p1 -b arm-unused-but-set-variable_v2.patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
|
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
|
||||||
@ -64,6 +62,9 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2011 Dave Anderson <anderson@redhat.com> - 6.0.0-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
|
||||||
* Tue Sep 20 2011 Dave Anderson <anderson@redhat.com> - 5.1.8-1
|
* Tue Sep 20 2011 Dave Anderson <anderson@redhat.com> - 5.1.8-1
|
||||||
- Update to latest upstream release
|
- Update to latest upstream release
|
||||||
- Additional fixes for gcc-4.6 -Werror compile failures for ARM architecture.
|
- Additional fixes for gcc-4.6 -Werror compile failures for ARM architecture.
|
||||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
|||||||
c4489fe3610f9e4875c3318da1d792f3 crash-5.1.5.tar.gz
|
c4489fe3610f9e4875c3318da1d792f3 crash-5.1.5.tar.gz
|
||||||
8654c5577691d3f5602443689e7214a2 crash-5.1.7.tar.gz
|
8654c5577691d3f5602443689e7214a2 crash-5.1.7.tar.gz
|
||||||
988cc4ac2aa5f07ae9ba4018ab3c79f5 crash-5.1.8.tar.gz
|
988cc4ac2aa5f07ae9ba4018ab3c79f5 crash-5.1.8.tar.gz
|
||||||
|
d5fe6486519dfd18b115ad80a6e8321a crash-6.0.0.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user