Update to latest upstream release
This commit is contained in:
parent
cbc802a1ce
commit
ad1abf1439
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ crash-5.0.6.tar.gz
|
|||||||
/crash-6.0.5.tar.gz
|
/crash-6.0.5.tar.gz
|
||||||
/crash-6.0.6.tar.gz
|
/crash-6.0.6.tar.gz
|
||||||
/crash-6.0.8.tar.gz
|
/crash-6.0.8.tar.gz
|
||||||
|
/crash-6.0.9.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: 6.0.8
|
Version: 6.0.9
|
||||||
Release: 2%{?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
|
||||||
@ -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: struct_siginfo_to_siginfo_t.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 struct_siginfo_to_siginfo_t.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
|
||||||
|
* Tue Aug 21 2012 Dave Anderson <anderson@redhat.com> - 6.0.9-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
|
||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.8-2
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.8-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -6,3 +6,4 @@ d5fe6486519dfd18b115ad80a6e8321a crash-6.0.0.tar.gz
|
|||||||
85e4a105e4634c2c9a33c1c69e673fb7 crash-6.0.5.tar.gz
|
85e4a105e4634c2c9a33c1c69e673fb7 crash-6.0.5.tar.gz
|
||||||
3b567a5df156d2e5482ddf587f2f8975 crash-6.0.6.tar.gz
|
3b567a5df156d2e5482ddf587f2f8975 crash-6.0.6.tar.gz
|
||||||
0aa88c0984eca8940b5a16a064b2205f crash-6.0.8.tar.gz
|
0aa88c0984eca8940b5a16a064b2205f crash-6.0.8.tar.gz
|
||||||
|
0427480820832fda33c30bb86dd64621 crash-6.0.9.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user