From 03ffb29e00e0b74c5bcc1a4b47d4ded568cd10ee Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 27 Mar 2013 13:13:26 +0100 Subject: [PATCH] add "BuildRequires: file-devel" to build libmagic support (#927994) --- nano.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nano.spec b/nano.spec index e0ad178..da94682 100644 --- a/nano.spec +++ b/nano.spec @@ -1,7 +1,7 @@ Summary: A small text editor Name: nano Version: 2.3.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Editors URL: http://www.nano-editor.org @@ -17,6 +17,7 @@ Patch2: 0002-use-futimens-if-available-instead-of-utime.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf +BuildRequires: file-devel BuildRequires: gettext-devel BuildRequires: groff BuildRequires: ncurses-devel @@ -88,6 +89,9 @@ exit 0 %{_datadir}/nano %changelog +* Wed Mar 27 2013 Kamil Dudka - 2.3.2-2 +- add "BuildRequires: file-devel" to build libmagic support (#927994) + * Tue Mar 26 2013 Kamil Dudka - 2.3.2-1 - new upstream release