ksh updated to 20120202
This commit is contained in:
parent
e31ae3cf50
commit
4dfe644019
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,3 +38,5 @@ INIT.2010-07-01.tgz
|
|||||||
/INIT.2011-06-30.tgz
|
/INIT.2011-06-30.tgz
|
||||||
/ast-ksh.2012-01-01.tgz
|
/ast-ksh.2012-01-01.tgz
|
||||||
/INIT.2012-01-01.tgz
|
/INIT.2012-01-01.tgz
|
||||||
|
/ast-ksh.2012-02-02.tgz
|
||||||
|
/INIT.2012-02-02.tgz
|
||||||
|
7
ksh.spec
7
ksh.spec
@ -1,11 +1,11 @@
|
|||||||
%global releasedate 2012-01-01
|
%global releasedate 2012-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: EPL
|
License: EPL
|
||||||
Version: 20120101
|
Version: 20120202
|
||||||
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
|
||||||
@ -125,6 +125,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 06 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120202-1
|
||||||
|
- ksh updated to 20120202
|
||||||
|
|
||||||
* Thu Jan 05 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120101-1
|
* Thu Jan 05 2012 Michal Hlavinka <mhlavink@redhat.com> - 20120101-1
|
||||||
- ksh updated to 2012-01-01
|
- ksh updated to 2012-01-01
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user