From dc890da863d24f0badde0296b67ebce06f52c111 Mon Sep 17 00:00:00 2001 From: HATAYAMA Daisuke Date: Fri, 19 Feb 2021 16:45:29 +0900 Subject: [PATCH] Release 3.0-2 Signed-off-by: HATAYAMA Daisuke --- crash-trace-command.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crash-trace-command.spec b/crash-trace-command.spec index 64c0306..e930b7d 100644 --- a/crash-trace-command.spec +++ b/crash-trace-command.spec @@ -3,7 +3,7 @@ Summary: Trace extension module for the crash utility Name: crash-trace-command Version: 3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Source: https://github.com/fujitsu/crash-trace/archive/v%{version}/%{name}-%{version}.tar.gz URL: https://github.com/fujitsu/crash-trace @@ -37,5 +37,8 @@ install -m 0755 -t %{buildroot}%{_libdir}/crash/extensions %{_builddir}/%{repona %license COPYING %changelog +* Fri Feb 19 2021 HATAYAMA Daisuke - 3.0-2 +- Makefile: set DT_SONAME to trace.so +- Makefile: fix build failure on aarch64 and ppc64le * Fri Jan 22 2021 HATAYAMA Daisuke - 3.0-1 - Initial crash-trace-command package