diff --git a/finger.spec b/finger.spec index 1bcfe04..f5e1e80 100644 --- a/finger.spec +++ b/finger.spec @@ -3,7 +3,7 @@ Summary: The finger client Name: finger Version: 0.17 -Release: 56%{?dist} +Release: 57%{?dist} License: BSD Group: Applications/Internet @@ -31,6 +31,7 @@ Patch15: bsd-finger-0.17-coverity-bugs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibc-devel, systemd +BuildRequires: %{__perl} %description Finger is a utility which allows users to see information about system @@ -84,7 +85,7 @@ install -m 644 %{SOURCE3} COPYING %build sh configure --enable-ipv6 -perl -pi -e ' +%{__perl} -pi -e ' s,^CC=.*$,CC=gcc,; s,^CFLAGS=.*,CFLAGS=\$(RPM_OPT_FLAGS),; s,^BINDIR=.*$,BINDIR=%{_bindir},; @@ -136,6 +137,9 @@ make INSTALLROOT=%{buildroot} install %changelog +* Thu Feb 16 2017 Ralf Corsépius - 0.17-57 +- Add BR: %%{__perl} (Fix F26FTBFS). + * Fri Feb 10 2017 Fedora Release Engineering - 0.17-56 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild