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