[crash] Update to latest upstream release. Add aarch64 to exclusive arch.

David Anderson crash at fedoraproject.org
Mon Jun 17 19:04:45 UTC 2013


commit ca29eb340b1750721f17640496aa56fb44eab994
Author: Dave Anderson <anderson at redhat.com>
Date:   Mon Jun 17 15:02:17 2013 -0400

    Update to latest upstream release.
    Add aarch64 to exclusive arch.

 .gitignore |    1 +
 crash.spec |    8 ++++++--
 sources    |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76c0ba5..34238d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ crash-5.0.6.tar.gz
 /crash-6.1.2.tar.gz
 /crash-6.1.4.tar.gz
 /crash-6.1.6.tar.gz
+/crash-7.0.1.tar.gz
diff --git a/crash.spec b/crash.spec
index e9f202e..5db9b14 100644
--- a/crash.spec
+++ b/crash.spec
@@ -3,14 +3,14 @@
 #
 Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
 Name: crash
-Version: 6.1.6
+Version: 7.0.1
 Release: 1%{?dist}
 License: GPLv3
 Group: Development/Debuggers
 Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
 URL: http://people.redhat.com/anderson
 ExclusiveOS: Linux
-ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm}
+ExclusiveArch: %{ix86} ia64 x86_64 ppc ppc64 s390 s390x %{arm} aarch64
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: ncurses-devel zlib-devel
 Requires: binutils
@@ -62,6 +62,10 @@ rm -rf %{buildroot}
 %{_includedir}/*
 
 %changelog
+* Mon Jun 17 2013 Dave Anderson <anderson at redhat.com> - 7.0.1-1
+- Update to latest upstream release
+- Add aarch64 as an exclusive arch
+
 * Tue Apr  9 2013 Dave Anderson <anderson at redhat.com> - 6.1.6-1
 - Update to latest upstream release
 
diff --git a/sources b/sources
index 3b05207..28f25c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-884544e117f08c370b7ec14812547a0f  crash-6.1.6.tar.gz
+b59076aebaced87e9073328cb0a4f50a  crash-7.0.1.tar.gz


More information about the scm-commits mailing list