From 984ecb2057e57e6c69dcd153b95ec1e57d18a32f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:57:42 +0000 Subject: auto-import changelog data from coreutils-5.0-34.1.src.rpm Wed Mar 03 2004 Tim Waugh 5.0-34.1 - Build for Fedora Core 1. Thu Dec 04 2003 Tim Waugh 5.0-34.sel - Fix column widths problems in ls. Tue Dec 02 2003 Tim Waugh 5.0-33.sel - Speed up md5sum by disabling speed-up asm. Wed Nov 19 2003 Dan Walsh 5.0-32.sel - Try again Wed Nov 19 2003 Dan Walsh 5.0-31.sel - Fix move on non SELinux kernels Fri Nov 14 2003 Tim Waugh 5.0-30.sel - Fixed useless acl dependencies (bug #106141). --- diff --git a/coreutils.spec b/coreutils.spec index 39f2b52..e0b1762 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -4,7 +4,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils Version: 5.0 -Release: 24 +Release: 34.1 License: GPL Group: System Environment/Base Url: ftp://alpha.gnu.org/gnu/coreutils/ @@ -72,10 +72,13 @@ Patch904: coreutils-5.0-allow_old_options.patch Patch905: coreutils-5.0-90563.patch Patch906: coreutils-5.0-datealign.patch Patch907: coreutils-largefile.patch +Patch908: coreutils-5.0-md5.patch +Patch909: coreutils-lsw.patch +Patch910: coreutils-lsw2.patch #SELINUX Patch %if %{WITH_SELINUX} -Patch908: coreutils-selinux.patch +Patch950: coreutils-selinux.patch %endif BuildRoot: %_tmppath/%{name}-root @@ -152,10 +155,13 @@ the old GNU fileutils, sh-utils, and textutils packages. %patch905 -p0 -b .90563 %patch906 -p1 -b .datealign %patch907 -p1 -b .largefile +%patch908 -p1 -b .md5 +%patch909 -p1 -b .lsw +%patch910 -p1 -b .lsw2 %if %{WITH_SELINUX} #SELinux -%patch908 -p1 -b .selinux +%patch950 -p1 -b .selinux %endif # Don't run basic-1 test, since it breaks when run in the background @@ -287,6 +293,43 @@ fi %_sbindir/chroot %changelog +* Wed Mar 3 2004 Tim Waugh 5.0-34.1 +- Build for Fedora Core 1. + +* Thu Dec 4 2003 Tim Waugh 5.0-34.sel +- Fix column widths problems in ls. + +* Tue Dec 2 2003 Tim Waugh 5.0-33.sel +- Speed up md5sum by disabling speed-up asm. + +* Wed Nov 19 2003 Dan Walsh 5.0-32.sel +- Try again + +* Wed Nov 19 2003 Dan Walsh 5.0-31.sel +- Fix move on non SELinux kernels + +* Fri Nov 14 2003 Tim Waugh 5.0-30.sel +- Fixed useless acl dependencies (bug #106141). + +* Fri Oct 24 2003 Dan Walsh 5.0-29.sel +- Fix id -Z + +* Tue Oct 21 2003 Dan Walsh 5.0-28.sel +- Turn on SELinux +- Fix chcon error handling + +* Wed Oct 15 2003 Dan Walsh 5.0-28 +- Turn off SELinux + +* Mon Oct 13 2003 Dan Walsh 5.0-27.sel +- Turn on SELinux + +* Mon Oct 13 2003 Dan Walsh 5.0-27 +- Turn off SELinux + +* Mon Oct 13 2003 Dan Walsh 5.0-26.sel +- Turn on SELinux + * Sun Oct 12 2003 Florian La Roche - allow compiling without pam support