From d597c797b79cc0585b32cb3678d2f82d0c8025ec Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 30 Apr 2019 22:55:13 +0200 Subject: [PATCH] Add elfutils-0.176-pt-gnu-prop.patch --- elfutils.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elfutils.spec b/elfutils.spec index 10e0884..0399d48 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -20,6 +20,7 @@ Source: %{?source_url}%{name}-%{version}.tar.bz2 # Patches Patch1: elfutils-0.176-gcc-pr88835.patch +Patch2: elfutils-0.176-pt-gnu-prop.patch Requires: elfutils-libelf%{depsuffix} = %{version}-%{release} Requires: elfutils-libs%{depsuffix} = %{version}-%{release} @@ -182,6 +183,7 @@ profiling) of processes. # Apply patches %patch1 -p1 -b .gcc-pr88835 +%patch2 -p1 -b .pt-gnu-prop # In case the above patches added any new test scripts, make sure they # are executable. @@ -316,6 +318,7 @@ fi %changelog * Tue Apr 30 2019 Mark Wielaard - Update elfutils-0.176-gcc-pr88835.patch. +- Add elfutils-0.176-pt-gnu-prop.patch * Fri Feb 15 2019 Mark Wielaard - 0.176-1 - New upstream release.