Update to latest upstream release
This commit is contained in:
parent
c4bd9ff960
commit
0faf44f149
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ crash-5.0.6.tar.gz
|
|||||||
/crash-7.0.8.tar.gz
|
/crash-7.0.8.tar.gz
|
||||||
/crash-7.0.9.tar.gz
|
/crash-7.0.9.tar.gz
|
||||||
/crash-7.1.0.tar.gz
|
/crash-7.1.0.tar.gz
|
||||||
|
/crash-7.1.1.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
#
|
#
|
||||||
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: 7.1.0
|
Version: 7.1.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
|
Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
|
||||||
@ -17,7 +17,6 @@ Requires: binutils
|
|||||||
Provides: bundled(libiberty)
|
Provides: bundled(libiberty)
|
||||||
Patch0: lzo_snappy.patch
|
Patch0: lzo_snappy.patch
|
||||||
Patch1: use_system_readline_v2.patch
|
Patch1: use_system_readline_v2.patch
|
||||||
Patch2: linux_version_4_support.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
|
||||||
@ -40,7 +39,6 @@ offered by Mission Critical Linux, or the LKCD kernel patch.
|
|||||||
%setup -n %{name}-%{version} -q
|
%setup -n %{name}-%{version} -q
|
||||||
%patch0 -p1 -b lzo_snappy.patch
|
%patch0 -p1 -b lzo_snappy.patch
|
||||||
%patch1 -p1 -b use_system_readline_v2.patch
|
%patch1 -p1 -b use_system_readline_v2.patch
|
||||||
%patch2 -p1 -b linux_version_4_support.patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
|
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
|
||||||
@ -69,6 +67,9 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 28 2015 Dave Anderson <anderson@redhat.com> - 7.1.1-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
|
||||||
* Mon Mar 2 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-3
|
* Mon Mar 2 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-3
|
||||||
- Support increment of Linux version from 3 to 4
|
- Support increment of Linux version from 3 to 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user