do not throw away the stderr output of profile.d scripts in noninteractive bash/ksh sessions(#805507)

This commit is contained in:
Ondřej Vašík 2012-03-22 10:55:54 +01:00
parent 676d5e0ef8
commit a6729b36b8
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ setup-2.8.25.tar.bz2
/setup-2.8.48.tar.bz2
/setup-2.8.49.tar.bz2
/setup-2.8.50.tar.bz2
/setup-2.8.51.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files
Name: setup
Version: 2.8.50
Version: 2.8.51
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
@ -93,6 +93,10 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
%changelog
* Thu Mar 22 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.51-1
- do not throw away the stderr output of profile.d scripts
in noninteractive bash/ksh sessions(#805507)
* Mon Mar 19 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.50-1
- reserve 182:182 for katello (#804204)
- reserve 183:183 for elasticsearch (#804205)

View File

@ -1 +1 @@
ef35c96639930282c1de880c35be7804 setup-2.8.50.tar.bz2
269844869a29ebd52bcb5aba153b45a8 setup-2.8.51.tar.bz2