Logoj0ke.net Open Build Service > Projects > home:opeter:branches:home:jg:rebuilds > bash > bash.spec
Sign Up | Log In

File bash.spec of Package bash (Revision 24f41d19a391672f7a3cbbf75439b21e)

Currently displaying revision 24f41d19a391672f7a3cbbf75439b21e, show latest

 
1
#% define beta_tag rc1
2
%define patchlevel .2
3
%define baseversion 4.1
4
5
Version: %{baseversion}%{patchlevel}
6
Name: bash
7
Summary: The GNU Bourne Again shell
8
Release: 15%{?dist}.1
9
Group: System Environment/Shells
10
License: GPLv3+
11
Url: http://www.gnu.org/software/bash
12
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
13
14
# For now there isn't any doc
15
#Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
16
17
Source1: dot-bashrc
18
Source2: dot-bash_profile
19
Source3: dot-bash_logout
20
21
# Official upstream patches
22
Patch001: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.1-patches/bash41-001
23
Patch002: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.1-patches/bash41-002
24
25
# Other patches
26
Patch101: bash-2.02-security.patch
27
Patch102: bash-2.03-paths.patch
28
Patch103: bash-2.03-profile.patch
29
Patch104: bash-2.05a-interpreter.patch
30
Patch105: bash-2.05b-debuginfo.patch
31
Patch106: bash-2.05b-manso.patch
32
Patch107: bash-2.05b-pgrp_sync.patch
33
Patch108: bash-2.05b-readline-oom.patch
34
Patch109: bash-2.05b-xcc.patch
35
Patch110: bash-3.2-audit.patch
36
Patch112: bash-3.2-ssh_source_bash.patch
37
Patch113: bash-bashbug.patch
38
Patch115: bash-infotags.patch
39
Patch116: bash-requires.patch
40
Patch117: bash-setlocale.patch
41
Patch118: bash-tty-tests.patch
42
43
44
# 484809, check if interp section is NOBITS
45
Patch123: bash-4.0-nobits.patch
46
47
# 605137, Same CFLAGS in examples' Makefile for all arches
48
Patch124: bash-4.1-examples.patch
49
50
# 618289, don't segfault when trying to bind int variable to array
51
# with bad array subsrcipt
52
Patch125: bash-4.1-bind_int_variable.patch
53
54
# 664468, Builtins like echo and printf won't report errors
55
# when output does not succeed due to EPIPE
56
Patch126: bash-4.1-broken_pipe.patch
57
58
# 619704, Manpages clarifications
59
Patch127: bash-4.1-manpage.patch
60
61
# 800473, Don't call malloc in signal handler
62
Patch128: bash-4.1-defer-sigchld-trap.patch
63
64
# 799958, updated info about trap
65
Patch129: bash-4.1-manpage_trap.patch
66
67
# 677439, enable system-wide /etc/bash_logout
68
Patch130: bash-4.1-logout.patch
69
70
# 695656, block the signal and unblock it after the new handler is installed
71
Patch131: bash-4.1-signal.patch
72
73
# 964687, fix deadlock in trap, backported from devel branch
74
Patch132: bash-4.1-trap.patch
75
76
# 1141645
77
Patch133: bash-4.1-env-inject.patch
78
79
Patch134: enable-syslog.patch
80
81
82
Requires(post): ncurses-libs
83
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
84
85
BuildRequires: texinfo bison
86
BuildRequires: ncurses-devel
87
BuildRequires: autoconf, gettext
88
89
%description
90
The GNU Bourne Again shell (Bash) is a shell or command language
91
interpreter that is compatible with the Bourne shell (sh). Bash
92
incorporates useful features from the Korn shell (ksh) and the C shell
93
(csh). Most sh scripts can be run by bash without modification.
94
95
%package doc
96
Summary: Documentation files for %{name}
97
Group: Development/Languages
98
Requires: %{name} = %{version}-%{release}
99
100
%description doc
101
This package contains documentation files for %{name}.
102
103
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
104
105
%prep
106
#%setup -q -a 2
107
%setup -q -n %{name}-%{baseversion}
108
109
# Official upstream patches
110
%patch001 -p0 -b .001
111
%patch002 -p0 -b .002
112
113
# Other patches
114
%patch101 -p1 -b .security
115
%patch102 -p1 -b .paths
116
%patch103 -p1 -b .profile
117
%patch104 -p1 -b .interpreter
118
%patch105 -p1 -b .debuginfo
119
%patch106 -p1 -b .manso
120
%patch107 -p1 -b .pgrp_sync
121
%patch108 -p1 -b .readline_oom
122
%patch109 -p1 -b .xcc
123
%patch110 -p1 -b .audit
124
%patch112 -p1 -b .ssh_source_bash
125
%patch113 -p1 -b .bashbug
126
%patch115 -p1 -b .infotags
127
%patch116 -p1 -b .requires
128
%patch117 -p1 -b .setlocale
129
%patch118 -p1 -b .tty_tests
130
%patch123 -p1 -b .nobits
131
%patch124 -p1 -b .examples
132
%patch125 -p1 -b .bind_int_variable
133
%patch126 -p1 -b .broken_pipe
134
%patch127 -p1 -b .manpage
135
%patch128 -p1 -b .defer-sigchld-trap
136
%patch129 -p1
137
%patch130 -p1
138
%patch131 -p1 -b .signal
139
%patch132 -p1 -b .trap
140
%patch133 -p0 -b .inject
141
%patch134 -p0 -b .syslog
142
143
echo %{version} > _distribution
144
echo %{release} > _patchlevel
145
146
%build
147
autoconf
148
%configure --with-bash-malloc=no --with-afs
149
150
# Recycles pids is neccessary. When bash's last fork's pid was X
151
# and new fork's pid is also X, bash has to wait for this same pid.
152
# Without Recycles pids bash will not wait.
153
154
# For -fwrapv option see https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow
155
# Bash needs to be fixed.
156
make "CFLAGS=$CFLAGS -fwrapv" "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS `getconf LFS_CFLAGS`"
157
%check
158
make check
159
160
%install
161
rm -rf $RPM_BUILD_ROOT
162
163
if [ -e autoconf ]; then
164
  # Yuck. We're using autoconf 2.1x.
165
  export PATH=.:$PATH
166
fi
167
168
# Fix bug #83776
169
perl -pi -e 's,bashref\.info,bash.info,' doc/bashref.info
170
171
make DESTDIR=$RPM_BUILD_ROOT install
172
173
mkdir -p $RPM_BUILD_ROOT/etc
174
175
# make manpages for bash builtins as per suggestion in DOC/README
176
pushd doc
177
sed -e '
178
/^\.SH NAME/, /\\- bash built-in commands, see \\fBbash\\fR(1)$/{
179
/^\.SH NAME/d
180
s/^bash, //
181
s/\\- bash built-in commands, see \\fBbash\\fR(1)$//
182
s/,//g
183
b
184
}
185
d
186
' builtins.1 > man.pages
187
for i in echo pwd test kill; do
188
  perl -pi -e "s,$i,,g" man.pages
189
  perl -pi -e "s,  , ,g" man.pages
190
done
191
192
install -c -m 644 builtins.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/builtins.1
193
194
for i in `cat man.pages` ; do
195
  echo .so man1/builtins.1 > ${RPM_BUILD_ROOT}%{_mandir}/man1/$i.1
196
  chmod 0644 ${RPM_BUILD_ROOT}%{_mandir}/man1/$i.1
197
done
198
199
# remove backup files so they will not be in bash-doc
200
for i in bashbug requires manpage; do
201
  rm -rf *.$i
202
done
203
popd
204
205
# Link bash man page to sh so that man sh works.
206
ln -s bash.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/sh.1
207
208
# Not for printf, true and false (conflict with coreutils)
209
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/printf.1
210
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/true.1
211
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/false.1
212
213
pushd $RPM_BUILD_ROOT
214
mkdir ./bin
215
mv ./usr/bin/bash ./bin
216
ln -sf bash ./bin/sh
217
rm -f .%{_infodir}/dir
218
popd
219
mkdir -p $RPM_BUILD_ROOT/etc/skel
220
install -c -m644 %SOURCE1 $RPM_BUILD_ROOT/etc/skel/.bashrc
221
install -c -m644 %SOURCE2 $RPM_BUILD_ROOT/etc/skel/.bash_profile
222
install -c -m644 %SOURCE3 $RPM_BUILD_ROOT/etc/skel/.bash_logout
223
LONG_BIT=$(getconf LONG_BIT)
224
mv $RPM_BUILD_ROOT%{_bindir}/bashbug \
225
   $RPM_BUILD_ROOT%{_bindir}/bashbug-"${LONG_BIT}"
226
227
# Fix missing sh-bangs in example scripts (bug #225609).
228
for script in \
229
  examples/scripts/krand.bash \
230
  examples/scripts/bcsh.sh \
231
  examples/scripts/precedence \
232
  examples/scripts/shprompt
233
do
234
  cp "$script" "$script"-orig
235
  echo '#!/bin/bash' > "$script"
236
  cat "$script"-orig >> "$script"
237
  rm -f "$script"-orig
238
done
239
240
%find_lang %{name}
241
242
# copy doc to /usr/share/doc
243
mkdir -p $RPM_BUILD_ROOT/%{pkgdocdir}
244
for file in COPYING CHANGES COMPAT NEWS NOTES POSIX doc examples
245
do
246
  cp -r "$file" $RPM_BUILD_ROOT/%{pkgdocdir}
247
done
248
%clean
249
rm -rf $RPM_BUILD_ROOT
250
251
# ***** bash doesn't use install-info. It's always listed in %{_infodir}/dir
252
# to prevent prereq loops
253
254
# post is in lua so that we can run it without any external deps.  Helps
255
# for bootstrapping a new install.
256
# Jesse Keating 2009-01-29 (code from Ignacio Vazquez-Abrams)
257
%post -p <lua>
258
bashfound = false;
259
shfound = false;
260
 
261
f = io.open("/etc/shells", "r");
262
if f == nil
263
then
264
  f = io.open("/etc/shells", "w");
265
else
266
  repeat
267
    t = f:read();
268
    if t == "/bin/bash"
269
    then
270
      bashfound = true;
271
    end
272
    if t == "/bin/sh"
273
    then
274
      shfound = true;
275
    end
276
  until t == nil;
277
end
278
f:close()
279
 
280
f = io.open("/etc/shells", "a");
281
if not bashfound
282
then
283
  f:write("/bin/bash\n")
284
end
285
if not shfound
286
then
287
  f:write("/bin/sh\n")
288
end
289
f:close()
290
291
%postun
292
if [ "$1" = 0 ]; then
293
    /bin/grep -v '^/bin/bash$' < /etc/shells | \
294
      /bin/grep -v '^/bin/sh$' > /etc/shells.new
295
    /bin/mv /etc/shells.new /etc/shells
296
fi
297
298
%files -f %{name}.lang
299
%defattr(-,root,root)
300
%config(noreplace) /etc/skel/.b*
301
/bin/sh
302
/bin/bash
303
%doc %{pkgdocdir}/COPYING
304
%attr(0755,root,root) %{_bindir}/bashbug-*
305
%{_infodir}/bash.info*
306
%{_mandir}/*/*
307
%{_mandir}/*/..1*
308
309
%files doc
310
%defattr(-, root, root)
311
%doc %{pkgdocdir}
312
313
# For now there isn't any doc
314
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
315
316
%changelog
317
* Mon Sep 15 2014 Ondrej Oprala <ooprala@redhat.com - 4.1.2-15.1
318
- Check for fishy environment
319
  Resolves: #1141645
320
321
* Tue Jul 09 2013 Roman Rakus <rrakus@redhat.com> - 4.1.2-15
322
- Fixed a bug that caused trap handlers to be executed recursively,
323
  corrupting internal data structures.
324
  Resolves: #964687
325
326
* Wed Aug 29 2012 Roman Rakus <rrakus@redhat.com> - 4.1.2-14
327
- Tweak a logout patch so it will not create backup file
328
  Resolves: #677439
329
330
* Wed Aug 29 2012 Roman Rakus <rrakus@redhat.com> - 4.1.2-13
331
- Don't include backup files in doc
332
  Resolves: #799958
333
334
* Tue Aug 28 2012 Roman Rakus <rrakus@redhat.com> - 4.1.2-12
335
- Update info about trap in man page
336
  Resolves: #799958
337
- Enable system-wide bash_logout
338
  Resolves: #677439
339
- instead of setting the signal handler to SIG_IGN while installing
340
  the new trap handler, block the signal and unblock it after the new handler
341
  is installed
342
  Resolves: #695656
343
344
* Wed Aug 22 2012 Ondrej Oprala <ooprala@redhat.com> - 4.1.2-11
345
- Revert revision 4.1.2-10 - already fixed upstream
346
  Resolves: #819995
347
348
* Tue Aug 21 2012 Ondrej Oprala <ooprala@redhat.com> - 4.1.2-10
349
- Don't filter out environmental variables with
350
  a dot in the name
351
  Resolves: #819995
352
353
* Thu Apr 19 2012 Roman Rakus <rrakus@redhat.com> - 4.1.2-9
354
- Don't call malloc in signal handler
355
  Resolves: #800473
356
357
* Thu Jan 27 2011 Roman Rakus <rrakus@redhat.com> - 4.1.2-8
358
- Don't include backup file in bash-doc
359
  Resolves: #619704
360
361
* Thu Jan 27 2011 Roman Rakus <rrakus@redhat.com> - 4.1.2-7
362
- Compile with -fwrapv option to satisfy rpmdiff.
363
  Resolves: #619704
364
365
* Wed Jan 26 2011 Roman Rakus <rrakus@redhat.com> - 4.1.2-6
366
- Few man pages clarifications
367
  Resolves: #619704
368
369
* Thu Jan 06 2011 Roman Rakus <rrakus@redhat.com> - 4.1.2-5
370
- Builtins like echo and printf won't report errors
371
  when output does not succeed due to EPIPE
372
  Resolves: #664468
373
374
* Wed Dec 01 2010 Roman Rakus <rrakus@redhat.com> - 4.1.2-4
375
- don't segfault when trying to bind int variable to array
376
  with bad array subsrcipt
377
  Resolves: #618289
378
379
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.2-3
380
- Same CFLAGS in examples' Makefile for all arches
381
  Resolves: #605137
382
383
* Fri Jan 22 2010 Roman Rakus <rrakus@redhat.com>  4.1.2-2
384
- Corrected patch for fuzz=0
385
  Resolves: #542692
386
387
* Fri Jan 22 2010 Roman Rakus rrakus@redhat.com 4.1.2-1
388
- rebase to 4.1
389
- Patch level 2
390
  Resolves #542692
391
- Include COPYING in bash base rpm
392
  Resolves #553250
393
394
* Fri Jan 08 2010 Roman Rakus rrakus@redhat.com 4.0.35-3
395
- Include COPYING in doc dir
396
  Resolves #553250
397
398
* Fri Dec 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0.35-1
399
- Don't segfault when TERM=eterm* and EMACS is unset (#530911)
400
- patch level 35
401
402
* Wed Sep 16 2009 Roman Rakus <rrakus@redhat.com> - 4.0.33-1
403
- Patch level 33
404
- spec file cleanup
405
406
* Fri Sep 04 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-3
407
- check if interp section is NOBITS
408
- define Recycles pids
409
410
* Wed Aug 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-2
411
- alloc memory for key in creation associative array (#518644)
412
413
* Tue Jul 28 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-1
414
- Upstream patch level 28
415
416
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.24-2
417
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
418
419
* Tue May 19 2009 Roman Rakus <rrakus@redhat.com> - 4.0.24-1
420
- Upstream patch level 24
421
422
* Wed Apr 22 2009 Roman Rakus <rrakus@redhat.com> - 4.0.16-1
423
- better to use patch level in version tag like vim do
424
425
* Tue Apr 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-7.16
426
- Use patch level in Release tag
427
428
* Wed Apr 08 2009 Roman Rakus <rrakus@redhat.com> - 4.0-6
429
- Official upstream patch level 16
430
431
* Mon Mar 30 2009 Roman Rakus <rrakus@redhat.com> - 4.0-5
432
- Split documentation, use bash-doc package
433
  Resolves: #492447
434
435
* Sat Mar 21 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0-4
436
- Add full URLs to upstream patches
437
- Don't uselessly use %%version macro
438
439
* Wed Mar 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-3
440
- Official upstream patch level 10
441
442
* Wed Feb 25 2009 Roman Rakus <rrakus@redhat.com> - 4.0-2
443
- Save parser state in pcomplete.
444
  Resolves: #487257
445
446
* Tue Feb 24 2009 Roman Rakus <rrakus@redhat.com> - 4.0-1
447
- Release of bash-4.0
448
449
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.5.rc1
450
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
451
452
* Wed Feb 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.4.rc1
453
- Fix handling pipelines with `set -e'
454
  Resolves: #483385
455
456
* Thu Jan 29 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.3.rc1
457
- No more debug output
458
  Resolves: #483002
459
460
* Wed Jan 28 2009 Jesse Keating <jkeating@redhat.com> - 4.0-0.2.rc1
461
- Replace post code with lua to be able to not have external deps
462
463
* Mon Jan 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.1.rc1
464
- Fixed release tag
465
466
* Wed Jan 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-rc1.1
467
- Bump to upstream bash-4.0-rc1
468
469
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-33
470
- fc builtin fix
471
  Resolves: #438841
472
473
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-32
474
- Enabling auditing
475
  Resolves: #476216
476
477
* Tue Dec 09 2008 Roman Rakus <rrakus@redhat.com> - 3.2-31
478
- Patchlevel 48
479
480
* Thu Dec 04 2008 Roman Rakus <rrakus@redhat.com> - 3.2-30
481
- Added check for `command_not_found_handler' shell function
482
  Resolves: #432579
483
484
* Tue Oct 28 2008 Jesse Keating <jkeating@redhat.com> - 3.2-29
485
- Add the Requires(post) back for ncurses-libs, so that rpm knows
486
  where to break the loop.  The post actually does require the curses
487
  libs for the sh calls.  Could consider doing this in LUA and not have
488
  any external deps.
489
490
* Thu Oct 23 2008 Roman Rakus <rrakus@redhat.com> - 3.2-28
491
- Removing Requires for mktemp and ncurses, which cause
492
  dependencing loop
493
- Enabling #define SSH_SOURCE_BASHRC, because ssh changed.
494
  Resolves: #458839
495
- Catch signals right after calling execve()
496
  Resolves: #455548
497
498
* Thu Jul 17 2008 Roman Rakus <rrakus@redhat.com> - 3.2-27
499
- Changes in man page - #442018, #445692, #446625, #453409
500
- Changed patches to satisfy fuzz=0
501
502
* Thu Jun  5 2008 Roman Rakus <rrakus@redhat.com> - 3.2-26
503
- Patchlevel 39
504
505
* Tue Jun  3 2008 Roman Rakus <rrakus@redhat.com> - 3.2-25
506
- #449512 - reverting back last change - don't use glob library
507
508
* Wed May 28 2008 Roman Rakus <rrakus@redhat.com> - 3.2-24
509
- #217359 - use posix glob library
510
511
* Thu May 22 2008 Roman Rakus <rrakus@redhat.com> - 3.2-23
512
- #446420 - COMP_WORDBREAKS settings now works
513
514
* Fri Feb 29 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-22
515
- drop /usr/bin/clear from /etc/skel/.bash_logout as suggested by #429406
516
517
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.2-21
518
- Autorebuild for GCC 4.3
519
520
* Mon Jan 14 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-20
521
- Added bash32-026 upstream official patch
522
- Added bash32-027 upstream official patch (#249987)
523
- Added bash32-028 upstream official patch
524
- Added bash32-029 upstream official patch (#286861)
525
- Added bash32-030 upstream official patch
526
- Added bash32-031 upstream official patch (#358231)
527
- Added bash32-032 upstream official patch
528
- Added bash32-033 upstream official patch
529
- Fix insert command repeating in vi mode (#190350)
530
531
* Tue Nov 06 2007 Tomas Janousek <tjanouse@redhat.com> - 3.2-19
532
- fix cursor position when prompt has one invisible character (#358231)
533
- dropped examples/loadables/ from docs, since it wasn't possible to build them
534
  anyway (#174380)
535
- fix #286861: Wrong input confuses bash's arithmetic unit permanently
536
- fix #344411: $RANDOM stays the same when job executed in the background
537
538
* Fri Aug 31 2007 Pete Graner <pgraner@redhat.com> - 3.2-18
539
- Added bash32-021 upstream official patch
540
- Added bash32-025 upstream official patch
541
- Added bash32-024 upstream official patch
542
- Added bash32-023 upstream official patch
543
- Added bash32-022 upstream official patch
544
545
* Wed Aug 29 2007 Pete Graner <pgraner@redhat.com> - 3.2-17
546
- Added bash32-018 upstream official patch
547
- Added bash32-020 upstream official patch
548
- Added bash32-019 upstream official patch
549
550
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 3.2-16
551
- Rebuild
552
553
* Mon Aug 20 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
554
- Update to the Improve bash $RANDOM pseudo RNG (bug #234906) 
555
  now works with subshells and make $RANDOM on demand thus reducing the 
556
  amount of AVCs thrown.
557
558
* Thu Aug 16 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
559
- Changed spec file License to GPLv2+
560
561
* Wed Aug 15 2007 Pete Graner <pgraner@redhat.com> - 3.2-13
562
- Improve bash $RANDOM pseudo RNG (bug #234906)
563
564
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 3.2-12
565
- Quote environment variables in the post scriptlet to prevent upgrade
566
  failures (bug #249005).
567
568
* Thu Jul  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-11
569
- Patchlevel 17 (bug #241647).
570
571
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 3.2-10
572
- Clarification in the ulimit man page (bug #220657).
573
574
* Mon Feb 12 2007 Tim Waugh <twaugh@redhat.com> 3.2-9
575
- Rebuild to link with libtinfo instead of libncurses.
576
577
* Wed Feb  7 2007 Tim Waugh <twaugh@redhat.com> 3.2-8
578
- Avoid %%makeinstall (bug #225609).
579
580
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-7
581
- Reinstated this change:
582
  - Post requires ncurses (bug #224567).
583
- Reverted this change:
584
  - Added triggers for install-info (bug #225609).
585
586
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-6
587
- Reverted this change:
588
  - Post requires ncurses (bug #224567).
589
590
* Mon Feb  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-5
591
- Added triggers for install-info (bug #225609).
592
- Use full path to utilities in scriptlets (bug #225609).
593
- Fix missing sh-bangs in example scripts (bug #225609).
594
- Post requires ncurses (bug #224567).
595
- Removed Prefix tag (bug #225609).
596
- Fixed BuildRoot tag (bug #225609).
597
- Removed trailing full-stop from summary (bug #225609).
598
- Spec file is now UTF-8 (bug #225609).
599
- Removed obsolete Obsoletes (bug #225609).
600
- Moved 'make check' to new 'check' section (bug #225609).
601
- Removed uses of RPM_SOURCE_DIR (bug #225609).
602
- Fixed macros in changelog (bug #225609).
603
- Changed tabs to spaces (bug #225609).
604
605
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 3.2-4
606
- Slightly better .bash_logout (bug #223960).
607
608
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 3.2-3
609
- Back out rmatch change introduced in 3.2 (bug #220087).
610
611
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 3.2-2
612
- Link with ncurses.
613
614
* Fri Dec 15 2006 Tim Waugh <twaugh@redhat.com> 3.2-1
615
- Build requires autoconf and gettext.
616
- 3.2.  No longer need aq, login, ulimit, sighandler or read-memleak
617
  patches.
618
619
* Wed Jul 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-17
620
- Fixed 'tags out of date' problem with 'info bash' (bug #150118).
621
622
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-16.1
623
- rebuild
624
625
* Wed Jun 28 2006 Tim Waugh <twaugh@redhat.com> 3.1-16
626
- Removed 'unset USERNAME' from default .bash_profile (bug #196735).
627
628
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 3.1-15
629
- Updated requires patch to the ALT version.
630
631
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 3.1-14
632
- More sighandler fixes, this time hypothetical.
633
634
* Thu May 26 2006 Tim Waugh <twaugh@redhat.com> 3.1-13
635
- Another fix for the sighandler patch (bug #192297).
636
637
* Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-12
638
- Patchlevel 17.
639
640
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 3.1-11
641
- Patchlevel 16.
642
643
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 3.1-10
644
- Patchlevel 14.
645
646
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-9
647
- Fixed duplicate documentation of ulimit '-x' option introduced by
648
  ulimit patch (bug #183596).
649
650
* Tue Feb 21 2006 Tim Waugh <twaugh@redhat.com> 3.1-8
651
- Patchlevel 10.
652
653
* Thu Feb 16 2006 Tim Waugh <twaugh@redhat.com> 3.1-7
654
- Patchlevel 8.
655
656
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.2
657
- bump again for double-long bug on ppc(64)
658
659
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.1
660
- rebuilt for new gcc4.1 snapshot and glibc changes
661
662
* Sun Feb  5 2006 Tim Waugh <twaugh@redhat.com> 3.1-6
663
- Patchlevel 7.
664
665
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com>
666
- Removed inaccuracies from %%description (bug #178189).
667
668
* Fri Jan 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-5
669
- Fix 'exec -l /bin/bash'.
670
671
* Thu Jan 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-4
672
- Fix sighandler patch bug (bug #177545).
673
674
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-3
675
- Patchlevel 5.
676
677
* Fri Jan  6 2006 Tim Waugh <twaugh@redhat.com> 3.1-2
678
- No longer need loadables, mbinc or shellfunc patches.
679
- Use literal single-quote in bash man page where appropriate (bug #177051).
680
681
* Mon Jan  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-1
682
- 3.1.
683
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe,
684
  read-e-segfault, manpage, crash, pwd, afs, subshell patches.
685
- Remove wrap patch for now.
686
- Use upstream patch to fix arrays.
687
688
* Thu Dec 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-41
689
- Missed another loop for improved sighandler patch (bug #169231).
690
691
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
692
- rebuilt
693
694
* Thu Dec  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-40
695
- Fix read memleak when reading from non-blocking fd (bug #173283).
696
- Missed another loop for improved sighandler patch (bug #169231).
697
698
* Wed Dec  7 2005 Tim Waugh <twaugh@redhat.com> 3.0-39
699
- Missed a loop for improved sighandler patch (bug #169231).
700
701
* Tue Dec  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-38
702
- Test out improved sighandler patch (bug #169231).
703
704
* Tue Nov 22 2005 Tim Waugh <twaugh@redhat.com> 3.0-37
705
- Applied patch from upstream to fix parsing problem (bug #146638).
706
707
* Wed Nov  9 2005 Tim Waugh <twaugh@redhat.com> 3.0-36
708
- Added Url: tag (bug #172770).
709
- Do not explicitly gzip info pages (bug #172770).
710
- Fix permissions on bashbug (bug #172770).
711
712
* Thu Oct  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-35
713
- Fixed memory allocation bug in multibyteifs patch (bug #169996).
714
715
* Fri Sep 23 2005 Tim Waugh <twaugh@redhat.com>
716
- Use 'volatile' in sighandler patch.
717
718
* Wed Sep 21 2005 Tim Waugh <twaugh@redhat.com> 3.0-34
719
- Avoid writing history files during signal handling (bug #163235).
720
721
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-33
722
- Fixed multibyte IFS handling for invalid input (bug #165243).
723
724
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-32
725
- Fixed 'LC_ALL=C export LC_ALL' behaviour (bug #165249).
726
727
* Thu Jun 23 2005 Tim Waugh <twaugh@redhat.com>
728
- Added ulimit support for RLIMIT_NICE and RLIMIT_RTPRIO (bug #157049).
729
730
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com>
731
- Move a comment in dot-bashrc (bug #159522).
732
733
* Tue May 10 2005 Tim Waugh <twaugh@redhat.com> 3.0-31
734
- Small fix for multibyteifs patch to prevent segfault (bug #157260).
735
736
* Wed Apr 20 2005 Tim Waugh <twaugh@redhat.com>
737
- Fixed AFS support for output redirection, so that the correct errors
738
  are reported for other filesystems (bug #155373).
739
740
* Tue Mar 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-30
741
- Fix PS1 expansion crash when PWD is unset (bg #151116).
742
743
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0-29
744
- Rebuild for new GCC.
745
746
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0-28
747
- Define _GNU_SOURCE in CPPFLAGS (bug #147573).
748
749
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com>
750
- Reverted this change:
751
  - Added code to /etc/skel/.bash_logout to support the gpm selection buffer
752
    invalidation on virtual terminals (bug #115493).
753
754
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 3.0-27
755
- Applied upstream patch to fix a potential NULL dereference.
756
757
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com> 3.0-26
758
- Fixed job handling bug (bug #145124).
759
760
* Sun Dec  5 2004 Tim Waugh <twaugh@redhat.com> 3.0-25
761
- Applied patch from Florian La Roche to fix CPPFLAGS quoting in spec file.
762
763
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com>
764
- Fixed typo in man page (spotted on bug-bash).
765
766
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-24
767
- Use upstream patch to fix bug #139575 and bug #139306.
768
769
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-23
770
- Fixed last patch to avoid regressions (bug #139575).
771
772
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0-22
773
- Fixed prompt wrapping code to cope with zero-length prompts (bug #139306).
774
775
* Thu Nov 11 2004 Tim Waugh <twaugh@redhat.com> 3.0-21
776
- Added code to /etc/skel/.bash_logout to support the gpm selection buffer
777
  invalidation on virtual terminals (bug #115493).
778
779
* Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-20
780
- Patchlevel 16.
781
782
* Mon Nov  1 2004 Tim Waugh <twaugh@redhat.com>
783
- Patchlevel 15.
784
785
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
786
- Patchlevel 14.
787
- No longer need brace patch.
788
789
* Wed Sep 29 2004 Tim Waugh <twaugh@redhat.com> 3.0-16
790
- Apply patch from Chet Ramey to fix brace expansion.
791
792
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0-15
793
- Minor fix for job handling.
794
795
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
796
- Add bashbug back in (with suffix).
797
798
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
799
- Remove bash2.
800
801
* Fri Sep 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-14
802
- Don't run tests that read from /dev/tty.
803
- Patchlevel 13.
804
805
* Wed Sep  8 2004 Tim Waugh <twaugh@redhat.com> 3.0-13
806
- Check for EINVAL from waitpid() and avoid WCONTINUED in that case.
807
- Fixed jobs4 test.
808
- Applied experimental upstream patch for trap compatibility.
809
- Re-make documentation to reflect source changes.
810
811
* Tue Sep  7 2004 Tim Waugh <twaugh@redhat.com> 3.0-12
812
- Remove 'bashbug' from the documentation, because we don't ship it due
813
  to biarch concerns.
814
815
* Thu Sep  2 2004 Tim Waugh <twaugh@redhat.com> 3.0-11
816
- Fixed multibyte parameter length expansion.
817
818
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0-9
819
- Fix ulimits patch from Ulrich Drepper (bug #129800).
820
821
* Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8
822
- Provide support for new limits (bug #129800).
823
824
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-7
825
- Use upstream patch for last fix.
826
827
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-6
828
- Fixed history saved-line handling.
829
830
* Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com>
831
- Fixed multibyte IFS handling.
832
833
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
834
- Applied bug-bash list patch to fix pipefail.
835
836
* Tue Aug 17 2004 Tim Waugh <twaugh@redhat.com> 3.0-5
837
- Make trap usage string show POSIX usage (bug #128938).
838
- Updated ${x[@]:1} expansion fix from bug-bash list.
839
- Updated patch to fix unset array crash (from bug-bash list).
840
841
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
842
- Fix ${x[@]:1} expansion (William Park, bug-bash list).
843
844
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-4
845
- Fix vi-change-char behaviour at EOL (bug #129526).
846
847
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 3.0-3
848
- Applied bug-bash list patch to fix multiline PS1 prompting (bug #129382).
849
850
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 3.0-2
851
- Fixed brace expansion (bug #129128).
852
- Build with AFS support again, since bug #86514 seems fixed upstream
853
  (bug #129094).
854
855
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
856
- Fixed crash when unsetting an unset array (from bug-bash list).
857
858
* Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
859
- 3.0.
860
861
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 2.05b-44
862
- Don't report SIGPIPE errors (bug #128274).
863
864
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 2.05b-43
865
- Fixed command substitution problem (bug #127242).
866
867
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 2.05b-42
868
- Fixed multibyte variable substitution patch (bug #126399).
869
870
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 2.05b-41 
871
- remove bashbug script/docs to avoid conflicting files in
872
  biarch installs.
873
874
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
875
- rebuilt
876
877
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
878
- Build requires bison (bug #125307).
879
880
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 2.05b-39
881
- Build requires libtermcap-devel (bug #125068).
882
883
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com>
884
- Don't ship empty %%{_libdir}/bash (bug #123556).
885
886
* Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 2.05b-38
887
- Apply patch from Nalin Dahyabhai fixing an overread.
888
889
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
890
- rebuilt
891
892
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
893
- rebuilt
894
895
* Thu Jan 22 2004 Tim Waugh <twaugh@redhat.com> 2.05b-36
896
- Fix the bug causing bindings to need reparsing .inputrc (bug #114101).
897
898
* Mon Jan  5 2004 Tim Waugh <twaugh@redhat.com> 2.05b-35
899
- Fix parameter expansion in multibyte locales (bug #112657).
900
- Run 'make check'.
901
902
* Tue Dec  9 2003 Tim Waugh <twaugh@redhat.com> 2.05b-34
903
- Build requires texinfo (bug #111171).
904
905
* Fri Nov 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-33
906
- Speed up UTF-8 command-line redrawing in the common case (bug #102353,
907
  bug #110777).
908
909
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.05b-32
910
- Apply upstream patches (bug #109269 among others).
911
912
* Fri Oct 31 2003 Tim Waugh <twaugh@redhat.com>
913
- Fix bash.info (bug #83776).
914
915
* Tue Oct 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-31
916
- Add bash205b-007 patch to fix bug #106876.
917
918
* Thu Oct 23 2003 Tim Waugh <twaugh@redhat.com> 2.05b-30
919
- Rebuilt.
920
921
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29.1
922
- Rebuilt.
923
924
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29
925
- Avoid crashing on multibyte input when locale is set incorrectly
926
  (bug #74266).
927
928
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28.1
929
- Rebuilt.
930
931
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28
932
- Avoid built-in malloc implementation (bug #103768).
933
934
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27.1
935
- Rebuilt.
936
937
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27
938
- LFS support (bug #103627).
939
940
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26.1
941
- Rebuilt.
942
943
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26
944
- Merge bash-doc into main package (bug #100632).
945
946
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 2.05b-25
947
- rebuilt
948
949
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 2.05b-24
950
- Fix completion display when multibyte or control characters are to be
951
  shown (bug #90201).
952
953
* Tue Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-23
954
- Fix a warning message (bug #79629).
955
- Don't remove generated source during build, for debuginfo package.
956
- Don't build with AFS support (bug #86514).
957
958
* Tue Mar 25 2003 Tim Waugh <twaugh@redhat.com> 2.05b-22
959
- Really fix bug #78455.
960
961
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-21
962
- Don't explicitly strip binaries (bug #85995).
963
964
* Tue Feb 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-20
965
- Really fix bug #83331 for good.
966
967
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 2.05b-19
968
- Fix builtins.1.
969
970
* Fri Feb  7 2003 Tim Waugh <twaugh@redhat.com> 2.05b-18
971
- Actually apply the patch (bug #83331).
972
973
* Wed Feb  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-17
974
- Fix history/UTF-8 bug (bug #83331).
975
976
* Sun Jan 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-16
977
- More tab-completion fixing (bug #72512).
978
979
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.05b-15
980
- rebuilt
981
982
* Wed Jan 15 2003 Tim Waugh <twaugh@redhat.com> 2.05b-14
983
- Force pgrp synchronization (bug #81653).
984
985
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.05b-13
986
- (patch26) Don't call 'size' in makefile. Pointless, and interferes with 
987
  cross compiles.
988
989
* Tue Dec  3 2002 Tim Waugh <twaugh@redhat.com> 2.05b-12
990
- Prevent prompt overwriting output (bug #74383).
991
992
* Wed Nov 27 2002 Tim Waugh <twaugh@redhat.com> 2.05b-11
993
- Fix '-rbash' (bug #78455).
994
995
* Thu Nov 21 2002 Tim Waugh <twaugh@redhat.com> 2.05b-10
996
- Rebuild.
997
998
* Wed Nov 20 2002 Elliot Lee <sopwith@redhat.com>
999
- Use the configure macro instead of calling ./configure directly
1000
1001
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com>
1002
- Revert previous change.
1003
1004
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 2.05b-8
1005
- PreReq libtermcap.
1006
1007
* Fri Oct 18 2002 Tim Waugh <twaugh@redhat.com> 2.05b-7
1008
- Add readline-init patch (bug #74925).
1009
1010
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 2.05b-6
1011
- Add the (4) patches from ftp.gnu.org (bug #75888, bug #72512).
1012
- Ship '.' man page, which doesn't get picked up by glob.
1013
- Don't install files not shipped when building.
1014
- Locale shell variables fix (bug #74701).
1015
1016
* Fri Aug 23 2002 Tim Powers <timp@redhat.com> 2.05b-5
1017
- re-bzip the docs, something was corrupted
1018
1019
* Thu Aug 22 2002 Tim Waugh <twaugh@redhat.com> 2.05b-4
1020
- Fix history substitution modifiers in UTF-8 (bug #70294, bug #71186).
1021
- Fix ADVANCE_CHAR at end of string (bug #70819).
1022
- docs: CWRU/POSIX.NOTES no longer exists, but ship POSIX.
1023
1024
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-3
1025
- Fixed out of memory problem with readline.
1026
1027
* Tue Jul 23 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-2
1028
- Added symlink for sh.1 in man1 section so that man sh works (#44039).
1029
1030
* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-1
1031
- Update to 2.05b
1032
1033
* Wed Jul 10 2002 Phil Knirsch <pknirsch@redhat.com> 2.05a-16
1034
- Fixed readline utf8 problem (#68313).
1035
1036
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.05a-15
1037
- automated rebuild
1038
1039
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.05a-14
1040
- automated rebuild
1041
1042
* Fri Apr 12 2002 Tim Powers <timp@redhat.com> 2.05a-13
1043
- don't build the stuff in examples/loadables. It breaks FHS
1044
  compliance
1045
1046
* Fri Apr  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-12
1047
- Fix the fix for #62418
1048
1049
* Thu Apr  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-11
1050
- Fix kill builtin (#62418)
1051
1052
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.0.5a-10
1053
- Get rid of completion subpackage
1054
- Use %%{_tmppath}
1055
1056
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-9
1057
- Add patch from Ulrich Drepper to get better error messages when trying
1058
  to launch an application with a bad ELF interpreter (e.g. libc5 ld.so)
1059
  (#60870)
1060
1061
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-8
1062
- Update completion
1063
1064
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-7
1065
- Update completion stuff and move it to a separate package
1066
1067
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-6
1068
- Add patches from Ian Macdonald <ian@caliban.org>
1069
1070
* Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-5
1071
- Add programmable completion (optional)
1072
1073
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-4
1074
- Fix mailcheck (#57792)
1075
1076
* Tue Jan 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-3
1077
- Fix autoconf mess
1078
- Build --with-afs, some users may be using it
1079
1080
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1081
- automated rebuild
1082
1083
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-2
1084
- Fix conflict with sh-utils (printf builtin manpage vs. printf binary manpage)
1085
  (#56590)
1086
1087
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-1
1088
- 2.05a
1089
1090
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1091
- disable s390x fix, not needed anymore
1092
1093
* Mon Oct  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-9
1094
- Add patch from readline 4.2-3 to bash's internal libreadline
1095
1096
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-8
1097
- Merge Pekka Savola's patch (RFE#47762)
1098
1099
* Mon Jul  2 2001 Pekka Savola <pekkas@netcore.fi>
1100
- Add IPv6 patch from PLD (only redirection to /dev/{tcp,udp}/host/port
1101
  support)
1102
1103
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-7
1104
- Add some bugfix patches from the maintainer
1105
1106
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1107
- added patch for s390x from <oliver.paukstadt@millenux.com>
1108
1109
* Wed May 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-5
1110
- Don't set BASH_ENV in .bash_profile, it causes .bashrc to be sourced
1111
  twice in interactive non-login shells.
1112
- s/Copyright/License/
1113
1114
* Fri May  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-4
1115
- Fix tempfile creation in bashbug
1116
1117
* Wed May  2 2001 Preston Brown <pbrown@redhat.com> 2.05-3
1118
- bashrc moved to setup package
1119
1120
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-2
1121
- bash comes with its own copy of readline... Add the patches we're
1122
  applying in the readline package.
1123
1124
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-1
1125
- Update to 2.05
1126
- Change PROMPT_COMMAND in bashrc for xterms
1127
  to something less space consuming (#24159)
1128
- Provide plugs for alternate prompt commands (#30634), but don't
1129
  default to them
1130
1131
* Mon Mar 19 2001 Preston Brown <pbrown@redhat.com>
1132
- add default aliases for 'dir' and 'df' to have human readable output
1133
1134
* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
1135
- don't Prereq: /sbin/install-info!
1136
1137
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
1138
- noreplace config files
1139
- don't own /etc/skel directory
1140
1141
* Wed Feb 22 2001 Harald Hoyer <harald@redhat.de>
1142
- changed /etc/bashrc to work with backspace = 0177 (rxvt)
1143
1144
* Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1145
- changed /etc/skel/.bash_profile to "unset USERNAME"
1146
1147
* Mon Feb  5 2001 Yukihiro Nakai <ynakai@redhat.com>
1148
- Delete Japanese resources from dot-bashrc
1149
  and move them to each package.
1150
1151
* Fri Dec 15 2000 Yukihiro Nakai <ynakai@redhat.com>
1152
- Add Japanese resource to dot-bashrc
1153
1154
* Mon Dec 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1155
- rebuild to get rid of 0777 doc dirs
1156
1157
* Thu Nov 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1158
- restore the ^Hs in documentation, they're highlighting sequences
1159
  for less (#20654) 
1160
1161
* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1162
- bash-2.04-export.patch is reported to fix compilation
1163
  of older glibc-2.1 sources
1164
1165
* Tue Aug 22 2000 Matt Wilson <msw@redhat.com>
1166
- fixed the summary of bash-doc to use %%{version} instead of "2.03"
1167
1168
* Tue Aug  8 2000 Bill Nottingham <notting@redhat.com>
1169
- 'exit' in bashrc is very bad.
1170
1171
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1172
- minor bashrc fix (Bug #8518)
1173
1174
* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1175
- Don't use tput etc. in bashrc if /usr isn't available (Bug #14116)
1176
1177
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1178
- automatic rebuild
1179
1180
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
1181
- fix for some IA-64 issues from Stephane Eranian
1182
1183
* Thu Jun 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1184
- Fix summary and description, they had old version numbers (Bug #12092)
1185
1186
* Tue Jun  6 2000 Bill Nottingham <notting@redhat.com>
1187
- add /etc/skel/.bash* ; obsolete etcskel
1188
1189
* Tue May  2 2000 Bill Nottingham <notting@redhat.com>
1190
- fix for shell functions on 64-bit architectures...
1191
1192
* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1193
- Add some backwards compatibility (for i in ; do something; done)
1194
1195
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1196
- 2.04 final
1197
- remove the echo, pwd, test and kill man pages from the package,
1198
  we're getting them from sh-utils
1199
1200
* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1201
- 2.04beta5
1202
- adapt patches
1203
- Fix up bashrc
1204
- Don't put in bashrc1, this should be done by the bash1 package
1205
- use install -c instead of plain install to work on *BSD
1206
- remove the collected patches - they're now in the base version.
1207
- make compressed man pages optional
1208
1209
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1210
- add some collected patches for bash2
1211
- change it over to be the main bash package
1212
- install man-pages root:root
1213
- obsolete bash2, bash2-doc
1214
1215
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
1216
- man pages are compressed
1217
- fix description
1218
1219
* Thu Dec  2 1999 Ken Estes <kestes@staff.mail.com>
1220
- updated patch to detect what executables are required by a script.
1221
1222
* Fri Sep 14 1999 Dale Lovelace <dale@redhat.com>
1223
- Remove annoying ^H's from documentation
1224
1225
* Fri Jul 16 1999 Ken Estes <kestes@staff.mail.com>
1226
- patch to detect what executables are required by a script.
1227
1228
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
1229
- auto rebuild in the new build environment (release 4)
1230
1231
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
1232
- strip binaries.
1233
- include bash-doc correctly.
1234
1235
* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
1236
- fixed post/postun /etc/shells work.
1237
1238
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
1239
- updated again text in the spec file
1240
1241
* Mon Feb 22 1999 Jeff Johnson <jbj@redhat.com>
1242
- updated text in spec file.
1243
- update to 2.03.
1244
1245
* Fri Feb 12 1999 Cristian Gafton <gafton@redhat.com>
1246
- build it as bash2 instead of bash
1247
1248
* Tue Feb  9 1999 Bill Nottingham <notting@redhat.com>
1249
- set 'NON_INTERACTIVE_LOGIN_SHELLS' so profile gets read
1250
1251
* Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com>
1252
- rename man pages in bash-doc to avoid packaging conflicts (#606).
1253
1254
* Wed Dec 02 1998 Cristian Gafton <gafton@redhat.com>
1255
- patch for the arm
1256
- use $RPM_ARCH-redhat-linux as the build target
1257
1258
* Tue Oct  6 1998 Bill Nottingham <notting@redhat.com>
1259
- rewrite %%pre, axe %%postun (to avoid prereq loops)
1260
1261
* Wed Aug 19 1998 Jeff Johnson <jbj@redhat.com>
1262
- resurrect for RH 6.0.
1263
1264
* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
1265
- update to 2.02.1
1266
1267
* Thu Jun 11 1998 Jeff Johnson <jbj@redhat.com>
1268
- Package for 5.2.
1269
1270
* Mon Apr 20 1998 Ian Macdonald <ianmacd@xs4all.nl>
1271
- added POSIX.NOTES doc file
1272
- some extraneous doc files removed
1273
- minor .spec file changes
1274
1275
* Sun Apr 19 1998 Ian Macdonald <ianmacd@xs4all.nl>
1276
- upgraded to version 2.02
1277
- Alpha, MIPS & Sparc patches removed due to lack of test platforms
1278
- glibc & signal patches no longer required
1279
- added documentation subpackage (doc)
1280
1281
* Fri Nov 07 1997 Donnie Barnes <djb@redhat.com>
1282
- added signal handling patch from Dean Gaudet <dgaudet@arctic.org> that
1283
  is based on a change made in bash 2.0.  Should fix some early exit
1284
  problems with suspends and fg.
1285
1286
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
1287
- added %%clean
1288
1289
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
1290
- added comment explaining why install-info isn't used
1291
- added mips patch 
1292
1293
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
1294
- added BuildRoot
1295
1296
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
1297
- built against glibc
1298