From 0a442a4fb397c02dfe117024670bcb230589ea0f Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 21:43:35 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/make.git#6925c681896618e39b4e44031c5eaaaf6ae497b7 --- make.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/make.spec b/make.spec index f1cad7a..ef2c4cf 100644 --- a/make.spec +++ b/make.spec @@ -3,7 +3,7 @@ Summary: A GNU tool which simplifies the build process for users Name: make Epoch: 1 Version: 4.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/make/ Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz @@ -24,6 +24,7 @@ Patch2: make-4.3-j8k.patch Patch3: make-4.3-cloexec.patch # autoreconf +BuildRequires: make BuildRequires: autoconf, automake, gettext-devel BuildRequires: procps BuildRequires: perl-interpreter @@ -80,6 +81,9 @@ echo ============END TESTING=========== %{_includedir}/gnumake.h %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1:4.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 DJ Delorie - 1:4.3-3 - Disable inheritance of jobserver FDs for recursive make. BZ #1827850