/[pkgs]/devel/coreutils/coreutils.spec
ViewVC logotype

Contents of /devel/coreutils/coreutils.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.286 - (show annotations) (download)
Wed Oct 7 08:42:15 2009 UTC (6 weeks, 6 days ago) by ovasik
Branch: MAIN
CVS Tags: coreutils-8_0-2_fc13
Changes since 1.285: +4 -1 lines
update /etc/DIR_COLORS* files
1 Summary: A set of basic GNU tools commonly used in shell scripts
2 Name: coreutils
3 Version: 8.0
4 Release: 2%{?dist}
5 License: GPLv3+
6 Group: System Environment/Base
7 Url: http://www.gnu.org/software/coreutils/
8 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9 Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
10 Source101: coreutils-DIR_COLORS
11 Source102: coreutils-DIR_COLORS.lightbgcolor
12 Source103: coreutils-DIR_COLORS.256color
13 Source105: coreutils-colorls.sh
14 Source106: coreutils-colorls.csh
15 Source200: coreutils-su.pamd
16 Source201: coreutils-runuser.pamd
17 Source202: coreutils-su-l.pamd
18 Source203: coreutils-runuser-l.pamd
19
20 # From upstream
21
22 # Our patches
23 Patch100: coreutils-6.10-configuration.patch
24 Patch101: coreutils-6.10-manpages.patch
25 Patch102: coreutils-7.4-sttytcsadrain.patch
26
27 # sh-utils
28 Patch703: sh-utils-2.0.11-dateman.patch
29 Patch704: sh-utils-1.16-paths.patch
30 # RMS will never accept the PAM patch because it removes his historical
31 # rant about Twenex and the wheel group, so we'll continue to maintain
32 # it here indefinitely.
33 Patch706: coreutils-pam.patch
34 Patch713: coreutils-4.5.3-langinfo.patch
35 Patch715: coreutils-4.5.3-sysinfo.patch
36
37 # (sb) lin18nux/lsb compliance
38 Patch800: coreutils-i18n.patch
39
40 Patch900: coreutils-setsid.patch
41 Patch907: coreutils-5.2.1-runuser.patch
42 Patch908: coreutils-getgrouplist.patch
43 Patch912: coreutils-overflow.patch
44 Patch915: coreutils-split-pam.patch
45 Patch916: coreutils-getfacl-exit-code.patch
46
47 #SELINUX Patch - implements Redhat changes
48 #(upstream did some SELinux implementation unlike with RedHat patch)
49 Patch950: coreutils-selinux.patch
50 Patch951: coreutils-selinuxmanpages.patch
51
52 BuildRequires: libselinux-devel >= 1.25.6-1
53 BuildRequires: libacl-devel
54 BuildRequires: gettext bison
55 BuildRequires: texinfo >= 4.3
56 BuildRequires: autoconf >= 2.58
57 BuildRequires: automake >= 1.10.1
58 %{?!nopam:BuildRequires: pam-devel}
59 BuildRequires: libcap-devel >= 2.0.6
60 BuildRequires: libattr-devel
61 BuildRequires: attr
62
63 Requires(post): libselinux >= 1.25.6-1
64 Requires: libattr
65 #util-linux-ng requirement is here only to prevent /bin/arch conflict
66 #(could be removed after F-11/F-12 split, no idea how to solve it better)
67 Requires: util-linux-ng >= 2.14
68 Requires(pre): /sbin/install-info
69 Requires(preun): /sbin/install-info
70 Requires(post): /sbin/install-info
71 Requires(post): grep
72 %{?!nopam:Requires: pam >= 0.66-12}
73 Requires(post): libcap >= 2.0.6
74 Requires: ncurses
75 Requires: %{name}-libs = %{version}-%{release}
76
77 # Require a C library that doesn't put LC_TIME files in our way.
78 Conflicts: glibc < 2.2
79
80 Provides: fileutils = %{version}-%{release}
81 Provides: sh-utils = %{version}-%{release}
82 Provides: stat = %{version}-%{release}
83 Provides: textutils = %{version}-%{release}
84 #old mktemp package had epoch 3, so we have to use 4 for coreutils
85 Provides: mktemp = 4:%{version}-%{release}
86 Obsoletes: mktemp < 4:%{version}-%{release}
87 Obsoletes: fileutils <= 4.1.9
88 Obsoletes: sh-utils <= 2.0.12
89 Obsoletes: stat <= 3.3
90 Obsoletes: textutils <= 2.0.21
91 # readlink(1) moved here from tetex.
92 Conflicts: tetex < 1.0.7-66
93
94 %description
95 These are the GNU core utilities. This package is the combination of
96 the old GNU fileutils, sh-utils, and textutils packages.
97
98 %package libs
99 Summary: Libraries for %{name}
100 Group: System Environment/Libraries
101 Requires: %{name} = %{version}-%{release}
102
103 %description libs
104 Libraries for coreutils package.
105
106 %prep
107 %setup -q
108
109 # From upstream
110
111 # Our patches
112 %patch100 -p1 -b .configure
113 %patch101 -p1 -b .manpages
114 %patch102 -p1 -b .tcsadrain
115
116 # sh-utils
117 %patch703 -p1 -b .dateman
118 %patch704 -p1 -b .paths
119 %patch706 -p1 -b .pam
120 %patch713 -p1 -b .langinfo
121 %patch715 -p1 -b .sysinfo
122 # li18nux/lsb
123 %patch800 -p1 -b .i18n
124
125 # Coreutils
126 %patch900 -p1 -b .setsid
127 %patch907 -p1 -b .runuser
128 %patch908 -p1 -b .getgrouplist
129 %patch912 -p1 -b .overflow
130 %patch915 -p1 -b .splitl
131 %patch916 -p1 -b .getfacl-exit-code
132
133 #SELinux
134 %patch950 -p1 -b .selinux
135 %patch951 -p1 -b .selinuxman
136
137 chmod a+x tests/misc/sort-mb-tests
138
139 #fix typos/mistakes in localized documentation(#439410, #440056)
140 find ./po/ -name "*.p*" | xargs \
141 sed -i \
142 -e 's/-dpR/-cdpR/'
143
144 %build
145 %ifarch s390 s390x
146 # Build at -O1 for the moment (bug #196369).
147 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -O1"
148 %else
149 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
150 %endif
151 %{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
152 #autoreconf -i -v
153 touch aclocal.m4 configure config.hin Makefile.in */Makefile.in
154 aclocal -I m4
155 autoconf --force
156 automake --copy --add-missing
157 %configure --enable-largefile --with-afs %{?!nopam:--enable-pam} \
158 --enable-selinux \
159 --enable-install-program=su,hostname,arch \
160 DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
161
162 # Regenerate manpages
163 touch man/*.x
164
165 make all %{?_smp_mflags} \
166 %{?!nopam:CPPFLAGS="-DUSE_PAM"} \
167 su_LDFLAGS="-pie %{?!nopam:-lpam -lpam_misc}"
168
169 # XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp
170 sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi
171
172 %check
173 make check
174
175 %install
176 rm -rf $RPM_BUILD_ROOT
177 make DESTDIR=$RPM_BUILD_ROOT install
178
179 # man pages are not installed with make install
180 make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
181
182 # fix japanese catalog file
183 if [ -d $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES ]; then
184 mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale/ja/LC_MESSAGES
185 mv $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES/*mo \
186 $RPM_BUILD_ROOT%{_datadir}/locale/ja/LC_MESSAGES
187 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC
188 fi
189
190 bzip2 -9f ChangeLog
191
192 # let be compatible with old fileutils, sh-utils and textutils packages :
193 mkdir -p $RPM_BUILD_ROOT{/bin,%_bindir,%_sbindir,/sbin}
194 %{?!nopam:mkdir -p $RPM_BUILD_ROOT%_sysconfdir/pam.d}
195 for f in arch basename cat chgrp chmod chown cp cut date dd df echo env false link ln ls mkdir mknod mktemp mv nice pwd rm rmdir sleep sort stty sync touch true uname unlink
196 do
197 mv $RPM_BUILD_ROOT{%_bindir,/bin}/$f
198 done
199
200 # chroot was in /usr/sbin :
201 mv $RPM_BUILD_ROOT{%_bindir,%_sbindir}/chroot
202 # {cat,sort,cut} were previously moved from bin to /usr/bin and linked into
203 for i in env cut; do ln -sf ../../bin/$i $RPM_BUILD_ROOT/usr/bin; done
204
205 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
206 install -p -c -m644 %SOURCE101 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS
207 install -p -c -m644 %SOURCE102 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.lightbgcolor
208 install -p -c -m644 %SOURCE103 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.256color
209 install -p -c -m644 %SOURCE105 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.sh
210 install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.csh
211
212 # su
213 install -m 4755 src/su $RPM_BUILD_ROOT/bin
214 install -m 755 src/runuser $RPM_BUILD_ROOT/sbin
215 # do not ship runuser in /usr/bin/runuser
216 rm -rf $RPM_BUILD_ROOT/usr/bin/runuser
217
218 # These come from util-linux and/or procps.
219 for i in hostname uptime kill ; do
220 rm $RPM_BUILD_ROOT{%_bindir/$i,%_mandir/man1/$i.1}
221 done
222
223 %{?!nopam:install -p -m 644 %SOURCE200 $RPM_BUILD_ROOT%_sysconfdir/pam.d/su}
224 %{?!nopam:install -p -m 644 %SOURCE202 $RPM_BUILD_ROOT%_sysconfdir/pam.d/su-l}
225 %{?!nopam:install -p -m 644 %SOURCE201 $RPM_BUILD_ROOT%_sysconfdir/pam.d/runuser}
226 %{?!nopam:install -p -m 644 %SOURCE203 $RPM_BUILD_ROOT%_sysconfdir/pam.d/runuser-l}
227
228 # Compress ChangeLogs from before the fileutils/textutils/etc merge
229 bzip2 -f9 old/*/C*
230
231 # Use hard links instead of symbolic links for LC_TIME files (bug #246729).
232 find %{buildroot}%{_datadir}/locale -type l | \
233 (while read link
234 do
235 target=$(readlink "$link")
236 rm -f "$link"
237 ln "$(dirname "$link")/$target" "$link"
238 done)
239
240 %find_lang %name
241
242 # (sb) Deal with Installed (but unpackaged) file(s) found
243 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
244
245 %clean
246 rm -rf $RPM_BUILD_ROOT
247
248 %pre
249 # We must deinstall these info files since they're merged in
250 # coreutils.info. else their postun'll be run too late
251 # and install-info will fail badly because of duplicates
252 for file in sh-utils textutils fileutils; do
253 if [ -f %{_infodir}/$file.info.gz ]; then
254 /sbin/install-info --delete %{_infodir}/$file.info.gz --dir=%{_infodir}/dir &> /dev/null || :
255 fi
256 done
257
258 %preun
259 if [ $1 = 0 ]; then
260 if [ -f %{_infodir}/%{name}.info.gz ]; then
261 /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
262 fi
263 fi
264
265 %post
266 /bin/grep -v '(sh-utils)\|(fileutils)\|(textutils)' %{_infodir}/dir > \
267 %{_infodir}/dir.rpmmodify || exit 0
268 /bin/mv -f %{_infodir}/dir.rpmmodify %{_infodir}/dir
269 if [ -f %{_infodir}/%{name}.info.gz ]; then
270 /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
271 fi
272
273 %files -f %{name}.lang
274 %defattr(-,root,root,-)
275 %dir %{_datadir}/locale/*/LC_TIME
276 %config(noreplace) %{_sysconfdir}/DIR_COLORS*
277 %config(noreplace) %{_sysconfdir}/profile.d/*
278 %{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su}
279 %{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su-l}
280 %{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/runuser}
281 %{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/runuser-l}
282 %doc COPYING ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
283 /bin/arch
284 /bin/basename
285 /bin/cat
286 /bin/chgrp
287 /bin/chmod
288 /bin/chown
289 /bin/cp
290 /bin/cut
291 /bin/date
292 /bin/dd
293 /bin/df
294 /bin/echo
295 /bin/env
296 /bin/false
297 /bin/link
298 /bin/ln
299 /bin/ls
300 /bin/mkdir
301 /bin/mknod
302 /bin/mv
303 /bin/nice
304 /bin/pwd
305 /bin/rm
306 /bin/rmdir
307 /bin/sleep
308 /bin/sort
309 /bin/stty
310 %attr(4755,root,root) /bin/su
311 /bin/sync
312 /bin/mktemp
313 /bin/touch
314 /bin/true
315 /bin/uname
316 /bin/unlink
317 %_bindir/*
318 %_infodir/coreutils*
319 %_mandir/man*/*
320 %_sbindir/chroot
321 /sbin/runuser
322
323 %files libs
324 %defattr(-, root, root, -)
325 %{_libdir}/coreutils
326
327 %changelog
328 * Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-2
329 - update /etc/DIR_COLORS* files
330
331 * Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-1
332 - New upstream release 8.0 (beta), defuzz patches,
333 remove applied patches
334
335 * Mon Oct 05 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-7
336 - chcon no longer aborts on a selinux disabled system
337 (#527142)
338
339 * Fri Oct 02 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-6
340 - ls -LR exits with status 2, not 0, when it encounters
341 a cycle(#525402)
342 - ls: print "?", not "0" as inode of dereferenced dangling
343 symlink(#525400)
344 - call the install-info on .gz info files
345
346 * Tue Sep 22 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-5
347 - improve and correct runuser documentation (#524805)
348
349 * Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-4
350 - add dircolors color for GNU lzip (#516897)
351
352 * Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-3
353 - fixed typo in DIR_COLORS.256color causing no color for
354 multihardlink
355
356 * Wed Sep 16 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-2
357 - fix copying of extended attributes for read only source
358 files
359
360 * Sat Sep 12 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-1
361 - new upstream bugfix release 7.6, removed applied patches,
362 defuzzed the rest
363
364 * Thu Sep 10 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-6
365 - fix double free error in fold for singlebyte locales
366 (caused by multibyte patch)
367
368 * Tue Sep 08 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-5
369 - fix sort -h for multibyte locales (reported via
370 http://bugs.archlinux.org/task/16022)
371
372 * Thu Sep 03 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-4
373 - fixed regression where df -l <device> as regular user
374 cause "Permission denied" (#520630, introduced by fix for
375 rhbz #497830)
376
377 * Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-3
378 - ls -i: print consistent inode numbers also for mount points
379 (#453709)
380
381 * Mon Aug 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-2
382 - Better fix than workaround the koji insufficient utimensat
383 support issue to prevent failures in other packages
384
385 * Fri Aug 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-1
386 - New upstream release 7.5, remove already applied patches,
387 defuzz few others, xz in default set(by dependencies),
388 so no explicit br required
389 - skip two new tests on system with insufficient utimensat
390 support(e.g. koji)
391 - libstdbuf.so in separate coreutils-libs subpackage
392 - update /etc/DIRCOLORS*
393
394 * Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> - 7.4-6
395 - do process install-info only with info files present(#515970)
396 - BuildRequires for xz, use xz tarball
397
398 * Wed Aug 05 2009 Kamil Dudka <kdudka@redhat.com> - 7.4-5
399 - ls -1U with two or more arguments (or with -R or -s) works properly again
400 - install runs faster again with SELinux enabled (#479502)
401
402 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-4
403 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
404
405 * Mon Jul 06 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-3
406 - do not ignore sort's version sort for multibyte locales
407 (#509688)
408
409 * Thu Jun 16 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-2
410 - temporarily workaround probable kernel issue with
411 TCSADRAIN(#504798)
412
413 * Mon May 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-1
414 - new upstream release 7.4, removed applied patches
415
416 * Thu Apr 23 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-3
417 - fix segfaults in join (i18n patch) when using multibyte
418 locales(#497368)
419
420 * Fri Apr 17 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-2
421 - make mv xattr support failures silent (as is done for
422 cp -a) - #496142
423
424 * Tue Mar 31 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-1
425 - New upstream bugfix release 7.2
426 - removed applied patches
427 - temporarily disable strverscmp failing gnulib test
428
429 * Thu Mar 19 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-7
430 - do not ship /etc/DIR_COLORS.xterm - as many terminals
431 use TERM xterm and black background as default - making
432 ls color output unreadable
433 - shipping /etc/DIR_COLORS.lightbgcolor instead of it for
434 light(white/gray) backgrounds
435 - try to preserve xattrs in cp -a when possible
436
437 * Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-6
438 - fix sort bugs (including #485715) for multibyte locales
439 as well
440
441 * Fri Feb 27 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-5
442 - fix infinite loop in recursive cp (upstream, introduced
443 by 7.1)
444
445 * Thu Feb 26 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-4
446 - fix showing ACL's for ls -Z (#487374), fix automatic
447 column width for it as well
448
449 * Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-3
450 - fix couple of bugs (including #485715) in sort with
451 determining end of fields(upstream)
452
453 * Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-2
454 - workaround libcap issue with broken headers (#483548)
455 - fix gnulib testsuite failure (4x77 (skip) is not
456 77(skip) ;) )
457
458 * Tue Feb 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.1-1
459 - New upstream release 7.1 (temporarily using tar.gz tarball
460 as there are no xz utils in Fedora), removed applied
461 patches, amended patches and LS_COLORS files
462
463 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0-8
464 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
465
466 * Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-7
467 - added BuildRequires for libattr-devel and attr
468
469 * Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-6
470 - cp/mv: add --no-clobber (-n) option to not overwrite target
471 - cp/mv: add xattr support (#202823)
472
473 * Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-5
474 - fix info documentation for expr command as well(#474434)
475
476 * Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-4
477 - fixed syntax error w/ "expr" command using negative
478 string/integer as first (i.e expr -125) - due to
479 complexity of changes used diff against upstream git-head
480 (#474434)
481 - enable total-awk test again (and skip it when df not working)
482
483 * Tue Nov 25 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-3
484 - package summary tuning
485
486 * Fri Nov 21 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-2
487 - added requirements for util-linux-ng >= 2.14
488 because of file conflict in update from F-8/F-9(#472445)
489 - some sed cleanup, df totaltests patch changes (not working
490 correctly yet :( )
491
492 * Wed Nov 12 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-1
493 - new upstream release
494 - modification/removal of related patches
495 - use automake 1.10.1 instead of 1.10a
496 - temporarily skip df --total tests (failures),
497 timeout-paramaters (failure on ppc64)
498
499 * Mon Nov 03 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-17
500 - Requires: ncurses (#469277)
501
502 * Wed Oct 21 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-16
503 - make possible to disable capability in ls due to
504 performance impact when not cached(#467508)
505 - do not patch generated manpages - generate them at build
506 time
507 - do not mistakenly display -g and -G runuser option in su
508 --help output
509
510 * Mon Oct 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-15
511 - fix several date issues(e.g. countable dayshifts, ignoring
512 some cases of relative offset, locales conversions...)
513 - clarify ls exit statuses documentation (#446294)
514
515 * Sun Oct 12 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-14
516 - cp -Z now correctly separated in man page (#466646)
517 - cp -Z works again (#466653)
518 - make preservation of SELinux CTX non-mandatory for
519 preserve=all cp option
520
521 * Wed Oct 08 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-13
522 - remove unimplemented (never accepted by upstream) option
523 for chcon changes only. Removed from help and man.
524 - remove ugly lzma hack as lzma is now supported by setup
525 macro
526
527 * Mon Oct 06 2008 Jarod Wilson <jarod@redhat.com> - 6.12-12
528 - fix up potential test failures when building in certain
529 slightly quirky environments (part of bz#442352)
530
531 * Mon Oct 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-11
532 - added requires for libattr (#465569)
533
534 * Mon Sep 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-10
535 - seq should no longer fail to display final number of some
536 float usages of seq with utf8 locales(#463556)
537
538 * Wed Aug 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-9
539 - mention that DISPLAY and XAUTHORITY envvars are preserved
540 for pam_xauth in su -l (#450505)
541
542 * Mon Aug 04 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-8
543 - ls -U1 now uses constant memory
544
545 * Wed Jul 24 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-7
546 - dd: iflag=fullblock now read full blocks if possible
547 (#431997, #449263)
548 - ls: --color now highlights files with capabilities (#449985)
549
550 * Wed Jul 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-6
551 - Get rid off fuzz in patches
552
553 * Fri Jul 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-5
554 - fix authors for basename and echo
555 - fix who info pages, print last runlevel only for printable
556 chars
557
558 * Mon Jun 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-4
559 - print verbose output of chcon with newline after each
560 message (#451478)
561
562 * Fri Jun 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-3
563 - workaround for koji failures(#449910, #442352) now
564 preserves timestamps correctly - fallback to supported
565 functions, added test case
566 - runuser binary is no longer doubled in /usr/bin/runuser
567
568 * Wed Jun 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-2
569 - workaround for strange koji failures(#449910,#442352)
570 - fixed ls -ZC segfault(#449866, introduced by 6.10-1
571 SELinux patch reworking)
572
573 * Mon Jun 02 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-1
574 - New upstream release 6.12, adapted patches
575
576 * Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 6.11-5
577 - fix SHA256/SHA512 to work on sparc
578
579 * Tue May 20 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-4
580 - fixed a HUGE memory leak in install binary(#447410)
581
582 * Mon May 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-3
583 - added arch utility (from util-linux-ng)
584 - do not show executable file types without executable bit
585 in colored ls as executable
586
587 * Wed Apr 23 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-2
588 - Do not show misleading scontext in id command when user
589 is specified (#443485)
590 - Avoid possible test failures on non-english locales
591
592 * Mon Apr 21 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-1
593 - New upstream release 6.11
594 - removed accepted patches + few minor patch changes
595
596 * Fri Apr 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-21
597 - fix wrong checksum line handling in sha1sum -c
598 command(#439531)
599
600 * Tue Apr 15 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-20
601 - fix possible segfault in sha1sum/md5sum command
602
603 * Mon Apr 14 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-19
604 - fix possible build-failure typo in i18n patch(#442205)
605
606 * Mon Apr 7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-18
607 - fix colorls.sh syntax with Zsh (#440652)
608 - mention that cp -a includes -c option + mention cp -c
609 option in manpages (#440056)
610 - fix typo in runuser manpages (#439410)
611
612 * Sat Mar 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-17
613 - better workaround of glibc getoptc change(factor test)
614 - don't segfault mknod, mkfifo with invalid-selinux-context
615
616 * Thu Mar 27 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-16
617 - keep LS_COLORS when USER_LS_COLORS defined
618 - someupstream fixes:
619 - mkdir -Z invalid-selinux-context dir no longer segfaults
620 - ptx with odd number of backslashes no longer leads to buffer
621 overflow
622 - paste -d'\' file" no longer ovveruns memory
623
624 * Wed Mar 26 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-15
625 - covered correct handling for some test conditions failures
626 e.g. root build+selinux active and not running mcstrans(d)
627 or selinux enforcing (#436717)
628
629 * Wed Mar 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-14
630 - mv: never unlink a destination file before calling rename
631 (upstream, #438076)
632
633 * Mon Mar 17 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-13
634 - disable echo option separator behavior(added by #431005,
635 request for removal #437653 + upstream)
636 - temporarily disabled longoptions change until full
637 clarification upstreamery (#431005)
638
639 * Tue Mar 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-12
640 - fixed harmless double close of stdout in dd(#436368)
641
642 * Thu Mar 6 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-11
643 - fixed broken order of params in stat(#435669)
644
645 * Tue Mar 4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-10
646 - colorls.csh missing doublequotes (#435789)
647 - fixed possibility to localize verbose outputs
648
649 * Mon Mar 3 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-9
650 - consolidation of verbose output to stdout (upstream)
651
652 * Mon Feb 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-8
653 - use default security context in install - broken by
654 coreutils-6.10 update(#319231)
655 - some sh/csh scripts optimalizations(by ville.skytta@iki.fi,
656 - #433189, #433190)
657
658 * Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-7
659 - keep old csh/sh usermodified colorls shell scripts
660 but use the new ones(#432154)
661
662 * Thu Feb 7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-6
663 - better 256-color support in colorls shell scripts
664 - color tuning(based on feedback in #429121)
665
666 * Mon Feb 4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-5
667 - enabled 256-color support in colorls shell scripts(#429121)
668 - fixed syntax error in csh script(#431315)
669
670 * Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-4
671 - forgotten return in colorls.sh change
672
673 * Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-3
674 - fix unability of echo to display certain strings(added --
675 separator, #431005)
676 - do not require only one long_opt for certain commands
677 e.g. sleep, yes - but use first usable (#431005)
678 - do not override userspecified LS_COLORS variable, but
679 use it for colored ls(#430827)
680 - discard errors from dircolors to /dev/null + some tuning
681 of lscolor sh/csh scripts(#430823)
682 - do not consider files with SELinux security context as
683 files having ACL in ls long format(#430779)
684
685 * Mon Jan 28 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-2
686 - some manpages improvements(#406981,#284881)
687 - fix non-versioned obsoletes of mktemp(#430407)
688
689 * Fri Jan 25 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-1
690 - New upstream release(changed %%prep because of lack of lzma
691 support in %%setup macro)
692 - License GPLv3+
693 - removed patches cp-i-u,du-ls-upstream,statsecuritycontext,
694 futimens,getdateYYYYMMDD,ls-x
695 - modified patches to be compilable after upstream changes
696 - selinux patch reworked to have backward compatibility with
697 F8(cp,ls and stat behaviour differ from upstream in SELinux
698 options)
699 - su-l/runuser-l pam file usage a bit documented(#368721)
700 - more TERMs for DIR_COLORS, added colors for audio files,
701 more image/compress file types(taken from upstream
702 dircolors.hin)
703 - new file DIR_COLORS.256color which takes advantage from
704 256color term types-not really used yet(#429121)
705
706 * Wed Jan 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.9-17
707 - added several missing colored TERMs(including rxvt-unicode,
708 screen-256color and xterm-256color) to DIR_COLORS and
709 DIR_COLORS.xterm(#239266)
710
711 * Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-16
712 - fix displaying of security context in stat(#411181)
713
714 * Thu Nov 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-15
715 - completed fix of wrong colored broken symlinks in ls(#404511)
716
717 * Fri Nov 23 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-14
718 - fixed bug in handling YYYYMMDD date format with relative
719 signed offset(#377821)
720
721 * Tue Nov 13 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-13
722 - fixed bug in selinux patch which caused bad preserving
723 of security context in install(#319231)
724
725 * Fri Nov 02 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-12
726 - added some upstream supported dircolors TERMs(#239266)
727 - fixed du output for unaccesible dirs(#250089)
728 - a bit of upstream tunning for symlinks
729
730 * Tue Oct 30 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-11
731 - allow cp -a to rewrite file on different filesystem(#219900)
732 (based on upstream patch)
733
734 * Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-10
735 - modified coreutils-i18n.patch because of sort -R in
736 a non C locales(fix by Andreas Schwab) (#249315)
737
738 * Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-9
739 - applied upstream patch for runuser to coreutils-selinux.patch(#232652)
740 - License tag to GPLv2+
741
742 * Thu Oct 25 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-8
743 - applied upstream patch for cp and mv(#248591)
744
745 * Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-7
746 - Fix typo in spec file. (CVS merge conflict leftovers)
747
748 * Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-6
749 - Remove --all-name from spec file its now provided in the upstream rpm's find-lang.sh
750 - Rebuild
751
752 * Tue Aug 14 2007 Tim Waugh <twaugh@redhat.com> 6.9-5
753 - Don't generate runuser.1 since we ship a complete manpage for it
754 (bug #241662).
755
756 * Wed Jul 4 2007 Tim Waugh <twaugh@redhat.com> 6.9-4
757 - Use hard links instead of symbolic links for LC_TIME files (bug #246729).
758
759 * Wed Jun 13 2007 Tim Waugh <twaugh@redhat.com> 6.9-3
760 - Fixed 'ls -x' output (bug #240298).
761 - Disambiguate futimens() from the glibc implementation (bug #242321).
762
763 * Mon Apr 02 2007 Karsten Hopp <karsten@redhat.com> 6.9-2
764 - /bin/mv in %%post requires libselinux
765
766 * Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 6.9-1
767 - 6.9.
768
769 * Fri Mar 9 2007 Tim Waugh <twaugh@redhat.com>
770 - Better install-info scriptlets (bug #225655).
771
772 * Thu Mar 1 2007 Tim Waugh <twaugh@redhat.com> 6.8-1
773 - 6.8+, in preparation for 6.9.
774
775 * Thu Feb 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-9
776 - Use sed instead of perl for text replacement (bug #225655).
777 - Use install-info scriptlets from the guidelines (bug #225655).
778
779 * Tue Feb 20 2007 Tim Waugh <twaugh@redhat.com> 6.7-8
780 - Don't mark profile scripts as config files (bug #225655).
781 - Avoid extra directory separators (bug #225655).
782
783 * Mon Feb 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-7
784 - Better Obsoletes/Provides versioning (bug #225655).
785 - Use better defattr (bug #225655).
786 - Be info file compression tolerant (bug #225655).
787 - Moved changelog compression to %%install (bug #225655).
788 - Prevent upstream changes being masked (bug #225655).
789 - Added a comment (bug #225655).
790 - Use install -p for non-compiled files (bug #225655).
791 - Use sysconfdir macro for /etc (bug #225655).
792 - Use Requires(pre) etc for install-info (bug #225655).
793
794 * Fri Feb 16 2007 Tim Waugh <twaugh@redhat.com> 6.7-6
795 - Provide version for stat (bug #225655).
796 - Fixed permissions on profile scripts (bug #225655).
797
798 * Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 6.7-5
799 - Removed unnecessary stuff in pre scriptlet (bug #225655).
800 - Prefix sources with 'coreutils-' (bug #225655).
801 - Avoid %%makeinstall (bug #225655).
802
803 * Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 6.7-4
804 - Ship COPYING file (bug #225655).
805 - Use datadir and infodir macros in %%pre scriptlet (bug #225655).
806 - Use spaces not tabs (bug #225655).
807 - Fixed build root.
808 - Change prereq to requires (bug #225655).
809 - Explicitly version some obsoletes tags (bug #225655).
810 - Removed obsolete pl translation fix.
811
812 * Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-3
813 - Make scriptlet unconditionally succeed (bug #223681).
814
815 * Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-2
816 - Build does not require libtermcap-devel.
817
818 * Tue Jan 9 2007 Tim Waugh <twaugh@redhat.com> 6.7-1
819 - 6.7. No longer need sort-compatibility, rename, newhashes, timestyle,
820 acl, df-cifs, afs or autoconf patches.
821
822 * Tue Jan 2 2007 Tim Waugh <twaugh@redhat.com>
823 - Prevent 'su --help' showing runuser-only options such as --group.
824
825 * Fri Nov 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-16
826 - Unbreak id (bug #217177).
827
828 * Thu Nov 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-15
829 - Fixed stat's 'C' format specifier (bug #216676).
830 - Misleading 'id -Z root' error message (bug #211089).
831
832 * Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 5.97-14
833 - Clarified runcon man page (bug #213846).
834
835 * Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 5.97-13
836 - Own LC_TIME locale directories (bug #210751).
837
838 * Wed Oct 4 2006 Tim Waugh <twaugh@redhat.com> 5.97-12
839 - Fixed 'cp -Z' when destination exists, again (bug #189967).
840
841 * Thu Sep 28 2006 Tim Waugh <twaugh@redhat.com> 5.97-11
842 - Back-ported rename patch (bug #205744).
843
844 * Tue Sep 12 2006 Tim Waugh <twaugh@redhat.com> 5.97-10
845 - Ignore 'cifs' filesystems for 'df -l' (bug #183703).
846 - Include -g/-G in runuser man page (part of bug #199344).
847 - Corrected runuser man page (bug #200620).
848
849 * Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-9
850 - Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).
851
852 * Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-8
853 - Don't chdir until after PAM bits in su (bug #197659).
854
855 * Tue Aug 15 2006 Tim Waugh <twaugh@redhat.com> 5.97-7
856 - Fixed 'sort -b' multibyte problem (bug #199986).
857
858 * Fri Jul 21 2006 Tim Waugh <twaugh@redhat.com> 5.97-6
859 - Added runuser '-g' and '-G' options (bug #199344).
860 - Added su '--session-command' option (bug #199066).
861
862 * Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> 5.97-5
863 - 'include' su and runuser scripts in su-l and runuser-l scripts
864
865 * Thu Jul 13 2006 David Howells <dhowells@redhat.com> 5.97-4
866 - split the PAM scripts for "su -l"/"runuser -l" from that of normal "su" and
867 "runuser" (#198639)
868 - add keyinit instructions to PAM scripts
869
870 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.97-3.1
871 - rebuild
872
873 * Tue Jul 11 2006 Tomas Mraz <tmraz@redhat.com> 5.97-3
874 - allow root to su to expired user (#152420)
875
876 * Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 5.97-2
877 - Allow 'sort +1 -2' (patch from upstream).
878
879 * Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.97-1
880 - 5.97. No longer need tempname or tee patches, or pl translation.
881
882 * Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.96-4
883 - Include new hashes (bug #196369). Patch from upstream.
884 - Build at -O1 on s390 for the moment (bug #196369).
885
886 * Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com>
887 - Fix large file support for temporary files.
888
889 * Mon Jun 5 2006 Tim Waugh <twaugh@redhat.com> 5.96-3
890 - Fixed Polish translation.
891
892 * Mon May 22 2006 Tim Waugh <twaugh@redhat.com> 5.96-2
893 - 5.96. No longer need proc patch.
894
895 * Fri May 19 2006 Tim Waugh <twaugh@redhat.com>
896 - Fixed pr properly in multibyte locales (bug #192381).
897
898 * Tue May 16 2006 Tim Waugh <twaugh@redhat.com> 5.95-3
899 - Upstream patch to fix cp -p when proc is not mounted (bug #190601).
900 - BuildRequires libacl-devel.
901
902 * Mon May 15 2006 Tim Waugh <twaugh@redhat.com>
903 - Fixed pr in multibyte locales (bug #189663).
904
905 * Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 5.95-2
906 - 5.95.
907
908 * Wed Apr 26 2006 Tim Waugh <twaugh@redhat.com> 5.94-4
909 - Avoid redeclared 'tee' function.
910 - Fix 'cp -Z' when the destination exists (bug #189967).
911
912 * Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 5.94-3
913 - Make 'ls -Z' output more consistent with other output formats.
914
915 * Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 5.94-2
916 - 5.94.
917
918 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.2
919 - bump again for double-long bug on ppc(64)
920
921 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.1
922 - rebuilt for new gcc4.1 snapshot and glibc changes
923
924 * Mon Jan 23 2006 Tim Waugh <twaugh@redhat.com>
925 - Fixed chcon(1) bug reporting address (bug #178523).
926
927 * Thu Jan 5 2006 Tim Waugh <twaugh@redhat.com> 5.93-7
928 - Don't suppress chown/chgrp errors in install(1) (bug #176708).
929
930 * Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 5.93-6
931 - Remove pam_selinux.so from su.pamd, not needed for targeted and Strict/MLS
932 will have to newrole before using.
933
934 * Fri Dec 23 2005 Tim Waugh <twaugh@redhat.com> 5.93-5
935 - Fix "sort -n" (bug #176468).
936
937 * Fri Dec 16 2005 Tim Waugh <twaugh@redhat.com>
938 - Explicitly set default POSIX2 version during configure stage.
939
940 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
941 - rebuilt
942
943 * Fri Dec 2 2005 Tim Waugh <twaugh@redhat.com>
944 - Parametrize SELinux (bug #174067).
945 - Fix runuser.pamd (bug #173807).
946
947 * Thu Nov 25 2005 Tim Waugh <twaugh@redhat.com> 5.93-4
948 - Rebuild to pick up new glibc *at functions.
949 - Apply runuser PAM patch from bug #173807. Ship runuser PAM file.
950
951 * Tue Nov 14 2005 Dan Walsh <dwalsh@redhat.com> 5.93-3
952 - Remove multiple from su.pamd
953
954 * Mon Nov 14 2005 Tim Waugh <twaugh@redhat.com> 5.93-2
955 - Call setsid() in su under some circumstances (bug #173008).
956 - Prevent runuser operating when setuid (bug #173113).
957
958 * Tue Nov 8 2005 Tim Waugh <twaugh@redhat.com> 5.93-1
959 - 5.93.
960 - No longer need alt-md5sum-binary, dircolors, mkdir, mkdir2 or tac patches.
961
962 * Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-1
963 - Finished porting i18n patch to sort.c.
964 - Fixed for sort-mb-tests (avoid +n syntax).
965
966 * Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.2
967 - Fix chgrp basic test.
968 - Include md5sum patch from ALT.
969
970 * Mon Oct 24 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.1
971 - 5.92.
972 - No longer need afs, dircolors, utmp, gcc4, brokentest, dateseconds,
973 chown, rmaccess, copy, stale-utmp, no-sign-extend, fchown patches.
974 - Updated acl, dateman, pam, langinfo, i18n, getgrouplist, selinux patches.
975 - Dropped printf-ll, allow_old_options, jday, zh_CN patches.
976 - NOTE: i18n patch not ported for sort(1) yet.
977
978 * Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 5.2.1-56
979 - use include instead of pam_stack in pam config
980
981 * Fri Sep 9 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-55
982 - Reverse change to use raw functions
983
984 * Thu Sep 8 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-54
985 - Explicit setuid bit for /bin/su in file manifest (bug #167745).
986
987 * Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-53
988 - Allow id to run even when SELinux security context can not be run
989 - Change chcon to use raw functions.
990
991 * Thu Jun 28 2005 Tim Waugh <twaugh@redhat.com>
992 - Corrected comments in DIR_COLORS.xterm (bug #161711).
993
994 * Wed Jun 22 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-52
995 - Fixed stale-utmp patch so that 'who -r' and 'who -b' work
996 again (bug #161264).
997
998 * Fri Jun 17 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-51
999 - Use upstream hostid fix.
1000
1001 * Thu Jun 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-50
1002 - Don't display the sign-extended part of the host id (bug #160078).
1003
1004 * Tue May 31 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-49
1005 - Eliminate bogus "can not preserve context" message when moving files.
1006
1007 * Wed May 25 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-48
1008 - Prevent buffer overflow in who(1) (bug #158405).
1009
1010 * Fri May 20 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-47
1011 - Better error checking in the pam patch (bug #158189).
1012
1013 * Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-46
1014 - Fix SELinux patch to better handle MLS integration
1015
1016 * Mon May 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-45
1017 - Applied Russell Coker's selinux changes (bug #157856).
1018
1019 * Fri Apr 8 2005 Tim Waugh <twaugh@redhat.com>
1020 - Fixed pam patch from Steve Grubb (bug #154946).
1021 - Use better upstream patch for "stale utmp".
1022
1023 * Tue Mar 29 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-44
1024 - Added "stale utmp" patch from upstream.
1025
1026 * Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-43
1027 - Removed patch that adds -C option to install(1).
1028
1029 * Wed Mar 14 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-42
1030 - Fixed pam patch.
1031 - Fixed broken configure test.
1032 - Fixed build with GCC 4 (bug #151045).
1033
1034 * Wed Feb 9 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-41
1035 - Jakub Jelinek's sort -t multibyte fixes (bug #147567).
1036
1037 * Sat Feb 5 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-40
1038 - Undo last change (bug #145266).
1039
1040 * Fri Feb 4 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-38
1041 - Special case for ia32e in uname (bug #145266).
1042
1043 * Thu Jan 13 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-37
1044 - Fixed zh_CN translation (bug #144845). Patch from Mitrophan Chin.
1045
1046 * Mon Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-36
1047 - Fix to only setdefaultfilecon if not overridden by command line
1048
1049 * Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-35
1050 - Change install to restorecon if it can
1051
1052 * Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
1053 - Fixed small bug in i18n patch.
1054
1055 * Mon Dec 6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
1056 - Don't set fs uid until after pam_open_session (bug #77791).
1057
1058 * Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-33
1059 - Fixed colorls.csh (bug #139988). Patch from Miloslav Trmac.
1060
1061 * Mon Nov 8 2004 Tim Waugh <twaugh@redhat.com>
1062 - Updated URL (bug #138279).
1063
1064 * Mon Oct 25 2004 Steve Grubb <sgrubb@redhat.com> 5.2.1-32
1065 - Handle the return code of function calls in runcon.
1066
1067 * Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
1068 - Prevent compiler warning in coreutils-i18n.patch (bug #136090).
1069
1070 * Tue Oct 5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
1071 - getgrouplist() patch from Ulrich Drepper.
1072 - The selinux patch should be applied last.
1073
1074 * Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
1075 - Mv runuser to /sbin
1076
1077 * Mon Oct 4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
1078 - Fix runuser man page.
1079
1080 * Mon Oct 4 2004 Tim Waugh <twaugh@redhat.com>
1081 - Fixed build.
1082
1083 * Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-26
1084 - Add runuser as similar to su, but only runable by root
1085
1086 * Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-25
1087 - chown(1) patch from Ulrich Drepper.
1088
1089 * Tue Sep 14 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-24
1090 - SELinux patch fix: don't display '(null)' if getfilecon() fails
1091 (bug #131196).
1092
1093 * Fri Aug 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-23
1094 - Fixed colorls.csh quoting (bug #102412).
1095 - Fixed another join LSB test failure (bug #121153).
1096
1097 * Mon Aug 16 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-22
1098 - Fixed sort -t LSB test failure (bug #121154).
1099 - Fixed join LSB test failure (bug #121153).
1100
1101 * Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-21
1102 - Apply upstream patch to fix 'cp -a' onto multiply-linked files (bug #128874).
1103 - SELinux patch fix: don't error out if lgetfilecon() returns ENODATA.
1104
1105 * Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-20
1106 - Added 'konsole' TERM to DIR_COLORS (bug #129544).
1107
1108 * Wed Aug 4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-19
1109 - Added 'gnome' TERM to DIR_COLORS (bug #129112).
1110 - Worked around a bash bug #129128.
1111 - Fixed an i18n patch bug in cut (bug #129114).
1112
1113 * Tue Aug 3 2004 Tim Waugh <twaugh@redhat.com>
1114 - Fixed colorls.{sh,csh} so that the l. and ll aliases are always defined
1115 (bug #128948).
1116
1117 * Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
1118 - Fixed field extraction in sort (bug #127694).
1119
1120 * Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
1121 - Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
1122
1123 * Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
1124 - Move pam-xauth to after pam-selinux
1125
1126 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1127 - rebuilt
1128
1129 * Mon Jun 7 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-15
1130 - Fix ls -Z (bug #125447).
1131
1132 * Fri Jun 4 2004 Tim Waugh <twaugh@redhat.com>
1133 - Build requires bison (bug #125290).
1134
1135 * Fri Jun 4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-14
1136 - Fix selinux patch causing problems with ls --format=... (bug #125238).
1137
1138 * Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-13
1139 - Change su to use pam_selinux open and pam_selinux close
1140
1141 * Wed Jun 2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-12
1142 - Don't call access() on symlinks about to be removed (bug #124699).
1143
1144 * Wed Jun 2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-11
1145 - Fix ja translation (bug #124862).
1146
1147 * Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 5.2.1-10
1148 - rebuild
1149
1150 * Mon May 17 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-9
1151 - Mention pam in the info for su (bug #122592).
1152 - Remove wheel group rant again (bug #122886).
1153 - Change default behaviour for chgrp/chown (bug #123263). Patch from
1154 upstream.
1155
1156 * Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 5.2.1-8
1157 - compiling su PIE
1158
1159 * Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
1160 - Build requires new versions of autoconf and automake (bug #123098).
1161
1162 * Tue May 4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-7
1163 - Fix join -t (bug #122435).
1164
1165 * Tue Apr 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-6
1166 - Fix 'ls -Z' displaying users/groups if stat() failed (bug #121292).
1167
1168 * Fri Apr 9 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-5
1169 - Add ls -LZ fix
1170 - Fix chcon to handle "."
1171
1172 * Wed Mar 17 2004 Tim Waugh <twaugh@redhat.com>
1173 - Apply upstream fix for non-zero seconds for --date="10:00 +0100".
1174
1175 * Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-3
1176 - If preserve fails, report as warning unless user requires preserve
1177
1178 * Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-2
1179 - Make mv default to preserve on context
1180
1181 * Sat Mar 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-1
1182 - 5.2.1.
1183
1184 * Fri Mar 12 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-9
1185 - Add '-Z' to 'ls --help' output (bug #118108).
1186
1187 * Fri Mar 5 2004 Tim Waugh <twaugh@redhat.com>
1188 - Fix deref-args test case for rebuilding under SELinux (bug #117556).
1189
1190 * Wed Feb 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-8
1191 - kill(1) offloaded to util-linux altogether.
1192
1193 * Tue Feb 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-7
1194 - Ship the real '[', not a symlink.
1195
1196 * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-6
1197 - Apply Paul Eggert's chown patch (bug #116536).
1198 - Merged chdir patch into pam patch where it belongs.
1199
1200 * Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-5
1201 - Fixed i18n patch bug causing sort -M not to work (bug #116575).
1202
1203 * Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-4
1204 - Reinstate kill binary, just not its man page (bug #116463).
1205
1206 * Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-3
1207 - Updated ls-stat patch.
1208
1209 * Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 5.2.0-2
1210 - fix chcon to ignore . and .. directories for recursing
1211
1212 * Fri Feb 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-1
1213 - Patch ls so that failed stat() is handled gracefully (Ulrich Drepper).
1214 - 5.2.0.
1215
1216 * Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com>
1217 - More AFS patch tidying.
1218
1219 * Wed Feb 18 2004 Dan Walsh <dwalsh@redhat.com> 5.1.3-0.2
1220 - fix chcon to handle -h qualifier properly, eliminate potential crash
1221
1222 * Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
1223 - Stop 'sort -g' leaking memory (i18n patch bug #115620).
1224 - Don't ship kill, since util-linux already does.
1225 - Tidy AFS patch.
1226
1227 * Mon Feb 16 2004 Tim Waugh <twaugh@redhat.com> 5.1.3-0.1
1228 - 5.1.3.
1229 - Patches ported forward or removed.
1230
1231 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 5.0-40
1232 - rebuilt
1233
1234 * Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-39
1235 - Change /etc/pam.d/su to remove preservuser and add multiple
1236
1237 * Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-38
1238 - Change is_selinux_enabled to is_selinux_enabled > 0
1239
1240 * Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-37
1241 - Add pam_selinux to pam file to allow switching of roles within selinux
1242
1243 * Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com>
1244 - The textutils-2.0.17-mem.patch is no longer needed.
1245
1246 * Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 5.0-36
1247 - Fixed autoconf test causing builds to fail.
1248
1249 * Tue Dec 9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-35
1250 - Fix copying to non xattr files
1251
1252 * Thu Dec 4 2003 Tim Waugh <twaugh@redhat.com> 5.0-34.sel
1253 - Fix column widths problems in ls.
1254
1255 * Tue Dec 2 2003 Tim Waugh <twaugh@redhat.com> 5.0-33.sel
1256 - Speed up md5sum by disabling speed-up asm.
1257
1258 * Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-32.sel
1259 - Try again
1260
1261 * Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-31.sel
1262 - Fix move on non SELinux kernels
1263
1264 * Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com> 5.0-30.sel
1265 - Fixed useless acl dependencies (bug #106141).
1266
1267 * Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 5.0-29.sel
1268 - Fix id -Z
1269
1270 * Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28.sel
1271 - Turn on SELinux
1272 - Fix chcon error handling
1273
1274 * Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28
1275 - Turn off SELinux
1276
1277 * Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27.sel
1278 - Turn on SELinux
1279
1280 * Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27
1281 - Turn off SELinux
1282
1283 * Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-26.sel
1284 - Turn on SELinux
1285
1286 * Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
1287 - allow compiling without pam support
1288
1289 * Fri Oct 10 2003 Tim Waugh <twaugh@redhat.com> 5.0-23
1290 - Make split(1) handle large files (bug #106700).
1291
1292 * Thu Oct 9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-22
1293 - Turn off SELinux
1294
1295 * Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 5.0-21.sel
1296 - Cleanup SELinux patch
1297
1298 * Fri Oct 3 2003 Tim Waugh <twaugh@redhat.com> 5.0-20
1299 - Restrict ACL support to only those programs needing it (bug #106141).
1300 - Fix default PATH for LSB (bug #102567).
1301
1302 * Thu Sep 11 2003 Dan Walsh <dwalsh@redhat.com> 5.0-19
1303 - Turn off SELinux
1304
1305 * Wed Sep 10 2003 Dan Walsh <dwalsh@redhat.com> 5.0-18.sel
1306 - Turn on SELinux
1307
1308 * Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 5.0-17
1309 - Turn off SELinux
1310
1311 * Tue Sep 2 2003 Dan Walsh <dwalsh@redhat.com> 5.0-16.sel
1312 - Only call getfilecon if the user requested it.
1313 - build with selinux
1314
1315 * Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 5.0-14
1316 - Documentation fix (bug #102697).
1317
1318 * Tue Aug 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-13
1319 - Made su use pam again (oops).
1320 - Fixed another i18n bug causing sort --month-sort to fail.
1321 - Don't run dubious stty test, since it fails when backgrounded
1322 (bug #102033).
1323 - Re-enable make check.
1324
1325 * Fri Aug 8 2003 Tim Waugh <twaugh@redhat.com> 5.0-12
1326 - Don't run 'make check' for this build (build environment problem).
1327 - Another uninitialized variable in i18n (from bug #98683).
1328
1329 * Wed Aug 6 2003 Dan Walsh <dwalsh@redhat.com> 5.0-11
1330 - Internationalize runcon
1331 - Update latest chcon from NSA
1332
1333 * Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com>
1334 - Re-enable make check.
1335
1336 * Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-9
1337 - Don't run 'make check' for this build (build environment problem).
1338
1339 * Mon Jul 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-8
1340 - Actually use the ACL patch (bug #100519).
1341
1342 * Wed Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 5.0-7
1343 - Convert to SELinux
1344
1345 * Mon Jun 9 2003 Tim Waugh <twaugh@redhat.com>
1346 - Removed samefile patch. Now the test suite passes.
1347
1348 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1349 - rebuilt
1350
1351 * Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-5
1352 - Both kon and kterm support colours (bug #83701).
1353 - Fix 'ls -l' alignment in zh_CN locale (bug #88346).
1354
1355 * Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-4
1356 - Prevent file descriptor leakage in du (bug #90563).
1357 - Build requires recent texinfo (bug #90439).
1358
1359 * Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-3
1360 - Allow obsolete options unless POSIXLY_CORRECT is set.
1361
1362 * Sat Apr 12 2003 Tim Waugh <twaugh@redhat.com>
1363 - Fold bug was introduced by i18n patch; fixed there instead.
1364
1365 * Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 5.0-2
1366 - fix segfault in fold (#88683)
1367
1368 * Sat Apr 5 2003 Tim Waugh <twaugh@redhat.com> 5.0-1
1369 - 5.0.
1370
1371 * Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com>
1372 - Use _smp_mflags.
1373
1374 * Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-2
1375 - Remove overwrite patch.
1376 - No longer seem to need nolibrt, errno patches.
1377
1378 * Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com>
1379 - No longer seem to need danglinglink, prompt, lug, touch_errno patches.
1380
1381 * Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-1
1382 - 4.5.11.
1383 - Use packaged readlink.
1384
1385 * Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 4.5.10-1
1386 - 4.5.10.
1387 - Update lug, touch_errno, acl, utmp, printf-ll, i18n, test-bugs patches.
1388 - Drop fr_fix, LC_TIME, preserve, regex patches.
1389
1390 * Wed Mar 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-21
1391 - Fixed another i18n patch bug (bug #82032).
1392
1393 * Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-20
1394 - Fix sort(1) efficiency in multibyte encoding (bug #82032).
1395
1396 * Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
1397 - Ship readlink(1) (bug #84200).
1398
1399 * Thu Feb 13 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-18
1400 - Deal with glibc < 2.2 in %%pre scriplet (bug #84090).
1401
1402 * Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-16
1403 - Require glibc >= 2.2 (bug #84090).
1404
1405 * Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 4.5.3-15
1406 - fix group (#84095)
1407
1408 * Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.5.3-14
1409 - rebuilt
1410
1411 * Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
1412 - Fix rm(1) man page.
1413
1414 * Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-13
1415 - Fix re_compile_pattern check.
1416 - Fix su hang (bug #81653).
1417
1418 * Tue Jan 14 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-11
1419 - Fix memory size calculation.
1420
1421 * Tue Dec 17 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-10
1422 - Fix mv error message (bug #79809).
1423
1424 * Mon Dec 16 2002 Tim Powers <timp@redhat.com> 4.5.3-9
1425 - added PreReq on grep
1426
1427 * Fri Dec 13 2002 Tim Waugh <twaugh@redhat.com>
1428 - Fix cp --preserve with multiple arguments.
1429
1430 * Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-8
1431 - Turn on colorls for screen (bug #78816).
1432
1433 * Mon Dec 9 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-7
1434 - Fix mv (bug #79283).
1435 - Add patch27 (nogetline).
1436
1437 * Sun Dec 1 2002 Tim Powers <timp@redhat.com> 4.5.3-6
1438 - use the su.pamd from sh-utils since it works properly with multilib systems
1439
1440 * Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-5
1441 - Fix test suite quoting problems.
1442
1443 * Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-4
1444 - Fix scriplets.
1445 - Fix i18n patch so it doesn't break uniq.
1446 - Fix several other patches to either make the test suite pass or
1447 not run the relevant tests.
1448 - Run 'make check'.
1449 - Fix file list.
1450
1451 * Thu Nov 28 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-3
1452 - Adapted for Red Hat Linux.
1453 - Self-host for help2man.
1454 - Don't ship readlink just yet (maybe later).
1455 - Merge patches from fileutils and sh-utils (textutils ones are already
1456 merged it seems).
1457 - Keep the binaries where the used to be (in particular, id and stat).
1458
1459 * Sun Nov 17 2002 Stew Benedict <sbenedict@mandrakesoft.com> 4.5.3-2mdk
1460 - LI18NUX/LSB compliance (patch800)
1461 - Installed (but unpackaged) file(s) - /usr/share/info/dir
1462
1463 * Thu Oct 31 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.3-1mdk
1464 - new release
1465 - rediff patch 180
1466 - merge patch 150 into 180
1467
1468 * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-6mdk
1469 - move su back to /bin
1470
1471 * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-5mdk
1472 - patch 0 : lg locale is illegal and must be renamed lug (pablo)
1473
1474 * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-4mdk
1475 - fix conflict with procps
1476
1477 * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-3mdk
1478 - patch 105 : fix install -s
1479
1480 * Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-2mdk
1481 - fix build
1482 - don't chmode two times su
1483 - build with large file support
1484 - fix description
1485 - various spec cleanups
1486 - fix chroot installation
1487 - fix missing /bin/env
1488 - add old fileutils, sh-utils & textutils ChangeLogs
1489
1490 * Fri Oct 11 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-1mdk
1491 - initial release (merge fileutils, sh-utils & textutils)
1492 - obsoletes/provides: sh-utils/fileutils/textutils
1493 - fileutils stuff go in 1xx range
1494 - sh-utils stuff go in 7xx range
1495 - textutils stuff go in 5xx range
1496 - drop obsoletes patches 1, 2, 10 (somes files're gone but we didn't ship
1497 most of them)
1498 - rediff patches 103, 105, 111, 113, 180, 706
1499 - temporary disable patch 3 & 4
1500 - fix fileutils url

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2