From c02d7f6ff29a13aa4d599d9b729d9f5246e35db7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 21 Feb 2015 22:24:49 +0100 Subject: [PATCH] Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code --- findutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index 182711a..d81a108 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.5.14 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv3+ Group: Applications/File @@ -103,6 +103,10 @@ fi %{_infodir}/find-maint.info.gz %changelog +* Sat Feb 21 2015 Till Maas - 1:4.5.14-4 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Mon Feb 16 2015 Kamil Dudka - 1:4.5.14-3 - fix a crash triggered by recursive bind mount (#1188498)