From 21f174014f26bdc5436ff59a99ac9e4fdf72d9b7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 10 Jun 2021 12:12:02 +0200 Subject: [PATCH] Rebuild with updated binutils (#1960667) Related: #1960667 --- findutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index 86cc477..91cc030 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv3+ URL: https://www.gnu.org/software/findutils/ @@ -111,6 +111,9 @@ rm -f %{buildroot}%{_infodir}/dir %{_infodir}/find-maint.info.* %changelog +* Thu Jun 10 2021 Florian Weimer - 1:4.8.0-4 +- Rebuild with updated binutils (#1960667) + * Thu Apr 15 2021 Mohan Boddu - 1:4.8.0-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937