From f20a4a4498c7cb04c2bb6a65697b30c748874e9f Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Mon, 3 Feb 2020 20:25:54 +0000 Subject: [PATCH] Work around GCC 10 build failure Signed-off-by: Jonathan Dieter --- duperemove.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/duperemove.spec b/duperemove.spec index eb36427..8055f9b 100644 --- a/duperemove.spec +++ b/duperemove.spec @@ -1,6 +1,8 @@ +%define _legacy_common_support 1 + Name: duperemove Version: 0.11.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for deduping file systems License: GPLv2 URL: https://github.com/markfasheh/%{name} @@ -53,6 +55,9 @@ rm -f xxhash.c xxhash.h %{_sbindir}/show-shared-extents %changelog +* Mon Feb 03 2020 Jonathan Dieter - 0.11.1-3 +- Work around GCC 10 build failure + * Tue Jan 28 2020 Fedora Release Engineering - 0.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild