From 497bd3e2d305f8153c5cfb4cc7fe35e0b867a43d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 21 2020 08:14:21 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/elfutils.spec b/SPECS/elfutils.spec index a545e9f..df8247c 100644 --- a/SPECS/elfutils.spec +++ b/SPECS/elfutils.spec @@ -1,6 +1,6 @@ Name: elfutils Version: 0.182 -%global baserelease 2 +%global baserelease 3 Release: %{baserelease}%{?dist} URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ @@ -57,8 +57,8 @@ BuildRequires: curl %endif # Patches - Patch1: elfutils-0.182-debuginfod-test-fix.patch +Patch2: elfutils-0.182-s390-pid_memory_read.patch %description Elfutils is a collection of utilities, including stack (to show @@ -250,8 +250,8 @@ such servers to download those files on demand. %setup -q # Apply patches - %patch1 -p1 -b .debuginfod_test_fix +%patch2 -p1 # In case the above patches added any new test scripts, make sure they # are executable. @@ -433,6 +433,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Thu Dec 17 2020 Mark Wielaard - 0.182-3 +- Add elfutils-0.182-s390-pid_memory_read.patch + * Mon Nov 2 2020 Mark Wielaard - 0.182-2 - Add elfutils-0.182-debuginfod-test-fix.patch.