Change paths of last patch
This commit is contained in:
parent
e6141f3f4a
commit
b87dbb762b
@ -1,6 +1,6 @@
|
|||||||
diff -up ./bash-4.2/print_cmd.c-orig ./bash-4.2/print_cmd.c
|
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-orig 2013-12-04 13:04:35.000000000 +0100
|
||||||
+++ ./bash-4.2/print_cmd.c 2013-12-04 13:23:28.249867347 +0100
|
+++ bash-4.2/print_cmd.c 2013-12-04 13:05:35.000000000 +0100
|
||||||
@@ -1394,7 +1394,7 @@ indent (amount)
|
@@ -1394,7 +1394,7 @@ indent (amount)
|
||||||
for (i = 0; amount > 0; amount--)
|
for (i = 0; amount > 0; amount--)
|
||||||
indentation_string[i++] = ' ';
|
indentation_string[i++] = ' ';
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/bash
|
Url: http://www.gnu.org/software/bash
|
||||||
@ -414,6 +414,9 @@ end
|
|||||||
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> 4.2.45-5
|
||||||
- bash FTBFS if -Werror=format-string is used (#1036998)
|
- bash FTBFS if -Werror=format-string is used (#1036998)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user