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