diff --git a/SOURCES/ARM32.patch b/SOURCES/ARM32.patch deleted file mode 100644 index 737aec6..0000000 --- a/SOURCES/ARM32.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- crash-trace-command-2.0/Makefile.orig -+++ crash-trace-command-2.0/Makefile -@@ -30,6 +30,10 @@ ifeq ($(shell arch), aarch64) - TARGET=ARM64 - TARGET_CFLAGS= - endif -+ifeq ($(shell arch), armv7l) -+ TARGET=ARM32 -+ TARGET_CFLAGS= -+endif - - INCDIR=/usr/include/crash - diff --git a/SPECS/crash-trace-command.spec b/SPECS/crash-trace-command.spec index 3db0ecc..ea53a24 100644 --- a/SPECS/crash-trace-command.spec +++ b/SPECS/crash-trace-command.spec @@ -4,15 +4,15 @@ Summary: Trace extension module for the crash utility Name: crash-trace-command Version: 2.0 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2 Group: Development/Debuggers -Source: %{name}-%{version}.tar.gz -URL: http://people.redhat.com/anderson/extensions/%{name}-%{version}.tar.gz +Source: https://github.com/crash-utility/crash-extensions/blob/master/%{name}-%{version}.tar.gz +URL: https://crash-utility.github.io/extensions.html # Vendor: Fujitsu Limited # Packager: Qiao Nuohan ExclusiveOS: Linux -ExclusiveArch: x86_64 %{ix86} ppc64 ia64 s390 s390x aarch64 ppc64le %{arm} +ExclusiveArch: x86_64 %{ix86} ppc64 ia64 s390 s390x aarch64 ppc64le Buildroot: %{_tmppath}/%{name}-root BuildRequires: zlib-devel lzo-devel snappy-devel BuildRequires: crash-devel >= 7.2.0-2 @@ -32,8 +32,6 @@ Patch10: ppc64_ring_buffer_read.patch Patch11: rhel8_build.patch Patch12: ftrace_event_call_rh_data.patch -Patch1001: ARM32.patch - %description Command for reading ftrace data from a dumpfile. @@ -53,8 +51,6 @@ Command for reading ftrace data from a dumpfile. %patch11 -p1 -b rhel8_build.patch %patch12 -p1 -b ftrace_event_call_rh_data.patch -%patch1001 -p1 -b ARM32.patch - %build make @@ -71,6 +67,10 @@ rm -rf %{buildroot} %doc COPYING %changelog +* Mon Jul 27 2020 Bhupesh Sharma - 2.0-17 +- Chnage Source/URL to point to the latest github location + Resolves: rhbz#1851746 + * Tue Apr 28 2019 Dave Anderson - 2.0-16 - Fix for RHEL7 ftrace_event_call data structure change Resolves: rhbz#1827734