5244b2
Summary: A set of basic GNU tools commonly used in shell scripts
5244b2
Name:    coreutils
5244b2
Version: 8.22
5244b2
Release: 12%{?dist}
5244b2
License: GPLv3+
5244b2
Group:   System Environment/Base
5244b2
Url:     http://www.gnu.org/software/coreutils/
5244b2
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
5244b2
Source101:  coreutils-DIR_COLORS
5244b2
Source102:  coreutils-DIR_COLORS.lightbgcolor
5244b2
Source103:  coreutils-DIR_COLORS.256color
5244b2
Source105:  coreutils-colorls.sh
5244b2
Source106:  coreutils-colorls.csh
5244b2
5244b2
# From upstream
5244b2
Patch1: coreutils-8.22-cp-selinux.patch
5244b2
5244b2
# Our patches
5244b2
#general patch to workaround koji build system issues
5244b2
Patch100: coreutils-6.10-configuration.patch
5244b2
#add note about no difference between binary/text mode on Linux - md5sum manpage
5244b2
Patch101: coreutils-6.10-manpages.patch
5244b2
#temporarily workaround probable kernel issue with TCSADRAIN(#504798)
5244b2
Patch102: coreutils-7.4-sttytcsadrain.patch
5244b2
#do display processor type for uname -p/-i based on uname(2) syscall
5244b2
Patch103: coreutils-8.2-uname-processortype.patch
5244b2
#df --direct
5244b2
Patch104: coreutils-df-direct.patch
5244b2
#add note about mkdir --mode behaviour into info documentation(#610559)
5244b2
Patch107: coreutils-8.4-mkdir-modenote.patch
5244b2
#fix gnulib tests on ppc64le
5244b2
Patch108: coreutils-8.22-ppc64le.patch
5244b2
5244b2
# sh-utils
5244b2
#add info about TZ envvar to date manpage
5244b2
Patch703: sh-utils-2.0.11-dateman.patch
5244b2
Patch713: coreutils-4.5.3-langinfo.patch
5244b2
5244b2
# (sb) lin18nux/lsb compliance - multibyte functionality patch
5244b2
Patch800: coreutils-i18n.patch
5244b2
5244b2
#getgrouplist() patch from Ulrich Drepper.
5244b2
Patch908: coreutils-getgrouplist.patch
5244b2
#Prevent buffer overflow in who(1) (bug #158405).
5244b2
Patch912: coreutils-overflow.patch
5244b2
#Temporarily disable df symlink test, failing
5244b2
Patch913: coreutils-8.22-temporarytestoff.patch
5244b2
5244b2
#SELINUX Patch - implements Redhat changes
5244b2
#(upstream did some SELinux implementation unlike with RedHat patch)
5244b2
Patch950: coreutils-selinux.patch
5244b2
Patch951: coreutils-selinuxmanpages.patch
5244b2
5244b2
Conflicts: filesystem < 3
5244b2
Provides: /bin/basename
5244b2
Provides: /bin/cat
5244b2
Provides: /bin/chgrp
5244b2
Provides: /bin/chmod
5244b2
Provides: /bin/chown
5244b2
Provides: /bin/cp
5244b2
Provides: /bin/cut
5244b2
Provides: /bin/date
5244b2
Provides: /bin/dd
5244b2
Provides: /bin/df
5244b2
Provides: /bin/echo
5244b2
Provides: /bin/env
5244b2
Provides: /bin/false
5244b2
Provides: /bin/ln
5244b2
Provides: /bin/ls
5244b2
Provides: /bin/mkdir
5244b2
Provides: /bin/mknod
5244b2
Provides: /bin/mktemp
5244b2
Provides: /bin/mv
5244b2
Provides: /bin/nice
5244b2
Provides: /bin/pwd
5244b2
Provides: /bin/readlink
5244b2
Provides: /bin/rm
5244b2
Provides: /bin/rmdir
5244b2
Provides: /bin/sleep
5244b2
Provides: /bin/sort
5244b2
Provides: /bin/stty
5244b2
Provides: /bin/sync
5244b2
Provides: /bin/touch
5244b2
Provides: /bin/true
5244b2
Provides: /bin/uname
5244b2
5244b2
BuildRequires: libselinux-devel
5244b2
BuildRequires: libacl-devel
5244b2
BuildRequires: gettext bison
5244b2
BuildRequires: texinfo
5244b2
BuildRequires: autoconf
5244b2
BuildRequires: automake
5244b2
BuildRequires: libcap-devel
5244b2
BuildRequires: libattr-devel
5244b2
BuildRequires: openssl-devel
5244b2
BuildRequires: gmp-devel
5244b2
BuildRequires: attr
5244b2
BuildRequires: strace
5244b2
5244b2
Requires(pre): /sbin/install-info
5244b2
Requires(preun): /sbin/install-info
5244b2
Requires(post): /sbin/install-info
5244b2
Requires(post): grep
5244b2
Requires:       ncurses
5244b2
Requires:       gmp
5244b2
5244b2
Provides: fileutils = %{version}-%{release}
5244b2
Provides: sh-utils = %{version}-%{release}
5244b2
Provides: stat = %{version}-%{release}
5244b2
Provides: textutils = %{version}-%{release}
5244b2
#old mktemp package had epoch 3, so we have to use 4 for coreutils
5244b2
Provides: mktemp = 4:%{version}-%{release}
5244b2
Provides: bundled(gnulib)
5244b2
Obsoletes: mktemp < 4:%{version}-%{release}
5244b2
Obsoletes: fileutils <= 4.1.9
5244b2
Obsoletes: sh-utils <= 2.0.12
5244b2
Obsoletes: stat <= 3.3
5244b2
Obsoletes: textutils <= 2.0.21
5244b2
#coreutils-libs dropped in f17
5244b2
Obsoletes: coreutils-libs < 8.13
5244b2
#require util-linux >=2.22.1-3 to prevent lack of su/runuser on system
5244b2
Requires: util-linux >= 2.22.1-3
5244b2
5244b2
%description
5244b2
These are the GNU core utilities.  This package is the combination of
5244b2
the old GNU fileutils, sh-utils, and textutils packages.
5244b2
5244b2
%prep
5244b2
%setup -q
5244b2
5244b2
# From upstream
5244b2
%patch1 -p1 -b .nullcontext
5244b2
5244b2
# Our patches
5244b2
%patch100 -p1 -b .configure
5244b2
%patch101 -p1 -b .manpages
5244b2
%patch102 -p1 -b .tcsadrain
5244b2
%patch103 -p1 -b .sysinfo
5244b2
%patch104 -p1 -b .dfdirect
5244b2
%patch107 -p1 -b .mkdirmode
5244b2
%patch108 -p1 -b .ppc64le
5244b2
5244b2
# sh-utils
5244b2
%patch703 -p1 -b .dateman
5244b2
%patch713 -p1 -b .langinfo
5244b2
5244b2
# li18nux/lsb
5244b2
%patch800 -p1 -b .i18n
5244b2
5244b2
# Coreutils
5244b2
%patch908 -p1 -b .getgrouplist
5244b2
%patch912 -p1 -b .overflow
5244b2
%patch913 -p1 -b .testoff
5244b2
5244b2
#SELinux
5244b2
%patch950 -p1 -b .selinux
5244b2
%patch951 -p1 -b .selinuxman
5244b2
5244b2
chmod a+x tests/misc/sort-mb-tests.sh tests/df/direct.sh tests/cp/no-ctx.sh || :
5244b2
5244b2
#fix typos/mistakes in localized documentation(#439410, #440056)
5244b2
find ./po/ -name "*.p*" | xargs \
5244b2
 sed -i \
5244b2
 -e 's/-dpR/-cdpR/'
5244b2
5244b2
%build
5244b2
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
5244b2
%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
5244b2
#autoreconf -i -v
5244b2
touch aclocal.m4 configure config.hin Makefile.in */Makefile.in
5244b2
aclocal -I m4
5244b2
autoconf --force
5244b2
automake --copy --add-missing
5244b2
%configure --enable-largefile \
5244b2
           --with-openssl=optional ac_cv_lib_crypto_MD5=no \
5244b2
           --enable-install-program=hostname,arch \
5244b2
           --with-tty-group \
5244b2
           DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
5244b2
5244b2
# Regenerate manpages
5244b2
touch man/*.x
5244b2
5244b2
make all %{?_smp_mflags}
5244b2
5244b2
# XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp
5244b2
sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi
5244b2
5244b2
%check
5244b2
make check
5244b2
5244b2
%install
5244b2
make DESTDIR=$RPM_BUILD_ROOT install
5244b2
5244b2
# man pages are not installed with make install
5244b2
make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
5244b2
5244b2
# fix japanese catalog file
5244b2
if [ -d $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES ]; then
5244b2
   mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale/ja/LC_MESSAGES
5244b2
   mv $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES/*mo \
5244b2
      $RPM_BUILD_ROOT%{_datadir}/locale/ja/LC_MESSAGES
5244b2
   rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC
5244b2
fi
5244b2
5244b2
bzip2 -9f ChangeLog
5244b2
5244b2
# let be compatible with old fileutils, sh-utils and textutils packages :
5244b2
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}
5244b2
5244b2
# chroot was in /usr/sbin :
5244b2
mv $RPM_BUILD_ROOT{%_bindir,%_sbindir}/chroot
5244b2
5244b2
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
5244b2
install -p -c -m644 %SOURCE101 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS
5244b2
install -p -c -m644 %SOURCE102 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.lightbgcolor
5244b2
install -p -c -m644 %SOURCE103 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.256color
5244b2
install -p -c -m644 %SOURCE105 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.sh
5244b2
install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.csh
5244b2
5244b2
# These come from util-linux and/or procps.
5244b2
for i in hostname uptime kill ; do
5244b2
    rm $RPM_BUILD_ROOT{%{_bindir}/$i,%{_mandir}/man1/$i.1}
5244b2
done
5244b2
5244b2
# Compress ChangeLogs from before the fileutils/textutils/etc merge
5244b2
bzip2 -f9 old/*/C*
5244b2
5244b2
# Use hard links instead of symbolic links for LC_TIME files (bug #246729).
5244b2
find %{buildroot}%{_datadir}/locale -type l | \
5244b2
(while read link
5244b2
 do
5244b2
   target=$(readlink "$link")
5244b2
   rm -f "$link"
5244b2
   ln "$(dirname "$link")/$target" "$link"
5244b2
 done)
5244b2
5244b2
%find_lang %name
5244b2
5244b2
# (sb) Deal with Installed (but unpackaged) file(s) found
5244b2
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
5244b2
5244b2
%pre
5244b2
# We must deinstall these info files since they're merged in
5244b2
# coreutils.info. else their postun'll be run too late
5244b2
# and install-info will fail badly because of duplicates
5244b2
for file in sh-utils textutils fileutils; do
5244b2
  if [ -f %{_infodir}/$file.info.gz ]; then
5244b2
    /sbin/install-info --delete %{_infodir}/$file.info.gz --dir=%{_infodir}/dir &> /dev/null || :
5244b2
  fi
5244b2
done
5244b2
5244b2
%preun
5244b2
if [ $1 = 0 ]; then
5244b2
  if [ -f %{_infodir}/%{name}.info.gz ]; then
5244b2
    /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
5244b2
  fi
5244b2
fi
5244b2
5244b2
%post
5244b2
%{_bindir}/grep -v '(sh-utils)\|(fileutils)\|(textutils)' %{_infodir}/dir > \
5244b2
  %{_infodir}/dir.rpmmodify || exit 0
5244b2
    /bin/mv -f %{_infodir}/dir.rpmmodify %{_infodir}/dir
5244b2
if [ -f %{_infodir}/%{name}.info.gz ]; then
5244b2
  /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
5244b2
fi
5244b2
5244b2
%files -f %{name}.lang
5244b2
%defattr(-,root,root,-)
5244b2
%dir %{_datadir}/locale/*/LC_TIME
5244b2
%config(noreplace) %{_sysconfdir}/DIR_COLORS*
5244b2
%config(noreplace) %{_sysconfdir}/profile.d/*
5244b2
%doc COPYING ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
5244b2
%{_bindir}/arch
5244b2
%{_bindir}/basename
5244b2
%{_bindir}/cat
5244b2
%{_bindir}/chgrp
5244b2
%{_bindir}/chmod
5244b2
%{_bindir}/chown
5244b2
%{_bindir}/cp
5244b2
%{_bindir}/cut
5244b2
%{_bindir}/date
5244b2
%{_bindir}/dd
5244b2
%{_bindir}/df
5244b2
%{_bindir}/echo
5244b2
%{_bindir}/env
5244b2
%{_bindir}/false
5244b2
%{_bindir}/link
5244b2
%{_bindir}/ln
5244b2
%{_bindir}/ls
5244b2
%{_bindir}/mkdir
5244b2
%{_bindir}/mknod
5244b2
%{_bindir}/mv
5244b2
%{_bindir}/nice
5244b2
%{_bindir}/pwd
5244b2
%{_bindir}/readlink
5244b2
%{_bindir}/rm
5244b2
%{_bindir}/rmdir
5244b2
%{_bindir}/sleep
5244b2
%{_bindir}/sort
5244b2
%{_bindir}/stty
5244b2
%{_bindir}/sync
5244b2
%{_bindir}/mktemp
5244b2
%{_bindir}/touch
5244b2
%{_bindir}/true
5244b2
%{_bindir}/uname
5244b2
%{_bindir}/unlink
5244b2
%{_bindir}/[
5244b2
%{_bindir}/base64
5244b2
%{_bindir}/chcon
5244b2
%{_bindir}/cksum
5244b2
%{_bindir}/comm
5244b2
%{_bindir}/csplit
5244b2
%{_bindir}/dir
5244b2
%{_bindir}/dircolors
5244b2
%{_bindir}/dirname
5244b2
%{_bindir}/du
5244b2
%{_bindir}/expand
5244b2
%{_bindir}/expr
5244b2
%{_bindir}/factor
5244b2
%{_bindir}/fmt
5244b2
%{_bindir}/fold
5244b2
%{_bindir}/groups
5244b2
%{_bindir}/head
5244b2
%{_bindir}/hostid
5244b2
%{_bindir}/id
5244b2
%{_bindir}/install
5244b2
%{_bindir}/join
5244b2
%{_bindir}/logname
5244b2
%{_bindir}/md5sum
5244b2
%{_bindir}/mkfifo
5244b2
%{_bindir}/nl
5244b2
%{_bindir}/nohup
5244b2
%{_bindir}/nproc
5244b2
%{_bindir}/numfmt
5244b2
%{_bindir}/od
5244b2
%{_bindir}/paste
5244b2
%{_bindir}/pathchk
5244b2
%{_bindir}/pinky
5244b2
%{_bindir}/pr
5244b2
%{_bindir}/printenv
5244b2
%{_bindir}/printf
5244b2
%{_bindir}/ptx
5244b2
%{_bindir}/realpath
5244b2
%{_bindir}/runcon
5244b2
%{_bindir}/seq
5244b2
%{_bindir}/sha1sum
5244b2
%{_bindir}/sha224sum
5244b2
%{_bindir}/sha256sum
5244b2
%{_bindir}/sha384sum
5244b2
%{_bindir}/sha512sum
5244b2
%{_bindir}/shred
5244b2
%{_bindir}/shuf
5244b2
%{_bindir}/split
5244b2
%{_bindir}/stat
5244b2
%{_bindir}/stdbuf
5244b2
%{_bindir}/sum
5244b2
%{_bindir}/tac
5244b2
%{_bindir}/tail
5244b2
%{_bindir}/tee
5244b2
%{_bindir}/test
5244b2
%{_bindir}/timeout
5244b2
%{_bindir}/tr
5244b2
%{_bindir}/truncate
5244b2
%{_bindir}/tsort
5244b2
%{_bindir}/tty
5244b2
%{_bindir}/unexpand
5244b2
%{_bindir}/uniq
5244b2
%{_bindir}/users
5244b2
%{_bindir}/vdir
5244b2
%{_bindir}/wc
5244b2
%{_bindir}/who
5244b2
%{_bindir}/whoami
5244b2
%{_bindir}/yes
5244b2
%{_infodir}/coreutils*
5244b2
%{_libexecdir}/coreutils*
5244b2
%{_mandir}/man*/*
5244b2
%{_sbindir}/chroot
5244b2
5244b2
%changelog
5244b2
* Tue Aug 05 2014 Ondrej Vasik <ovasik@redhat.com> - 8.22-12
5244b2
- fix test failure on ppc64le (#1112687)
5244b2
5244b2
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 8.22-11
5244b2
- Mass rebuild 2014-01-24
5244b2
5244b2
* Mon Jan 13 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-10
5244b2
- cp/mv/install: do not crash when getfscreatecon() is
5244b2
  returning a NULL context
5244b2
- fix the cut optimizations to UTF-8 locales only
5244b2
- unset the unnecessary envvars after colorls scripts
5244b2
5244b2
* Fri Jan 10 2014 Ondrej Oprala <ooprala@redhat.com> 8.22-9
5244b2
- Only use cut optimizations for UTF-8 locales (#1021403)
5244b2
5244b2
* Mon Jan 06 2014 Ondrej Oprala <ooprala@redhat.com> 8.22-8
5244b2
- Don't use cut mb path if not necessary (#1021403)
5244b2
5244b2
* Mon Jan 06 2014 Ondrej Oprala <ooprala@redhat.com> 8.22-7
5244b2
- Fix sorting by non-first field (#1003544)
5244b2
5244b2
* Fri Jan 03 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-5
5244b2
- do not modify SELinux contexts of existing parent
5244b2
  directories when copying files (fix by P.Brady, #1045122)
5244b2
5244b2
* Fri Jan 03 2014 Ondrej Oprala <ooprala@redat.com> 8.22-4
5244b2
- revert an old sort change and constrict it's condition
5244b2
5244b2
* Thu Jan 02 2014 Ondrej Vasik <ovasik@redhat.com> 8.22-3
5244b2
- mark deprecated SELinux related downstream options as
5244b2
  deprecated in usage/man
5244b2
- temporarily disable setting SELinux contexts recursively
5244b2
  for existing directories - broken (#1045122)
5244b2
5244b2
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 8.22-2
5244b2
- Mass rebuild 2013-12-27
5244b2
5244b2
* Tue Dec 17 2013 Ondrej Vasik <ovasik@redhat.com> 8.22-1
5244b2
- new upstream version 8.22 (#1043552)
5244b2
- temporarily df symlink test (incomplete upstream fix, not
5244b2
  regression)
5244b2
- enable build with openssl for better performance of
5244b2
  HASHsum utilities (not for md5sum because of FIPS)
5244b2
- turn on the multibyte path in the testsuite to cover
5244b2
  i18n regressions
5244b2
- fix possible colorls.csh script errors for tcsh with
5244b2
  noclobber set and entered include file
5244b2
5244b2
* Thu Nov 28 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-14
5244b2
- mv: fails to overwrite directory on cross-filesystem
5244b2
  copy with EISDIR (#1035224)
5244b2
- tail -F does not handle dead symlinks gracefully
5244b2
  (#1035219)
5244b2
5244b2
* Mon Oct 14 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-13
5244b2
- cp: correct error message for invalid arguments
5244b2
  of '--no-preserve' (#1018206)
5244b2
5244b2
* Thu Aug 15 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-12
5244b2
- pr -e, with a mix of backspaces and TABs, could corrupt the heap
5244b2
  in multibyte locales (analyzed by J.Koncicky)
5244b2
- Fix sort multibyte incompatibilities (by O.Oprala)
5244b2
- change the TMP variable name in colorls.csh to _tmp (#981373)
5244b2
- optimization of colorls scripts by Ville Skytta (#961012)
5244b2
5244b2
* Fri Apr 05 2013 Ondrej Oprala 
5244b2
- Fix tmp file location in colorls scripts (#948008)
5244b2
5244b2
* Thu Mar 14 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-10
5244b2
- DIR_COLORS.$TERM should have higher priority than
5244b2
  DIR_COLORS.256color (#921651)
5244b2
5244b2
* Mon Mar 11 2013 Ondrej Oprala <ooprala@redhat.com> 8.21-9
5244b2
- add support for INCLUDE in colorls scripts (#818069)
5244b2
5244b2
* Mon Mar 04 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-8
5244b2
- fix factor on AArch64 (M.Salter, #917735)
5244b2
5244b2
* Fri Mar 01 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-7
5244b2
- ls: colorize several new archive/compressed types (#868510)
5244b2
5244b2
* Sat Feb 23 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-6
5244b2
- install: do proper cleanup when strip fails
5244b2
  (O.Oprala, B.Voekler, #632444)
5244b2
5244b2
* Wed Feb 20 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-5
5244b2
- fix multibyte issue in unexpand(by R.Kollar, #821262)
5244b2
5244b2
* Mon Feb 18 2013 Ondrej Oprala <ooprala@redhat.com> 8.21-4
5244b2
- fix sort-mb-tests.sh test (B.Voelker)
5244b2
5244b2
* Mon Feb 18 2013 Mark Wielaard <mjw@redhat.com> 8.21-3
5244b2
- fix coreutils-i18n.patch to terminate mbdelim string (#911929)
5244b2
5244b2
* Mon Feb 18 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-2
5244b2
- remove unnecessary powerpc factor patch
5244b2
5244b2
* Fri Feb 15 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-1
5244b2
- new upstream release 8.21, update patches
5244b2
5244b2
* Thu Feb 07 2013 Ondrej Oprala <ooprala@redhat.com> 8.20-8
5244b2
- add missing sort-mb-tests.sh to local.mk
5244b2
5244b2
* Tue Feb 05 2013 Ondrej Vasik <ovasik@redhat.com> 8.20-7
5244b2
- add support for DTR/DSR control flow in stty(#445213)
5244b2
5244b2
* Wed Jan 23 2013 Ondrej Vasik <ovasik@redhat.com> 8.20-6
5244b2
- fix multiple segmantation faults in i18n patch (by SUSE)
5244b2
  (#869442, #902917)
5244b2
5244b2
* Thu Dec 20 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-5
5244b2
- seq: fix newline output when -s specified (upstream)
5244b2
5244b2
* Mon Dec 10 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-4
5244b2
- fix showing duplicates in df (#709351, O.Oprala, B.Voelker)
5244b2
5244b2
* Thu Dec 06 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-3
5244b2
- fix factor on 32bit powerpc (upstream, #884715)
5244b2
5244b2
* Mon Nov 05 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-2
5244b2
- disable the temporary O_SYNC fix (glibc is fixed - #872366)
5244b2
5244b2
* Sat Oct 27 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-1
5244b2
- new upstream release 8.20
5244b2
- Temporarily require util-linux >= 2.22.1-3 (to prevent missing
5244b2
  su/runuser on system)
5244b2
5244b2
* Mon Aug 20 2012 Ondrej Vasik <ovasik@redhat.com> 8.19-1
5244b2
- new upstream release 8.19
5244b2
- fix multibyte issues in cut and expand (M.Briza, #821260)
5244b2
5244b2
* Sun Aug 12 2012 Ondrej Vasik <ovasik@redhat.com> 8.18-1
5244b2
- new upstream release 8.18
5244b2
- su/runuser moved to util-linux
5244b2
5244b2
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.17-4
5244b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5244b2
5244b2
* Tue May 15 2012 Ondrej Vasik <ovasik@redhat.com> 8.17-3
5244b2
- add virtual provides for bundled(gnulib) copylib (#821748)
5244b2
5244b2
* Fri May 11 2012 Ondrej Vasik <ovasik@redhat.com> 8.17-2
5244b2
- ls: upstream fix - correctly show symlinks in /
5244b2
5244b2
* Fri May 11 2012 Ondrej Vasik <ovasik@redhat.com> 8.17-1
5244b2
- new upstream release 8.17
5244b2
5244b2
* Fri May 04 2012 Ondrej Vasik <ovasik@redhat.com> 8.16-3
5244b2
- add .htm and .shtml to colorized DIR_COLORS document
5244b2
  type (#817218)
5244b2
5244b2
* Mon Apr 16 2012 Ondrej Vasik <ovasik@redhat.com> 8.16-2
5244b2
- fix the tcsh colorls.csh behaviour in non-interactive
5244b2
  mode (#804604)
5244b2
5244b2
* Mon Mar 26 2012 Ondrej Vasik <ovasik@redhat.com> 8.16-1
5244b2
- new upstream release 8.16
5244b2
- defuzz patches, remove already applied patches
5244b2
5244b2
* Thu Mar 08 2012 Ondrej Vasik <ovasik@redhat.com> 8.15-8
5244b2
- fix regression in du -x with nondir argument (by J.Meyering)
5244b2
5244b2
* Wed Mar 07 2012 Ondrej Vasik <ovasik@redhat.com> 8.15-7
5244b2
- fix sort segfault with multibyte locales (by P.Brady)
5244b2
5244b2
* Fri Feb 10 2012 Harald Hoyer <harald@redhat.com> 8.15-6
5244b2
- turn on testsuite again
5244b2
5244b2
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-5
5244b2
- add filesystem guard
5244b2
5244b2
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-4
5244b2
- add missing provides for the /usr-move
5244b2
5244b2
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 8.15-3
5244b2
- install everything in /usr
5244b2
  https://fedoraproject.org/wiki/Features/UsrMove
5244b2
5244b2
* Mon Jan 16 2012 Kamil Dudka <kdudka@redhat.com> - 8.15-2
5244b2
- fix stack smashing, buffer overflow, and invalid output of pr (#772172)
5244b2
5244b2
* Sat Jan 07 2012 Ondrej Vasik <ovasik@redhat.com> - 8.15-1
5244b2
- new upstream release 8.15
5244b2
5244b2
* Thu Jan 05 2012 Ondrej Vasik <ovasik@redhat.com> - 8.14-6
5244b2
- do not use shebang in sourced colorls.csh
5244b2
5244b2
* Thu Jan 05 2012 Ondrej Vasik <ovasik@redhat.com> - 8.14-5
5244b2
- fix pr -c and pr -v segfault with multibyte locales
5244b2
5244b2
* Mon Oct 31 2011 Rex Dieter <rdieter@fedoraproject.org> 8.14-4
5244b2
- rebuild (gmp), last time, I promise
5244b2
5244b2
* Mon Oct 24 2011 Ondrej Vasik <ovasik@redhat.com> - 8.14-3
5244b2
- require at least pam 1.1.3-7 (#748215)
5244b2
5244b2
* Thu Oct 20 2011 Ondrej Vasik <ovasik@redhat.com> - 8.14-2
5244b2
- rebuild for gmp
5244b2
5244b2
* Wed Oct 12 2011 Ondrej Vasik <ovasik@redhat.com> - 8.14-1
5244b2
- new upstream release 8.14
5244b2
5244b2
* Mon Sep 26 2011 Peter Schiffer <pschiffe@redhat.com> - 8.13-2.2
5244b2
- rebuild with new gmp
5244b2
5244b2
* Mon Sep 12 2011 Ondrej Vasik <ovasik@redhat.com> - 8.13-2
5244b2
- Obsolete coreutils-libs (#737287)
5244b2
5244b2
* Fri Sep 09 2011 Ondrej Vasik <ovasik@redhat.com> - 8.13-1
5244b2
- new upstream release 8.13
5244b2
- temporarily disable recently added multibyte checks in
5244b2
  misc/cut test
5244b2
- fix the SUSE fix for cut output-delimiter
5244b2
- drop coreutils-libs subpackage, no longer needed
5244b2
5244b2
* Mon Sep 05 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-7
5244b2
- incorporate some i18n patch fixes from OpenSUSE:
5244b2
  - fix cut output-delimiter option
5244b2
  - prevent infinite loop in sort when ignoring chars
5244b2
  - prevent using unitialized variable in cut
5244b2
5244b2
* Tue Aug 23 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-6
5244b2
- su: fix shell suspend in tcsh (#597928)
5244b2
5244b2
* Thu Aug 18 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-5
5244b2
- variable "u" should be static in uname processor type patch
5244b2
5244b2
* Thu Aug 11 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-4
5244b2
- deprecate non-upstream cp -Z/--context (install should be
5244b2
  used instead of it), make it working if destination exists
5244b2
  (#715557)
5244b2
5244b2
* Fri Jul 29 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-3
5244b2
- use acl_extended_file_nofollow() if available (#692823)
5244b2
5244b2
* Fri Jul 15 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-2
5244b2
- support ecryptfs mount of Private (postlogin into su.pamd)
5244b2
  (#722323)
5244b2
5244b2
* Wed Apr 27 2011 Ondrej Vasik <ovasik@redhat.com> - 8.12-1
5244b2
- new upstream release 8.12
5244b2
5244b2
* Thu Apr 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.11-2
5244b2
- fix issue with df --direct(extra new line)
5244b2
5244b2
* Thu Apr 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.11-1
5244b2
- new upstream release 8.11, defuzz patches
5244b2
5244b2
* Tue Mar 22 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-7
5244b2
- add note about mkdir mode behaviour into info
5244b2
  documentation (#610559)
5244b2
5244b2
* Mon Mar 14 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-6
5244b2
- fix possible uninitalized variables usage caused by i18n
5244b2
  patch(#683799)
5244b2
5244b2
* Fri Mar  4 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-5
5244b2
- make coreutils build even without patches (with
5244b2
  nopam, norunuser and noselinux variables)
5244b2
5244b2
* Thu Feb 17 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-4
5244b2
- colorize documents by DIR_COLORS files(brown like mc)
5244b2
5244b2
* Thu Feb 17 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-3
5244b2
- add several new TERMs to DIR_COLORS files(#678147)
5244b2
5244b2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.10-2
5244b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5244b2
5244b2
* Fri Feb 04 2011 Ondrej Vasik <ovasik@redhat.com> - 8.10-1
5244b2
- new upstream release coreutils-8.10
5244b2
5244b2
* Sat Jan 08 2011 Dennis Gilmore <dennis@ausil.us> - 8.9-2
5244b2
- drop no longer needed mkstemp patch for sparc 
5244b2
5244b2
* Tue Jan 04 2011 Ondrej Vasik <ovasik@redhat.com> - 8.9-1
5244b2
- new upstream release coreutils-8.9
5244b2
5244b2
* Fri Dec 31 2010 Ondrej Vasik <ovasik@redhat.com> - 8.8-2
5244b2
- The suffix length was dependent on the number of bytes
5244b2
  or lines per file (#666293)
5244b2
5244b2
* Thu Dec 23 2010 Ondrej Vasik <ovasik@redhat.com> - 8.8-1
5244b2
- fix parallel sorting issue (#655096)
5244b2
- new upstream release coreutils-8.8 (#665164)
5244b2
5244b2
* Thu Nov 18 2010 Ondrej Vasik <ovasik@redhat.com> - 8.7-2
5244b2
- don't prompt for password with runuser(#654367)
5244b2
5244b2
* Mon Nov 15 2010 Ondrej Vasik <ovasik@redhat.com> - 8.7-1
5244b2
- new upstream release coreutils-8.7
5244b2
- pam support in su consolidation with SUSE(#622700)
5244b2
5244b2
* Wed Nov 03 2010 Kamil Dudka <kdudka@redhat.com> - 8.6-3
5244b2
- prevent sort from assertion failure in case LC_CTYPE does not match LC_TIME
5244b2
  (#647938)
5244b2
5244b2
* Tue Oct 26 2010 Kamil Dudka <kdudka@redhat.com> - 8.6-2
5244b2
- improve i18n support in sort (debug-keys test is now back)
5244b2
5244b2
* Wed Oct 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.6-1
5244b2
- new upstream release 8.6
5244b2
- remove applied patches, temporarily disable sort
5244b2
  debug-keys test for multibyte locales (failing
5244b2
  because of i18n patch)
5244b2
5244b2
* Thu Sep 30 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-10
5244b2
- various fixes for case conversion in tr(#611274)
5244b2
5244b2
* Wed Sep 29 2010 jkeating - 8.5-9
5244b2
- Rebuilt for gcc bug 634757
5244b2
5244b2
* Mon Sep 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-8
5244b2
- change assertion failure for invalid multibyte input
5244b2
  in sort to less confusing error message(#591352)
5244b2
5244b2
* Wed Sep 08 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-7
5244b2
- add RELRO protection to su as well (#630017)
5244b2
5244b2
* Mon Sep 06 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-6
5244b2
- compile su with pie again (#630017)
5244b2
5244b2
* Mon Aug 30 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-5
5244b2
- fix double free abort in tac (#628213)
5244b2
5244b2
* Thu Jul 22 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-4
5244b2
- Add .ear, .war, .sar , for Java jar-like archives to
5244b2
  dircolors (#616497)
5244b2
5244b2
* Fri Jul  2 2010 Dan Horák <dan[at]danny.cz> - 8.5-3
5244b2
- rebuilt with the updated configuration patch
5244b2
- drop the old -O1 exception for s390(x)
5244b2
- updated the getgrouplist patch (Kamil Dudka)
5244b2
5244b2
* Tue Apr 27 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-2
5244b2
- doublequote LS_COLORS in colorls.*sh scripts to speedup
5244b2
  shell start(#586029)
5244b2
- add patch for mkstemp on sparc64(Dennis Gilmore)
5244b2
- update /etc/DIR_COLORS* files
5244b2
5244b2
* Mon Apr 26 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-1
5244b2
- new upstream release 8.5
5244b2
5244b2
* Thu Apr 15 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-8
5244b2
- move readlink from /usr/bin to bin, keep symlink in
5244b2
  /usr/bin(#580682)
5244b2
5244b2
* Mon Mar 29 2010 Kamil Dudka <kdudka@redhat.com> - 8.4-7
5244b2
- a new option df --direct
5244b2
5244b2
* Sat Mar 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-6
5244b2
- run tput colors in colorls profile.d scripts only
5244b2
  in the interactive mode(#450424)
5244b2
5244b2
* Fri Feb 12 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-5
5244b2
- fix exit status of terminated child processes in su with
5244b2
  pam(#559098)
5244b2
5244b2
* Fri Feb 05 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-4
5244b2
- do not depend on selinux patch application in
5244b2
  _require_selinux tests(#556350)
5244b2
5244b2
* Fri Jan 29 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-3
5244b2
- do not fail tests if there are no loopdevices left
5244b2
  (#558898)
5244b2
5244b2
* Tue Jan 26 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-2
5244b2
- who doesn't determine user's message status correctly
5244b2
  (#454261)
5244b2
5244b2
* Thu Jan 14 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-1
5244b2
- new upstream release 8.4
5244b2
5244b2
* Fri Jan 08 2010 Ondrej Vasik <ovasik@redhat.com> - 8.3-1
5244b2
- new upstream release 8.3
5244b2
5244b2
* Wed Jan 06 2010 Ondrej Vasik <ovasik@redhat.com> - 8.2-6
5244b2
- require gmp-devel/gmp for large numbers support(#552846)
5244b2
5244b2
* Sun Dec 27 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-5
5244b2
- fix misc/selinux root-only test(#550494)
5244b2
5244b2
* Sat Dec 19 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-4
5244b2
- bring back uname -p/-i functionality except of the
5244b2
  athlon hack(#548834)
5244b2
- comment patches
5244b2
5244b2
* Wed Dec 16 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-3
5244b2
- use grep instead of deprecated egrep in colorls.sh script
5244b2
  (#548174)
5244b2
- remove unnecessary versioned requires/conflicts
5244b2
- remove non-upstream hack for uname -p
5244b2
5244b2
* Wed Dec 16 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-2
5244b2
- fix DIR_COLORS.256color file
5244b2
5244b2
* Fri Dec 11 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-1
5244b2
- new upstream release 8.2
5244b2
- removed applied patches, temporarily do not run dup_cloexec()
5244b2
  dependent gnulib tests failing in koji
5244b2
5244b2
* Fri Nov 27 2009 Ondrej Vasik <ovasik@redhat.com> - 8.1-1
5244b2
- new upstream release 8.1
5244b2
- fix build under koji (no test failures with underlying
5244b2
  RHEL-5 XEN kernel due to unsearchable path and lack of
5244b2
  futimens functionality)
5244b2
5244b2
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-2
5244b2
- update /etc/DIR_COLORS* files
5244b2
5244b2
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-1
5244b2
- New upstream release 8.0 (beta), defuzz patches,
5244b2
  remove applied patches
5244b2
5244b2
* Mon Oct 05 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-7
5244b2
- chcon no longer aborts on a selinux disabled system
5244b2
  (#527142)
5244b2
5244b2
* Fri Oct 02 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-6
5244b2
- ls -LR exits with status 2, not 0, when it encounters
5244b2
  a cycle(#525402)
5244b2
- ls: print "?", not "0" as inode of dereferenced dangling
5244b2
  symlink(#525400)
5244b2
- call the install-info on .gz info files
5244b2
5244b2
* Tue Sep 22 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-5
5244b2
- improve and correct runuser documentation (#524805)
5244b2
5244b2
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-4
5244b2
- add dircolors color for GNU lzip (#516897)
5244b2
5244b2
* Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-3
5244b2
- fixed typo in DIR_COLORS.256color causing no color for
5244b2
  multihardlink
5244b2
5244b2
* Wed Sep 16 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-2
5244b2
- fix copying of extended attributes for read only source
5244b2
  files
5244b2
5244b2
* Sat Sep 12 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-1
5244b2
- new upstream bugfix release 7.6, removed applied patches,
5244b2
  defuzzed the rest
5244b2
5244b2
* Thu Sep 10 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-6
5244b2
- fix double free error in fold for singlebyte locales
5244b2
  (caused by multibyte patch)
5244b2
5244b2
* Tue Sep 08 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-5
5244b2
- fix sort -h for multibyte locales (reported via
5244b2
  http://bugs.archlinux.org/task/16022)
5244b2
5244b2
* Thu Sep 03 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-4
5244b2
- fixed regression where df -l <device> as regular user
5244b2
  cause "Permission denied" (#520630, introduced by fix for
5244b2
  rhbz #497830)
5244b2
5244b2
* Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-3
5244b2
- ls -i: print consistent inode numbers also for mount points
5244b2
  (#453709)
5244b2
5244b2
* Mon Aug 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-2
5244b2
- Better fix than workaround the koji insufficient utimensat
5244b2
  support issue to prevent failures in other packages
5244b2
5244b2
* Fri Aug 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-1
5244b2
- New upstream release 7.5, remove already applied patches,
5244b2
  defuzz few others, xz in default set(by dependencies),
5244b2
  so no explicit br required
5244b2
- skip two new tests on system with insufficient utimensat
5244b2
  support(e.g. koji)
5244b2
- libstdbuf.so in separate coreutils-libs subpackage
5244b2
- update /etc/DIRCOLORS*
5244b2
5244b2
* Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> - 7.4-6
5244b2
- do process install-info only with info files present(#515970)
5244b2
- BuildRequires for xz, use xz tarball
5244b2
5244b2
* Wed Aug 05 2009 Kamil Dudka <kdudka@redhat.com> - 7.4-5
5244b2
- ls -1U with two or more arguments (or with -R or -s) works properly again
5244b2
- install runs faster again with SELinux enabled (#479502)
5244b2
5244b2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-4
5244b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5244b2
5244b2
* Mon Jul 06 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-3
5244b2
- do not ignore sort's version sort for multibyte locales
5244b2
  (#509688)
5244b2
5244b2
* Thu Jun 18 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-2
5244b2
- temporarily workaround probable kernel issue with
5244b2
  TCSADRAIN(#504798)
5244b2
5244b2
* Mon May 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-1
5244b2
- new upstream release 7.4, removed applied patches
5244b2
5244b2
* Thu Apr 23 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-3
5244b2
- fix segfaults in join (i18n patch) when using multibyte
5244b2
  locales(#497368)
5244b2
5244b2
* Fri Apr 17 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-2
5244b2
- make mv xattr support failures silent (as is done for
5244b2
  cp -a) - #496142
5244b2
5244b2
* Tue Mar 31 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-1
5244b2
- New upstream bugfix release 7.2
5244b2
- removed applied patches
5244b2
- temporarily disable strverscmp failing gnulib test
5244b2
5244b2
* Thu Mar 19 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-7
5244b2
- do not ship /etc/DIR_COLORS.xterm - as many terminals
5244b2
  use TERM xterm and black background as default - making
5244b2
  ls color output unreadable
5244b2
- shipping /etc/DIR_COLORS.lightbgcolor instead of it for
5244b2
  light(white/gray) backgrounds
5244b2
- try to preserve xattrs in cp -a when possible
5244b2
5244b2
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-6
5244b2
- fix sort bugs (including #485715) for multibyte locales
5244b2
  as well
5244b2
5244b2
* Fri Feb 27 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-5
5244b2
- fix infinite loop in recursive cp (upstream, introduced
5244b2
  by 7.1)
5244b2
5244b2
* Thu Feb 26 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-4
5244b2
- fix showing ACL's for ls -Z (#487374), fix automatic
5244b2
  column width for it as well
5244b2
5244b2
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-3
5244b2
- fix couple of bugs (including #485715) in sort with
5244b2
  determining end of fields(upstream)
5244b2
5244b2
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-2
5244b2
- workaround libcap issue with broken headers (#483548)
5244b2
- fix gnulib testsuite failure (4x77 (skip) is not
5244b2
  77(skip) ;) )
5244b2
5244b2
* Tue Feb 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.1-1
5244b2
- New upstream release 7.1 (temporarily using tar.gz tarball
5244b2
  as there are no xz utils in Fedora), removed applied
5244b2
  patches, amended patches and LS_COLORS files
5244b2
5244b2
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0-8
5244b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5244b2
5244b2
* Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-7
5244b2
- added BuildRequires for libattr-devel and attr
5244b2
5244b2
* Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-6
5244b2
- cp/mv: add --no-clobber (-n) option to not overwrite target
5244b2
- cp/mv: add xattr support (#202823)
5244b2
5244b2
* Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-5
5244b2
- fix info documentation for expr command as well(#474434)
5244b2
5244b2
* Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-4
5244b2
- fixed syntax error w/ "expr" command using negative
5244b2
  string/integer as first (i.e expr -125) - due to
5244b2
  complexity of changes used diff against upstream git-head
5244b2
  (#474434)
5244b2
- enable total-awk test again (and skip it when df not working)
5244b2
5244b2
* Tue Nov 25 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-3
5244b2
- package summary tuning
5244b2
5244b2
* Fri Nov 21 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-2
5244b2
- added requirements for util-linux-ng >= 2.14
5244b2
  because of file conflict in update from F-8/F-9(#472445)
5244b2
- some sed cleanup, df totaltests patch changes (not working
5244b2
  correctly yet :( )
5244b2
5244b2
* Wed Nov 12 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-1
5244b2
- new upstream release
5244b2
- modification/removal of related patches
5244b2
- use automake 1.10.1 instead of 1.10a
5244b2
- temporarily skip df --total tests (failures),
5244b2
  timeout-paramaters (failure on ppc64)
5244b2
5244b2
* Mon Nov 03 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-17
5244b2
- Requires: ncurses (#469277)
5244b2
5244b2
* Wed Oct 22 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-16
5244b2
- make possible to disable capability in ls due to
5244b2
  performance impact when not cached(#467508)
5244b2
- do not patch generated manpages - generate them at build
5244b2
  time
5244b2
- do not mistakenly display -g and -G runuser option in su
5244b2
  --help output
5244b2
5244b2
* Mon Oct 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-15
5244b2
- fix several date issues(e.g. countable dayshifts, ignoring
5244b2
  some cases of relative offset, locales conversions...)
5244b2
- clarify ls exit statuses documentation (#446294)
5244b2
5244b2
* Sun Oct 12 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-14
5244b2
- cp -Z now correctly separated in man page (#466646)
5244b2
- cp -Z works again (#466653)
5244b2
- make preservation of SELinux CTX non-mandatory for
5244b2
  preserve=all cp option
5244b2
5244b2
* Wed Oct 08 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-13
5244b2
- remove unimplemented (never accepted by upstream) option
5244b2
  for chcon changes only. Removed from help and man.
5244b2
- remove ugly lzma hack as lzma is now supported by setup
5244b2
  macro
5244b2
5244b2
* Mon Oct 06 2008 Jarod Wilson <jarod@redhat.com> - 6.12-12
5244b2
- fix up potential test failures when building in certain
5244b2
  slightly quirky environments (part of bz#442352)
5244b2
5244b2
* Mon Oct 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-11
5244b2
- added requires for libattr (#465569)
5244b2
5244b2
* Mon Sep 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-10
5244b2
- seq should no longer fail to display final number of some
5244b2
  float usages of seq with utf8 locales(#463556)
5244b2
5244b2
* Wed Aug 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-9
5244b2
- mention that DISPLAY and XAUTHORITY envvars are preserved
5244b2
  for pam_xauth in su -l (#450505)
5244b2
5244b2
* Mon Aug 04 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-8
5244b2
- ls -U1 now uses constant memory
5244b2
5244b2
* Wed Jul 23 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-7
5244b2
- dd: iflag=fullblock now read full blocks if possible
5244b2
  (#431997, #449263)
5244b2
- ls: --color now highlights files with capabilities (#449985)
5244b2
5244b2
* Wed Jul 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-6
5244b2
- Get rid off fuzz in patches
5244b2
5244b2
* Fri Jul 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-5
5244b2
- fix authors for basename and echo
5244b2
- fix who info pages, print last runlevel only for printable
5244b2
  chars
5244b2
5244b2
* Mon Jun 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-4
5244b2
- print verbose output of chcon with newline after each 
5244b2
  message (#451478)
5244b2
5244b2
* Fri Jun 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-3
5244b2
- workaround for koji failures(#449910, #442352) now 
5244b2
  preserves timestamps correctly - fallback to supported
5244b2
  functions, added test case
5244b2
- runuser binary is no longer doubled in /usr/bin/runuser
5244b2
5244b2
* Wed Jun 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-2
5244b2
- workaround for strange koji failures(#449910,#442352)
5244b2
- fixed ls -ZC segfault(#449866, introduced by 6.10-1 
5244b2
  SELinux patch reworking) 
5244b2
5244b2
* Mon Jun 02 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-1
5244b2
- New upstream release 6.12, adapted patches
5244b2
5244b2
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 6.11-5
5244b2
- fix SHA256/SHA512 to work on sparc
5244b2
5244b2
* Tue May 20 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-4
5244b2
- fixed a HUGE memory leak in install binary(#447410)
5244b2
5244b2
* Mon May 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-3
5244b2
- added arch utility (from util-linux-ng)
5244b2
- do not show executable file types without executable bit
5244b2
  in colored ls as executable
5244b2
5244b2
* Wed Apr 23 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-2
5244b2
- Do not show misleading scontext in id command when user
5244b2
  is specified (#443485)
5244b2
- Avoid possible test failures on non-english locales
5244b2
5244b2
* Mon Apr 21 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-1
5244b2
- New upstream release 6.11 
5244b2
- removed accepted patches + few minor patch changes
5244b2
5244b2
* Fri Apr 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-21
5244b2
- fix wrong checksum line handling in sha1sum -c 
5244b2
  command(#439531)
5244b2
5244b2
* Tue Apr 15 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-20
5244b2
- fix possible segfault in sha1sum/md5sum command
5244b2
5244b2
* Mon Apr 14 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-19
5244b2
- fix possible build-failure typo in i18n patch(#442205)
5244b2
5244b2
* Mon Apr  7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-18
5244b2
- fix colorls.sh syntax with Zsh (#440652)
5244b2
- mention that cp -a includes -c option + mention cp -c 
5244b2
  option in manpages (#440056)
5244b2
- fix typo in runuser manpages (#439410)
5244b2
5244b2
* Sat Mar 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-17
5244b2
- better workaround of glibc getoptc change(factor test)
5244b2
- don't segfault mknod, mkfifo with invalid-selinux-context
5244b2
5244b2
* Thu Mar 27 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-16
5244b2
- keep LS_COLORS when USER_LS_COLORS defined
5244b2
- someupstream fixes:
5244b2
- mkdir -Z invalid-selinux-context dir no longer segfaults
5244b2
- ptx with odd number of backslashes no longer leads to buffer
5244b2
  overflow
5244b2
- paste -d'\' file" no longer ovveruns memory
5244b2
5244b2
* Wed Mar 26 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-15
5244b2
- covered correct handling for some test conditions failures
5244b2
  e.g. root build+selinux active and not running mcstrans(d)
5244b2
  or selinux enforcing (#436717)
5244b2
5244b2
* Wed Mar 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-14
5244b2
- mv: never unlink a destination file before calling rename
5244b2
  (upstream, #438076)
5244b2
5244b2
* Mon Mar 17 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-13
5244b2
- disable echo option separator behavior(added by #431005,
5244b2
  request for removal #437653 + upstream)
5244b2
- temporarily disabled longoptions change until full 
5244b2
  clarification upstreamery (#431005)
5244b2
5244b2
* Tue Mar 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-12
5244b2
- fixed harmless double close of stdout in dd(#436368)
5244b2
5244b2
* Thu Mar  6 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-11
5244b2
- fixed broken order of params in stat(#435669)
5244b2
5244b2
* Tue Mar  4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-10
5244b2
- colorls.csh missing doublequotes (#435789)
5244b2
- fixed possibility to localize verbose outputs
5244b2
5244b2
* Mon Mar  3 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-9
5244b2
- consolidation of verbose output to stdout (upstream)
5244b2
5244b2
* Mon Feb 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-8
5244b2
- use default security context in install - broken by 
5244b2
  coreutils-6.10 update(#319231)
5244b2
- some sh/csh scripts optimalizations(by ville.skytta@iki.fi,
5244b2
  - #433189, #433190)
5244b2
5244b2
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-7
5244b2
- keep old csh/sh usermodified colorls shell scripts
5244b2
  but use the new ones(#432154)
5244b2
5244b2
* Thu Feb  7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-6
5244b2
- better 256-color support in colorls shell scripts
5244b2
- color tuning(based on feedback in #429121)
5244b2
5244b2
* Mon Feb  4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-5
5244b2
- enabled 256-color support in colorls shell scripts(#429121)
5244b2
- fixed syntax error in csh script(#431315)
5244b2
5244b2
* Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-4
5244b2
- forgotten return in colorls.sh change
5244b2
5244b2
* Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-3
5244b2
- fix unability of echo to display certain strings(added --
5244b2
  separator, #431005)
5244b2
- do not require only one long_opt for certain commands 
5244b2
  e.g. sleep, yes - but use first usable (#431005)
5244b2
- do not override userspecified LS_COLORS variable, but
5244b2
  use it for colored ls(#430827)
5244b2
- discard errors from dircolors to /dev/null + some tuning 
5244b2
  of lscolor sh/csh scripts(#430823)
5244b2
- do not consider files with SELinux security context as
5244b2
  files having ACL in ls long format(#430779)
5244b2
5244b2
* Mon Jan 28 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-2
5244b2
- some manpages improvements(#406981,#284881)
5244b2
- fix non-versioned obsoletes of mktemp(#430407)
5244b2
5244b2
* Fri Jan 25 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-1
5244b2
- New upstream release(changed %%prep because of lack of lzma
5244b2
  support in %%setup macro)
5244b2
- License GPLv3+
5244b2
- removed patches cp-i-u,du-ls-upstream,statsecuritycontext,
5244b2
  futimens,getdateYYYYMMDD,ls-x
5244b2
- modified patches to be compilable after upstream changes
5244b2
- selinux patch reworked to have backward compatibility with
5244b2
  F8(cp,ls and stat behaviour differ from upstream in SELinux
5244b2
  options)
5244b2
- su-l/runuser-l pam file usage a bit documented(#368721)
5244b2
- more TERMs for DIR_COLORS, added colors for audio files,
5244b2
  more image/compress file types(taken from upstream 
5244b2
  dircolors.hin)
5244b2
- new file DIR_COLORS.256color which takes advantage from 
5244b2
  256color term types-not really used yet(#429121)
5244b2
5244b2
* Wed Jan 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.9-17
5244b2
- added several missing colored TERMs(including rxvt-unicode,
5244b2
  screen-256color and xterm-256color) to DIR_COLORS and
5244b2
  DIR_COLORS.xterm(#239266) 
5244b2
5244b2
* Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-16
5244b2
- fix displaying of security context in stat(#411181)
5244b2
5244b2
* Thu Nov 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-15
5244b2
- completed fix of wrong colored broken symlinks in ls(#404511)
5244b2
5244b2
* Fri Nov 23 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-14
5244b2
- fixed bug in handling YYYYMMDD date format with relative
5244b2
  signed offset(#377821)
5244b2
5244b2
* Tue Nov 13 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-13
5244b2
- fixed bug in selinux patch which caused bad preserving
5244b2
  of security context in install(#319231)
5244b2
5244b2
* Fri Nov 02 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-12
5244b2
- added some upstream supported dircolors TERMs(#239266)
5244b2
- fixed du output for unaccesible dirs(#250089)
5244b2
- a bit of upstream tunning for symlinks
5244b2
5244b2
* Tue Oct 30 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-11
5244b2
- allow cp -a to rewrite file on different filesystem(#219900)
5244b2
  (based on upstream patch)
5244b2
5244b2
* Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-10
5244b2
- modified coreutils-i18n.patch because of sort -R in
5244b2
  a non C locales(fix by Andreas Schwab) (#249315)
5244b2
5244b2
* Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-9
5244b2
- applied upstream patch for runuser to coreutils-selinux.patch(#232652)
5244b2
- License tag to GPLv2+
5244b2
5244b2
* Thu Oct 25 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-8
5244b2
- applied upstream patch for cp and mv(#248591)
5244b2
5244b2
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-7
5244b2
- Fix typo in spec file. (CVS merge conflict leftovers)
5244b2
5244b2
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-6
5244b2
- Remove --all-name from spec file its now provided in the upstream rpm's find-lang.sh
5244b2
- Rebuild
5244b2
5244b2
* Tue Aug 14 2007 Tim Waugh <twaugh@redhat.com> 6.9-5
5244b2
- Don't generate runuser.1 since we ship a complete manpage for it
5244b2
  (bug #241662).
5244b2
5244b2
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 6.9-4
5244b2
- Use hard links instead of symbolic links for LC_TIME files (bug #246729).
5244b2
5244b2
* Wed Jun 13 2007 Tim Waugh <twaugh@redhat.com> 6.9-3
5244b2
- Fixed 'ls -x' output (bug #240298).
5244b2
- Disambiguate futimens() from the glibc implementation (bug #242321).
5244b2
5244b2
* Mon Apr 02 2007 Karsten Hopp <karsten@redhat.com> 6.9-2
5244b2
- /bin/mv in %%post requires libselinux
5244b2
5244b2
* Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 6.9-1
5244b2
- 6.9.
5244b2
5244b2
* Fri Mar  9 2007 Tim Waugh <twaugh@redhat.com>
5244b2
- Better install-info scriptlets (bug #225655).
5244b2
5244b2
* Thu Mar  1 2007 Tim Waugh <twaugh@redhat.com> 6.8-1
5244b2
- 6.8+, in preparation for 6.9.
5244b2
5244b2
* Thu Feb 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-9
5244b2
- Use sed instead of perl for text replacement (bug #225655).
5244b2
- Use install-info scriptlets from the guidelines (bug #225655).
5244b2
5244b2
* Tue Feb 20 2007 Tim Waugh <twaugh@redhat.com> 6.7-8
5244b2
- Don't mark profile scripts as config files (bug #225655).
5244b2
- Avoid extra directory separators (bug #225655).
5244b2
5244b2
* Mon Feb 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-7
5244b2
- Better Obsoletes/Provides versioning (bug #225655).
5244b2
- Use better defattr (bug #225655).
5244b2
- Be info file compression tolerant (bug #225655).
5244b2
- Moved changelog compression to %%install (bug #225655).
5244b2
- Prevent upstream changes being masked (bug #225655).
5244b2
- Added a comment (bug #225655).
5244b2
- Use install -p for non-compiled files (bug #225655).
5244b2
- Use sysconfdir macro for /etc (bug #225655).
5244b2
- Use Requires(pre) etc for install-info (bug #225655).
5244b2
5244b2
* Fri Feb 16 2007 Tim Waugh <twaugh@redhat.com> 6.7-6
5244b2
- Provide version for stat (bug #225655).
5244b2
- Fixed permissions on profile scripts (bug #225655).
5244b2
5244b2
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 6.7-5
5244b2
- Removed unnecessary stuff in pre scriptlet (bug #225655).
5244b2
- Prefix sources with 'coreutils-' (bug #225655).
5244b2
- Avoid %%makeinstall (bug #225655).
5244b2
5244b2
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 6.7-4
5244b2
- Ship COPYING file (bug #225655).
5244b2
- Use datadir and infodir macros in %%pre scriptlet (bug #225655).
5244b2
- Use spaces not tabs (bug #225655).
5244b2
- Fixed build root.
5244b2
- Change prereq to requires (bug #225655).
5244b2
- Explicitly version some obsoletes tags (bug #225655).
5244b2
- Removed obsolete pl translation fix.
5244b2
5244b2
* Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-3
5244b2
- Make scriptlet unconditionally succeed (bug #223681).
5244b2
5244b2
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-2
5244b2
- Build does not require libtermcap-devel.
5244b2
5244b2
* Tue Jan  9 2007 Tim Waugh <twaugh@redhat.com> 6.7-1
5244b2
- 6.7.  No longer need sort-compatibility, rename, newhashes, timestyle,
5244b2
  acl, df-cifs, afs or autoconf patches.
5244b2
5244b2
* Tue Jan  2 2007 Tim Waugh <twaugh@redhat.com>
5244b2
- Prevent 'su --help' showing runuser-only options such as --group.
5244b2
5244b2
* Fri Nov 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-16
5244b2
- Unbreak id (bug #217177).
5244b2
5244b2
* Thu Nov 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-15
5244b2
- Fixed stat's 'C' format specifier (bug #216676).
5244b2
- Misleading 'id -Z root' error message (bug #211089).
5244b2
5244b2
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 5.97-14
5244b2
- Clarified runcon man page (bug #213846).
5244b2
5244b2
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 5.97-13
5244b2
- Own LC_TIME locale directories (bug #210751).
5244b2
5244b2
* Wed Oct  4 2006 Tim Waugh <twaugh@redhat.com> 5.97-12
5244b2
- Fixed 'cp -Z' when destination exists, again (bug #189967).
5244b2
5244b2
* Thu Sep 28 2006 Tim Waugh <twaugh@redhat.com> 5.97-11
5244b2
- Back-ported rename patch (bug #205744).
5244b2
5244b2
* Tue Sep 12 2006 Tim Waugh <twaugh@redhat.com> 5.97-10
5244b2
- Ignore 'cifs' filesystems for 'df -l' (bug #183703).
5244b2
- Include -g/-G in runuser man page (part of bug #199344).
5244b2
- Corrected runuser man page (bug #200620).
5244b2
5244b2
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-9
5244b2
- Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).
5244b2
5244b2
* Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-8
5244b2
- Don't chdir until after PAM bits in su (bug #197659).
5244b2
5244b2
* Tue Aug 15 2006 Tim Waugh <twaugh@redhat.com> 5.97-7
5244b2
- Fixed 'sort -b' multibyte problem (bug #199986).
5244b2
5244b2
* Fri Jul 21 2006 Tim Waugh <twaugh@redhat.com> 5.97-6
5244b2
- Added runuser '-g' and '-G' options (bug #199344).
5244b2
- Added su '--session-command' option (bug #199066).
5244b2
5244b2
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> 5.97-5
5244b2
- 'include' su and runuser scripts in su-l and runuser-l scripts
5244b2
5244b2
* Thu Jul 13 2006 David Howells <dhowells@redhat.com> 5.97-4
5244b2
- split the PAM scripts for "su -l"/"runuser -l" from that of normal "su" and
5244b2
  "runuser" (#198639)
5244b2
- add keyinit instructions to PAM scripts
5244b2
5244b2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.97-3.1
5244b2
- rebuild
5244b2
5244b2
* Tue Jul 11 2006 Tomas Mraz <tmraz@redhat.com> 5.97-3
5244b2
- allow root to su to expired user (#152420)
5244b2
5244b2
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 5.97-2
5244b2
- Allow 'sort +1 -2' (patch from upstream).
5244b2
5244b2
* Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.97-1
5244b2
- 5.97.  No longer need tempname or tee patches, or pl translation.
5244b2
5244b2
* Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.96-4
5244b2
- Include new hashes (bug #196369).  Patch from upstream.
5244b2
- Build at -O1 on s390 for the moment (bug #196369).
5244b2
5244b2
* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com>
5244b2
- Fix large file support for temporary files.
5244b2
5244b2
* Mon Jun  5 2006 Tim Waugh <twaugh@redhat.com> 5.96-3
5244b2
- Fixed Polish translation.
5244b2
5244b2
* Mon May 22 2006 Tim Waugh <twaugh@redhat.com> 5.96-2
5244b2
- 5.96.  No longer need proc patch.
5244b2
5244b2
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com>
5244b2
- Fixed pr properly in multibyte locales (bug #192381).
5244b2
5244b2
* Tue May 16 2006 Tim Waugh <twaugh@redhat.com> 5.95-3
5244b2
- Upstream patch to fix cp -p when proc is not mounted (bug #190601).
5244b2
- BuildRequires libacl-devel.
5244b2
5244b2
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com>
5244b2
- Fixed pr in multibyte locales (bug #189663).
5244b2
5244b2
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 5.95-2
5244b2
- 5.95.
5244b2
5244b2
* Wed Apr 26 2006 Tim Waugh <twaugh@redhat.com> 5.94-4
5244b2
- Avoid redeclared 'tee' function.
5244b2
- Fix 'cp -Z' when the destination exists (bug #189967).
5244b2
5244b2
* Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 5.94-3
5244b2
- Make 'ls -Z' output more consistent with other output formats.
5244b2
5244b2
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 5.94-2
5244b2
- 5.94.
5244b2
5244b2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.2
5244b2
- bump again for double-long bug on ppc(64)
5244b2
5244b2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.1
5244b2
- rebuilt for new gcc4.1 snapshot and glibc changes
5244b2
5244b2
* Mon Jan 23 2006 Tim Waugh <twaugh@redhat.com>
5244b2
- Fixed chcon(1) bug reporting address (bug #178523).
5244b2
5244b2
* Thu Jan  5 2006 Tim Waugh <twaugh@redhat.com> 5.93-7
5244b2
- Don't suppress chown/chgrp errors in install(1) (bug #176708).
5244b2
5244b2
* Mon Jan  2 2006 Dan Walsh <dwalsh@redhat.com> 5.93-6
5244b2
- Remove pam_selinux.so from su.pamd, not needed for targeted and Strict/MLS 
5244b2
  will have to newrole before using.
5244b2
5244b2
* Fri Dec 23 2005 Tim Waugh <twaugh@redhat.com> 5.93-5
5244b2
- Fix "sort -n" (bug #176468).
5244b2
5244b2
* Fri Dec 16 2005 Tim Waugh <twaugh@redhat.com>
5244b2
- Explicitly set default POSIX2 version during configure stage.
5244b2
5244b2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5244b2
- rebuilt
5244b2
5244b2
* Fri Dec  2 2005 Tim Waugh <twaugh@redhat.com>
5244b2
- Parametrize SELinux (bug #174067).
5244b2
- Fix runuser.pamd (bug #173807).
5244b2
5244b2
* Thu Nov 24 2005 Tim Waugh <twaugh@redhat.com> 5.93-4
5244b2
- Rebuild to pick up new glibc *at functions.
5244b2
- Apply runuser PAM patch from bug #173807.  Ship runuser PAM file.
5244b2
5244b2
* Tue Nov 15 2005 Dan Walsh <dwalsh@redhat.com> 5.93-3
5244b2
- Remove multiple from su.pamd
5244b2
5244b2
* Mon Nov 14 2005 Tim Waugh <twaugh@redhat.com> 5.93-2
5244b2
- Call setsid() in su under some circumstances (bug #173008).
5244b2
- Prevent runuser operating when setuid (bug #173113).
5244b2
5244b2
* Tue Nov  8 2005 Tim Waugh <twaugh@redhat.com> 5.93-1
5244b2
- 5.93.
5244b2
- No longer need alt-md5sum-binary, dircolors, mkdir, mkdir2 or tac patches.
5244b2
5244b2
* Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-1
5244b2
- Finished porting i18n patch to sort.c.
5244b2
- Fixed for sort-mb-tests (avoid +n syntax).
5244b2
5244b2
* Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.2
5244b2
- Fix chgrp basic test.
5244b2
- Include md5sum patch from ALT.
5244b2
5244b2
* Mon Oct 24 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.1
5244b2
- 5.92.
5244b2
- No longer need afs, dircolors, utmp, gcc4, brokentest, dateseconds,
5244b2
  chown, rmaccess, copy, stale-utmp, no-sign-extend, fchown patches.
5244b2
- Updated acl, dateman, pam, langinfo, i18n, getgrouplist, selinux patches.
5244b2
- Dropped printf-ll, allow_old_options, jday, zh_CN patches.
5244b2
- NOTE: i18n patch not ported for sort(1) yet.
5244b2
5244b2
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 5.2.1-56
5244b2
- use include instead of pam_stack in pam config
5244b2
5244b2
* Fri Sep 9 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-55
5244b2
- Reverse change to use raw functions
5244b2
5244b2
* Thu Sep  8 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-54
5244b2
- Explicit setuid bit for /bin/su in file manifest (bug #167745).
5244b2
5244b2
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-53
5244b2
- Allow id to run even when SELinux security context can not be run
5244b2
- Change chcon to use raw functions.
5244b2
5244b2
* Tue Jun 28 2005 Tim Waugh <twaugh@redhat.com>
5244b2
- Corrected comments in DIR_COLORS.xterm (bug #161711).
5244b2
5244b2
* Wed Jun 22 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-52
5244b2
- Fixed stale-utmp patch so that 'who -r' and 'who -b' work
5244b2
  again (bug #161264).
5244b2
5244b2
* Fri Jun 17 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-51
5244b2
- Use upstream hostid fix.
5244b2
5244b2
* Thu Jun 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-50
5244b2
- Don't display the sign-extended part of the host id (bug #160078).
5244b2
5244b2
* Tue May 31 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-49
5244b2
- Eliminate bogus "can not preserve context" message when moving files.
5244b2
5244b2
* Wed May 25 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-48
5244b2
- Prevent buffer overflow in who(1) (bug #158405).
5244b2
5244b2
* Fri May 20 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-47
5244b2
- Better error checking in the pam patch (bug #158189).
5244b2
5244b2
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-46
5244b2
- Fix SELinux patch to better handle MLS integration
5244b2
5244b2
* Mon May 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-45
5244b2
- Applied Russell Coker's selinux changes (bug #157856).
5244b2
5244b2
* Fri Apr  8 2005 Tim Waugh <twaugh@redhat.com>
5244b2
- Fixed pam patch from Steve Grubb (bug #154946).
5244b2
- Use better upstream patch for "stale utmp".
5244b2
5244b2
* Tue Mar 29 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-44
5244b2
- Added "stale utmp" patch from upstream.
5244b2
5244b2
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-43
5244b2
- Removed patch that adds -C option to install(1).
5244b2
5244b2
* Wed Mar 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-42
5244b2
- Fixed pam patch.
5244b2
- Fixed broken configure test.
5244b2
- Fixed build with GCC 4 (bug #151045).
5244b2
5244b2
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-41
5244b2
- Jakub Jelinek's sort -t multibyte fixes (bug #147567).
5244b2
5244b2
* Sat Feb  5 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-40
5244b2
- Undo last change (bug #145266).
5244b2
5244b2
* Fri Feb  4 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-38
5244b2
- Special case for ia32e in uname (bug #145266).
5244b2
5244b2
* Thu Jan 13 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-37
5244b2
- Fixed zh_CN translation (bug #144845).  Patch from Mitrophan Chin.
5244b2
5244b2
* Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-36
5244b2
- Fix to only setdefaultfilecon if not overridden by command line
5244b2
5244b2
* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-35
5244b2
- Change install to restorecon if it can
5244b2
5244b2
* Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Fixed small bug in i18n patch.
5244b2
5244b2
* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
5244b2
- Don't set fs uid until after pam_open_session (bug #77791).
5244b2
5244b2
* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-33
5244b2
- Fixed colorls.csh (bug #139988).  Patch from Miloslav Trmac.
5244b2
5244b2
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Updated URL (bug #138279).
5244b2
5244b2
* Mon Oct 25 2004 Steve Grubb <sgrubb@redhat.com> 5.2.1-32
5244b2
- Handle the return code of function calls in runcon.
5244b2
5244b2
* Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
5244b2
5244b2
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
5244b2
- getgrouplist() patch from Ulrich Drepper.
5244b2
- The selinux patch should be applied last.
5244b2
5244b2
* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
5244b2
- Mv runuser to /sbin
5244b2
5244b2
* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
5244b2
- Fix runuser man page.
5244b2
5244b2
* Mon Oct  4 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Fixed build.
5244b2
5244b2
* Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-26
5244b2
- Add runuser as similar to su, but only runable by root
5244b2
5244b2
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-25
5244b2
- chown(1) patch from Ulrich Drepper.
5244b2
5244b2
* Tue Sep 14 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-24
5244b2
- SELinux patch fix: don't display '(null)' if getfilecon() fails
5244b2
  (bug #131196).
5244b2
5244b2
* Fri Aug 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-23
5244b2
- Fixed colorls.csh quoting (bug #102412).
5244b2
- Fixed another join LSB test failure (bug #121153).
5244b2
5244b2
* Mon Aug 16 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-22
5244b2
- Fixed sort -t LSB test failure (bug #121154).
5244b2
- Fixed join LSB test failure (bug #121153).
5244b2
5244b2
* Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-21
5244b2
- Apply upstream patch to fix 'cp -a' onto multiply-linked files (bug #128874).
5244b2
- SELinux patch fix: don't error out if lgetfilecon() returns ENODATA.
5244b2
5244b2
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-20
5244b2
- Added 'konsole' TERM to DIR_COLORS (bug #129544).
5244b2
5244b2
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-19
5244b2
- Added 'gnome' TERM to DIR_COLORS (bug #129112).
5244b2
- Worked around a bash bug #129128.
5244b2
- Fixed an i18n patch bug in cut (bug #129114).
5244b2
5244b2
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Fixed colorls.{sh,csh} so that the l. and ll aliases are always defined
5244b2
  (bug #128948).
5244b2
5244b2
* Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
5244b2
- Fixed field extraction in sort (bug #127694).
5244b2
5244b2
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
5244b2
5244b2
* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
5244b2
- Move pam-xauth to after pam-selinux
5244b2
5244b2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
5244b2
- rebuilt
5244b2
5244b2
* Mon Jun  7 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-15
5244b2
- Fix ls -Z (bug #125447).
5244b2
5244b2
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Build requires bison (bug #125290).
5244b2
5244b2
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-14
5244b2
- Fix selinux patch causing problems with ls --format=... (bug #125238).
5244b2
5244b2
* Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-13
5244b2
- Change su to use pam_selinux open and pam_selinux close
5244b2
5244b2
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-12
5244b2
- Don't call access() on symlinks about to be removed (bug #124699).
5244b2
5244b2
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-11
5244b2
- Fix ja translation (bug #124862).
5244b2
5244b2
* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 5.2.1-10
5244b2
- rebuild
5244b2
5244b2
* Mon May 17 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-9
5244b2
- Mention pam in the info for su (bug #122592).
5244b2
- Remove wheel group rant again (bug #122886).
5244b2
- Change default behaviour for chgrp/chown (bug #123263).  Patch from
5244b2
  upstream.
5244b2
5244b2
* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 5.2.1-8
5244b2
- compiling su PIE
5244b2
5244b2
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Build requires new versions of autoconf and automake (bug #123098).
5244b2
5244b2
* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-7
5244b2
- Fix join -t (bug #122435).
5244b2
5244b2
* Tue Apr 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-6
5244b2
- Fix 'ls -Z' displaying users/groups if stat() failed (bug #121292).
5244b2
5244b2
* Fri Apr 9 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-5
5244b2
- Add ls -LZ fix
5244b2
- Fix chcon to handle "."
5244b2
5244b2
* Wed Mar 17 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Apply upstream fix for non-zero seconds for --date="10:00 +0100".
5244b2
5244b2
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-3
5244b2
- If preserve fails, report as warning unless user requires preserve
5244b2
5244b2
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-2
5244b2
- Make mv default to preserve on context
5244b2
5244b2
* Sat Mar 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-1
5244b2
- 5.2.1.
5244b2
5244b2
* Fri Mar 12 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-9
5244b2
- Add '-Z' to 'ls --help' output (bug #118108).
5244b2
5244b2
* Fri Mar  5 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Fix deref-args test case for rebuilding under SELinux (bug #117556).
5244b2
5244b2
* Wed Feb 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-8
5244b2
- kill(1) offloaded to util-linux altogether.
5244b2
5244b2
* Tue Feb 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-7
5244b2
- Ship the real '[', not a symlink.
5244b2
5244b2
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-6
5244b2
- Apply Paul Eggert's chown patch (bug #116536).
5244b2
- Merged chdir patch into pam patch where it belongs.
5244b2
5244b2
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-5
5244b2
- Fixed i18n patch bug causing sort -M not to work (bug #116575).
5244b2
5244b2
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-4
5244b2
- Reinstate kill binary, just not its man page (bug #116463).
5244b2
5244b2
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-3
5244b2
- Updated ls-stat patch.
5244b2
5244b2
* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 5.2.0-2
5244b2
- fix chcon to ignore . and .. directories for recursing
5244b2
5244b2
* Fri Feb 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-1
5244b2
- Patch ls so that failed stat() is handled gracefully (Ulrich Drepper).
5244b2
- 5.2.0.
5244b2
5244b2
* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- More AFS patch tidying.
5244b2
5244b2
* Wed Feb 18 2004 Dan Walsh <dwalsh@redhat.com> 5.1.3-0.2
5244b2
- fix chcon to handle -h qualifier properly, eliminate potential crash 
5244b2
5244b2
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- Stop 'sort -g' leaking memory (i18n patch bug #115620).
5244b2
- Don't ship kill, since util-linux already does.
5244b2
- Tidy AFS patch.
5244b2
5244b2
* Mon Feb 16 2004 Tim Waugh <twaugh@redhat.com> 5.1.3-0.1
5244b2
- 5.1.3.
5244b2
- Patches ported forward or removed.
5244b2
5244b2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 5.0-40
5244b2
- rebuilt
5244b2
5244b2
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-39
5244b2
- Change /etc/pam.d/su to remove preservuser and add multiple
5244b2
5244b2
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-38
5244b2
- Change is_selinux_enabled to is_selinux_enabled > 0
5244b2
5244b2
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-37
5244b2
- Add pam_selinux to pam file to allow switching of roles within selinux
5244b2
5244b2
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com>
5244b2
- The textutils-2.0.17-mem.patch is no longer needed.
5244b2
5244b2
* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 5.0-36
5244b2
- Fixed autoconf test causing builds to fail.
5244b2
5244b2
* Tue Dec  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-35
5244b2
- Fix copying to non xattr files
5244b2
5244b2
* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 5.0-34.sel
5244b2
- Fix column widths problems in ls.
5244b2
5244b2
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com> 5.0-33.sel
5244b2
- Speed up md5sum by disabling speed-up asm.
5244b2
5244b2
* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-32.sel
5244b2
- Try again
5244b2
5244b2
* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-31.sel
5244b2
- Fix move on non SELinux kernels
5244b2
5244b2
* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com> 5.0-30.sel
5244b2
- Fixed useless acl dependencies (bug #106141).
5244b2
5244b2
* Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 5.0-29.sel
5244b2
- Fix id -Z
5244b2
5244b2
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28.sel
5244b2
- Turn on SELinux
5244b2
- Fix chcon error handling
5244b2
5244b2
* Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28
5244b2
- Turn off SELinux
5244b2
5244b2
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27.sel
5244b2
- Turn on SELinux
5244b2
5244b2
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27
5244b2
- Turn off SELinux
5244b2
5244b2
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-26.sel
5244b2
- Turn on SELinux
5244b2
5244b2
* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
5244b2
- allow compiling without pam support
5244b2
5244b2
* Fri Oct 10 2003 Tim Waugh <twaugh@redhat.com> 5.0-23
5244b2
- Make split(1) handle large files (bug #106700).
5244b2
5244b2
* Thu Oct  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-22
5244b2
- Turn off SELinux
5244b2
5244b2
* Wed Oct  8 2003 Dan Walsh <dwalsh@redhat.com> 5.0-21.sel
5244b2
- Cleanup SELinux patch
5244b2
5244b2
* Fri Oct  3 2003 Tim Waugh <twaugh@redhat.com> 5.0-20
5244b2
- Restrict ACL support to only those programs needing it (bug #106141).
5244b2
- Fix default PATH for LSB (bug #102567).
5244b2
5244b2
* Thu Sep 11 2003 Dan Walsh <dwalsh@redhat.com> 5.0-19
5244b2
- Turn off SELinux
5244b2
5244b2
* Wed Sep 10 2003 Dan Walsh <dwalsh@redhat.com> 5.0-18.sel
5244b2
- Turn on SELinux
5244b2
5244b2
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 5.0-17
5244b2
- Turn off SELinux
5244b2
5244b2
* Tue Sep 2 2003 Dan Walsh <dwalsh@redhat.com> 5.0-16.sel
5244b2
- Only call getfilecon if the user requested it.
5244b2
- build with selinux
5244b2
5244b2
* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 5.0-14
5244b2
- Documentation fix (bug #102697).
5244b2
5244b2
* Tue Aug 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-13
5244b2
- Made su use pam again (oops).
5244b2
- Fixed another i18n bug causing sort --month-sort to fail.
5244b2
- Don't run dubious stty test, since it fails when backgrounded
5244b2
  (bug #102033).
5244b2
- Re-enable make check.
5244b2
5244b2
* Fri Aug  8 2003 Tim Waugh <twaugh@redhat.com> 5.0-12
5244b2
- Don't run 'make check' for this build (build environment problem).
5244b2
- Another uninitialized variable in i18n (from bug #98683).
5244b2
5244b2
* Wed Aug 6 2003 Dan Walsh <dwalsh@redhat.com> 5.0-11
5244b2
- Internationalize runcon
5244b2
- Update latest chcon from NSA
5244b2
5244b2
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com>
5244b2
- Re-enable make check.
5244b2
5244b2
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-9
5244b2
- Don't run 'make check' for this build (build environment problem).
5244b2
5244b2
* Mon Jul 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-8
5244b2
- Actually use the ACL patch (bug #100519).
5244b2
5244b2
* Wed Jul 16 2003 Dan Walsh <dwalsh@redhat.com> 5.0-7
5244b2
- Convert to SELinux
5244b2
5244b2
* Mon Jun  9 2003 Tim Waugh <twaugh@redhat.com>
5244b2
- Removed samefile patch.  Now the test suite passes.
5244b2
5244b2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
5244b2
- rebuilt
5244b2
5244b2
* Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-5
5244b2
- Both kon and kterm support colours (bug #83701).
5244b2
- Fix 'ls -l' alignment in zh_CN locale (bug #88346).
5244b2
5244b2
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-4
5244b2
- Prevent file descriptor leakage in du (bug #90563).
5244b2
- Build requires recent texinfo (bug #90439).
5244b2
5244b2
* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-3
5244b2
- Allow obsolete options unless POSIXLY_CORRECT is set.
5244b2
5244b2
* Sat Apr 12 2003 Tim Waugh <twaugh@redhat.com>
5244b2
- Fold bug was introduced by i18n patch; fixed there instead.
5244b2
5244b2
* Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 5.0-2
5244b2
- fix segfault in fold (#88683)
5244b2
5244b2
* Sat Apr  5 2003 Tim Waugh <twaugh@redhat.com> 5.0-1
5244b2
- 5.0.
5244b2
5244b2
* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com>
5244b2
- Use _smp_mflags.
5244b2
5244b2
* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-2
5244b2
- Remove overwrite patch.
5244b2
- No longer seem to need nolibrt, errno patches.
5244b2
5244b2
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com>
5244b2
- No longer seem to need danglinglink, prompt, lug, touch_errno patches.
5244b2
5244b2
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-1
5244b2
- 4.5.11.
5244b2
- Use packaged readlink.
5244b2
5244b2
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 4.5.10-1
5244b2
- 4.5.10.
5244b2
- Update lug, touch_errno, acl, utmp, printf-ll, i18n, test-bugs patches.
5244b2
- Drop fr_fix, LC_TIME, preserve, regex patches.
5244b2
5244b2
* Wed Mar 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-21
5244b2
- Fixed another i18n patch bug (bug #82032).
5244b2
5244b2
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-20
5244b2
- Fix sort(1) efficiency in multibyte encoding (bug #82032).
5244b2
5244b2
* Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
5244b2
- Ship readlink(1) (bug #84200).
5244b2
5244b2
* Thu Feb 13 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-18
5244b2
- Deal with glibc < 2.2 in %%pre scriplet (bug #84090).
5244b2
5244b2
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-16
5244b2
- Require glibc >= 2.2 (bug #84090).
5244b2
5244b2
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 4.5.3-15
5244b2
- fix group (#84095)
5244b2
5244b2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.5.3-14
5244b2
- rebuilt
5244b2
5244b2
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
5244b2
- Fix rm(1) man page.
5244b2
5244b2
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-13
5244b2
- Fix re_compile_pattern check.
5244b2
- Fix su hang (bug #81653).
5244b2
5244b2
* Tue Jan 14 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-11
5244b2
- Fix memory size calculation.
5244b2
5244b2
* Tue Dec 17 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-10
5244b2
- Fix mv error message (bug #79809).
5244b2
5244b2
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 4.5.3-9
5244b2
- added PreReq on grep
5244b2
5244b2
* Fri Dec 13 2002 Tim Waugh <twaugh@redhat.com>
5244b2
- Fix cp --preserve with multiple arguments.
5244b2
5244b2
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-8
5244b2
- Turn on colorls for screen (bug #78816).
5244b2
5244b2
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-7
5244b2
- Fix mv (bug #79283).
5244b2
- Add patch27 (nogetline).
5244b2
5244b2
* Sun Dec  1 2002 Tim Powers <timp@redhat.com> 4.5.3-6
5244b2
- use the su.pamd from sh-utils since it works properly with multilib systems
5244b2
5244b2
* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-5
5244b2
- Fix test suite quoting problems.
5244b2
5244b2
* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-4
5244b2
- Fix scriplets.
5244b2
- Fix i18n patch so it doesn't break uniq.
5244b2
- Fix several other patches to either make the test suite pass or
5244b2
  not run the relevant tests.
5244b2
- Run 'make check'.
5244b2
- Fix file list.
5244b2
5244b2
* Thu Nov 28 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-3
5244b2
- Adapted for Red Hat Linux.
5244b2
- Self-host for help2man.
5244b2
- Don't ship readlink just yet (maybe later).
5244b2
- Merge patches from fileutils and sh-utils (textutils ones are already
5244b2
  merged it seems).
5244b2
- Keep the binaries where the used to be (in particular, id and stat).
5244b2
5244b2
* Sun Nov 17 2002 Stew Benedict <sbenedict@mandrakesoft.com> 4.5.3-2mdk
5244b2
- LI18NUX/LSB compliance (patch800)
5244b2
- Installed (but unpackaged) file(s) - /usr/share/info/dir
5244b2
5244b2
* Thu Oct 31 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.3-1mdk
5244b2
- new release
5244b2
- rediff patch 180
5244b2
- merge patch 150 into 180
5244b2
5244b2
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-6mdk
5244b2
- move su back to /bin
5244b2
5244b2
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-5mdk
5244b2
- patch 0 : lg locale is illegal and must be renamed lug (pablo)
5244b2
5244b2
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-4mdk
5244b2
- fix conflict with procps
5244b2
5244b2
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-3mdk
5244b2
- patch 105 : fix install -s
5244b2
5244b2
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-2mdk
5244b2
- fix build
5244b2
- don't chmode two times su
5244b2
- build with large file support
5244b2
- fix description
5244b2
- various spec cleanups
5244b2
- fix chroot installation
5244b2
- fix missing /bin/env
5244b2
- add old fileutils, sh-utils & textutils ChangeLogs
5244b2
5244b2
* Fri Oct 11 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-1mdk
5244b2
- initial release (merge fileutils, sh-utils & textutils)
5244b2
- obsoletes/provides: sh-utils/fileutils/textutils
5244b2
- fileutils stuff go in 1xx range
5244b2
- sh-utils stuff go in 7xx range
5244b2
- textutils stuff go in 5xx range
5244b2
- drop obsoletes patches 1, 2, 10 (somes files're gone but we didn't ship
5244b2
  most of them)
5244b2
- rediff patches 103, 105, 111, 113, 180, 706
5244b2
- temporary disable patch 3 & 4
5244b2
- fix fileutils url