From 9cac3b9e2dbc850c99443ab70bd12c99cf72348e Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 19 Feb 2018 17:40:45 +0100 Subject: [PATCH] add explicit BR for the gcc compiler ... as instructed at: https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B --- units.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/units.spec b/units.spec index b81c052..3cb9f67 100644 --- a/units.spec +++ b/units.spec @@ -1,7 +1,7 @@ Summary: A utility for converting amounts from one unit to another Name: units Version: 2.16 -Release: 3%{?dist} +Release: 4%{?dist} Source: https://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz URL: https://www.gnu.org/software/units/units.html License: GPLv3+ @@ -9,6 +9,7 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info BuildRequires: automake BuildRequires: bison +BuildRequires: gcc BuildRequires: ncurses-devel BuildRequires: python3 BuildRequires: readline-devel @@ -63,6 +64,9 @@ fi %{_mandir}/man1/* %changelog +* Mon Feb 19 2018 Kamil Dudka - 2.16-4 +- add explicit BR for the gcc compiler + * Fri Feb 09 2018 Fedora Release Engineering - 2.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild