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
This commit is contained in:
DistroBaker 2021-02-02 21:43:35 +00:00
parent 155b953028
commit 0a442a4fb3

View File

@ -3,7 +3,7 @@ Summary: A GNU tool which simplifies the build process for users
Name: make Name: make
Epoch: 1 Epoch: 1
Version: 4.3 Version: 4.3
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv3+ License: GPLv3+
URL: http://www.gnu.org/software/make/ URL: http://www.gnu.org/software/make/
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz 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 Patch3: make-4.3-cloexec.patch
# autoreconf # autoreconf
BuildRequires: make
BuildRequires: autoconf, automake, gettext-devel BuildRequires: autoconf, automake, gettext-devel
BuildRequires: procps BuildRequires: procps
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
@ -80,6 +81,9 @@ echo ============END TESTING===========
%{_includedir}/gnumake.h %{_includedir}/gnumake.h
%changelog %changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 DJ Delorie <dj@redhat.com> - 1:4.3-3 * Wed Jul 29 2020 DJ Delorie <dj@redhat.com> - 1:4.3-3
- Disable inheritance of jobserver FDs for recursive make. BZ #1827850 - Disable inheritance of jobserver FDs for recursive make. BZ #1827850