This action will force synchronization from src-openEuler/bash, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
Name: bashVersion: 5.0Release: 14Summary: It is the Bourne Again ShellLicense: GPLv3URL: https://www.gnu.org/software/bashSource0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gzSource1: dot-bashrcSource2: dot-bash_profileSource3: dot-bash_logout# PATCH-FIX-UPSTREAMPatch1: bash-5.0-patch1.patchPatch2: bash-5.0-patch2.patchPatch3: bash-5.0-patch3.patchPatch4: bash-5.0-patch4.patchPatch5: bash-5.0-patch5.patchPatch6: bash-5.0-patch6.patchPatch7: bash-5.0-patch7.patchPatch8: bash-5.0-patch8.patchPatch9: bash-5.0-patch9.patchPatch10: bash-5.0-patch10.patchPatch11: bash-5.0-patch11.patchPatch12: bash-5.0-patch12.patchPatch13: bash-5.0-patch13.patchPatch14: bash-5.0-patch14.patchPatch15: bash-5.0-patch15.patchPatch16: bash-5.0-patch16.patchPatch17: bash-5.0-patch17.patchPatch115: bash-2.05a-interpreter.patchPatch118: bash-2.05b-pgrp_sync.patchPatch125: bash-4.0-nobits.patchPatch129: bash-4.2-coverity.patch# rh1102815Patch133: bash-4.3-noecho.patch# fix bash leaks memory when LC_ALL set-rh1241533,rh1224855Patch134: bash-4.3-memleak-lc_all.patch# https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=951bdaad7a18cc0dc1036bba86b18b90874d39ffPatch135: CVE-2019-18276.patch# https://github.com/bminor/bash/commit/db26b1cf58aab63c39fd5665590cad3cb75eab72.patchPatch136: commit-bash-20190913-snapshot.patchPatch137:bugfix-Forbidden-non-root-user-to-clear-history.patchPatch138:enable-dot-logout-and-source-bashrc-through-ssh.patchBuildRequires: gcc bison texinfo autoconf ncurses-develRequires: filesystemProvides: /bin/sh /bin/bash%descriptionBash is the GNU Project's shell. Bash is the Bourne Again SHell. Bash is an sh-compatibleshell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It isintended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offersfunctional improvements over sh for both programming and interactive use. In addition, mostsh scripts can be run by Bash without modification.%package develSummary: Development headers for %{name}Requires: %{name} = %{version}-%{release}Requires: pkgconf-pkg-config%description develThis package contains development files for %{name}.%package helpSummary: Documents for %{name}Buildarch: noarchRequires: man infoProvides: %{name}-doc = %{version}-%{release}Obsoletes: %{name}-doc < %{version}-%{release}%description helpMan pages and other related documents for %{name}.%prep%autosetup -n %{name}-%{version} -p1%buildautoconf%configure --with-bash-malloc=no --with-afs%make_build "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS`"%install%make_install install-headersln -sf bash %{buildroot}%{_bindir}/shinstall -pD %SOURCE1 %{buildroot}/etc/skel/.bashrcinstall -pD %SOURCE2 %{buildroot}/etc/skel/.bash_profileinstall -pD %SOURCE3 %{buildroot}/etc/skel/.bash_logout# bug #820192, need to add execable alternatives for regular built-insfor ea in alias bg cd command fc fg getopts hash jobs read type ulimit umask unalias waitdocat <<EOF > "%{buildroot}"/%{_bindir}/"$ea"#!/bin/shbuiltin $ea "\$@"EOFchmod +x "%{buildroot}"/%{_bindir}/"$ea"done%find_lang %{name}%checkmake check%files -f %{name}.lang%defattr(-,root,root)%license COPYING%config(noreplace) /etc/skel/.*%{_bindir}/{sh,bash,alias,bg,cd,command,fc,fg,wait,bashbug}%{_bindir}/{hash,getopts,jobs,read,type,ulimit,umask,unalias}%files devel%defattr(-,root,root)%{_includedir}/%{name}%{_libdir}/pkgconfig/*.pc%{_libdir}/bash/*%exclude %{_libdir}/bash/Makefile*%files help%defattr(-,root,root)%doc NOTES%doc doc/*.ps doc/*.0 doc/*.html doc/*.txt%doc %{_docdir}/%{name}/*%{_infodir}/%{name}.info*%{_mandir}/man1/*.gz%exclude %{_infodir}/dir%changelog* Thu Apr 30 2020 licihua <licihua@huawei.com> - 5.0-14- Type:enhancement- ID:NA- SUG:NA- DESC:add upstream patch* Wed Apr 8 2020 openEuler Buildteam <licihua@huawei.com> - 5.0-13- Type:enhancement- ID:NA- SUG:NA- DESC:add upstream patches* Thu Mar 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-12- Type:enhancement- ID:NA- SUG:NA- DESC:remove comment in dot-bash_profile* Tue Mar 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-11- Type:enhancement- ID:NA- SUG:NA- DESC:add build requires of ncurses-devel* Fri Feb 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-10- Type:CVE- ID:NA- SUG:NA- DESC:CVE-2019-18276* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-9- resolve compile problems.* Mon Jan 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-8- Type:enhancement- ID:NA- SUG:NA- DESC:delete redundant files* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0-7- Type:enhancement- ID:NA- SUG:NA- DESC:add provides of bash-doc* Thu Oct 24 2019 shenyangyang<shenyangyang4@huawei.com> - 5.0-6- Type:enhancement- ID:NA- SUG:NA- DESC:add build requires of bison and texinfo* Fri Oct 11 2019 shenyangyang<shenyangyang4@huawei.com> - 5.0-5- Type:enhancement- ID:NA- SUG:NA- DESC:move the man files* Mon Sep 30 2019 shenyangyang<shenyangyang4@huawei.com> - 5.0-4- Type:enhancement- ID:NA- SUG:NA- DESC:modify requires* Sat Sep 21 2019 shenyangyang<shenyangyang4@huawei.com> - 5.0-3- Type:enhancement- ID:NA- SUG:NA- DESC:revise description* Wed Sep 4 2019 shenyangyang<shenyangyang4@huawei.com> - 5.0-2- Type:enhancement- ID:NA- SUG:restart- DESC:remove man to main package* Mon Sep 2 2019 shenyangyang<shenyangyang4@huawei.com> - 5.0-1- Type:enhancement- ID:NA- SUG:restart- DESC:strenthen spec* Sat Mar 16 2019 hanzhijun<hanzhijun1@huawei.com> - 4.4.23-7- Type:bugfix- ID:NA- SUG:restart- DESC:fix pathname expansion of directory* Fri Jan 25 2019 Xiaoqi Guo<guoxiaoqi2@huawei.com> - 4.4.23-6- Type:bugfix- ID:NA- SUG:NA- DESC:1000 Forbidden non root user to clear history* Mon Oct 08 2018 licunlong <licunlong@huawei.com> - 4.4.23-5- Package Initialization
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。