From 82bd43c6ac111ca073a06e65ea5914a339673341 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 24 Mar 2017 10:39:30 -0400 Subject: [PATCH] Fix build failures with -Werror=format-security --- expect.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/expect.spec b/expect.spec index b726356..2237e0e 100644 --- a/expect.spec +++ b/expect.spec @@ -5,7 +5,7 @@ Summary: A program-script interaction and testing utility Name: expect Version: %{majorver} -Release: 23%{?dist} +Release: 24%{?dist} License: Public Domain Group: Development/Languages # URL: probably more useful is http://sourceforge.net/projects/expect/ @@ -42,6 +42,8 @@ Patch102: expect-5.45-check-telnet.patch Patch103: expect-5.45-passmass-su-full-path.patch # Patch104: rhbz 963889, fixes inaccuracy in mkpasswd man page Patch104: expect-5.45-mkpasswd-man.patch +# Patch105: Fix error with -Werror=format-security +Patch105: expect-5.45-format-security.patch %description Expect is a tcl application for automating and testing @@ -97,6 +99,7 @@ of expectk. %patch102 -p1 -b .check-telnet %patch103 -p1 -b .passmass-su-full-path %patch104 -p1 -b .mkpasswd-man +%patch105 -p0 -b .format-security # -pkgpath.patch touch configure.in aclocal autoconf @@ -180,6 +183,9 @@ rm -rf "$RPM_BUILD_ROOT" %{_mandir}/man1/tknewsbiff.1* %changelog +* Fri Mar 24 2017 Stephen Gallagher - 5.45-24 +- Fix build failures with -Werror=format-security + * Fri Feb 10 2017 Fedora Release Engineering - 5.45-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild