diff --git a/bash.spec b/bash.spec index f26d2d451974a9f17b59890d2324320eaecad63f..055fece346c9deb47a568667904431846d269b92 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.0 -Release: 15 +Release: 16 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -88,9 +88,9 @@ autoconf %install %make_install install-headers ln -sf bash %{buildroot}%{_bindir}/sh -install -pD %SOURCE1 %{buildroot}/etc/skel/.bashrc -install -pD %SOURCE2 %{buildroot}/etc/skel/.bash_profile -install -pD %SOURCE3 %{buildroot}/etc/skel/.bash_logout +install -pDm 644 %SOURCE1 %{buildroot}/etc/skel/.bashrc +install -pDm 644 %SOURCE2 %{buildroot}/etc/skel/.bash_profile +install -pDm 644 %SOURCE3 %{buildroot}/etc/skel/.bash_logout # bug #820192, need to add execable alternatives for regular built-ins for ea in alias bg cd command fc fg getopts hash jobs read type ulimit umask unalias wait @@ -131,6 +131,12 @@ make check %exclude %{_infodir}/dir %changelog +* Wed Jan 6 2020 Liquor - 5.0-16 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify file /etc/skel/.b* permissions to 644 + * Sat Oct 31 2020 Liquor - 5.0-15 - Type:bugfix - ID:NA