diff --git a/expect.spec b/expect.spec index 27b8230..5ff0953 100644 --- a/expect.spec +++ b/expect.spec @@ -5,12 +5,12 @@ Summary: A program-script interaction and testing utility Name: expect Version: %{majorver} -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain # URL: probably more useful is http://sourceforge.net/projects/expect/ URL: http://expect.nist.gov/ Source: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz -Buildrequires: tcl-devel autoconf automake chrpath +Buildrequires: gcc tcl-devel autoconf automake chrpath # Patch0: fixes change log file permissions Patch0: expect-5.43.0-log_file.patch # Patch1: fixes install location, change pkgIndex @@ -175,6 +175,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so %{_mandir}/man1/tknewsbiff.1* %changelog +* Tue Feb 27 2018 Vitezslav Crhonek - 5.45.4-2 +- Add BuildRequires gcc + * Tue Feb 06 2018 Vitezslav Crhonek - 5.45.4-1 - New upstream release 5.45.4 Resolves: #1541735