Change paths of last patch

This commit is contained in:
Ondrej Oprala 2013-12-04 14:19:02 +01:00
parent e6141f3f4a
commit b87dbb762b
2 changed files with 7 additions and 4 deletions

View File

@ -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++] = ' ';

View File

@ -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 <ooprala@redhat.com> 4.2.45-6
- Change the paths for format-security patch
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> 4.2.45-5
- bash FTBFS if -Werror=format-string is used (#1036998)