- spec cleanup
- fix syntax in s390.sh
This commit is contained in:
parent
010c710cde
commit
6a9781520b
2
s390.sh
2
s390.sh
@ -1,6 +1,6 @@
|
||||
# /etc/profile.d/s390.sh - set TERM variable
|
||||
|
||||
contype=`/sbin/consoletype stdout`
|
||||
if [ "$contype" == "serial" ]; then
|
||||
if [ "$contype" = "serial" ]; then
|
||||
export TERM=dumb
|
||||
fi
|
||||
|
@ -859,6 +859,8 @@ User-space development files for the s390/s390x architecture.
|
||||
%changelog
|
||||
* Mon Aug 27 2012 Dan Horák <dan[at]danny.cz> 2:1.19.0-1
|
||||
- updated to 1.19.0 (#804774)
|
||||
- fixed syntax in s390.sh script (#851096)
|
||||
- spec cleanup
|
||||
|
||||
* Tue Aug 21 2012 Dan Horák <dan[at]danny.cz> 2:1.17.0-1
|
||||
- updated to 1.17.0
|
||||
|
Loading…
Reference in New Issue
Block a user