- 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
|
/INIT.2011-01-27.tgz
|
||||||
/ast-ksh.2011-01-31.tgz
|
/ast-ksh.2011-01-31.tgz
|
||||||
/INIT.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
|
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: 20110131
|
Version: 20110202
|
||||||
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
|
||||||
@ -118,6 +118,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110131-1
|
||||||
- ksh updated to 2011-01-31
|
- ksh updated to 2011-01-31
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user