- ksh updated to 2011-02-08
This commit is contained in:
parent
b5a47de9c8
commit
54da721445
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,3 +26,5 @@ INIT.2010-07-01.tgz
|
|||||||
/INIT.2011-01-31.tgz
|
/INIT.2011-01-31.tgz
|
||||||
/ast-ksh.2011-02-02.tgz
|
/ast-ksh.2011-02-02.tgz
|
||||||
/INIT.2011-02-02.tgz
|
/INIT.2011-02-02.tgz
|
||||||
|
/ast-ksh.2011-02-08.tgz
|
||||||
|
/INIT.2011-02-08.tgz
|
||||||
|
9
ksh.spec
9
ksh.spec
@ -1,12 +1,12 @@
|
|||||||
%global releasedate 2011-02-02
|
%global releasedate 2011-02-08
|
||||||
|
|
||||||
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: 20110202
|
Version: 20110208
|
||||||
Release: 2%{?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
|
||||||
Source3: kshrc.rhs
|
Source3: kshrc.rhs
|
||||||
@ -118,6 +118,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 20110208-1
|
||||||
|
- ksh updated to 2011-02-08
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110202-2
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110202-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user