From 5aa7c5e4fba57e269a14fc6fa470996b7f859594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Mon, 19 Feb 2018 14:42:06 +0100 Subject: [PATCH] Add gcc to BuildRequires --- minicom.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/minicom.spec b/minicom.spec index 3350082..d2642e0 100644 --- a/minicom.spec +++ b/minicom.spec @@ -1,7 +1,7 @@ Summary: A text-based modem control and terminal emulation program Name: minicom Version: 2.7.1 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://alioth.debian.org/projects/minicom/ License: GPL+ and GPLv2+ and GPLv2 and LGPLv2+ Public Domain and Copyright only #ExcludeArch: s390 s390x @@ -9,6 +9,7 @@ License: GPL+ and GPLv2+ and GPLv2 and LGPLv2+ Public Domain and Copyright only Source0: https://alioth.debian.org/frs/download.php/file/4215/%{name}-%{version}.tar.gz BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel +BuildRequires: gcc Requires: lockdev lrzsz @@ -52,6 +53,9 @@ mkdir -p %{buildroot}%{_sysconfdir} %changelog +* Mon Feb 19 2018 Ondřej Lysoněk - 2.7.1-6 +- Add gcc to BuildRequires + * Tue Feb 13 2018 Vasiliy N. Glazov - 2.7.1-5 - Cleanup spec