From a157645f7ac6751f0b7ae54dccb2b2e2adbfd646 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Tue, 9 Feb 2016 13:41:17 +0100 Subject: [PATCH] provides /bin/sed --- sed.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 0569635..a778a4f 100644 --- a/sed.spec +++ b/sed.spec @@ -3,7 +3,7 @@ Summary: A GNU stream text editor Name: sed Version: 4.2.2 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv3+ Group: Applications/Text URL: http://sed.sourceforge.net/ @@ -16,6 +16,8 @@ BuildRequires: perl-Getopt-Long Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +Provides: /bin/sed + #copylib Provides: bundled(gnulib) @@ -71,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Tue Feb 09 2016 Petr Stodulka - 4.2.2-15 +- provides /bin/sed + * Tue Feb 09 2016 Petr Stodulka - 4.2.2-14 - remove meaningless redefinition of _bindir - it's standard macro now; sed will be store in /usr/bin/sed