This commit is contained in:
parent
cb59d4526d
commit
97b298815f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 14:30:03 CET 2008 - werner@suse.de
|
||||
|
||||
- Work around a bug in former postun script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 13:04:13 CET 2008 - werner@suse.de
|
||||
|
||||
|
7
ksh.spec
7
ksh.spec
@ -22,7 +22,7 @@ Group: System/Shells
|
||||
PreReq: /bin/ln /bin/rm /etc/bash.bashrc /bin/true
|
||||
AutoReqProv: on
|
||||
Version: 93s
|
||||
Release: 87
|
||||
Release: 97
|
||||
Summary: Korn Shell
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: INIT.2008-02-02.tar.bz2
|
||||
@ -222,6 +222,7 @@ find share/ -type d -a -empty | xargs -r rm -vrf
|
||||
install bin/ksh %{buildroot}/%{_lib}/ast/bin/
|
||||
install bin/shcomp %{buildroot}/%{_lib}/ast/bin/
|
||||
# install bin/suid_exec %{buildroot}/%{_lib}/ast/bin/
|
||||
ln -sf bin/ksh %{buildroot}/%{_lib}/ast/ksh
|
||||
ln -sf /bin/true %{buildroot}/bin/ksh
|
||||
ln -sf /bin/true %{buildroot}%{_bindir}/ksh
|
||||
ln -sf /%{_lib}/ast/bin/ksh %{buildroot}%{_bindir}/rksh
|
||||
@ -280,7 +281,7 @@ if test -x %{_lib}/ast/bin/ksh ; then
|
||||
fi
|
||||
|
||||
%postun
|
||||
if test ! -x %{_lib}/ast/ksh ; then
|
||||
if test ! -x %{_lib}/ast/bin/ksh ; then
|
||||
if test ! -x bin/pdksh ; then
|
||||
rm -f etc/ksh.kshrc
|
||||
fi
|
||||
@ -317,6 +318,8 @@ fi
|
||||
%{_includedir}/ast/
|
||||
|
||||
%changelog
|
||||
* Mon Mar 17 2008 werner@suse.de
|
||||
- Work around a bug in former postun script
|
||||
* Thu Feb 14 2008 werner@suse.de
|
||||
- Add locale for ksh and libraries in ast format
|
||||
- Update to official bugfix release 2008-02-02 of ksh93s+
|
||||
|
Loading…
x
Reference in New Issue
Block a user