From 79a7c38888ee38f0444dab3d8c7e7747fa790ca3 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tsao Santín Date: Feb 19 2018 22:12:19 +0000 Subject: Added gcc to build requirements Signed-off-by: Francisco Javier Tsao Santín --- diff --git a/hardlink.spec b/hardlink.spec index 16b914f..a635370 100644 --- a/hardlink.spec +++ b/hardlink.spec @@ -1,14 +1,14 @@ Summary: Create a tree of hardlinks Name: hardlink Version: 1.3 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: GPLv2+ URL: https://pagure.io/hardlink Source0: https://pagure.io/hardlink/raw/master/f/hardlink.c Source1: https://pagure.io/hardlink/raw/master/f/hardlink.1 Source2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt -BuildRequires: pcre2-devel +BuildRequires: pcre2-devel, gcc %description hardlink is used to create a tree of hard links. It's used by kernel @@ -32,6 +32,9 @@ install -D -m 755 hardlink %{buildroot}%{_sbindir}/hardlink %{_mandir}/man1/hardlink.1* %changelog +* Mon Feb 19 2018 Francisco Javier Tsao Santín - 1:1.3-6 +- Added gcc to build requirements + * Wed Feb 07 2018 Fedora Release Engineering - 1:1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild