From b87dbb762b0c698808b0f1acf079aab133de4e29 Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Wed, 4 Dec 2013 14:19:02 +0100 Subject: [PATCH] Change paths of last patch --- bash-4.2-format-security.patch | 6 +++--- bash.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bash-4.2-format-security.patch b/bash-4.2-format-security.patch index 8e81142..995eca8 100644 --- a/bash-4.2-format-security.patch +++ b/bash-4.2-format-security.patch @@ -1,6 +1,6 @@ -diff -up ./bash-4.2/print_cmd.c-orig ./bash-4.2/print_cmd.c ---- ./bash-4.2/print_cmd.c-orig 2013-12-04 13:22:53.850843813 +0100 -+++ ./bash-4.2/print_cmd.c 2013-12-04 13:23:28.249867347 +0100 +diff -up bash-4.2/print_cmd.c-orig bash-4.2/print_cmd.c +--- bash-4.2/print_cmd.c-orig 2013-12-04 13:04:35.000000000 +0100 ++++ bash-4.2/print_cmd.c 2013-12-04 13:05:35.000000000 +0100 @@ -1394,7 +1394,7 @@ indent (amount) for (i = 0; amount > 0; amount--) indentation_string[i++] = ' '; diff --git a/bash.spec b/bash.spec index b3576d6..e7cd503 100644 --- a/bash.spec +++ b/bash.spec @@ -7,7 +7,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash @@ -414,6 +414,9 @@ end #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Wed Dec 04 2013 Ondrej Oprala 4.2.45-6 +- Change the paths for format-security patch + * Wed Dec 04 2013 Ondrej Oprala 4.2.45-5 - bash FTBFS if -Werror=format-string is used (#1036998)