diff --git a/grep.spec b/grep.spec index 358e519..f81cac3 100644 --- a/grep.spec +++ b/grep.spec @@ -1,9 +1,7 @@ -%define _bindir /bin - Summary: Pattern matching utilities Name: grep Version: 3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/grep/ Group: Applications/Text @@ -24,6 +22,10 @@ BuildRequires: pcre-devel >= 3.9-10, texinfo, gettext BuildRequires: autoconf automake # https://fedorahosted.org/fpc/ticket/174 Provides: bundled(gnulib) +# for backward compatibility (rhbz#1540485) +Provides: /bin/grep +Provides: /bin/fgrep +Provides: /bin/egrep %description The GNU versions of commonly used grep utilities. Grep searches through @@ -86,6 +88,10 @@ fi %{_libexecdir}/grepconf.sh %changelog +* Fri Feb 2 2018 Jaroslav Škarvada - 3.1-4 +- Moved binaries to /usr/bin + Resolves: rhbz#1540485 + * Wed Aug 02 2017 Fedora Release Engineering - 3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild