Moved binaries to /usr/bin

Resolves: rhbz#1540485
This commit is contained in:
Jaroslav Škarvada 2018-02-02 16:38:51 +01:00
parent eccebfff98
commit 40e1f55e50

View File

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