update to 5.1.5, add ARM to exclusive arch
This commit is contained in:
parent
bdd1ef6034
commit
1e2581ab02
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ crash-4.0-8.11.tar.gz
|
|||||||
crash-4.0.9.tar.gz
|
crash-4.0.9.tar.gz
|
||||||
crash-5.0.6.tar.gz
|
crash-5.0.6.tar.gz
|
||||||
/crash-5.1.2.tar.gz
|
/crash-5.1.2.tar.gz
|
||||||
|
/crash-5.1.5.tar.gz
|
||||||
|
12
crash.spec
12
crash.spec
@ -3,18 +3,17 @@
|
|||||||
#
|
#
|
||||||
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.2
|
Version: 5.1.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
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
|
||||||
URL: http://people.redhat.com/anderson
|
URL: http://people.redhat.com/anderson
|
||||||
ExclusiveOS: Linux
|
ExclusiveOS: Linux
|
||||||
ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x
|
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: gdb_Werror_fixes.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 gdb_Werror_fixes.patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
|
make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
|
||||||
@ -64,6 +62,10 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 31 2011 Peter Robinson <pbrobinson@gmail.com> - 5.1.5-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
- Add ARM to the Exclusive arch
|
||||||
|
|
||||||
* Wed Feb 25 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-2
|
* Wed Feb 25 2011 Dave Anderson <anderson@redhat.com> - 5.1.2-2
|
||||||
- Fixes for gcc-4.6 -Werror compile failures in gdb module.
|
- Fixes for gcc-4.6 -Werror compile failures in gdb module.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user