From 57f297d55bec0309768acd0534f4613df5c67a84 Mon Sep 17 00:00:00 2001 From: Mark McKinstry Date: Sun, 22 Jun 2014 13:16:47 -0400 Subject: [PATCH] re-add buildroot for el5 --- vile.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vile.spec b/vile.spec index 251490d..c126354 100644 --- a/vile.spec +++ b/vile.spec @@ -1,6 +1,6 @@ Name: vile Version: 9.8m -Release: 3%{?dist} +Release: 4%{?dist} Summary: VI Like Emacs Group: Applications/Editors License: GPLv2 @@ -11,6 +11,7 @@ BuildRequires: ncurses-devel BuildRequires: flex BuildRequires: desktop-file-utils Requires: %{name}-common = %{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %package common Summary: The common files needed by any version of the VIM editor @@ -121,6 +122,9 @@ fi %{_datadir}/applications/xvile.desktop %changelog +* Sun Jun 22 2014 Mark McKinstry - 9.8m-4 +- re-add buildroot for el5 + * Sun Jun 22 2014 Mark McKinstry - 9.8m-3 - don't strip executables during build (RHBZ#1106365)