- ksh updated to 2011-02-02
This commit is contained in:
parent
26b7903d18
commit
dc57c152c1
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ INIT.2010-07-01.tgz
|
||||
/INIT.2011-01-27.tgz
|
||||
/ast-ksh.2011-01-31.tgz
|
||||
/INIT.2011-01-31.tgz
|
||||
/ast-ksh.2011-02-02.tgz
|
||||
/INIT.2011-02-02.tgz
|
||||
|
7
ksh.spec
7
ksh.spec
@ -1,11 +1,11 @@
|
||||
%global releasedate 2011-01-31
|
||||
%global releasedate 2011-02-02
|
||||
|
||||
Name: ksh
|
||||
Summary: The Original ATT Korn Shell
|
||||
URL: http://www.kornshell.com/
|
||||
Group: System Environment/Shells
|
||||
License: CPL
|
||||
Version: 20110131
|
||||
Version: 20110202
|
||||
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
|
||||
@ -118,6 +118,9 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Fri Feb 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110202-1
|
||||
- ksh updated to 2011-02-02
|
||||
|
||||
* Wed Feb 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110131-1
|
||||
- ksh updated to 2011-01-31
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user