From c86ccc7ab3efa3537a614c2bc7fd8a993ab4a46f Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Sat, 21 Jan 2017 05:03:38 +0100 Subject: [PATCH] Renamed upstream patch files --- Bash-4.4-patch-1.patch => bash-4.4-patch-1.patch | 0 Bash-4.4-patch-2.patch => bash-4.4-patch-2.patch | 0 Bash-4.4-patch-3.patch => bash-4.4-patch-3.patch | 0 Bash-4.4-patch-4.patch => bash-4.4-patch-4.patch | 0 Bash-4.4-patch-5.patch => bash-4.4-patch-5.patch | 0 bash.spec | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename Bash-4.4-patch-1.patch => bash-4.4-patch-1.patch (100%) rename Bash-4.4-patch-2.patch => bash-4.4-patch-2.patch (100%) rename Bash-4.4-patch-3.patch => bash-4.4-patch-3.patch (100%) rename Bash-4.4-patch-4.patch => bash-4.4-patch-4.patch (100%) rename Bash-4.4-patch-5.patch => bash-4.4-patch-5.patch (100%) diff --git a/Bash-4.4-patch-1.patch b/bash-4.4-patch-1.patch similarity index 100% rename from Bash-4.4-patch-1.patch rename to bash-4.4-patch-1.patch diff --git a/Bash-4.4-patch-2.patch b/bash-4.4-patch-2.patch similarity index 100% rename from Bash-4.4-patch-2.patch rename to bash-4.4-patch-2.patch diff --git a/Bash-4.4-patch-3.patch b/bash-4.4-patch-3.patch similarity index 100% rename from Bash-4.4-patch-3.patch rename to bash-4.4-patch-3.patch diff --git a/Bash-4.4-patch-4.patch b/bash-4.4-patch-4.patch similarity index 100% rename from Bash-4.4-patch-4.patch rename to bash-4.4-patch-4.patch diff --git a/Bash-4.4-patch-5.patch b/bash-4.4-patch-5.patch similarity index 100% rename from Bash-4.4-patch-5.patch rename to bash-4.4-patch-5.patch diff --git a/bash.spec b/bash.spec index 3b9a308..f5f6477 100644 --- a/bash.spec +++ b/bash.spec @@ -22,7 +22,7 @@ Source3: dot-bash_logout # Official upstream patches # Patches are converted to apply with '-p1' -%{lua:for i=1,5 do print(string.format("Patch%u: Bash-4.4-patch-%u.patch\n", i, i)) end} +%{lua:for i=1,5 do print(string.format("Patch%u: bash-4.4-patch-%u.patch\n", i, i)) end} # Other patches Patch101: bash-2.02-security.patch