From d2e7b8a9bf8e00304fcf49bcf47e2914d4d0ee7e Mon Sep 17 00:00:00 2001 From: xzyang Date: Fri, 7 Jan 2022 15:24:20 +0800 Subject: [PATCH] update to bash-4.2.46-35.el7_9.src.rpm Signed-off-by: xzyang --- bash.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index b6ff67b..f79dd86 100644 --- a/bash.spec +++ b/bash.spec @@ -6,7 +6,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 34%{?dist} +Release: 35%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash @@ -534,6 +534,10 @@ end #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Tue Oct 19 2021 Siteshwar Vashisht - 4.2.46-35 +- Bump version number + Resolves: #2015565 + * Fri Aug 16 2019 Siteshwar Vashisht - 4.2.46-34 - BASH_CMD should not be writable in restricted shell Resolves: #1693181 -- Gitee