Siteshwar Vashisht
b2cba13785
Update to bash-5.1 patchlevel 8
2021-05-29 23:46:21 +02:00
Siteshwar Vashisht
4945b8399d
Update to bash-5.1 patchlevel 4
2021-02-17 10:34:38 +01:00
Fedora Release Engineering
7ccb669ec2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 00:58:30 +00:00
Kamil Dudka
0ea18e6011
bash.spec: remove trailing white-spaces
2021-01-07 15:25:44 +01:00
Siteshwar Vashisht
a52a705fbc
Rebase to bash 5.1
...
Resolves : #1904866
2021-01-07 14:09:53 +01:00
Tom Stellard
36c1c16b9e
Add BuildRequires: make
...
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2020-12-17 02:45:20 +00:00
Miro Hrončok
4ba13df021
arg[2] is a number in Lua scriptlets
2020-12-07 21:49:42 +00:00
Siteshwar Vashisht
99cafb7674
Enable sourcing files from ~/.bashrc.d
...
Resolves : #1726397
2020-12-04 16:17:52 +01:00
Petr Šplíchal
c22bf93d96
Enable relevant tests from the shared shell repo
...
This pull request enables tests in the Fedora CI using `tmt` which
also allows to easily execute and debug tests from your laptop:
Run tests directly on your localhost:
sudo dnf install -y tmt
tmt run --all provision --how local
Run tests in a virtual machine:
sudo dnf install -y tmt-provision-virtual
tmt run
Check the documentation to learn more about the tool:
https://docs.fedoraproject.org/en-US/ci/tmt/
2020-10-26 13:18:25 +01:00
Fedora Release Engineering
a6e6d286e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 12:56:48 +00:00
Siteshwar Vashisht
0e9e66f1cc
Fix name in changelog
2020-06-02 14:44:37 +02:00
Siteshwar Vashisht
47939703d7
Update to bash-5.0 patchlevel 17
2020-06-01 16:40:21 +02:00
Fedora Release Engineering
722d94a78c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 12:44:36 +00:00
Siteshwar Vashisht
b9f7214ef4
Update to bash-5.0 patchlevel 11
...
Resolves : #1745602
2019-12-06 12:49:38 +01:00
Kamil Dudka
1f2779c938
Sanitize public header file <shell.h>
...
Resolves : #1736676
2019-08-02 17:28:06 +02:00
Fedora Release Engineering
aaa1a2fee3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 19:04:20 +00:00
Siteshwar Vashisht
e00612c1b7
Update to bash-5.0 patchlevel 7
2019-05-13 13:59:09 +02:00
Siteshwar Vashisht
91692f161e
Rebase to bash-5.0
...
- Remove 'bash-2.02-security.patch' patch as it does not seem to be
needed.
- Remove 'bash-2.05b-xcc.patch' as this change is already in upstream.
- Remove 'bash-4.1-defer-sigchld-trap.patch' as this patch was doing
nothing and this bug that it tried to solve should be fixed in upstream
https://lists.gnu.org/archive/html/bug-bash/2012-03/msg00045.html
- Remove 'bash-4.4-coverity.patch' as it has been upstreamed.
- Delete several other patches that were not removed while rebasing to
bash-4.4.
Resolves : #1675080
2019-02-15 05:04:26 +01:00
Fedora Release Engineering
8a41ac7807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 14:26:04 +00:00
Siteshwar Vashisht
e3b3cd9cec
Avoid duplicating user path entries
...
Resolves : #1652639
2019-01-16 09:15:34 +01:00
Siteshwar Vashisht
72a88bedfa
Fix some issues identified by coverity
...
Resolves : #1637018
2018-10-08 15:23:15 +02:00
Siteshwar Vashisht
21427f3e40
Merge #8 Use FMF filter instead of listing tests manually
2018-09-12 07:15:33 +00:00
Siteshwar Vashisht
739b272e5f
Set custom PATH in non-login shells
...
.bash_profile is sourced only in login shells. Since .bash_profile
sources .bashrc, it should be safe to set custom PATH in .bashrc.
Resolves : #1615131
2018-09-11 13:50:14 +02:00
Petr Šplíchal
21cdfc8021
Use FMF filter instead of listing tests manually
...
There is a new feature in the Standard Test Roles which allows to
use an FMF filter instead of listing all tests manually. This
commit includes all Tier1 and Tier2 tests for respective targets.
2018-08-31 15:58:41 +02:00
Fedora Release Engineering
27e81f6958
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 20:57:31 +00:00
Igor Gnatenko
da498e5327
add BuildRequires: gcc
...
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:42 +02:00
Miro Hrončok
329df36f8b
Move user bin directories in front of the PATH
...
See: https://fedoraproject.org/wiki/Changes/UserPathPrioritization
Resolves : #1595098
2018-06-26 13:11:49 +02:00
Siteshwar Vashisht
00951800e5
Update to bash-4.4 patchlevel 23
...
Resolves : #1585510
2018-06-12 13:58:39 +02:00
Siteshwar Vashisht
f379fd1f6a
Fix handling case statement in command subsitution
...
Resolves : #1556867
2018-03-15 14:05:15 +01:00
Siteshwar Vashisht
c98f4804e3
specfile: Use https urls
2018-02-14 01:32:58 +01:00
Siteshwar Vashisht
30ef81cbb4
Update to bash-4.4 patchlevel 19
...
Removed patch bash-4.4-heredoc-cloexec.patch as it has been pushed in
upstream by bash-4.4-patch-13.patch
Resolves : #1540383
2018-02-12 16:01:17 +01:00
Fedora Release Engineering
c30bb3af89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 03:37:36 +00:00
Petr Šplíchal
a6a99a32c9
Add CI tests using the standard test interface
...
Adding initial set of basic functionality tests for bash according
to the CI wiki [1] and the Standard Test Interface [2]. Instead of
copying the test code this pull request links tests from the new shared
shell tests repo and fetches them using the "repositories" option [3].
[1] https://fedoraproject.org/wiki/CI
[2] https://fedoraproject.org/wiki/Changes/InvokingTests
[3] https://pagure.io/standard-test-roles/pull-request/101
2018-01-11 17:45:45 +01:00
Christoph Junghans
353794eb9d
Package headers in devel package, in prep for MPI-bash
2017-11-14 09:12:53 -07:00
Siteshwar Vashisht
533b8a0735
Revert change to always source from /etc/bashrc
...
/etc/bashrc is now again sourced from user's ~/.bashrc
Related: #1193590
2017-10-30 14:50:32 +01:00
Siteshwar Vashisht
7bfd9a2992
Updated changelog for bug 1458008
...
Related: #1458008
2017-09-24 15:22:11 +02:00
Siteshwar Vashisht
a37e6bcc6c
Always source from /etc/bashrc
...
Resolves : #1193590
2017-08-30 11:50:42 +02:00
Siteshwar Vashisht
27192534ec
Enable parallel builds
2017-08-22 15:08:10 +02:00
Siteshwar Vashisht
40a42f269e
command should not be treated as special builtin
...
Resolves : #1479220
2017-08-08 12:51:49 +02:00
Fedora Release Engineering
1a84fbf557
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-02 18:08:32 +00:00
Fedora Release Engineering
b2374bbbd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-26 03:48:34 +00:00
Siteshwar Vashisht
92a12693c1
Fix test for file modification times when they differ below whole seconds
...
Resolves : #1458008
2017-06-30 17:43:51 +02:00
Siteshwar Vashisht
9450c8fc04
specfile: Trivial fixes
2017-06-19 21:48:49 +02:00
Siteshwar Vashisht
b97e95b511
specfile: _pkgdocdir is defined by default by redhat-rpm-config
2017-06-19 21:35:16 +02:00
Siteshwar Vashisht
b316f71360
command builtin should not abort on variable assignment errors
...
Resolves : #1389838
2017-05-30 06:45:50 +02:00
Siteshwar Vashisht
31a9b53e19
Explicitly unset nonblocking mode while reading from stdin
...
Resolves : #1068697
2017-04-26 14:31:30 +02:00
Siteshwar Vashisht
fbc2878c17
Fix heredoc file descriptor leak
...
Resolves : #1413676
2017-04-26 13:51:24 +02:00
Siteshwar Vashisht
c0a66dfe53
Document 'bashbug' for reporting bugs
...
Resolves : #1255886
2017-04-18 12:12:40 +02:00
Siteshwar Vashisht
14d62135f9
Update to bash-4.4 patchlevel 12
2017-04-10 14:06:47 +02:00
Fedora Release Engineering
04e4ecb3e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-10 06:45:11 +00:00