blob: b126393f7b4513c5e9870405c919b2adaeaf9c2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# ChangeLog for sys-apps/coreutils
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.10 2003/03/20 11:22:41 seemant Exp $
*coreutils-4.5.10 (14 Mar 2003)
20 Mar 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-4.5.10.ebuild :
Patched to add selinux, thanks to sindian. Note, I removed the -r1
revision bump as it was unnecessary.
14 Mar 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-4.5.10.ebuild:
version bump thanks to drobbins on -core
*coreutils-4.5.9-r2 (17 Mar 2003)
17 Mar 2003; root <root@gentoo.org> coreutils-4.5.9-r2.ebuild:
Added SELinux patch
*coreutils-4.5.9-r1 (11 Mar 2003)
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-4.5.9-r1.ebuild :
Fix overwriting /bin/hostname, and causing /bin/domainname (symlink to
/bin/hostname) to set the hostname instead of the domainname. We use
hostname from net-tools after all. Ditto for /bin/uptime.
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-4.5.9.ebuild :
OK, I am dense. Seems when I did previous fix, I changed the:
rm ${D}/usr/share/man/man1/su
to:
rm ${D}/usr/share/man/man1/su*
Fixed this to fix the sum problem.
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-4.5.9.ebuild :
Move symlink stuff till after we remove stuff we do not use, else we have
invalid symlinks. Change einstall to 'make DESTDIR=$D install', else it
do not install all the manpages.
Fix manpages again by manually installing.
*coreutils-4.5.9 (06 Mar 2003)
11 Mar 2003; Zach Welch <zwelch@gentoo.org> coreutils-4.5.9-r1.ebuild,
coreutils-4.5.9.ebuild:
add arm keyword
06 Mar 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-4.5.9.ebuild
ChangeLog files/digest-coreutils-4.5.9 :
New package -- this will replace fileutils text-utils and sh-utils, when
it gets unmasked.
|