Actually do it properly this time

Related: #1297166
This commit is contained in:
Ondrej Oprala 2016-01-11 11:10:18 +01:00
parent 3b09d0d67f
commit a28ab99330

View File

@ -8,7 +8,7 @@
Version: %{baseversion}%{patchleveltag} Version: %{baseversion}%{patchleveltag}
Name: bash Name: bash
Summary: The GNU Bourne Again shell Summary: The GNU Bourne Again shell
Release: 2%{?dist} Release: 3%{?dist}
Group: System Environment/Shells Group: System Environment/Shells
License: GPLv3+ License: GPLv3+
Url: http://www.gnu.org/software/bash Url: http://www.gnu.org/software/bash
@ -417,9 +417,12 @@ end
%{_bindir}/command %{_bindir}/command
%{_bindir}/fc %{_bindir}/fc
%{_bindir}/fg %{_bindir}/fg
%{_bindir}/hash
%{_bindir}/getopts %{_bindir}/getopts
%{_bindir}/jobs %{_bindir}/jobs
%{_bindir}/read %{_bindir}/read
%{_bindir}/type
%{_bindir}/ulimit
%{_bindir}/umask %{_bindir}/umask
%{_bindir}/unalias %{_bindir}/unalias
%{_bindir}/wait %{_bindir}/wait
@ -439,6 +442,10 @@ end
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog %changelog
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-3
- Actually do it properly this time
Related: #1297166
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-2 * Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-2
- Provide exec-able alternatives to hash, type and ulimit - Provide exec-able alternatives to hash, type and ulimit
Resolves: #1297166 Resolves: #1297166