d3767b
Summary: A set of basic GNU tools commonly used in shell scripts
d3767b
Name:    coreutils
d3767b
Version: 8.30
5c5678
Release: 10%{?dist}
d3767b
License: GPLv3+
d3767b
Group:   System Environment/Base
d3767b
Url:     https://www.gnu.org/software/coreutils/
d3767b
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
d3767b
Source50:   supported_utils
d3767b
Source51:   coreutils-provides.inc
d3767b
Source105:  coreutils-colorls.sh
d3767b
Source106:  coreutils-colorls.csh
d3767b
d3767b
# do not make coreutils-single depend on /usr/bin/coreutils
d3767b
%global __requires_exclude ^%{_bindir}/coreutils$
d3767b
d3767b
# rename gnulib's renameat2 to renameatu to avoid clash with glibc (#1598518)
d3767b
Patch1:   coreutils-8.30-renameatu.patch
d3767b
d3767b
# fix heap-based buffer overflow in vasnprintf() (CVE-2018-17942)
d3767b
Patch2:   coreutils-8.30-CVE-2018-17942.patch
d3767b
d3767b
# sync: fix open() fallback bug (#1602463)
d3767b
Patch3:   coreutils-8.30-fsync-fallback.patch
d3767b
d3767b
# cp --preserve=xattr: preserve NFSv4 ACL extended attributes (#1646985)
d3767b
Patch4:   coreutils-8.30-cp-preserve-xattr-NFSv4-ACL.patch
d3767b
d3767b
# chcon: do not validate security context if SELinux is disabled (#1777831)
d3767b
Patch5:   coreutils-8.30-chcon-invalid-context.patch
d3767b
d3767b
# md5sum,b2sum,sha*sum: --help: add note about binary/text mode
d3767b
Patch6:   coreutils-8.31-sums-man-pages.patch
d3767b
d3767b
# df --local: recognize afs, auristorfs, and smb3 as remote fs (#1798030)
d3767b
Patch7:   coreutils-8.30-df-local-fs.patch
d3767b
4d1984
# use statx instead of stat when available (#1760300)
4d1984
Patch8:   coreutils-8.30-statx.patch
4d1984
4d1984
# rm: do not skip files upon failure to remove an empty dir (#1905481)
4d1984
Patch9:   coreutils-8.32-rm-stray-skip.patch
4d1984
4d1984
# split: fix --number=K/N to output correct part of file (#1921246)
4d1984
Patch10:  coreutils-8.32-split-number.patch
4d1984
5c5678
# mountlist: recognize fuse.portal as dummy file system (#1952714)
5c5678
Patch11:  coreutils-8.32-fuse-portal.patch
5c5678
d3767b
# disable the test-lock gnulib test prone to deadlock
d3767b
Patch100: coreutils-8.26-test-lock.patch
d3767b
d3767b
# require_selinux_(): use selinuxenabled(8) if available
d3767b
Patch105: coreutils-8.26-selinuxenable.patch
d3767b
d3767b
# downstream changes to default DIR_COLORS
d3767b
Patch102: coreutils-8.25-DIR_COLORS.patch
d3767b
#do display processor type for uname -p/-i based on uname(2) syscall
d3767b
Patch103: coreutils-8.2-uname-processortype.patch
d3767b
#df --direct
d3767b
Patch104: coreutils-df-direct.patch
d3767b
#add note about mkdir --mode behaviour into info documentation(#610559)
d3767b
Patch107: coreutils-8.4-mkdir-modenote.patch
d3767b
d3767b
# sh-utils
d3767b
#add info about TZ envvar to date manpage
d3767b
Patch703: sh-utils-2.0.11-dateman.patch
d3767b
Patch713: coreutils-4.5.3-langinfo.patch
d3767b
d3767b
# (sb) lin18nux/lsb compliance - multibyte functionality patch
d3767b
Patch800: coreutils-i18n.patch
d3767b
# (sb) lin18nux/lsb compliance - expand/unexpand
d3767b
Patch801: coreutils-i18n-expand-unexpand.patch
d3767b
# i18n patch for cut - old version - used
d3767b
Patch804: coreutils-i18n-cut-old.patch
d3767b
# The unexpand patch above is not correct. Sent to the patch authors
d3767b
Patch803: coreutils-i18n-fix-unexpand.patch
d3767b
#(un)expand - allow multiple files on input - broken by patch 801
d3767b
Patch805: coreutils-i18n-fix2-expand-unexpand.patch
d3767b
#(un)expand - test BOM headers
d3767b
Patch806: coreutils-i18n-un-expand-BOM.patch
d3767b
# make 'sort -h' work for arbitrary column even when using UTF-8 locales
d3767b
Patch807: coreutils-i18n-sort-human.patch
d3767b
# fold: preserve new-lines in mutlibyte text (#1418505)
d3767b
Patch808: coreutils-i18n-fold-newline.patch
d3767b
d3767b
#getgrouplist() patch from Ulrich Drepper.
d3767b
Patch908: coreutils-getgrouplist.patch
d3767b
d3767b
#SELINUX Patch - implements Redhat changes
d3767b
#(upstream did some SELinux implementation unlike with RedHat patch)
d3767b
Patch950: coreutils-selinux.patch
d3767b
d3767b
Conflicts: filesystem < 3
d3767b
# To avoid clobbering installs
d3767b
Conflicts: coreutils-single
d3767b
d3767b
BuildRequires: attr
d3767b
BuildRequires: autoconf
d3767b
BuildRequires: automake
d3767b
BuildRequires: gcc
d3767b
BuildRequires: gettext-devel
d3767b
BuildRequires: gmp-devel
d3767b
BuildRequires: hostname
d3767b
BuildRequires: libacl-devel
d3767b
BuildRequires: libattr-devel
d3767b
BuildRequires: libcap-devel
d3767b
BuildRequires: libselinux-devel
d3767b
BuildRequires: libselinux-utils
d3767b
BuildRequires: openssl-devel
d3767b
BuildRequires: strace
d3767b
BuildRequires: texinfo
d3767b
d3767b
%if 23 < 0%{?fedora} || 7 < 0%{?rhel}
d3767b
# needed by i18n test-cases
d3767b
BuildRequires: glibc-langpack-en
d3767b
%endif
d3767b
d3767b
Requires: %{name}-common = %{version}-%{release}
d3767b
Requires: ncurses
d3767b
d3767b
Provides: coreutils-full = %{version}-%{release}
d3767b
%include %{SOURCE51}
d3767b
Obsoletes: %{name} < 8.24-100
d3767b
d3767b
%description
d3767b
These are the GNU core utilities.  This package is the combination of
d3767b
the old GNU fileutils, sh-utils, and textutils packages.
d3767b
d3767b
%package single
d3767b
Summary:  coreutils multicall binary
d3767b
Suggests: coreutils-common
d3767b
Provides: coreutils = %{version}-%{release}
d3767b
Provides: coreutils%{?_isa} = %{version}-%{release}
d3767b
%include %{SOURCE51}
d3767b
# To avoid clobbering installs
d3767b
Conflicts: coreutils < 8.24-100
d3767b
# Note RPM doesn't support separate buildroots for %files
d3767b
# http://rpm.org/ticket/874 so use RemovePathPostfixes
d3767b
# (new in rpm 4.13) to support separate file sets.
d3767b
RemovePathPostfixes: .single
d3767b
%description single
d3767b
These are the GNU core utilities,
d3767b
packaged as a single multicall binary.
d3767b
d3767b
d3767b
%package common
d3767b
# yum obsoleting rules explained at:
d3767b
# https://bugzilla.redhat.com/show_bug.cgi?id=1107973#c7
d3767b
Obsoletes: %{name} < 8.24-100
d3767b
Requires(preun): /sbin/install-info
d3767b
Requires(post): /sbin/install-info
d3767b
Summary:  coreutils common optional components
d3767b
%description common
d3767b
Optional though recommended components,
d3767b
including documentation and translations.
d3767b
d3767b
%prep
d3767b
%autosetup -N
d3767b
d3767b
# will be modified by coreutils-8.25-DIR_COLORS.patch
d3767b
tee DIR_COLORS{,.256color,.lightbgcolor} <src/dircolors.hin >/dev/null
d3767b
# git add DIR_COLORS{,.256color,.lightbgcolor}
d3767b
# git commit -m "clone DIR_COLORS before patching"
d3767b
d3767b
# apply all patches
d3767b
%autopatch -p1
d3767b
d3767b
(echo ">>> Fixing permissions on tests") 2>/dev/null
d3767b
find tests -name '*.sh' -perm 0644 -print -exec chmod 0755 '{}' '+'
d3767b
(echo "<<< done") 2>/dev/null
d3767b
d3767b
autoreconf -fiv
d3767b
d3767b
%build
d3767b
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
d3767b
%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
d3767b
for type in separate single; do
d3767b
  mkdir $type && \
d3767b
  (cd $type && ln -s ../configure || exit 1
d3767b
  if test $type = 'single'; then
d3767b
    config_single='--enable-single-binary'
d3767b
    config_single="$config_single --without-openssl"  # smaller/slower sha*sum
d3767b
    config_single="$config_single --without-gmp"      # expr/factor machine ints
d3767b
  else
d3767b
    config_single='--with-openssl'  # faster sha*sum
d3767b
  fi
d3767b
  %configure $config_single \
d3767b
             --cache-file=../config.cache \
d3767b
             --enable-install-program=arch \
d3767b
             --enable-no-install-program=kill,uptime \
d3767b
             --with-tty-group \
d3767b
             DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
d3767b
  make all %{?_smp_mflags}
d3767b
d3767b
  # make sure that parse-datetime.{c,y} ends up in debuginfo (#1555079)
d3767b
  ln -v ../lib/parse-datetime.{c,y} .
d3767b
  )
d3767b
done
d3767b
d3767b
# Get the list of supported utilities
d3767b
cp %SOURCE50 .
d3767b
d3767b
%check
d3767b
for type in separate single; do
d3767b
  test $type = 'single' && subdirs='SUBDIRS=.' # Only check gnulib once
d3767b
  (cd $type && make check %{?_smp_mflags} $subdirs)
d3767b
done
d3767b
d3767b
%install
d3767b
for type in separate single; do
d3767b
  install=install
d3767b
  if test $type = 'single'; then
d3767b
    subdir=%{_libexecdir}/%{name}; install=install-exec
d3767b
  fi
d3767b
  (cd $type && make DESTDIR=$RPM_BUILD_ROOT/$subdir $install)
d3767b
d3767b
  # chroot was in /usr/sbin :
d3767b
  mkdir -p $RPM_BUILD_ROOT/$subdir/{%{_bindir},%{_sbindir}}
d3767b
  mv $RPM_BUILD_ROOT/$subdir/{%_bindir,%_sbindir}/chroot
d3767b
d3767b
  # Move multicall variants to *.single.
d3767b
  # RemovePathPostfixes will strip that later.
d3767b
  if test $type = 'single'; then
d3767b
    for dir in %{_bindir} %{_sbindir} %{_libexecdir}/%{name}; do
d3767b
      for bin in $RPM_BUILD_ROOT/%{_libexecdir}/%{name}/$dir/*; do
d3767b
        basebin=$(basename $bin)
d3767b
        mv $bin $RPM_BUILD_ROOT/$dir/$basebin.single
d3767b
      done
d3767b
    done
d3767b
  fi
d3767b
done
d3767b
d3767b
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
d3767b
install -p -c -m644 DIR_COLORS{,.256color,.lightbgcolor} \
d3767b
    $RPM_BUILD_ROOT%{_sysconfdir}
d3767b
install -p -c -m644 %SOURCE105 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.sh
d3767b
install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.csh
d3767b
d3767b
%find_lang %name
d3767b
# Add the %%lang(xyz) ownership for the LC_TIME dirs as well...
d3767b
grep LC_TIME %name.lang | cut -d'/' -f1-6 | sed -e 's/) /) %%dir /g' >>%name.lang
d3767b
d3767b
# (sb) Deal with Installed (but unpackaged) file(s) found
d3767b
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
d3767b
d3767b
%preun common
d3767b
if [ $1 = 0 ]; then
d3767b
  if [ -f %{_infodir}/%{name}.info.gz ]; then
d3767b
    /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
d3767b
  fi
d3767b
fi
d3767b
d3767b
%post common
d3767b
if [ -f %{_infodir}/%{name}.info.gz ]; then
d3767b
  /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
d3767b
fi
d3767b
d3767b
%files -f supported_utils
d3767b
%exclude %{_bindir}/*.single
d3767b
%dir %{_libexecdir}/coreutils
d3767b
%{_libexecdir}/coreutils/*.so
d3767b
d3767b
%files single
d3767b
%{_bindir}/*.single
d3767b
%{_sbindir}/chroot.single
d3767b
%dir %{_libexecdir}/coreutils
d3767b
%{_libexecdir}/coreutils/*.so.single
d3767b
# duplicate the license because coreutils-common does not need to be installed
d3767b
%{!?_licensedir:%global license %%doc}
d3767b
%license COPYING
d3767b
d3767b
%files common -f %{name}.lang
d3767b
%config(noreplace) %{_sysconfdir}/DIR_COLORS*
d3767b
%config(noreplace) %{_sysconfdir}/profile.d/*
d3767b
%{_infodir}/coreutils*
d3767b
%{_mandir}/man*/*
d3767b
# The following go to /usr/share/doc/coreutils-common
d3767b
%doc ABOUT-NLS NEWS README THANKS TODO
d3767b
%license COPYING
d3767b
d3767b
%changelog
5c5678
* Tue Jun 08 2021 Kamil Dudka <kdudka@redhat.com> - 8.30-10
5c5678
- mountlist: recognize fuse.portal as dummy file system (#1952714)
5c5678
4d1984
* Fri Mar 26 2021 Kamil Dudka <kdudka@redhat.com> - 8.30-9
4d1984
- split: fix --number=K/N to output correct part of file (#1921246)
4d1984
- rm: do not skip files upon failure to remove an empty dir (#1905481)
4d1984
- use statx instead of stat when available (#1760300)
4d1984
d3767b
* Tue Apr 14 2020 Kamil Dudka <kdudka@redhat.com> - 8.30-8
d3767b
- df --local: recognize afs, auristorfs, and smb3 as remote fs (#1798030)
d3767b
- fix formatting of sha512sum(1) man page (#1688744)
d3767b
d3767b
* Wed Jan 29 2020 Kamil Dudka <kdudka@redhat.com> - 8.30-7
d3767b
- chcon: do not validate security context if SELinux is disabled (#1777831)
d3767b
d3767b
* Fri Jan 11 2019 Kamil Dudka <kdudka@redhat.com> - 8.30-6
d3767b
- cp --preserve=xattr: preserve NFSv4 ACL extended attributes (#1646985)
d3767b
d3767b
* Wed Nov 07 2018 Kamil Dudka <kdudka@redhat.com> - 8.30-5
d3767b
- sync: fix open() fallback bug (#1602463)
d3767b
- fix implicit declaration warning in coreutils-getgrouplist.patch (#1602463)
d3767b
d3767b
* Thu Oct 11 2018 Kamil Dudka <kdudka@redhat.com> - 8.30-4
d3767b
- fix heap-based buffer overflow in vasnprintf() (CVE-2018-17942)
d3767b
d3767b
* Tue Jul 10 2018 Kamil Dudka <kdudka@redhat.com> - 8.30-3
d3767b
- rename gnulib's renameat2 to renameatu to avoid clash with glibc (#1598518)
d3767b
d3767b
* Wed Jul 04 2018 Kamil Dudka <kdudka@redhat.com> - 8.30-2
d3767b
- sync i18n patches with Suse (patch by Bernhard Voelker)
d3767b
d3767b
* Mon Jul 02 2018 Kamil Dudka <kdudka@redhat.com> - 8.30-1
d3767b
- new upstream release 8.30
d3767b
d3767b
* Mon May 28 2018 Kamil Dudka <kdudka@redhat.com> - 8.29-8
d3767b
- ls: increase the allowed abmon width from 5 to 12 (#1577872)
d3767b
- date, ls: pick strftime fixes from glibc to improve locale support (#1577872)
d3767b
d3767b
* Fri May 04 2018 Kamil Dudka <kdudka@redhat.com> - 8.29-7
d3767b
- add provides to coreutils-single to make it a drop-in replacement (#1572693)
d3767b
- reintroduce very old Provides (mktemp, sh-utils, textwrap, fileutils, stat)
d3767b
d3767b
* Fri Apr 20 2018 Kamil Dudka <kdudka@redhat.com> - 8.29-6
d3767b
- fix crash caused by mistakenly enabled leaf optimization (#1558249)
d3767b
d3767b
* Wed Mar 21 2018 Kamil Dudka <kdudka@redhat.com> - 8.29-5
d3767b
- drop BR for bison, which is not used during the build
d3767b
- make sure that parse-datetime.{c,y} ends up in debuginfo (#1555079)
d3767b
- fix build failure with glibc-2.28
d3767b
d3767b
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 8.29-4
d3767b
- add explicit BR for the gcc compiler
d3767b
d3767b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.29-3
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d3767b
d3767b
* Tue Jan 23 2018 Kamil Dudka <kdudka@redhat.com> - 8.29-2
d3767b
- doc: warn about following symlinks recursively in chown/chgrp (CVE-2017-18018)
d3767b
- mv -n: do not overwrite the destination
d3767b
d3767b
* Tue Jan 02 2018 Kamil Dudka <kdudka@redhat.com> - 8.29-1
d3767b
- new upstream release 8.29
d3767b
d3767b
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.28-2
d3767b
- Remove very old Provides (mktemp, sh-utils, textwrap, fileutils, stat)
d3767b
d3767b
* Mon Sep 04 2017 Kamil Dudka <kdudka@redhat.com> - 8.28-1
d3767b
- new upstream release 8.28
d3767b
d3767b
* Tue Aug 22 2017 Ville Skyttä <ville.skytta@iki.fi> - 8.27-16
d3767b
- Own the %%{_libexecdir}/coreutils dir
d3767b
d3767b
* Fri Aug 18 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-15
d3767b
- ptx: fix a possible crash caused by integer overflow (#1482445)
d3767b
d3767b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.27-14
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d3767b
d3767b
* Fri Jul 28 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.27-13
d3767b
- Enable separate debuginfo back
d3767b
d3767b
* Wed Jul 26 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-12
d3767b
- avoid build failure caused broken RPM code that produces debuginfo packages
d3767b
d3767b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.27-11
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d3767b
d3767b
* Tue May 30 2017 Sebastian Kisela <skisela@redhat.com> - 8.27-10
d3767b
- doc: mention `setpriv --no-new-privs` feature in runcon info
d3767b
d3767b
* Tue May 16 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-9
d3767b
- add coreutils-full provides for coreutils to make it explicitly installable
d3767b
d3767b
* Wed May 03 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-8
d3767b
- drop coreutils-overflow.patch no longer needed (#158405)
d3767b
d3767b
* Wed May 03 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-7
d3767b
- drop workaround for already fixed rpm-build bug (#1306559)
d3767b
d3767b
* Wed May 03 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-6
d3767b
- do not mention a deprecated option in localized man pages
d3767b
- drop workaround no longer needed for 10 years old rpm-build bug (#246729)
d3767b
- drop unnecessary uses of %%defattr
d3767b
d3767b
* Fri Apr 28 2017 Sebastian Kisela <skisela@redhat.com> - 8.27-5
d3767b
- tail: revert to polling if a followed directory is replaced (#1283760)
d3767b
d3767b
* Thu Apr 27 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-4
d3767b
- date, touch: fix out-of-bounds write via large TZ variable (CVE-2017-7476)
d3767b
d3767b
* Tue Apr 25 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-3
d3767b
- do not obsolete coreutils-single, so it can be installed by DNF2 (#1444802)
d3767b
d3767b
* Wed Mar 15 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-2
d3767b
- fix spurious build failure caused by the misc/date-debug test
d3767b
d3767b
* Thu Mar 09 2017 Kamil Dudka <kdudka@redhat.com> - 8.27-1
d3767b
- new upstream release 8.27
d3767b
d3767b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.26-7
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d3767b
d3767b
* Fri Feb 03 2017 Kamil Dudka <kdudka@redhat.com> - 8.26-6
d3767b
- fold: preserve new-lines in mutlibyte text (#1418505)
d3767b
d3767b
* Mon Jan 23 2017 Kamil Dudka <kdudka@redhat.com> - 8.26-5
d3767b
- date: fix TZ= regression (patch by Pádraig Brady)
d3767b
d3767b
* Mon Jan 02 2017 Kamil Dudka <kdudka@redhat.com> - 8.26-4
d3767b
- use upstream patch for gnulib's test-lock (instead of disabling it)
d3767b
d3767b
* Thu Dec 15 2016 Kamil Dudka <kdudka@redhat.com> - 8.26-3
d3767b
- drop build fixes no longer needed
d3767b
d3767b
* Fri Dec 02 2016 Kamil Dudka <kdudka@redhat.com> - 8.26-2
d3767b
- apply patches automatically to ease maintenance
d3767b
d3767b
* Thu Dec 01 2016 Kamil Dudka <kdudka@redhat.com> - 8.26-1
d3767b
- new upstream release 8.26
d3767b
d3767b
* Mon Oct 31 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-17
d3767b
- md5sum,sha*sum: fix --ignore-missing with checksums starting with 00
d3767b
d3767b
* Tue Oct 11 2016 Tomáš Mráz <tmraz@redhat.com> - 8.25-16
d3767b
- rebuild with OpenSSL 1.1.0
d3767b
d3767b
* Wed Sep 07 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-15
d3767b
- ls: allow interruption when reading slow directories (#1365933)
d3767b
d3767b
* Tue Jul 19 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-14
d3767b
- run autoreconf in %%prep
d3767b
- drop post-install fix for Japanese locales that no longer applies
d3767b
- fix 'sort -h -k' in locales that use blank as thousands separator (#1355780)
d3767b
d3767b
* Thu Jul 14 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-13
d3767b
- make 'sort -h' work for arbitrary column even when using UTF-8 locales
d3767b
d3767b
* Mon Jul 11 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-12
d3767b
- install -Z now sets default SELinux context for created directories (#1339135)
d3767b
- drop the %%pre scriptlet, which is no longer needed (#1354078)
d3767b
- clarify recognition of "^COLOR.*none" in /etc/DIR_COLORS (#1349579)
d3767b
d3767b
* Thu Jul 07 2016 Jakub Martisko <jamartis@redhat.com> - 8.25-11
d3767b
- switch to UTF8 locale when (un)expand input contains BOM header
d3767b
  (#1158494)
d3767b
- fixed regression where (un)expand would end with "long input line"
d3767b
  error when BOM header is present
d3767b
d3767b
* Fri Jun 24 2016 Ondrej Vasik <ovasik@redhat.com> - 8.25-10
d3767b
- change way of detection of interactive shell in colorls.sh script
d3767b
  (#1321648)
d3767b
d3767b
* Mon Jun 20 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-9
d3767b
- add BR for glibc-langpack-en to prevent the expand/mb test from failing
d3767b
- do not use /bin/mv in %%post to avoid a circular dependency (#1348043)
d3767b
d3767b
* Fri Jun 17 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-8
d3767b
- sync /etc/DIR_COLORS with latest upstream (#1335320)
d3767b
d3767b
* Wed Jun 15 2016 Kamil Dudka <kdudka@redhat.com> - 8.25-7
d3767b
- handle info doc in RPM scriptlets of coreutils-common, which provides it
d3767b
- make sure that the license file is installed, even if coreutils-common is not
d3767b
d3767b
* Thu Jun 09 2016 Jakub Martisko <jamartis@redhat.com> - 8.25-6
d3767b
- (un)expand: fix regression in handling input files, where only
d3767b
  the first file was processed.
d3767b
d3767b
* Sat Mar 05 2016 Ondrej Vasik <ovasik@redhat.com> - 8.25-5
d3767b
- cut: move back to the old i18n implementation (#1314722)
d3767b
d3767b
* Mon Feb 15 2016 Ondrej Vasik <ovasik@redhat.com> - 8.25-4
d3767b
- cut: fix regression in handling fields for lines wider
d3767b
  than 64 chars (#1304839)
d3767b
d3767b
* Thu Feb 11 2016 Lubomir Rintel <lkundrak@v3.sk> - 8.25-3
d3767b
- Fix a regression in unexpand empty line handling
d3767b
d3767b
* Thu Jan 21 2016 Ondrej Vasik <ovasik@redhat.com> - 8.25-2
d3767b
- Adjust the i18n patch for coreutils-8.25
d3767b
- add new base32 binary
d3767b
d3767b
* Wed Jan 20 2016 Ondrej Vasik <ovasik@redhat.com> - 8.25-1
d3767b
- new upstream release(#1300282)
d3767b
d3767b
* Fri Jan 15 2016 Ondrej Oprala <ooprala@redhat.com> - 8.24-108
d3767b
- cut: be MB for ALL archs
d3767b
d3767b
* Fri Jan 15 2016 Ondrej Oprala <ooprala@redhat.com> - 8.24-107
d3767b
- Use the new i18n implementation for the cut utility
d3767b
d3767b
* Wed Jan 13 2016 Ondrej Vasik <ovasik@redhat.com> - 8.24-106
d3767b
- mv: prevent dataloss when source dir is specified multiple
d3767b
  times (#1297464, by P.Brady)
d3767b
d3767b
* Mon Dec 14 2015 Pádraig Brady <pbrady@redhat.com> - 8.24-105
d3767b
- Give explicit priority to coreutils over coreutils-single
d3767b
d3767b
* Thu Dec 03 2015 Pádraig Brady <pbrady@redhat.com> - 8.24-104
d3767b
- Avoid libgmp and libcrypto dependencies from coreutils-single
d3767b
d3767b
* Thu Dec 03 2015 Pádraig Brady <pbrady@redhat.com> - 8.24-103
d3767b
- Remove erroneous /usr/bin/kill from coreutils-single
d3767b
d3767b
* Tue Dec 01 2015 Ondrej Oprala <ooprala@redhat.com> - 8.24-102
d3767b
- Use the new i18n implementation for expand/unexpand
d3767b
d3767b
* Mon Nov 30 2015 Ondrej Vasik <ovasik@redhat.com> - 8.24-101
d3767b
- coreutils-single should provide versioned coreutils (#1286338)
d3767b
d3767b
* Wed Nov 18 2015 Pádraig Brady <pbrady@redhat.com> - 8.24-100
d3767b
- Split package to more easily support smaller installs
d3767b
d3767b
* Wed Sep 16 2015 Kamil Dudka <kdudka@redhat.com> - 8.24-4
d3767b
- fix memory leak in sort/I18N (patches written by Pádraig, #1259942)
d3767b
d3767b
* Sat Sep 12 2015 Ondrej Vasik <ovasik@redhat.com> 8.24-3
d3767b
- fix one still existing occurance of non-full path in colorls.sh
d3767b
d3767b
* Thu Jul 16 2015 Ondrej Vasik <ovasik@redhat.com> 8.24-2
d3767b
- use newer version of sort/I18N fix for CVE-2015-4041
d3767b
  and CVE-2015-4042
d3767b
d3767b
* Sun Jul 05 2015 Ondrej Vasik <ovasik@redhat.com> 8.24-1
d3767b
- new upstream release 8.24
d3767b
d3767b
* Sat Jul  4 2015 Peter Robinson <pbrobinson@fedoraproject.org> 8.23-14
d3767b
- Disable failing test-update-copyright to fix FTBFS
d3767b
d3767b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.23-13
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d3767b
d3767b
* Thu Jun 04 2015 Ondrej Vasik <ovasik@redhat.com> - 8.23-12
d3767b
- call utilities in colorls.* scripts with full path (#1222140)
d3767b
d3767b
* Thu May 14 2015 Kamil Dudka <kdudka@redhat.com> - 8.23-11
d3767b
- run 'make check' in parallel to speed up the build
d3767b
d3767b
* Wed May 13 2015 Ondrej Oprala <ooprala@redhat.com> - 8.23-10
d3767b
- sort - fix buffer overflow in some case conversions
d3767b
  - patch by Pádraig Brady
d3767b
d3767b
* Mon Apr 20 2015 Pádraig Brady <pbrady@redhat.com> - 8.23-9
d3767b
- Adjust LS_COLORS in 256 color mode; brighten some, remove hardlink colors (#1196642)
d3767b
d3767b
* Sun Mar 22 2015 Peter Robinson <pbrobinson@fedoraproject.org> 8.23-8
d3767b
- Drop large ancient docs
d3767b
d3767b
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 8.23-7
d3767b
- Rebuilt for Fedora 23 Change
d3767b
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
d3767b
d3767b
* Mon Dec 01 2014 Ondrej Vasik <ovasik@redhat.com> - 8.23-6
d3767b
- have the LC_TIME subdirs with lang macro (#1169027)
d3767b
d3767b
* Wed Oct 15 2014 Ondrej Vasik <ovasik@redhat.com> - 8.23-5
d3767b
- handle situation with ro /tmp in colorls scripts (#1149761)
d3767b
d3767b
* Wed Oct 01 2014 Ondrej Vasik <ovasik@redhat.com> - 8.23-4
d3767b
- fix the sorting in multibyte locales (NUL-terminate sort keys)
d3767b
  - patch by Andreas Schwab (#1146185)
d3767b
d3767b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.23-3
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d3767b
d3767b
* Tue Aug 05 2014 Ondrej Vasik <ovasik@redhat.com> - 8.23-2
d3767b
- enable smp_flags again (by B.Voelker)
d3767b
- fix regression in chroot
d3767b
d3767b
* Tue Jul 22 2014 Ondrej Vasik <ovasik@redhat.com> - 8.23-1
d3767b
- new upstream release 8.23
d3767b
- synchronize the old differences in ls SELinux options
d3767b
  with upstream
d3767b
- skip df/skip-duplicates.sh test for now (passing locally, failing in koji)
d3767b
d3767b
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 8.22-17
d3767b
- fix license handling
d3767b
d3767b
* Mon Jun 23 2014 Jakub ÄŒajka <jcajka@redhat.com> - 8.22-16
d3767b
- fix failed tests on ppc(backport from gnulib upstream)
d3767b
d3767b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.22-15
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d3767b
d3767b
* Sat Apr 12 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-14
d3767b
- fix dd sparse test failure on xfs filesystem(#1085727,
d3767b
  by P.Brady)
d3767b
d3767b
* Wed Mar 05 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-13
d3767b
- drop the util-linux requirements (smaller docker images),
d3767b
  drop ancient obsoletes of -libs subpackage
d3767b
d3767b
* Sun Mar 02 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-12
d3767b
- fix the date crash or infloop in TZ="" parsing (#1069657)
d3767b
d3767b
* Mon Jan 13 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-11
d3767b
- cp/mv/install: do not crash when getfscreatecon() is
d3767b
  returning a NULL context
d3767b
d3767b
* Mon Jan 13 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-10
d3767b
- unset the unnecessary envvars after colorls scripts(#1051703)
d3767b
- improve the limitation (check for both utf8 and utf-8)
d3767b
d3767b
* Fri Jan 10 2014 Ondrej Oprala <ooprala@redhat.com> 8.22-9
d3767b
- Limit the cut optimizations to UTF-8 locales only
d3767b
d3767b
* Wed Jan 08 2014 Ondrej Oprala <ooprala@redhat.com> 8.22-8
d3767b
- Don't use cut mb path if not necessary (#1021403, #499220)
d3767b
- several i18n patch improvements merged from OpenSUSE (fixed
d3767b
  compilation warnings, simplify mb handling in uniq)
d3767b
d3767b
* Mon Jan 06 2014 Ondrej Oprala <ooprala@redhat.com> 8.22-7
d3767b
- Fix sorting by non-first field (#1003544)
d3767b
d3767b
* Fri Jan 03 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-6
d3767b
- do not modify SELinux contexts of existing parent
d3767b
  directories when copying files (fix by P.Brady, #1045122)
d3767b
d3767b
* Thu Jan 02 2014 Ondrej Oprala <ooprala@redhat.com> 8.22-5
d3767b
- reverted an old change and constricted it's condition
d3767b
- turned off two multibyte tests (wrong strcoll return value)
d3767b
d3767b
* Mon Dec 23 2013 Ondrej Vasik <ovasik@redhat.com> 8.22-4
d3767b
- skip even the ls aliases in noninteractive mode
d3767b
  (suggested by T. Cordes, #988152)
d3767b
d3767b
* Sun Dec 22 2013 Ondrej Vasik <ovasik@redhat.com> 8.22-3
d3767b
- reset buffer before copying to prevent some rare cases of
d3767b
  invalid output in join and uniq(#1036289)
d3767b
d3767b
* Sat Dec 14 2013 Ondrej Vasik <ovasik@redhat.com> 8.22-1
d3767b
- new upstream version 8.22
d3767b
- temporarily disable multibyte cut.pl part and df symlink
d3767b
  tests
d3767b
d3767b
* Thu Dec 12 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-23
d3767b
- skip output-is-input-mb.p test - failing on armv7l (reported
d3767b
  by B.Voelker)
d3767b
d3767b
* Mon Dec  9 2013 Peter Robinson <pbrobinson@fedoraproject.org> 8.21-22
d3767b
- Add upstream patch to fix test failures on aarch64
d3767b
d3767b
* Thu Nov 28 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-21
d3767b
- turn on the multibyte path in the testsuite to cover
d3767b
  i18n regressions
d3767b
d3767b
* Wed Nov 06 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-20
d3767b
- fix possible colorls.csh script errors for tcsh with
d3767b
  noclobber set and entered include file (#1027279)
d3767b
d3767b
* Mon Oct 14 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-19
d3767b
- cp: correct error message for invalid arguments
d3767b
  of '--no-preserve' (#1018206)
d3767b
d3767b
* Thu Aug 15 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-18
d3767b
- pr -e, with a mix of backspaces and TABs, could corrupt the heap
d3767b
  in multibyte locales (analyzed by J.Koncicky)
d3767b
d3767b
* Wed Aug 14 2013 Ondrej Oprala <ooprala@redhat.com> 8.21-17
d3767b
- Fix sort multibyte incompatibilities
d3767b
d3767b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.21-16
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d3767b
d3767b
* Wed Jul 17 2013 Ondrej Oprala <ooprala@redhat.com> 8.21-15
d3767b
- change the TMP variable name in colorls.csh to _tmp (#981373)
d3767b
d3767b
* Fri May 17 2013 Ondrej Vasik 
d3767b
- revert the last change
d3767b
d3767b
* Fri May 17 2013 Ondrej Vasik 
d3767b
- require glibc-devel to prevent broken links in coreutils
d3767b
  info manual (#959597)
d3767b
d3767b
* Wed May 08 2013 Ondrej Vasik 
d3767b
- optimization of colorls scripts by Ville Skytta (#961012)
d3767b
d3767b
* Fri Apr 05 2013 Ondrej Oprala 
d3767b
- Fix tmp file location in colorls scripts (#948008)
d3767b
d3767b
* Thu Mar 14 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-10
d3767b
- DIR_COLORS.$TERM should have higher priority than
d3767b
  DIR_COLORS.256color (#921651)
d3767b
d3767b
* Mon Mar 11 2013 Ondrej Oprala <ooprala@redhat.com> 8.21-9
d3767b
- add support for INCLUDE in colorls scripts (#818069)
d3767b
d3767b
* Mon Mar 04 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-8
d3767b
- fix factor on AArch64 (M.Salter, #917735)
d3767b
d3767b
* Fri Mar 01 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-7
d3767b
- ls: colorize several new archive/compressed types (#868510)
d3767b
d3767b
* Sat Feb 23 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-6
d3767b
- install: do proper cleanup when strip fails
d3767b
  (O.Oprala, B.Voekler, #632444)
d3767b
d3767b
* Wed Feb 20 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-5
d3767b
- fix multibyte issue in unexpand(by R.Kollar, #821262)
d3767b
d3767b
* Mon Feb 18 2013 Ondrej Oprala <ooprala@redhat.com> 8.21-4
d3767b
- fix sort-mb-tests.sh test (B.Voelker)
d3767b
d3767b
* Mon Feb 18 2013 Mark Wielaard <mjw@redhat.com> 8.21-3
d3767b
- fix coreutils-i18n.patch to terminate mbdelim string (#911929)
d3767b
d3767b
* Mon Feb 18 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-2
d3767b
- remove unnecessary powerpc factor patch
d3767b
d3767b
* Fri Feb 15 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-1
d3767b
- new upstream release 8.21, update patches
d3767b
d3767b
* Thu Feb 07 2013 Ondrej Oprala <ooprala@redhat.com> 8.20-8
d3767b
- add missing sort-mb-tests.sh to local.mk
d3767b
d3767b
* Tue Feb 05 2013 Ondrej Vasik <ovasik@redhat.com> 8.20-7
d3767b
- add support for DTR/DSR control flow in stty(#445213)
d3767b
d3767b
* Wed Jan 23 2013 Ondrej Vasik <ovasik@redhat.com> 8.20-6
d3767b
- fix multiple segmantation faults in i18n patch (by SUSE)
d3767b
  (#869442, #902917)
d3767b
d3767b
* Thu Dec 20 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-5
d3767b
- seq: fix newline output when -s specified (upstream)
d3767b
d3767b
* Mon Dec 10 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-4
d3767b
- fix showing duplicates in df (#709351, O.Oprala, B.Voelker)
d3767b
d3767b
* Thu Dec 06 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-3
d3767b
- fix factor on 32bit powerpc (upstream, #884715)
d3767b
d3767b
* Mon Nov 05 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-2
d3767b
- disable the temporary O_SYNC fix (glibc is fixed - #872366)
d3767b
d3767b
* Sat Oct 27 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-1
d3767b
- new upstream release 8.20
d3767b
- Temporarily require util-linux >= 2.22.1-3 (to prevent missing
d3767b
  su/runuser on system)
d3767b
d3767b
* Mon Aug 20 2012 Ondrej Vasik <ovasik@redhat.com> 8.19-1
d3767b
- new upstream release 8.19
d3767b
- fix multibyte issues in cut and expand (M.Briza, #821260)
d3767b
d3767b
* Sun Aug 12 2012 Ondrej Vasik <ovasik@redhat.com> 8.18-1
d3767b
- new upstream release 8.18
d3767b
- su/runuser moved to util-linux
d3767b
d3767b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.17-4
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d3767b
d3767b
* Tue May 15 2012 Ondrej Vasik <ovasik@redhat.com> 8.17-3
d3767b
- add virtual provides for bundled(gnulib) copylib (#821748)
d3767b
d3767b
* Fri May 11 2012 Ondrej Vasik <ovasik@redhat.com> 8.17-2
d3767b
- ls: upstream fix - correctly show symlinks in /
d3767b
d3767b
* Fri May 11 2012 Ondrej Vasik <ovasik@redhat.com> 8.17-1
d3767b
- new upstream release 8.17
d3767b
d3767b
* Fri May 04 2012 Ondrej Vasik <ovasik@redhat.com> 8.16-3
d3767b
- add .htm and .shtml to colorized DIR_COLORS document
d3767b
  type (#817218)
d3767b
d3767b
* Mon Apr 16 2012 Ondrej Vasik <ovasik@redhat.com> 8.16-2
d3767b
- fix the tcsh colorls.csh behaviour in non-interactive
d3767b
  mode (#804604)
d3767b
d3767b
* Mon Mar 26 2012 Ondrej Vasik <ovasik@redhat.com> 8.16-1
d3767b
- new upstream release 8.16
d3767b
- defuzz patches, remove already applied patches
d3767b
d3767b
* Thu Mar 08 2012 Ondrej Vasik <ovasik@redhat.com> 8.15-8
d3767b
- fix regression in du -x with nondir argument (by J.Meyering)
d3767b
d3767b
* Wed Mar 07 2012 Ondrej Vasik <ovasik@redhat.com> 8.15-7
d3767b
- fix sort segfault with multibyte locales (by P.Brady)
d3767b
d3767b
* Fri Feb 10 2012 Harald Hoyer <harald@redhat.com> 8.15-6
d3767b
- turn on testsuite again
d3767b
d3767b
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-5
d3767b
- add filesystem guard
d3767b
d3767b
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-4
d3767b
- add missing provides for the /usr-move
d3767b
d3767b
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-3
d3767b
- install everything in /usr
d3767b
  https://fedoraproject.org/wiki/Features/UsrMove
d3767b
d3767b
* Mon Jan 16 2012 Kamil Dudka <kdudka@redhat.com> - 8.15-2
d3767b
- fix stack smashing, buffer overflow, and invalid output of pr (#772172)
d3767b
d3767b
* Sat Jan 07 2012 Ondrej Vasik <ovasik@redhat.com> - 8.15-1
d3767b
- new upstream release 8.15
d3767b
d3767b
* Thu Jan 05 2012 Ondrej Vasik <ovasik@redhat.com> - 8.14-6
d3767b
- do not use shebang in sourced colorls.csh
d3767b
d3767b
* Thu Jan 05 2012 Ondrej Vasik <ovasik@redhat.com> - 8.14-5
d3767b
- fix pr -c and pr -v segfault with multibyte locales
d3767b
d3767b
* Mon Oct 31 2011 Rex Dieter <rdieter@fedoraproject.org> 8.14-4
d3767b
- rebuild (gmp), last time, I promise
d3767b
d3767b
* Mon Oct 24 2011 Ondrej Vasik <ovasik@redhat.com> - 8.14-3
d3767b
- require at least pam 1.1.3-7 (#748215)
d3767b
d3767b
* Thu Oct 20 2011 Ondrej Vasik <ovasik@redhat.com> - 8.14-2
d3767b
- rebuild for gmp
d3767b
d3767b
* Wed Oct 12 2011 Ondrej Vasik <ovasik@redhat.com> - 8.14-1
d3767b
- new upstream release 8.14
d3767b
d3767b
* Mon Sep 26 2011 Peter Schiffer <pschiffe@redhat.com> - 8.13-2.2
d3767b
- rebuild with new gmp
d3767b
d3767b
* Mon Sep 12 2011 Ondrej Vasik <ovasik@redhat.com> - 8.13-2
d3767b
- Obsolete coreutils-libs (#737287)
d3767b
d3767b
* Fri Sep 09 2011 Ondrej Vasik <ovasik@redhat.com> - 8.13-1
d3767b
- new upstream release 8.13
d3767b
- temporarily disable recently added multibyte checks in
d3767b
  misc/cut test
d3767b
- fix the SUSE fix for cut output-delimiter
d3767b
- drop coreutils-libs subpackage, no longer needed
d3767b
d3767b
* Mon Sep 05 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-7
d3767b
- incorporate some i18n patch fixes from OpenSUSE:
d3767b
  - fix cut output-delimiter option
d3767b
  - prevent infinite loop in sort when ignoring chars
d3767b
  - prevent using unitialized variable in cut
d3767b
d3767b
* Tue Aug 23 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-6
d3767b
- su: fix shell suspend in tcsh (#597928)
d3767b
d3767b
* Thu Aug 18 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-5
d3767b
- variable "u" should be static in uname processor type patch
d3767b
d3767b
* Thu Aug 11 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-4
d3767b
- deprecate non-upstream cp -Z/--context (install should be
d3767b
  used instead of it), make it working if destination exists
d3767b
  (#715557)
d3767b
d3767b
* Fri Jul 29 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-3
d3767b
- use acl_extended_file_nofollow() if available (#692823)
d3767b
d3767b
* Fri Jul 15 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-2
d3767b
- support ecryptfs mount of Private (postlogin into su.pamd)
d3767b
  (#722323)
d3767b
d3767b
* Wed Apr 27 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-1
d3767b
- new upstream release 8.12
d3767b
d3767b
* Thu Apr 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.11-2
d3767b
- fix issue with df --direct(extra new line)
d3767b
d3767b
* Thu Apr 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.11-1
d3767b
- new upstream release 8.11, defuzz patches
d3767b
d3767b
* Tue Mar 22 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-7
d3767b
- add note about mkdir mode behaviour into info
d3767b
  documentation (#610559)
d3767b
d3767b
* Mon Mar 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-6
d3767b
- fix possible uninitalized variables usage caused by i18n
d3767b
  patch(#683799)
d3767b
d3767b
* Fri Mar  4 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-5
d3767b
- make coreutils build even without patches (with
d3767b
  nopam, norunuser and noselinux variables)
d3767b
d3767b
* Thu Feb 17 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-4
d3767b
- colorize documents by DIR_COLORS files(brown like mc)
d3767b
d3767b
* Thu Feb 17 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-3
d3767b
- add several new TERMs to DIR_COLORS files(#678147)
d3767b
d3767b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.10-2
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d3767b
d3767b
* Fri Feb 04 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-1
d3767b
- new upstream release coreutils-8.10
d3767b
d3767b
* Sat Jan 08 2011 Dennis Gilmore <dennis@ausil.us> - 8.9-2
d3767b
- drop no longer needed mkstemp patch for sparc 
d3767b
d3767b
* Tue Jan 04 2011 Ondrej Vasik <ovasik@redhat.com> - 8.9-1
d3767b
- new upstream release coreutils-8.9
d3767b
d3767b
* Fri Dec 31 2010 Ondrej Vasik <ovasik@redhat.com> - 8.8-2
d3767b
- The suffix length was dependent on the number of bytes
d3767b
  or lines per file (#666293)
d3767b
d3767b
* Thu Dec 23 2010 Ondrej Vasik <ovasik@redhat.com> - 8.8-1
d3767b
- fix parallel sorting issue (#655096)
d3767b
- new upstream release coreutils-8.8 (#665164)
d3767b
d3767b
* Thu Nov 18 2010 Ondrej Vasik <ovasik@redhat.com> - 8.7-2
d3767b
- don't prompt for password with runuser(#654367)
d3767b
d3767b
* Mon Nov 15 2010 Ondrej Vasik <ovasik@redhat.com> - 8.7-1
d3767b
- new upstream release coreutils-8.7
d3767b
- pam support in su consolidation with SUSE(#622700)
d3767b
d3767b
* Wed Nov 03 2010 Kamil Dudka <kdudka@redhat.com> - 8.6-3
d3767b
- prevent sort from assertion failure in case LC_CTYPE does not match LC_TIME
d3767b
  (#647938)
d3767b
d3767b
* Tue Oct 26 2010 Kamil Dudka <kdudka@redhat.com> - 8.6-2
d3767b
- improve i18n support in sort (debug-keys test is now back)
d3767b
d3767b
* Wed Oct 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.6-1
d3767b
- new upstream release 8.6
d3767b
- remove applied patches, temporarily disable sort
d3767b
  debug-keys test for multibyte locales (failing
d3767b
  because of i18n patch)
d3767b
d3767b
* Thu Sep 30 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-10
d3767b
- various fixes for case conversion in tr(#611274)
d3767b
d3767b
* Wed Sep 29 2010 jkeating - 8.5-9
d3767b
- Rebuilt for gcc bug 634757
d3767b
d3767b
* Mon Sep 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-8
d3767b
- change assertion failure for invalid multibyte input
d3767b
  in sort to less confusing error message(#591352)
d3767b
d3767b
* Wed Sep 08 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-7
d3767b
- add RELRO protection to su as well (#630017)
d3767b
d3767b
* Mon Sep 06 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-6
d3767b
- compile su with pie again (#630017)
d3767b
d3767b
* Mon Aug 30 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-5
d3767b
- fix double free abort in tac (#628213)
d3767b
d3767b
* Thu Jul 22 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-4
d3767b
- Add .ear, .war, .sar , for Java jar-like archives to
d3767b
  dircolors (#616497)
d3767b
d3767b
* Fri Jul  2 2010 Dan Horák <dan[at]danny.cz> - 8.5-3
d3767b
- rebuilt with the updated configuration patch
d3767b
- drop the old -O1 exception for s390(x)
d3767b
- updated the getgrouplist patch (Kamil Dudka)
d3767b
d3767b
* Tue Apr 27 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-2
d3767b
- doublequote LS_COLORS in colorls.*sh scripts to speedup
d3767b
  shell start(#586029)
d3767b
- add patch for mkstemp on sparc64(Dennis Gilmore)
d3767b
- update /etc/DIR_COLORS* files
d3767b
d3767b
* Mon Apr 26 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-1
d3767b
- new upstream release 8.5
d3767b
d3767b
* Thu Apr 15 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-8
d3767b
- move readlink from /usr/bin to bin, keep symlink in
d3767b
  /usr/bin(#580682)
d3767b
d3767b
* Mon Mar 29 2010 Kamil Dudka <kdudka@redhat.com> - 8.4-7
d3767b
- a new option df --direct
d3767b
d3767b
* Sat Mar 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-6
d3767b
- run tput colors in colorls profile.d scripts only
d3767b
  in the interactive mode(#450424)
d3767b
d3767b
* Fri Feb 12 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-5
d3767b
- fix exit status of terminated child processes in su with
d3767b
  pam(#559098)
d3767b
d3767b
* Fri Feb 05 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-4
d3767b
- do not depend on selinux patch application in
d3767b
  _require_selinux tests(#556350)
d3767b
d3767b
* Fri Jan 29 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-3
d3767b
- do not fail tests if there are no loopdevices left
d3767b
  (#558898)
d3767b
d3767b
* Tue Jan 26 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-2
d3767b
- who doesn't determine user's message status correctly
d3767b
  (#454261)
d3767b
d3767b
* Thu Jan 14 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-1
d3767b
- new upstream release 8.4
d3767b
d3767b
* Fri Jan 08 2010 Ondrej Vasik <ovasik@redhat.com> - 8.3-1
d3767b
- new upstream release 8.3
d3767b
d3767b
* Wed Jan 06 2010 Ondrej Vasik <ovasik@redhat.com> - 8.2-6
d3767b
- require gmp-devel/gmp for large numbers support(#552846)
d3767b
d3767b
* Sun Dec 27 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-5
d3767b
- fix misc/selinux root-only test(#550494)
d3767b
d3767b
* Sat Dec 19 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-4
d3767b
- bring back uname -p/-i functionality except of the
d3767b
  athlon hack(#548834)
d3767b
- comment patches
d3767b
d3767b
* Wed Dec 16 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-3
d3767b
- use grep instead of deprecated egrep in colorls.sh script
d3767b
  (#548174)
d3767b
- remove unnecessary versioned requires/conflicts
d3767b
- remove non-upstream hack for uname -p
d3767b
d3767b
* Wed Dec 16 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-2
d3767b
- fix DIR_COLORS.256color file
d3767b
d3767b
* Fri Dec 11 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-1
d3767b
- new upstream release 8.2
d3767b
- removed applied patches, temporarily do not run dup_cloexec()
d3767b
  dependent gnulib tests failing in koji
d3767b
d3767b
* Fri Nov 27 2009 Ondrej Vasik <ovasik@redhat.com> - 8.1-1
d3767b
- new upstream release 8.1
d3767b
- fix build under koji (no test failures with underlying
d3767b
  RHEL-5 XEN kernel due to unsearchable path and lack of
d3767b
  futimens functionality)
d3767b
d3767b
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-2
d3767b
- update /etc/DIR_COLORS* files
d3767b
d3767b
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-1
d3767b
- New upstream release 8.0 (beta), defuzz patches,
d3767b
  remove applied patches
d3767b
d3767b
* Mon Oct 05 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-7
d3767b
- chcon no longer aborts on a selinux disabled system
d3767b
  (#527142)
d3767b
d3767b
* Fri Oct 02 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-6
d3767b
- ls -LR exits with status 2, not 0, when it encounters
d3767b
  a cycle(#525402)
d3767b
- ls: print "?", not "0" as inode of dereferenced dangling
d3767b
  symlink(#525400)
d3767b
- call the install-info on .gz info files
d3767b
d3767b
* Tue Sep 22 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-5
d3767b
- improve and correct runuser documentation (#524805)
d3767b
d3767b
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-4
d3767b
- add dircolors color for GNU lzip (#516897)
d3767b
d3767b
* Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-3
d3767b
- fixed typo in DIR_COLORS.256color causing no color for
d3767b
  multihardlink
d3767b
d3767b
* Wed Sep 16 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-2
d3767b
- fix copying of extended attributes for read only source
d3767b
  files
d3767b
d3767b
* Sat Sep 12 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-1
d3767b
- new upstream bugfix release 7.6, removed applied patches,
d3767b
  defuzzed the rest
d3767b
d3767b
* Thu Sep 10 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-6
d3767b
- fix double free error in fold for singlebyte locales
d3767b
  (caused by multibyte patch)
d3767b
d3767b
* Tue Sep 08 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-5
d3767b
- fix sort -h for multibyte locales (reported via
d3767b
  http://bugs.archlinux.org/task/16022)
d3767b
d3767b
* Thu Sep 03 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-4
d3767b
- fixed regression where df -l <device> as regular user
d3767b
  cause "Permission denied" (#520630, introduced by fix for
d3767b
  rhbz #497830)
d3767b
d3767b
* Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-3
d3767b
- ls -i: print consistent inode numbers also for mount points
d3767b
  (#453709)
d3767b
d3767b
* Mon Aug 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-2
d3767b
- Better fix than workaround the koji insufficient utimensat
d3767b
  support issue to prevent failures in other packages
d3767b
d3767b
* Fri Aug 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-1
d3767b
- New upstream release 7.5, remove already applied patches,
d3767b
  defuzz few others, xz in default set(by dependencies),
d3767b
  so no explicit br required
d3767b
- skip two new tests on system with insufficient utimensat
d3767b
  support(e.g. koji)
d3767b
- libstdbuf.so in separate coreutils-libs subpackage
d3767b
- update /etc/DIRCOLORS*
d3767b
d3767b
* Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> - 7.4-6
d3767b
- do process install-info only with info files present(#515970)
d3767b
- BuildRequires for xz, use xz tarball
d3767b
d3767b
* Wed Aug 05 2009 Kamil Dudka <kdudka@redhat.com> - 7.4-5
d3767b
- ls -1U with two or more arguments (or with -R or -s) works properly again
d3767b
- install runs faster again with SELinux enabled (#479502)
d3767b
d3767b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-4
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d3767b
d3767b
* Mon Jul 06 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-3
d3767b
- do not ignore sort's version sort for multibyte locales
d3767b
  (#509688)
d3767b
d3767b
* Thu Jun 18 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-2
d3767b
- temporarily workaround probable kernel issue with
d3767b
  TCSADRAIN(#504798)
d3767b
d3767b
* Mon May 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-1
d3767b
- new upstream release 7.4, removed applied patches
d3767b
d3767b
* Thu Apr 23 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-3
d3767b
- fix segfaults in join (i18n patch) when using multibyte
d3767b
  locales(#497368)
d3767b
d3767b
* Fri Apr 17 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-2
d3767b
- make mv xattr support failures silent (as is done for
d3767b
  cp -a) - #496142
d3767b
d3767b
* Tue Mar 31 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-1
d3767b
- New upstream bugfix release 7.2
d3767b
- removed applied patches
d3767b
- temporarily disable strverscmp failing gnulib test
d3767b
d3767b
* Thu Mar 19 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-7
d3767b
- do not ship /etc/DIR_COLORS.xterm - as many terminals
d3767b
  use TERM xterm and black background as default - making
d3767b
  ls color output unreadable
d3767b
- shipping /etc/DIR_COLORS.lightbgcolor instead of it for
d3767b
  light(white/gray) backgrounds
d3767b
- try to preserve xattrs in cp -a when possible
d3767b
d3767b
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-6
d3767b
- fix sort bugs (including #485715) for multibyte locales
d3767b
  as well
d3767b
d3767b
* Fri Feb 27 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-5
d3767b
- fix infinite loop in recursive cp (upstream, introduced
d3767b
  by 7.1)
d3767b
d3767b
* Thu Feb 26 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-4
d3767b
- fix showing ACL's for ls -Z (#487374), fix automatic
d3767b
  column width for it as well
d3767b
d3767b
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-3
d3767b
- fix couple of bugs (including #485715) in sort with
d3767b
  determining end of fields(upstream)
d3767b
d3767b
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-2
d3767b
- workaround libcap issue with broken headers (#483548)
d3767b
- fix gnulib testsuite failure (4x77 (skip) is not
d3767b
  77(skip) ;) )
d3767b
d3767b
* Tue Feb 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.1-1
d3767b
- New upstream release 7.1 (temporarily using tar.gz tarball
d3767b
  as there are no xz utils in Fedora), removed applied
d3767b
  patches, amended patches and LS_COLORS files
d3767b
d3767b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0-8
d3767b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d3767b
d3767b
* Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-7
d3767b
- added BuildRequires for libattr-devel and attr
d3767b
d3767b
* Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-6
d3767b
- cp/mv: add --no-clobber (-n) option to not overwrite target
d3767b
- cp/mv: add xattr support (#202823)
d3767b
d3767b
* Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-5
d3767b
- fix info documentation for expr command as well(#474434)
d3767b
d3767b
* Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-4
d3767b
- fixed syntax error w/ "expr" command using negative
d3767b
  string/integer as first (i.e expr -125) - due to
d3767b
  complexity of changes used diff against upstream git-head
d3767b
  (#474434)
d3767b
- enable total-awk test again (and skip it when df not working)
d3767b
d3767b
* Tue Nov 25 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-3
d3767b
- package summary tuning
d3767b
d3767b
* Fri Nov 21 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-2
d3767b
- added requirements for util-linux-ng >= 2.14
d3767b
  because of file conflict in update from F-8/F-9(#472445)
d3767b
- some sed cleanup, df totaltests patch changes (not working
d3767b
  correctly yet :( )
d3767b
d3767b
* Wed Nov 12 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-1
d3767b
- new upstream release
d3767b
- modification/removal of related patches
d3767b
- use automake 1.10.1 instead of 1.10a
d3767b
- temporarily skip df --total tests (failures),
d3767b
  timeout-paramaters (failure on ppc64)
d3767b
d3767b
* Mon Nov 03 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-17
d3767b
- Requires: ncurses (#469277)
d3767b
d3767b
* Wed Oct 22 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-16
d3767b
- make possible to disable capability in ls due to
d3767b
  performance impact when not cached(#467508)
d3767b
- do not patch generated manpages - generate them at build
d3767b
  time
d3767b
- do not mistakenly display -g and -G runuser option in su
d3767b
  --help output
d3767b
d3767b
* Mon Oct 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-15
d3767b
- fix several date issues(e.g. countable dayshifts, ignoring
d3767b
  some cases of relative offset, locales conversions...)
d3767b
- clarify ls exit statuses documentation (#446294)
d3767b
d3767b
* Sun Oct 12 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-14
d3767b
- cp -Z now correctly separated in man page (#466646)
d3767b
- cp -Z works again (#466653)
d3767b
- make preservation of SELinux CTX non-mandatory for
d3767b
  preserve=all cp option
d3767b
d3767b
* Wed Oct 08 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-13
d3767b
- remove unimplemented (never accepted by upstream) option
d3767b
  for chcon changes only. Removed from help and man.
d3767b
- remove ugly lzma hack as lzma is now supported by setup
d3767b
  macro
d3767b
d3767b
* Mon Oct 06 2008 Jarod Wilson <jarod@redhat.com> - 6.12-12
d3767b
- fix up potential test failures when building in certain
d3767b
  slightly quirky environments (part of bz#442352)
d3767b
d3767b
* Mon Oct 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-11
d3767b
- added requires for libattr (#465569)
d3767b
d3767b
* Mon Sep 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-10
d3767b
- seq should no longer fail to display final number of some
d3767b
  float usages of seq with utf8 locales(#463556)
d3767b
d3767b
* Wed Aug 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-9
d3767b
- mention that DISPLAY and XAUTHORITY envvars are preserved
d3767b
  for pam_xauth in su -l (#450505)
d3767b
d3767b
* Mon Aug 04 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-8
d3767b
- ls -U1 now uses constant memory
d3767b
d3767b
* Wed Jul 23 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-7
d3767b
- dd: iflag=fullblock now read full blocks if possible
d3767b
  (#431997, #449263)
d3767b
- ls: --color now highlights files with capabilities (#449985)
d3767b
d3767b
* Wed Jul 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-6
d3767b
- Get rid off fuzz in patches
d3767b
d3767b
* Fri Jul 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-5
d3767b
- fix authors for basename and echo
d3767b
- fix who info pages, print last runlevel only for printable
d3767b
  chars
d3767b
d3767b
* Mon Jun 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-4
d3767b
- print verbose output of chcon with newline after each 
d3767b
  message (#451478)
d3767b
d3767b
* Fri Jun 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-3
d3767b
- workaround for koji failures(#449910, #442352) now 
d3767b
  preserves timestamps correctly - fallback to supported
d3767b
  functions, added test case
d3767b
- runuser binary is no longer doubled in /usr/bin/runuser
d3767b
d3767b
* Wed Jun 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-2
d3767b
- workaround for strange koji failures(#449910,#442352)
d3767b
- fixed ls -ZC segfault(#449866, introduced by 6.10-1 
d3767b
  SELinux patch reworking) 
d3767b
d3767b
* Mon Jun 02 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-1
d3767b
- New upstream release 6.12, adapted patches
d3767b
d3767b
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 6.11-5
d3767b
- fix SHA256/SHA512 to work on sparc
d3767b
d3767b
* Tue May 20 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-4
d3767b
- fixed a HUGE memory leak in install binary(#447410)
d3767b
d3767b
* Mon May 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-3
d3767b
- added arch utility (from util-linux-ng)
d3767b
- do not show executable file types without executable bit
d3767b
  in colored ls as executable
d3767b
d3767b
* Wed Apr 23 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-2
d3767b
- Do not show misleading scontext in id command when user
d3767b
  is specified (#443485)
d3767b
- Avoid possible test failures on non-english locales
d3767b
d3767b
* Mon Apr 21 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-1
d3767b
- New upstream release 6.11 
d3767b
- removed accepted patches + few minor patch changes
d3767b
d3767b
* Fri Apr 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-21
d3767b
- fix wrong checksum line handling in sha1sum -c 
d3767b
  command(#439531)
d3767b
d3767b
* Tue Apr 15 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-20
d3767b
- fix possible segfault in sha1sum/md5sum command
d3767b
d3767b
* Mon Apr 14 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-19
d3767b
- fix possible build-failure typo in i18n patch(#442205)
d3767b
d3767b
* Mon Apr  7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-18
d3767b
- fix colorls.sh syntax with Zsh (#440652)
d3767b
- mention that cp -a includes -c option + mention cp -c 
d3767b
  option in manpages (#440056)
d3767b
- fix typo in runuser manpages (#439410)
d3767b
d3767b
* Sat Mar 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-17
d3767b
- better workaround of glibc getoptc change(factor test)
d3767b
- don't segfault mknod, mkfifo with invalid-selinux-context
d3767b
d3767b
* Thu Mar 27 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-16
d3767b
- keep LS_COLORS when USER_LS_COLORS defined
d3767b
- someupstream fixes:
d3767b
- mkdir -Z invalid-selinux-context dir no longer segfaults
d3767b
- ptx with odd number of backslashes no longer leads to buffer
d3767b
  overflow
d3767b
- paste -d'\' file" no longer ovveruns memory
d3767b
d3767b
* Wed Mar 26 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-15
d3767b
- covered correct handling for some test conditions failures
d3767b
  e.g. root build+selinux active and not running mcstrans(d)
d3767b
  or selinux enforcing (#436717)
d3767b
d3767b
* Wed Mar 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-14
d3767b
- mv: never unlink a destination file before calling rename
d3767b
  (upstream, #438076)
d3767b
d3767b
* Mon Mar 17 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-13
d3767b
- disable echo option separator behavior(added by #431005,
d3767b
  request for removal #437653 + upstream)
d3767b
- temporarily disabled longoptions change until full 
d3767b
  clarification upstreamery (#431005)
d3767b
d3767b
* Tue Mar 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-12
d3767b
- fixed harmless double close of stdout in dd(#436368)
d3767b
d3767b
* Thu Mar  6 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-11
d3767b
- fixed broken order of params in stat(#435669)
d3767b
d3767b
* Tue Mar  4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-10
d3767b
- colorls.csh missing doublequotes (#435789)
d3767b
- fixed possibility to localize verbose outputs
d3767b
d3767b
* Mon Mar  3 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-9
d3767b
- consolidation of verbose output to stdout (upstream)
d3767b
d3767b
* Mon Feb 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-8
d3767b
- use default security context in install - broken by 
d3767b
  coreutils-6.10 update(#319231)
d3767b
- some sh/csh scripts optimalizations(by ville.skytta@iki.fi,
d3767b
  - #433189, #433190)
d3767b
d3767b
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-7
d3767b
- keep old csh/sh usermodified colorls shell scripts
d3767b
  but use the new ones(#432154)
d3767b
d3767b
* Thu Feb  7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-6
d3767b
- better 256-color support in colorls shell scripts
d3767b
- color tuning(based on feedback in #429121)
d3767b
d3767b
* Mon Feb  4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-5
d3767b
- enabled 256-color support in colorls shell scripts(#429121)
d3767b
- fixed syntax error in csh script(#431315)
d3767b
d3767b
* Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-4
d3767b
- forgotten return in colorls.sh change
d3767b
d3767b
* Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-3
d3767b
- fix unability of echo to display certain strings(added --
d3767b
  separator, #431005)
d3767b
- do not require only one long_opt for certain commands 
d3767b
  e.g. sleep, yes - but use first usable (#431005)
d3767b
- do not override userspecified LS_COLORS variable, but
d3767b
  use it for colored ls(#430827)
d3767b
- discard errors from dircolors to /dev/null + some tuning 
d3767b
  of lscolor sh/csh scripts(#430823)
d3767b
- do not consider files with SELinux security context as
d3767b
  files having ACL in ls long format(#430779)
d3767b
d3767b
* Mon Jan 28 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-2
d3767b
- some manpages improvements(#406981,#284881)
d3767b
- fix non-versioned obsoletes of mktemp(#430407)
d3767b
d3767b
* Fri Jan 25 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-1
d3767b
- New upstream release(changed %%prep because of lack of lzma
d3767b
  support in %%setup macro)
d3767b
- License GPLv3+
d3767b
- removed patches cp-i-u,du-ls-upstream,statsecuritycontext,
d3767b
  futimens,getdateYYYYMMDD,ls-x
d3767b
- modified patches to be compilable after upstream changes
d3767b
- selinux patch reworked to have backward compatibility with
d3767b
  F8(cp,ls and stat behaviour differ from upstream in SELinux
d3767b
  options)
d3767b
- su-l/runuser-l pam file usage a bit documented(#368721)
d3767b
- more TERMs for DIR_COLORS, added colors for audio files,
d3767b
  more image/compress file types(taken from upstream 
d3767b
  dircolors.hin)
d3767b
- new file DIR_COLORS.256color which takes advantage from 
d3767b
  256color term types-not really used yet(#429121)
d3767b
d3767b
* Wed Jan 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.9-17
d3767b
- added several missing colored TERMs(including rxvt-unicode,
d3767b
  screen-256color and xterm-256color) to DIR_COLORS and
d3767b
  DIR_COLORS.xterm(#239266) 
d3767b
d3767b
* Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-16
d3767b
- fix displaying of security context in stat(#411181)
d3767b
d3767b
* Thu Nov 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-15
d3767b
- completed fix of wrong colored broken symlinks in ls(#404511)
d3767b
d3767b
* Fri Nov 23 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-14
d3767b
- fixed bug in handling YYYYMMDD date format with relative
d3767b
  signed offset(#377821)
d3767b
d3767b
* Tue Nov 13 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-13
d3767b
- fixed bug in selinux patch which caused bad preserving
d3767b
  of security context in install(#319231)
d3767b
d3767b
* Fri Nov 02 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-12
d3767b
- added some upstream supported dircolors TERMs(#239266)
d3767b
- fixed du output for unaccesible dirs(#250089)
d3767b
- a bit of upstream tunning for symlinks
d3767b
d3767b
* Tue Oct 30 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-11
d3767b
- allow cp -a to rewrite file on different filesystem(#219900)
d3767b
  (based on upstream patch)
d3767b
d3767b
* Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-10
d3767b
- modified coreutils-i18n.patch because of sort -R in
d3767b
  a non C locales(fix by Andreas Schwab) (#249315)
d3767b
d3767b
* Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-9
d3767b
- applied upstream patch for runuser to coreutils-selinux.patch(#232652)
d3767b
- License tag to GPLv2+
d3767b
d3767b
* Thu Oct 25 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-8
d3767b
- applied upstream patch for cp and mv(#248591)
d3767b
d3767b
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-7
d3767b
- Fix typo in spec file. (CVS merge conflict leftovers)
d3767b
d3767b
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-6
d3767b
- Remove --all-name from spec file its now provided in the upstream rpm's find-lang.sh
d3767b
- Rebuild
d3767b
d3767b
* Tue Aug 14 2007 Tim Waugh <twaugh@redhat.com> 6.9-5
d3767b
- Don't generate runuser.1 since we ship a complete manpage for it
d3767b
  (bug #241662).
d3767b
d3767b
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 6.9-4
d3767b
- Use hard links instead of symbolic links for LC_TIME files (bug #246729).
d3767b
d3767b
* Wed Jun 13 2007 Tim Waugh <twaugh@redhat.com> 6.9-3
d3767b
- Fixed 'ls -x' output (bug #240298).
d3767b
- Disambiguate futimens() from the glibc implementation (bug #242321).
d3767b
d3767b
* Mon Apr 02 2007 Karsten Hopp <karsten@redhat.com> 6.9-2
d3767b
- /bin/mv in %%post requires libselinux
d3767b
d3767b
* Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 6.9-1
d3767b
- 6.9.
d3767b
d3767b
* Fri Mar  9 2007 Tim Waugh <twaugh@redhat.com>
d3767b
- Better install-info scriptlets (bug #225655).
d3767b
d3767b
* Thu Mar  1 2007 Tim Waugh <twaugh@redhat.com> 6.8-1
d3767b
- 6.8+, in preparation for 6.9.
d3767b
d3767b
* Thu Feb 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-9
d3767b
- Use sed instead of perl for text replacement (bug #225655).
d3767b
- Use install-info scriptlets from the guidelines (bug #225655).
d3767b
d3767b
* Tue Feb 20 2007 Tim Waugh <twaugh@redhat.com> 6.7-8
d3767b
- Don't mark profile scripts as config files (bug #225655).
d3767b
- Avoid extra directory separators (bug #225655).
d3767b
d3767b
* Mon Feb 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-7
d3767b
- Better Obsoletes/Provides versioning (bug #225655).
d3767b
- Use better defattr (bug #225655).
d3767b
- Be info file compression tolerant (bug #225655).
d3767b
- Moved changelog compression to %%install (bug #225655).
d3767b
- Prevent upstream changes being masked (bug #225655).
d3767b
- Added a comment (bug #225655).
d3767b
- Use install -p for non-compiled files (bug #225655).
d3767b
- Use sysconfdir macro for /etc (bug #225655).
d3767b
- Use Requires(pre) etc for install-info (bug #225655).
d3767b
d3767b
* Fri Feb 16 2007 Tim Waugh <twaugh@redhat.com> 6.7-6
d3767b
- Provide version for stat (bug #225655).
d3767b
- Fixed permissions on profile scripts (bug #225655).
d3767b
d3767b
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 6.7-5
d3767b
- Removed unnecessary stuff in pre scriptlet (bug #225655).
d3767b
- Prefix sources with 'coreutils-' (bug #225655).
d3767b
- Avoid %%makeinstall (bug #225655).
d3767b
d3767b
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 6.7-4
d3767b
- Ship COPYING file (bug #225655).
d3767b
- Use datadir and infodir macros in %%pre scriptlet (bug #225655).
d3767b
- Use spaces not tabs (bug #225655).
d3767b
- Fixed build root.
d3767b
- Change prereq to requires (bug #225655).
d3767b
- Explicitly version some obsoletes tags (bug #225655).
d3767b
- Removed obsolete pl translation fix.
d3767b
d3767b
* Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-3
d3767b
- Make scriptlet unconditionally succeed (bug #223681).
d3767b
d3767b
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-2
d3767b
- Build does not require libtermcap-devel.
d3767b
d3767b
* Tue Jan  9 2007 Tim Waugh <twaugh@redhat.com> 6.7-1
d3767b
- 6.7.  No longer need sort-compatibility, rename, newhashes, timestyle,
d3767b
  acl, df-cifs, afs or autoconf patches.
d3767b
d3767b
* Tue Jan  2 2007 Tim Waugh <twaugh@redhat.com>
d3767b
- Prevent 'su --help' showing runuser-only options such as --group.
d3767b
d3767b
* Fri Nov 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-16
d3767b
- Unbreak id (bug #217177).
d3767b
d3767b
* Thu Nov 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-15
d3767b
- Fixed stat's 'C' format specifier (bug #216676).
d3767b
- Misleading 'id -Z root' error message (bug #211089).
d3767b
d3767b
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 5.97-14
d3767b
- Clarified runcon man page (bug #213846).
d3767b
d3767b
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 5.97-13
d3767b
- Own LC_TIME locale directories (bug #210751).
d3767b
d3767b
* Wed Oct  4 2006 Tim Waugh <twaugh@redhat.com> 5.97-12
d3767b
- Fixed 'cp -Z' when destination exists, again (bug #189967).
d3767b
d3767b
* Thu Sep 28 2006 Tim Waugh <twaugh@redhat.com> 5.97-11
d3767b
- Back-ported rename patch (bug #205744).
d3767b
d3767b
* Tue Sep 12 2006 Tim Waugh <twaugh@redhat.com> 5.97-10
d3767b
- Ignore 'cifs' filesystems for 'df -l' (bug #183703).
d3767b
- Include -g/-G in runuser man page (part of bug #199344).
d3767b
- Corrected runuser man page (bug #200620).
d3767b
d3767b
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-9
d3767b
- Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).
d3767b
d3767b
* Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-8
d3767b
- Don't chdir until after PAM bits in su (bug #197659).
d3767b
d3767b
* Tue Aug 15 2006 Tim Waugh <twaugh@redhat.com> 5.97-7
d3767b
- Fixed 'sort -b' multibyte problem (bug #199986).
d3767b
d3767b
* Fri Jul 21 2006 Tim Waugh <twaugh@redhat.com> 5.97-6
d3767b
- Added runuser '-g' and '-G' options (bug #199344).
d3767b
- Added su '--session-command' option (bug #199066).
d3767b
d3767b
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> 5.97-5
d3767b
- 'include' su and runuser scripts in su-l and runuser-l scripts
d3767b
d3767b
* Thu Jul 13 2006 David Howells <dhowells@redhat.com> 5.97-4
d3767b
- split the PAM scripts for "su -l"/"runuser -l" from that of normal "su" and
d3767b
  "runuser" (#198639)
d3767b
- add keyinit instructions to PAM scripts
d3767b
d3767b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.97-3.1
d3767b
- rebuild
d3767b
d3767b
* Tue Jul 11 2006 Tomas Mraz <tmraz@redhat.com> 5.97-3
d3767b
- allow root to su to expired user (#152420)
d3767b
d3767b
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 5.97-2
d3767b
- Allow 'sort +1 -2' (patch from upstream).
d3767b
d3767b
* Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.97-1
d3767b
- 5.97.  No longer need tempname or tee patches, or pl translation.
d3767b
d3767b
* Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.96-4
d3767b
- Include new hashes (bug #196369).  Patch from upstream.
d3767b
- Build at -O1 on s390 for the moment (bug #196369).
d3767b
d3767b
* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com>
d3767b
- Fix large file support for temporary files.
d3767b
d3767b
* Mon Jun  5 2006 Tim Waugh <twaugh@redhat.com> 5.96-3
d3767b
- Fixed Polish translation.
d3767b
d3767b
* Mon May 22 2006 Tim Waugh <twaugh@redhat.com> 5.96-2
d3767b
- 5.96.  No longer need proc patch.
d3767b
d3767b
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com>
d3767b
- Fixed pr properly in multibyte locales (bug #192381).
d3767b
d3767b
* Tue May 16 2006 Tim Waugh <twaugh@redhat.com> 5.95-3
d3767b
- Upstream patch to fix cp -p when proc is not mounted (bug #190601).
d3767b
- BuildRequires libacl-devel.
d3767b
d3767b
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com>
d3767b
- Fixed pr in multibyte locales (bug #189663).
d3767b
d3767b
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 5.95-2
d3767b
- 5.95.
d3767b
d3767b
* Wed Apr 26 2006 Tim Waugh <twaugh@redhat.com> 5.94-4
d3767b
- Avoid redeclared 'tee' function.
d3767b
- Fix 'cp -Z' when the destination exists (bug #189967).
d3767b
d3767b
* Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 5.94-3
d3767b
- Make 'ls -Z' output more consistent with other output formats.
d3767b
d3767b
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 5.94-2
d3767b
- 5.94.
d3767b
d3767b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.2
d3767b
- bump again for double-long bug on ppc(64)
d3767b
d3767b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.1
d3767b
- rebuilt for new gcc4.1 snapshot and glibc changes
d3767b
d3767b
* Mon Jan 23 2006 Tim Waugh <twaugh@redhat.com>
d3767b
- Fixed chcon(1) bug reporting address (bug #178523).
d3767b
d3767b
* Thu Jan  5 2006 Tim Waugh <twaugh@redhat.com> 5.93-7
d3767b
- Don't suppress chown/chgrp errors in install(1) (bug #176708).
d3767b
d3767b
* Mon Jan  2 2006 Dan Walsh <dwalsh@redhat.com> 5.93-6
d3767b
- Remove pam_selinux.so from su.pamd, not needed for targeted and Strict/MLS 
d3767b
  will have to newrole before using.
d3767b
d3767b
* Fri Dec 23 2005 Tim Waugh <twaugh@redhat.com> 5.93-5
d3767b
- Fix "sort -n" (bug #176468).
d3767b
d3767b
* Fri Dec 16 2005 Tim Waugh <twaugh@redhat.com>
d3767b
- Explicitly set default POSIX2 version during configure stage.
d3767b
d3767b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d3767b
- rebuilt
d3767b
d3767b
* Fri Dec  2 2005 Tim Waugh <twaugh@redhat.com>
d3767b
- Parametrize SELinux (bug #174067).
d3767b
- Fix runuser.pamd (bug #173807).
d3767b
d3767b
* Thu Nov 24 2005 Tim Waugh <twaugh@redhat.com> 5.93-4
d3767b
- Rebuild to pick up new glibc *at functions.
d3767b
- Apply runuser PAM patch from bug #173807.  Ship runuser PAM file.
d3767b
d3767b
* Tue Nov 15 2005 Dan Walsh <dwalsh@redhat.com> 5.93-3
d3767b
- Remove multiple from su.pamd
d3767b
d3767b
* Mon Nov 14 2005 Tim Waugh <twaugh@redhat.com> 5.93-2
d3767b
- Call setsid() in su under some circumstances (bug #173008).
d3767b
- Prevent runuser operating when setuid (bug #173113).
d3767b
d3767b
* Tue Nov  8 2005 Tim Waugh <twaugh@redhat.com> 5.93-1
d3767b
- 5.93.
d3767b
- No longer need alt-md5sum-binary, dircolors, mkdir, mkdir2 or tac patches.
d3767b
d3767b
* Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-1
d3767b
- Finished porting i18n patch to sort.c.
d3767b
- Fixed for sort-mb-tests (avoid +n syntax).
d3767b
d3767b
* Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.2
d3767b
- Fix chgrp basic test.
d3767b
- Include md5sum patch from ALT.
d3767b
d3767b
* Mon Oct 24 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.1
d3767b
- 5.92.
d3767b
- No longer need afs, dircolors, utmp, gcc4, brokentest, dateseconds,
d3767b
  chown, rmaccess, copy, stale-utmp, no-sign-extend, fchown patches.
d3767b
- Updated acl, dateman, pam, langinfo, i18n, getgrouplist, selinux patches.
d3767b
- Dropped printf-ll, allow_old_options, jday, zh_CN patches.
d3767b
- NOTE: i18n patch not ported for sort(1) yet.
d3767b
d3767b
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 5.2.1-56
d3767b
- use include instead of pam_stack in pam config
d3767b
d3767b
* Fri Sep 9 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-55
d3767b
- Reverse change to use raw functions
d3767b
d3767b
* Thu Sep  8 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-54
d3767b
- Explicit setuid bit for /bin/su in file manifest (bug #167745).
d3767b
d3767b
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-53
d3767b
- Allow id to run even when SELinux security context can not be run
d3767b
- Change chcon to use raw functions.
d3767b
d3767b
* Tue Jun 28 2005 Tim Waugh <twaugh@redhat.com>
d3767b
- Corrected comments in DIR_COLORS.xterm (bug #161711).
d3767b
d3767b
* Wed Jun 22 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-52
d3767b
- Fixed stale-utmp patch so that 'who -r' and 'who -b' work
d3767b
  again (bug #161264).
d3767b
d3767b
* Fri Jun 17 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-51
d3767b
- Use upstream hostid fix.
d3767b
d3767b
* Thu Jun 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-50
d3767b
- Don't display the sign-extended part of the host id (bug #160078).
d3767b
d3767b
* Tue May 31 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-49
d3767b
- Eliminate bogus "can not preserve context" message when moving files.
d3767b
d3767b
* Wed May 25 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-48
d3767b
- Prevent buffer overflow in who(1) (bug #158405).
d3767b
d3767b
* Fri May 20 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-47
d3767b
- Better error checking in the pam patch (bug #158189).
d3767b
d3767b
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-46
d3767b
- Fix SELinux patch to better handle MLS integration
d3767b
d3767b
* Mon May 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-45
d3767b
- Applied Russell Coker's selinux changes (bug #157856).
d3767b
d3767b
* Fri Apr  8 2005 Tim Waugh <twaugh@redhat.com>
d3767b
- Fixed pam patch from Steve Grubb (bug #154946).
d3767b
- Use better upstream patch for "stale utmp".
d3767b
d3767b
* Tue Mar 29 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-44
d3767b
- Added "stale utmp" patch from upstream.
d3767b
d3767b
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-43
d3767b
- Removed patch that adds -C option to install(1).
d3767b
d3767b
* Wed Mar 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-42
d3767b
- Fixed pam patch.
d3767b
- Fixed broken configure test.
d3767b
- Fixed build with GCC 4 (bug #151045).
d3767b
d3767b
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-41
d3767b
- Jakub Jelinek's sort -t multibyte fixes (bug #147567).
d3767b
d3767b
* Sat Feb  5 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-40
d3767b
- Undo last change (bug #145266).
d3767b
d3767b
* Fri Feb  4 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-38
d3767b
- Special case for ia32e in uname (bug #145266).
d3767b
d3767b
* Thu Jan 13 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-37
d3767b
- Fixed zh_CN translation (bug #144845).  Patch from Mitrophan Chin.
d3767b
d3767b
* Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-36
d3767b
- Fix to only setdefaultfilecon if not overridden by command line
d3767b
d3767b
* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-35
d3767b
- Change install to restorecon if it can
d3767b
d3767b
* Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Fixed small bug in i18n patch.
d3767b
d3767b
* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
d3767b
- Don't set fs uid until after pam_open_session (bug #77791).
d3767b
d3767b
* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-33
d3767b
- Fixed colorls.csh (bug #139988).  Patch from Miloslav Trmac.
d3767b
d3767b
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Updated URL (bug #138279).
d3767b
d3767b
* Mon Oct 25 2004 Steve Grubb <sgrubb@redhat.com> 5.2.1-32
d3767b
- Handle the return code of function calls in runcon.
d3767b
d3767b
* Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
d3767b
d3767b
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
d3767b
- getgrouplist() patch from Ulrich Drepper.
d3767b
- The selinux patch should be applied last.
d3767b
d3767b
* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
d3767b
- Mv runuser to /sbin
d3767b
d3767b
* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
d3767b
- Fix runuser man page.
d3767b
d3767b
* Mon Oct  4 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Fixed build.
d3767b
d3767b
* Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-26
d3767b
- Add runuser as similar to su, but only runable by root
d3767b
d3767b
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-25
d3767b
- chown(1) patch from Ulrich Drepper.
d3767b
d3767b
* Tue Sep 14 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-24
d3767b
- SELinux patch fix: don't display '(null)' if getfilecon() fails
d3767b
  (bug #131196).
d3767b
d3767b
* Fri Aug 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-23
d3767b
- Fixed colorls.csh quoting (bug #102412).
d3767b
- Fixed another join LSB test failure (bug #121153).
d3767b
d3767b
* Mon Aug 16 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-22
d3767b
- Fixed sort -t LSB test failure (bug #121154).
d3767b
- Fixed join LSB test failure (bug #121153).
d3767b
d3767b
* Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-21
d3767b
- Apply upstream patch to fix 'cp -a' onto multiply-linked files (bug #128874).
d3767b
- SELinux patch fix: don't error out if lgetfilecon() returns ENODATA.
d3767b
d3767b
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-20
d3767b
- Added 'konsole' TERM to DIR_COLORS (bug #129544).
d3767b
d3767b
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-19
d3767b
- Added 'gnome' TERM to DIR_COLORS (bug #129112).
d3767b
- Worked around a bash bug #129128.
d3767b
- Fixed an i18n patch bug in cut (bug #129114).
d3767b
d3767b
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Fixed colorls.{sh,csh} so that the l. and ll aliases are always defined
d3767b
  (bug #128948).
d3767b
d3767b
* Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
d3767b
- Fixed field extraction in sort (bug #127694).
d3767b
d3767b
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
d3767b
d3767b
* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
d3767b
- Move pam-xauth to after pam-selinux
d3767b
d3767b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d3767b
- rebuilt
d3767b
d3767b
* Mon Jun  7 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-15
d3767b
- Fix ls -Z (bug #125447).
d3767b
d3767b
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Build requires bison (bug #125290).
d3767b
d3767b
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-14
d3767b
- Fix selinux patch causing problems with ls --format=... (bug #125238).
d3767b
d3767b
* Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-13
d3767b
- Change su to use pam_selinux open and pam_selinux close
d3767b
d3767b
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-12
d3767b
- Don't call access() on symlinks about to be removed (bug #124699).
d3767b
d3767b
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-11
d3767b
- Fix ja translation (bug #124862).
d3767b
d3767b
* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 5.2.1-10
d3767b
- rebuild
d3767b
d3767b
* Mon May 17 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-9
d3767b
- Mention pam in the info for su (bug #122592).
d3767b
- Remove wheel group rant again (bug #122886).
d3767b
- Change default behaviour for chgrp/chown (bug #123263).  Patch from
d3767b
  upstream.
d3767b
d3767b
* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 5.2.1-8
d3767b
- compiling su PIE
d3767b
d3767b
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Build requires new versions of autoconf and automake (bug #123098).
d3767b
d3767b
* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-7
d3767b
- Fix join -t (bug #122435).
d3767b
d3767b
* Tue Apr 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-6
d3767b
- Fix 'ls -Z' displaying users/groups if stat() failed (bug #121292).
d3767b
d3767b
* Fri Apr 9 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-5
d3767b
- Add ls -LZ fix
d3767b
- Fix chcon to handle "."
d3767b
d3767b
* Wed Mar 17 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Apply upstream fix for non-zero seconds for --date="10:00 +0100".
d3767b
d3767b
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-3
d3767b
- If preserve fails, report as warning unless user requires preserve
d3767b
d3767b
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-2
d3767b
- Make mv default to preserve on context
d3767b
d3767b
* Sat Mar 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-1
d3767b
- 5.2.1.
d3767b
d3767b
* Fri Mar 12 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-9
d3767b
- Add '-Z' to 'ls --help' output (bug #118108).
d3767b
d3767b
* Fri Mar  5 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Fix deref-args test case for rebuilding under SELinux (bug #117556).
d3767b
d3767b
* Wed Feb 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-8
d3767b
- kill(1) offloaded to util-linux altogether.
d3767b
d3767b
* Tue Feb 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-7
d3767b
- Ship the real '[', not a symlink.
d3767b
d3767b
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-6
d3767b
- Apply Paul Eggert's chown patch (bug #116536).
d3767b
- Merged chdir patch into pam patch where it belongs.
d3767b
d3767b
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-5
d3767b
- Fixed i18n patch bug causing sort -M not to work (bug #116575).
d3767b
d3767b
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-4
d3767b
- Reinstate kill binary, just not its man page (bug #116463).
d3767b
d3767b
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-3
d3767b
- Updated ls-stat patch.
d3767b
d3767b
* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 5.2.0-2
d3767b
- fix chcon to ignore . and .. directories for recursing
d3767b
d3767b
* Fri Feb 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-1
d3767b
- Patch ls so that failed stat() is handled gracefully (Ulrich Drepper).
d3767b
- 5.2.0.
d3767b
d3767b
* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- More AFS patch tidying.
d3767b
d3767b
* Wed Feb 18 2004 Dan Walsh <dwalsh@redhat.com> 5.1.3-0.2
d3767b
- fix chcon to handle -h qualifier properly, eliminate potential crash 
d3767b
d3767b
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- Stop 'sort -g' leaking memory (i18n patch bug #115620).
d3767b
- Don't ship kill, since util-linux already does.
d3767b
- Tidy AFS patch.
d3767b
d3767b
* Mon Feb 16 2004 Tim Waugh <twaugh@redhat.com> 5.1.3-0.1
d3767b
- 5.1.3.
d3767b
- Patches ported forward or removed.
d3767b
d3767b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 5.0-40
d3767b
- rebuilt
d3767b
d3767b
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-39
d3767b
- Change /etc/pam.d/su to remove preservuser and add multiple
d3767b
d3767b
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-38
d3767b
- Change is_selinux_enabled to is_selinux_enabled > 0
d3767b
d3767b
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-37
d3767b
- Add pam_selinux to pam file to allow switching of roles within selinux
d3767b
d3767b
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com>
d3767b
- The textutils-2.0.17-mem.patch is no longer needed.
d3767b
d3767b
* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 5.0-36
d3767b
- Fixed autoconf test causing builds to fail.
d3767b
d3767b
* Tue Dec  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-35
d3767b
- Fix copying to non xattr files
d3767b
d3767b
* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 5.0-34.sel
d3767b
- Fix column widths problems in ls.
d3767b
d3767b
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com> 5.0-33.sel
d3767b
- Speed up md5sum by disabling speed-up asm.
d3767b
d3767b
* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-32.sel
d3767b
- Try again
d3767b
d3767b
* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-31.sel
d3767b
- Fix move on non SELinux kernels
d3767b
d3767b
* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com> 5.0-30.sel
d3767b
- Fixed useless acl dependencies (bug #106141).
d3767b
d3767b
* Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 5.0-29.sel
d3767b
- Fix id -Z
d3767b
d3767b
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28.sel
d3767b
- Turn on SELinux
d3767b
- Fix chcon error handling
d3767b
d3767b
* Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28
d3767b
- Turn off SELinux
d3767b
d3767b
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27.sel
d3767b
- Turn on SELinux
d3767b
d3767b
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27
d3767b
- Turn off SELinux
d3767b
d3767b
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-26.sel
d3767b
- Turn on SELinux
d3767b
d3767b
* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d3767b
- allow compiling without pam support
d3767b
d3767b
* Fri Oct 10 2003 Tim Waugh <twaugh@redhat.com> 5.0-23
d3767b
- Make split(1) handle large files (bug #106700).
d3767b
d3767b
* Thu Oct  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-22
d3767b
- Turn off SELinux
d3767b
d3767b
* Wed Oct  8 2003 Dan Walsh <dwalsh@redhat.com> 5.0-21.sel
d3767b
- Cleanup SELinux patch
d3767b
d3767b
* Fri Oct  3 2003 Tim Waugh <twaugh@redhat.com> 5.0-20
d3767b
- Restrict ACL support to only those programs needing it (bug #106141).
d3767b
- Fix default PATH for LSB (bug #102567).
d3767b
d3767b
* Thu Sep 11 2003 Dan Walsh <dwalsh@redhat.com> 5.0-19
d3767b
- Turn off SELinux
d3767b
d3767b
* Wed Sep 10 2003 Dan Walsh <dwalsh@redhat.com> 5.0-18.sel
d3767b
- Turn on SELinux
d3767b
d3767b
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 5.0-17
d3767b
- Turn off SELinux
d3767b
d3767b
* Tue Sep 2 2003 Dan Walsh <dwalsh@redhat.com> 5.0-16.sel
d3767b
- Only call getfilecon if the user requested it.
d3767b
- build with selinux
d3767b
d3767b
* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 5.0-14
d3767b
- Documentation fix (bug #102697).
d3767b
d3767b
* Tue Aug 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-13
d3767b
- Made su use pam again (oops).
d3767b
- Fixed another i18n bug causing sort --month-sort to fail.
d3767b
- Don't run dubious stty test, since it fails when backgrounded
d3767b
  (bug #102033).
d3767b
- Re-enable make check.
d3767b
d3767b
* Fri Aug  8 2003 Tim Waugh <twaugh@redhat.com> 5.0-12
d3767b
- Don't run 'make check' for this build (build environment problem).
d3767b
- Another uninitialized variable in i18n (from bug #98683).
d3767b
d3767b
* Wed Aug 6 2003 Dan Walsh <dwalsh@redhat.com> 5.0-11
d3767b
- Internationalize runcon
d3767b
- Update latest chcon from NSA
d3767b
d3767b
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com>
d3767b
- Re-enable make check.
d3767b
d3767b
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-9
d3767b
- Don't run 'make check' for this build (build environment problem).
d3767b
d3767b
* Mon Jul 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-8
d3767b
- Actually use the ACL patch (bug #100519).
d3767b
d3767b
* Wed Jul 16 2003 Dan Walsh <dwalsh@redhat.com> 5.0-7
d3767b
- Convert to SELinux
d3767b
d3767b
* Mon Jun  9 2003 Tim Waugh <twaugh@redhat.com>
d3767b
- Removed samefile patch.  Now the test suite passes.
d3767b
d3767b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d3767b
- rebuilt
d3767b
d3767b
* Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-5
d3767b
- Both kon and kterm support colours (bug #83701).
d3767b
- Fix 'ls -l' alignment in zh_CN locale (bug #88346).
d3767b
d3767b
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-4
d3767b
- Prevent file descriptor leakage in du (bug #90563).
d3767b
- Build requires recent texinfo (bug #90439).
d3767b
d3767b
* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-3
d3767b
- Allow obsolete options unless POSIXLY_CORRECT is set.
d3767b
d3767b
* Sat Apr 12 2003 Tim Waugh <twaugh@redhat.com>
d3767b
- Fold bug was introduced by i18n patch; fixed there instead.
d3767b
d3767b
* Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 5.0-2
d3767b
- fix segfault in fold (#88683)
d3767b
d3767b
* Sat Apr  5 2003 Tim Waugh <twaugh@redhat.com> 5.0-1
d3767b
- 5.0.
d3767b
d3767b
* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com>
d3767b
- Use _smp_mflags.
d3767b
d3767b
* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-2
d3767b
- Remove overwrite patch.
d3767b
- No longer seem to need nolibrt, errno patches.
d3767b
d3767b
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com>
d3767b
- No longer seem to need danglinglink, prompt, lug, touch_errno patches.
d3767b
d3767b
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-1
d3767b
- 4.5.11.
d3767b
- Use packaged readlink.
d3767b
d3767b
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 4.5.10-1
d3767b
- 4.5.10.
d3767b
- Update lug, touch_errno, acl, utmp, printf-ll, i18n, test-bugs patches.
d3767b
- Drop fr_fix, LC_TIME, preserve, regex patches.
d3767b
d3767b
* Wed Mar 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-21
d3767b
- Fixed another i18n patch bug (bug #82032).
d3767b
d3767b
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-20
d3767b
- Fix sort(1) efficiency in multibyte encoding (bug #82032).
d3767b
d3767b
* Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
d3767b
- Ship readlink(1) (bug #84200).
d3767b
d3767b
* Thu Feb 13 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-18
d3767b
- Deal with glibc < 2.2 in %%pre scriplet (bug #84090).
d3767b
d3767b
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-16
d3767b
- Require glibc >= 2.2 (bug #84090).
d3767b
d3767b
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 4.5.3-15
d3767b
- fix group (#84095)
d3767b
d3767b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.5.3-14
d3767b
- rebuilt
d3767b
d3767b
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
d3767b
- Fix rm(1) man page.
d3767b
d3767b
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-13
d3767b
- Fix re_compile_pattern check.
d3767b
- Fix su hang (bug #81653).
d3767b
d3767b
* Tue Jan 14 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-11
d3767b
- Fix memory size calculation.
d3767b
d3767b
* Tue Dec 17 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-10
d3767b
- Fix mv error message (bug #79809).
d3767b
d3767b
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 4.5.3-9
d3767b
- added PreReq on grep
d3767b
d3767b
* Fri Dec 13 2002 Tim Waugh <twaugh@redhat.com>
d3767b
- Fix cp --preserve with multiple arguments.
d3767b
d3767b
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-8
d3767b
- Turn on colorls for screen (bug #78816).
d3767b
d3767b
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-7
d3767b
- Fix mv (bug #79283).
d3767b
- Add patch27 (nogetline).
d3767b
d3767b
* Sun Dec  1 2002 Tim Powers <timp@redhat.com> 4.5.3-6
d3767b
- use the su.pamd from sh-utils since it works properly with multilib systems
d3767b
d3767b
* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-5
d3767b
- Fix test suite quoting problems.
d3767b
d3767b
* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-4
d3767b
- Fix scriplets.
d3767b
- Fix i18n patch so it doesn't break uniq.
d3767b
- Fix several other patches to either make the test suite pass or
d3767b
  not run the relevant tests.
d3767b
- Run 'make check'.
d3767b
- Fix file list.
d3767b
d3767b
* Thu Nov 28 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-3
d3767b
- Adapted for Red Hat Linux.
d3767b
- Self-host for help2man.
d3767b
- Don't ship readlink just yet (maybe later).
d3767b
- Merge patches from fileutils and sh-utils (textutils ones are already
d3767b
  merged it seems).
d3767b
- Keep the binaries where the used to be (in particular, id and stat).
d3767b
d3767b
* Sun Nov 17 2002 Stew Benedict <sbenedict@mandrakesoft.com> 4.5.3-2mdk
d3767b
- LI18NUX/LSB compliance (patch800)
d3767b
- Installed (but unpackaged) file(s) - /usr/share/info/dir
d3767b
d3767b
* Thu Oct 31 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.3-1mdk
d3767b
- new release
d3767b
- rediff patch 180
d3767b
- merge patch 150 into 180
d3767b
d3767b
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-6mdk
d3767b
- move su back to /bin
d3767b
d3767b
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-5mdk
d3767b
- patch 0 : lg locale is illegal and must be renamed lug (pablo)
d3767b
d3767b
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-4mdk
d3767b
- fix conflict with procps
d3767b
d3767b
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-3mdk
d3767b
- patch 105 : fix install -s
d3767b
d3767b
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-2mdk
d3767b
- fix build
d3767b
- don't chmode two times su
d3767b
- build with large file support
d3767b
- fix description
d3767b
- various spec cleanups
d3767b
- fix chroot installation
d3767b
- fix missing /bin/env
d3767b
- add old fileutils, sh-utils & textutils ChangeLogs
d3767b
d3767b
* Fri Oct 11 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-1mdk
d3767b
- initial release (merge fileutils, sh-utils & textutils)
d3767b
- obsoletes/provides: sh-utils/fileutils/textutils
d3767b
- fileutils stuff go in 1xx range
d3767b
- sh-utils stuff go in 7xx range
d3767b
- textutils stuff go in 5xx range
d3767b
- drop obsoletes patches 1, 2, 10 (somes files're gone but we didn't ship
d3767b
  most of them)
d3767b
- rediff patches 103, 105, 111, 113, 180, 706
d3767b
- temporary disable patch 3 & 4
d3767b
- fix fileutils url