!24 modify file /etc/skel/.b* permissions to 644
From: @liquor1 Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
14891952b0
14
bash.spec
14
bash.spec
@ -1,6 +1,6 @@
|
|||||||
Name: bash
|
Name: bash
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 15
|
Release: 16
|
||||||
Summary: It is the Bourne Again Shell
|
Summary: It is the Bourne Again Shell
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://www.gnu.org/software/bash
|
URL: https://www.gnu.org/software/bash
|
||||||
@ -88,9 +88,9 @@ autoconf
|
|||||||
%install
|
%install
|
||||||
%make_install install-headers
|
%make_install install-headers
|
||||||
ln -sf bash %{buildroot}%{_bindir}/sh
|
ln -sf bash %{buildroot}%{_bindir}/sh
|
||||||
install -pD %SOURCE1 %{buildroot}/etc/skel/.bashrc
|
install -pDm 644 %SOURCE1 %{buildroot}/etc/skel/.bashrc
|
||||||
install -pD %SOURCE2 %{buildroot}/etc/skel/.bash_profile
|
install -pDm 644 %SOURCE2 %{buildroot}/etc/skel/.bash_profile
|
||||||
install -pD %SOURCE3 %{buildroot}/etc/skel/.bash_logout
|
install -pDm 644 %SOURCE3 %{buildroot}/etc/skel/.bash_logout
|
||||||
|
|
||||||
# bug #820192, need to add execable alternatives for regular built-ins
|
# 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
|
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
|
%exclude %{_infodir}/dir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 6 2020 Liquor <lirui130@huawei.com> - 5.0-16
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:modify file /etc/skel/.b* permissions to 644
|
||||||
|
|
||||||
* Sat Oct 31 2020 Liquor <lirui130@huawei.com> - 5.0-15
|
* Sat Oct 31 2020 Liquor <lirui130@huawei.com> - 5.0-15
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user