SPECS: pdksh.spec - comment out fileutils preun dep, fixes install...
glen
glen at pld-linux.org
Mon Oct 17 16:49:04 CEST 2005
Author: glen Date: Mon Oct 17 14:49:04 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- comment out fileutils preun dep, fixes install order with glibc, at the cost of uninstall is possibly broken if coreutils is installed before pdksh (why would you want to do that?)
---- Files affected:
SPECS:
pdksh.spec (1.101 -> 1.102)
---- Diffs:
================================================================
Index: SPECS/pdksh.spec
diff -u SPECS/pdksh.spec:1.101 SPECS/pdksh.spec:1.102
--- SPECS/pdksh.spec:1.101 Thu Jul 21 19:26:42 2005
+++ SPECS/pdksh.spec Mon Oct 17 16:48:58 2005
@@ -14,7 +14,7 @@
Summary(uk): ÷ŚĚÂÎÁ ŇĹÁĚŚÚÁĂŚŃ ËĎÍÁÎÄÎĎÇĎ ĐŇĎĂĹÓĎŇÁ Korn shell (ksh)
Name: pdksh
Version: 5.2.14
-Release: 42
+Release: 42.62
License: Mostly Public Domain with Free & GPL additions
Group: Applications/Shells
Source0: ftp://ftp.cs.mun.ca/pub/pdksh/%{name}-%{version}.tar.gz
@@ -39,7 +39,7 @@
Patch15: %{name}-ulimit-vmem.patch
URL: http://www.cs.mun.ca/~michael/pdksh/
%{?with_static:BuildRequires: glibc-static}
-Requires(preun): fileutils
+#Requires(preun): /bin/mv
Requires: setup >= 2.4.6-2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -96,7 +96,7 @@
Summary: Statically linked Public Domain Korn Shell
Summary(pl): Skonsolidowana statycznie powłoka Korna
Group: Applications/Shells
-Requires(preun): fileutils
+#Requires(preun): /bin/mv
Requires: %{name} = %{version}-%{release}
%description static
@@ -232,6 +232,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.102 2005/10/17 14:48:58 glen
+- comment out fileutils preun dep, fixes install order with glibc, at the cost of uninstall is possibly broken if coreutils is installed before pdksh (why would you want to do that?)
+
Revision 1.101 2005/07/21 17:26:42 darekr
- defined _bindir to /bin
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/pdksh.spec?r1=1.101&r2=1.102&f=u
More information about the pld-cvs-commit
mailing list