Commit Graph

378 Commits

Author SHA1 Message Date
Ondrej Oprala
ac881ba83f Update to bash-4.3 2014-02-28 01:27:03 +01:00
Ondrej Oprala
b87dbb762b Change paths of last patch 2013-12-04 14:20:08 +01:00
Ondrej Oprala
e6141f3f4a bash FTBFS if -Werror=format-string is used (#1036998) 2013-12-04 13:52:35 +01:00
Roman Rakus
ad7ff77a91 Added suggestion to .bashrc how to disable autopaging in systemctl
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2013-08-09 14:01:32 +02:00
Ville Skyttä
00892b5cc8 Install docs to %{_pkgdocdir} where available.
- Fix bogus dates in %changelog.
2013-07-26 21:46:24 +03:00
Roman Rakus
185aa1593d fix deadlock in trap, backported from devel branch
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2013-06-27 10:03:57 +02:00
Roman Rakus
f6ffed783f Patchlevel 45
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2013-03-11 20:43:32 +01:00
Roman Rakus
932fd80d30 Fix usage of partial unitialized structure
Resolves: #857948

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2013-01-31 17:27:30 +01:00
Roman Rakus
ef50169abe Fix fd leaks
Resolves: #903833

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2013-01-31 16:26:06 +01:00
Roman Rakus
efcdbec69c Patchlevel 42
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2013-01-03 09:35:16 +01:00
Roman Rakus
ca6ec21047 Use size_t for variable list size and length
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-11-29 11:13:28 +01:00
Roman Rakus
2dd7c33e76 Create bashbug symlink
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-11-27 14:58:01 +01:00
Roman Rakus
f15e01c889 Patchlevel 39
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-11-02 16:56:28 +01:00
Roman Rakus
e70c516ad5 Fix a comments in rpm changelog
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-08-28 16:01:56 +02:00
Roman Rakus
a34730d81f Signal handler fix and man page tweak
Resolves: #799958, #695656

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-08-28 14:46:34 +02:00
Ondrej Oprala
e40ab873ee Revert revision 4.2.37-5 - already fixed upstream 2012-08-22 12:13:31 +02:00
Ondrej Oprala
b11e4146c5 Don't filter out environmental variables with a dot in the name
Resolves: #819995
2012-08-21 11:49:34 +02:00
Roman Rakus
3228855df9 Added doc subdir to bash-doc ownership list
Resolves: #846734

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-08-08 18:14:41 +02:00
Roman Rakus
7f9e39ff65 Increment patchlevel tag
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-07-24 10:47:41 +02:00
Roman Rakus
420f870208 Patchlevel 37
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-07-24 09:50:44 +02:00
Dennis Gilmore
a68571ea6c - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 12:35:34 -05:00
Roman Rakus
6c00439e19 Patchlevel 36
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-07-10 22:29:10 +02:00
Roman Rakus
d075bb46c6 Remove /bin from DEFAULT_PATH_VALUE
Resolves: #834571

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-06-23 15:49:28 +02:00
Roman Rakus
7b8dddea4e Patchlevel 29
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-05-31 13:01:20 +02:00
Roman Rakus
17fd17951b Provide exec-able alternatives to some builtins
Resolves #820192

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-05-29 16:17:55 +02:00
Roman Rakus
87dc31207c Patchlevel 28
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-05-09 10:51:58 +02:00
Roman Rakus
e8e8bf537a Don't call malloc in signal handler
bugzilla: #800473

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-04-23 15:47:26 +02:00
Roman Rakus
cdbb6d726b Patchlevel 24
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2012-03-13 16:11:39 +01:00
Harald Hoyer
a370a4e392 install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove

This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.

New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.

Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibility symlinks must not be
installed.

Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 19:34:41 +01:00
Dennis Gilmore
0ee0f742be - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 16:20:17 -06:00
Roman Rakus
3a5a59c5a7 Patchlevel 20
Patchlevel 20
Add missing f:close() in postun

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-11-24 23:44:47 +01:00
Roman Rakus
41cf2beca6 erase /bin/bash and /bin/sh in postun only if we are uninstalling (#752827)
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-11-10 16:31:31 +01:00
Roman Rakus
1efb46ce7e Simplified lua post script (#740611)
Code from Sergey Romanov

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-11-07 15:43:34 +01:00
Roman Rakus
b7f1f4973a Clean up unneeded bash-doc files.
Original patch from Ville Skyttä <ville.skytta@iki.fi>

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-07-29 10:09:44 +02:00
Roman Rakus
35b6783bcd Don't crash when use `read' with associative array
Patch from upstream. Fixes bug #715050.

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-06-22 16:31:23 +02:00
Roman Rakus
02b20d8101 Added $HOME/.local/bin to PATH in .bash_profile (#699812)
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-06-07 13:44:02 +02:00
Roman Rakus
82ad4cbbb2 Inc. a release no.
Wrongly set a release number in F15, so increasing the no. here.

Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-05-05 18:04:30 +02:00
Roman Rakus
23098d5f8a Patchlevel 10
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-05-05 17:12:26 +02:00
Roman Rakus
b857ab42cb Added man page references to systemwide .bash_logout
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-04-18 16:04:17 +02:00
Roman Rakus
6e61a8c0c4 Remove bash-4.2-xdupmbstowcs2-patch, which introduced another bugs
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-31 16:44:53 +02:00
Roman Rakus
6260869979 Patchlevel 8
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-15 15:18:55 +01:00
Roman Rakus
bd46d070dd Fix the infinite loop with invalid wide char. #684293
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-15 12:22:29 +01:00
Roman Rakus
a19016294b Use lua script in postun
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-14 17:14:34 +01:00
Roman Rakus
32059bdce2 Removed unused patch
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-07 17:00:10 +01:00
Roman Rakus
888f0ff0af Added missing patch.
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-07 16:46:09 +01:00
Roman Rakus
60d69d07c1 Patchlevel 7
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-07 14:05:55 +01:00
Roman Rakus
70e33b0329 Patchlevel 6
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-02 15:19:03 +01:00
Roman Rakus
1a82310e5c Removed unused patches
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-01 15:21:38 +01:00
Roman Rakus
1680d49ad0 Patchlevel 5, some fixes in old patches, some cleanup
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-03-01 14:08:25 +01:00
Roman Rakus
08a3cd6996 Missing patch file added
Signed-off-by: Roman Rakus <rrakus@redhat.com>
2011-02-16 12:31:06 +01:00