From 24da8615f7a9c67648bfe9b6709ba7786d61b89a Mon Sep 17 00:00:00 2001 From: Francisco Javier Tsao Santín Date: Feb 19 2018 22:18:34 +0000 Subject: Added gcc to build requirements --- diff --git a/hardlink.spec b/hardlink.spec index 2713f39..ec8b6cd 100644 --- a/hardlink.spec +++ b/hardlink.spec @@ -1,14 +1,14 @@ Summary: Create a tree of hardlinks Name: hardlink Version: 1.3 -Release: 4%{?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,12 @@ 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 + * Sat Aug 19 2017 Tomasz Kłoczko - 1:1.3-4 - remove manually added pcre2 requires (this is autogenerated) - removed BuildRoot, %%defattr() and Group (new Fedora Packaging Guildline)