From fe9cd06e655b9fa0e6fc6162d1b428400dc7f0b2 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 31 Jul 2018 11:04:03 +0200 Subject: [PATCH] Rebuild with fixed binutils --- elfutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elfutils.spec b/elfutils.spec index 49b9b1b..0891afc 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ Name: elfutils Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Version: 0.173 -%global baserelease 7 +%global baserelease 8 URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -328,6 +328,9 @@ fi %endif %changelog +* Tue Jul 31 2018 Florian Weimer - 0.173-8 +- Rebuild with fixed binutils + * Sun Jul 29 2018 Mark Wielaard - 0.173-7 - Add elfutils-0.173-strip-alloc-nonalloc.patch (#1609577)