From 16c84096ddd4be8ccdcb398c4a1efdc34f21b420 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Dec 26 2015 12:57:55 +0000 Subject: use global instead of define in spec file --- diff --git a/sed.spec b/sed.spec index ef84a78..2f36379 100644 --- a/sed.spec +++ b/sed.spec @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- %ifos linux -%define _bindir /bin +%global _bindir /bin %endif Summary: A GNU stream text editor Name: sed Version: 4.2.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv3+ Group: Applications/Text URL: http://sed.sourceforge.net/ @@ -73,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Sat Dec 26 2015 Petr Stodulka - 4.2.2-12 +- use global instead of define in spec file + * Fri Jun 19 2015 Fedora Release Engineering - 4.2.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild