- ksh updated to 2010-08-26
This commit is contained in:
parent
431c5ae681
commit
22f40a71e8
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ ast-ksh.2010-07-01.tgz
|
|||||||
INIT.2010-07-01.tgz
|
INIT.2010-07-01.tgz
|
||||||
/ast-ksh.2010-08-11.tgz
|
/ast-ksh.2010-08-11.tgz
|
||||||
/INIT.2010-08-11.tgz
|
/INIT.2010-08-11.tgz
|
||||||
|
/ast-ksh.2010-08-26.tgz
|
||||||
|
/INIT.2010-08-26.tgz
|
||||||
|
8
ksh.spec
8
ksh.spec
@ -1,11 +1,11 @@
|
|||||||
%global releasedate 2010-08-11
|
%global releasedate 2010-08-26
|
||||||
|
|
||||||
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: 20100811
|
Version: 20100826
|
||||||
Release: 1%{?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
|
||||||
@ -92,6 +92,10 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100826-1
|
||||||
|
- ksh updated to 2010-08-26
|
||||||
|
|
||||||
|
|
||||||
* Fri Aug 13 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100811-1
|
* Fri Aug 13 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100811-1
|
||||||
- ksh updated to 2010-08-11
|
- ksh updated to 2010-08-11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user