- ksh updated to 2010-08-11
This commit is contained in:
parent
d4f269661f
commit
431c5ae681
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
ast-ksh.2010-07-01.tgz
|
||||
INIT.2010-07-01.tgz
|
||||
/ast-ksh.2010-08-11.tgz
|
||||
/INIT.2010-08-11.tgz
|
||||
|
7
ksh.spec
7
ksh.spec
@ -1,11 +1,11 @@
|
||||
%global releasedate 2010-07-01
|
||||
%global releasedate 2010-08-11
|
||||
|
||||
Name: ksh
|
||||
Summary: The Original ATT Korn Shell
|
||||
URL: http://www.kornshell.com/
|
||||
Group: System Environment/Shells
|
||||
License: CPL
|
||||
Version: 20100701
|
||||
Version: 20100811
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
@ -92,6 +92,9 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Fri Aug 13 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100811-1
|
||||
- ksh updated to 2010-08-11
|
||||
|
||||
* Thu Jul 08 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100701-1
|
||||
- updated to 2010-07-01
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user