diff --git a/fzf.spec b/fzf.spec index 3ea0a2b..2008bac 100644 --- a/fzf.spec +++ b/fzf.spec @@ -4,7 +4,7 @@ Version: 0.17.4 %gometa Name: fzf -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command-line fuzzy finder written in Go License: MIT URL: %{gourl} @@ -89,6 +89,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/ %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.17.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jun 14 2018 Elliott Sales de Andrade - 0.17.4-1 - New upstream release. - Update spec based on More Go Programming template.