From afb758a902bf60624d89b6681de6b824ddabff0c Mon Sep 17 00:00:00 2001 From: Vaclav Dolezal Date: Tue, 4 Feb 2020 13:55:28 +0100 Subject: [PATCH] Fix FTBFS by enabling '-fcommon' --- dump.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dump.spec b/dump.spec index 73745d4..538464e 100644 --- a/dump.spec +++ b/dump.spec @@ -1,11 +1,13 @@ %define PREVER b46 %define DUMP_VERSION 0.4%{PREVER} +%define _legacy_common_support 1 + Summary: Programs for backing up and restoring ext2/ext3/ext4 filesystems Name: dump Epoch: 1 Version: 0.4 -Release: 0.41.%{PREVER}%{?dist} +Release: 0.42.%{PREVER}%{?dist} License: BSD URL: http://dump.sourceforge.net/ Source: http://downloads.sourceforge.net/dump/dump-%{DUMP_VERSION}.tar.gz @@ -103,6 +105,9 @@ popd %{_mandir}/man8/rrestore.8* %changelog +* Tue Feb 04 2020 Václav Doležal - 1:0.4-0.42.b46 +- Fix FTBFS by enabling '-fcommon' + * Tue Jan 28 2020 Fedora Release Engineering - 1:0.4-0.41.b46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild