From 4ef3af35d3a948907b5443ed5f0952b2c35b9e29 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Tue, 9 Feb 2016 13:14:36 +0100 Subject: [PATCH] remove redefinition of _bindir - sed will be store in /usr/bin/sed Resovles: #1305835 --- sed.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sed.spec b/sed.spec index 2a8439c..0569635 100644 --- a/sed.spec +++ b/sed.spec @@ -1,12 +1,9 @@ # -*- coding: utf-8 -*- -%ifos linux -%global _bindir /bin -%endif Summary: A GNU stream text editor Name: sed Version: 4.2.2 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv3+ Group: Applications/Text URL: http://sed.sourceforge.net/ @@ -74,6 +71,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* 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 + Resovles: #1305835 + * Thu Feb 04 2016 Fedora Release Engineering - 4.2.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild