- ksh updated to 2010-10-10
This commit is contained in:
parent
b988ac8d6b
commit
d08af7b2c6
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ INIT.2010-07-01.tgz
|
|||||||
/INIT.2010-08-26.tgz
|
/INIT.2010-08-26.tgz
|
||||||
/ast-ksh.2010-09-24.tgz
|
/ast-ksh.2010-09-24.tgz
|
||||||
/INIT.2010-09-24.tgz
|
/INIT.2010-09-24.tgz
|
||||||
|
/ast-ksh.2010-10-10.tgz
|
||||||
|
/INIT.2010-10-10.tgz
|
||||||
|
9
ksh.spec
9
ksh.spec
@ -1,12 +1,12 @@
|
|||||||
%global releasedate 2010-09-24
|
%global releasedate 2010-10-10
|
||||||
|
|
||||||
Name: ksh
|
Name: ksh
|
||||||
Summary: The Original ATT Korn Shell
|
Summary: The Original ATT Korn Shell
|
||||||
URL: http://www.kornshell.com/
|
URL: http://www.kornshell.com/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: CPL
|
License: CPL
|
||||||
Version: 20100924
|
Version: 20101010
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
|
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{releasedate}.tgz
|
||||||
Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
|
Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{releasedate}.tgz
|
||||||
Source3: kshrc.rhs
|
Source3: kshrc.rhs
|
||||||
@ -116,6 +116,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 20101010-1
|
||||||
|
- ksh updated to 2010-10-10
|
||||||
|
|
||||||
* Fri Oct 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-2
|
* Fri Oct 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-2
|
||||||
- disable only known to be broken builtins, let other enabled
|
- disable only known to be broken builtins, let other enabled
|
||||||
- skip regression tests if /dev/fd is missing
|
- skip regression tests if /dev/fd is missing
|
||||||
|
Loading…
Reference in New Issue
Block a user