fix escape codes for screen (#969429), handle vte terminals in bashrc (#924275)

This commit is contained in:
Ondřej Vašík 2013-06-07 10:33:39 -04:00
parent 86b32737c5
commit 4cf68c4be8
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ setup-2.8.25.tar.bz2
/setup-2.8.68.tar.bz2
/setup-2.8.69.tar.bz2
/setup-2.8.70.tar.bz2
/setup-2.8.71.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files
Name: setup
Version: 2.8.70
Version: 2.8.71
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
@ -90,6 +90,10 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
%changelog
* Fri Jun 07 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.71-1
- fix escape codes for screen (#969429)
- handle vte terminals in bashrc (#924275)
* Tue May 14 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.70-1
- fix typo in cdrom default group (#962486)

View File

@ -1 +1 @@
09fe1be803e8e851adda4ca63260f596 setup-2.8.70.tar.bz2
0a1a5dd9d1911846089f4ed6c292f03b setup-2.8.71.tar.bz2