Ondrej Vasik 25edee
Summary: A set of basic GNU tools commonly used in shell scripts
cvsdist de6548
Name:    coreutils
Ondřej Vašík 58ba6d
Version: 8.9
0c817b
Release: 2%{?dist}
Ondrej Vasik 0363d6
License: GPLv3+
cvsdist 9f271f
Group:   System Environment/Base
Tim Waugh ce8962
Url:     http://www.gnu.org/software/coreutils/
Tim Waugh 6f6444
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Ondrej Vasik c61df8
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Tim Waugh 8eac3d
Source101:  coreutils-DIR_COLORS
Ondrej Vasik 579172
Source102:  coreutils-DIR_COLORS.lightbgcolor
Ondrej Vasik 0363d6
Source103:  coreutils-DIR_COLORS.256color
Tim Waugh 8eac3d
Source105:  coreutils-colorls.sh
Tim Waugh 8eac3d
Source106:  coreutils-colorls.csh
Tim Waugh 8eac3d
Source200:  coreutils-su.pamd
Tim Waugh 8eac3d
Source201:  coreutils-runuser.pamd
Tim Waugh 8eac3d
Source202:  coreutils-su-l.pamd
Tim Waugh 8eac3d
Source203:  coreutils-runuser-l.pamd
cvsdist de6548
Tim Waugh c3e4c8
# From upstream
Tim Waugh c3e4c8
Tim Waugh 02489b
# Our patches
Ondrej Vasik 99caff
#general patch to workaround koji build system issues
Ondrej Vasik 5f9af7
Patch100: coreutils-6.10-configuration.patch
Ondrej Vasik 99caff
#add note about no difference between binary/text mode on Linux - md5sum manpage
Ondrej Vasik 5f9af7
Patch101: coreutils-6.10-manpages.patch
Ondrej Vasik 99caff
#temporarily workaround probable kernel issue with TCSADRAIN(#504798)
Ondrej Vasik 7f2b32
Patch102: coreutils-7.4-sttytcsadrain.patch
Ondrej Vasik 99caff
#do display processor type for uname -p/-i based on uname(2) syscall
Ondrej Vasik 99caff
Patch103: coreutils-8.2-uname-processortype.patch
Kamil Dudka d05927
#df --direct
Kamil Dudka d05927
Patch104: coreutils-df-direct.patch
Ondrej Vasik 437af5
#add jar-like archives to colored ones
Ondrej Vasik 437af5
Patch106: coreutils-8.5-dircolors.patch
cvsdist de6548
cvsdist de6548
# sh-utils
Ondrej Vasik 99caff
#add info about TZ envvar to date manpage
cvsdist de6548
Patch703: sh-utils-2.0.11-dateman.patch
Ondrej Vasik 99caff
#set paths for su explicitly, don't get influenced by paths.h
cvsdist de6548
Patch704: sh-utils-1.16-paths.patch
cvsdist de6548
# RMS will never accept the PAM patch because it removes his historical
cvsdist de6548
# rant about Twenex and the wheel group, so we'll continue to maintain
Ondřej Vašík 917089
# it here indefinitely. Patch is now the same in Fedora and SUSE.
Ondřej Vašík 917089
Patch706: coreutils-8.5-pam.patch
cvsdist de6548
Patch713: coreutils-4.5.3-langinfo.patch
cvsdist de6548
Ondrej Vasik 99caff
# (sb) lin18nux/lsb compliance - multibyte functionality patch
cvsdist 5adf0d
Patch800: coreutils-i18n.patch
cvsdist de6548
Ondrej Vasik 99caff
#Call setsid() in su under some circumstances (bug #173008).
Tim Waugh eb20fc
Patch900: coreutils-setsid.patch
Ondrej Vasik 99caff
#make runuser binary based on su.c
Ondřej Vašík 917089
Patch907: coreutils-8.7-runuser.patch
Ondrej Vasik 99caff
#getgrouplist() patch from Ulrich Drepper.
Tim Waugh 0b3fe5
Patch908: coreutils-getgrouplist.patch
Ondrej Vasik 99caff
#Prevent buffer overflow in who(1) (bug #158405).
Tim Waugh c59bfe
Patch912: coreutils-overflow.patch
Ondřej Vašík c28546
#compile su with pie flag and RELRO protection
Ondřej Vašík f050d2
Patch917: coreutils-8.4-su-pie.patch
cvsdist de6548
Ondrej Vasik 893c38
#SELINUX Patch - implements Redhat changes
Ondrej Vasik 0363d6
#(upstream did some SELinux implementation unlike with RedHat patch)
cvsdist 984ecb
Patch950: coreutils-selinux.patch
Ondrej Vasik d47655
Patch951: coreutils-selinuxmanpages.patch
Kamil Dudka 248169
Ondrej Vasik 75e385
BuildRequires: libselinux-devel
Tim Waugh 6f6444
BuildRequires: libacl-devel
Tim Waugh 6f6444
BuildRequires: gettext bison
Ondrej Vasik 75e385
BuildRequires: texinfo
Ondrej Vasik 75e385
BuildRequires: autoconf
Ondrej Vasik 75e385
BuildRequires: automake
Tim Waugh 6f6444
%{?!nopam:BuildRequires: pam-devel}
Ondrej Vasik 75e385
BuildRequires: libcap-devel
Kamil Dudka f88f91
BuildRequires: libattr-devel
Ondrej Vasik 083eee
BuildRequires: gmp-devel
Kamil Dudka f88f91
BuildRequires: attr
Ondrej Vasik c77f9b
BuildRequires: strace
Tim Waugh 6f6444
Tim Waugh 115de3
Requires(pre): /sbin/install-info
Tim Waugh 115de3
Requires(preun): /sbin/install-info
Tim Waugh 115de3
Requires(post): /sbin/install-info
Tim Waugh 115de3
Requires(post): grep
Ondrej Vasik 75e385
%{?!nopam:Requires: pam }
Ondrej Vasik e464e3
Requires:       ncurses
Ondrej Vasik 083eee
Requires:       gmp
Ondrej Vasik 1bc86e
Requires: %{name}-libs = %{version}-%{release}
cvsdist 9f271f
Tim Waugh 115de3
Provides: fileutils = %{version}-%{release}
Tim Waugh 115de3
Provides: sh-utils = %{version}-%{release}
Tim Waugh 115de3
Provides: stat = %{version}-%{release}
Tim Waugh 115de3
Provides: textutils = %{version}-%{release}
Ondrej Vasik 2c1a19
#old mktemp package had epoch 3, so we have to use 4 for coreutils
Ondrej Vasik 2c1a19
Provides: mktemp = 4:%{version}-%{release}
Ondrej Vasik 2c1a19
Obsoletes: mktemp < 4:%{version}-%{release}
Tim Waugh 115de3
Obsoletes: fileutils <= 4.1.9
Tim Waugh 115de3
Obsoletes: sh-utils <= 2.0.12
Tim Waugh 115de3
Obsoletes: stat <= 3.3
Tim Waugh 115de3
Obsoletes: textutils <= 2.0.21
cvsdist de6548
cvsdist de6548
%description
cvsdist de6548
These are the GNU core utilities.  This package is the combination of
cvsdist de6548
the old GNU fileutils, sh-utils, and textutils packages.
cvsdist de6548
Ondrej Vasik 1bc86e
%package libs
Ondrej Vasik 1bc86e
Summary: Libraries for %{name}
Ondrej Vasik 1bc86e
Group: System Environment/Libraries
Ondrej Vasik 1bc86e
Requires: %{name} = %{version}-%{release}
Ondrej Vasik 1bc86e
Ondrej Vasik 1bc86e
%description libs
Ondrej Vasik 1bc86e
Libraries for coreutils package.
Ondrej Vasik 1bc86e
cvsdist de6548
%prep
Ondrej Vasik c2ee73
%setup -q
cvsdist de6548
Tim Waugh c3e4c8
# From upstream
Tim Waugh c3e4c8
Tim Waugh 02489b
# Our patches
Ondrej Vasik 5f9af7
%patch100 -p1 -b .configure
Ondrej Vasik 5f9af7
%patch101 -p1 -b .manpages
Ondrej Vasik 7f2b32
%patch102 -p1 -b .tcsadrain
Ondrej Vasik 99caff
%patch103 -p1 -b .sysinfo
Kamil Dudka d05927
%patch104 -p1 -b .dfdirect
Ondrej Vasik 437af5
%patch106 -p1 -b .java
cvsdist de6548
cvsdist de6548
# sh-utils
cvsdist de6548
%patch703 -p1 -b .dateman
cvsdist de6548
%patch704 -p1 -b .paths
cvsdist de6548
%patch706 -p1 -b .pam
cvsdist de6548
%patch713 -p1 -b .langinfo
Ondřej Vašík 98ff9f
cvsdist de6548
# li18nux/lsb
cvsdist de6548
%patch800 -p1 -b .i18n
cvsdist de6548
cvsdist de6548
# Coreutils
Tim Waugh eb20fc
%patch900 -p1 -b .setsid
Tim Waugh 8d758e
%patch907 -p1 -b .runuser
Tim Waugh 0b3fe5
%patch908 -p1 -b .getgrouplist
Tim Waugh c59bfe
%patch912 -p1 -b .overflow
Ondřej Vašík f050d2
%patch917 -p1 -b .pie
cvsdist 256d45
cvsdist 256d45
#SELinux
cvsdist 984ecb
%patch950 -p1 -b .selinux
Ondrej Vasik d47655
%patch951 -p1 -b .selinuxman
Kamil Dudka 248169
Kamil Dudka d05927
chmod a+x tests/misc/sort-mb-tests tests/df/direct
Ondrej Vasik e18e41
Ondrej Vasik d47655
#fix typos/mistakes in localized documentation(#439410, #440056)
Ondrej Vasik 8283df
find ./po/ -name "*.p*" | xargs \
Ondrej Vasik 8283df
 sed -i \
Ondrej Vasik 6a4350
 -e 's/-dpR/-cdpR/'
Ondrej Vasik d47655
cvsdist de6548
%build
Ondrej Vasik e18e41
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
cvsdist de6548
%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
Ondrej Vasik 8283df
#autoreconf -i -v
Ondrej Vasik 5f9af7
touch aclocal.m4 configure config.hin Makefile.in */Makefile.in
cvsdist 256d45
aclocal -I m4
cvsdist 256d45
autoconf --force
Tim Waugh 2190ea
automake --copy --add-missing
Ondrej Vasik c77f9b
%configure --enable-largefile %{?!nopam:--enable-pam} \
Tim Waugh 6f6444
           --enable-selinux \
Ondrej Vasik 97c49f
           --enable-install-program=su,hostname,arch \
Ondrej Vasik f27ce0
           --with-tty-group \
Tim Waugh 6f6444
           DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
Ondrej Vasik 893c38
Ondrej Vasik 893c38
# Regenerate manpages
Ondrej Vasik 893c38
touch man/*.x
Ondrej Vasik 893c38
cvsdist 256d45
make all %{?_smp_mflags} \
Ondřej Vašík f050d2
         %{?!nopam:CPPFLAGS="-DUSE_PAM"}
cvsdist de6548
cvsdist de6548
# XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp
Tim Waugh a6d595
sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi
cvsdist de6548
Tim Waugh 6f6444
%check
Tim Waugh 6f6444
make check
cvsdist de6548
cvsdist de6548
%install
cvsdist de6548
rm -rf $RPM_BUILD_ROOT
Tim Waugh 5c114c
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist de6548
cvsdist de6548
# man pages are not installed with make install
cvsdist de6548
make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
cvsdist de6548
cvsdist de6548
# fix japanese catalog file
Tim Waugh a3e6ff
if [ -d $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES ]; then
Tim Waugh a3e6ff
   mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale/ja/LC_MESSAGES
Tim Waugh a3e6ff
   mv $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES/*mo \
Tim Waugh a3e6ff
      $RPM_BUILD_ROOT%{_datadir}/locale/ja/LC_MESSAGES
Tim Waugh a3e6ff
   rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ja_JP.EUC
cvsdist de6548
fi
cvsdist de6548
Tim Waugh 115de3
bzip2 -9f ChangeLog
Tim Waugh 115de3
cvsdist de6548
# let be compatible with old fileutils, sh-utils and textutils packages :
Daniel J Walsh 287389
mkdir -p $RPM_BUILD_ROOT{/bin,%_bindir,%_sbindir,/sbin}
cvsdist 256d45
%{?!nopam:mkdir -p $RPM_BUILD_ROOT%_sysconfdir/pam.d}
Ondrej Vasik a5bbdc
for f in arch basename cat chgrp chmod chown cp cut date dd df echo env false link ln ls mkdir mknod mktemp mv nice pwd readlink rm rmdir sleep sort stty sync touch true uname unlink
cvsdist de6548
do
Ondrej Vasik 0beb80
    mv $RPM_BUILD_ROOT{%_bindir,/bin}/$f
cvsdist de6548
done
cvsdist de6548
cvsdist de6548
# chroot was in /usr/sbin :
Tim Waugh a3e6ff
mv $RPM_BUILD_ROOT{%_bindir,%_sbindir}/chroot
Ondrej Vasik a5bbdc
# {env,cut,readlink} were previously moved from /usr/bin to /bin and linked into
Ondrej Vasik a5bbdc
for i in env cut readlink; do ln -sf ../../bin/$i $RPM_BUILD_ROOT/usr/bin; done
cvsdist de6548
Tim Waugh 115de3
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
Tim Waugh 115de3
install -p -c -m644 %SOURCE101 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS
Ondrej Vasik 579172
install -p -c -m644 %SOURCE102 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.lightbgcolor
Ondrej Vasik 0363d6
install -p -c -m644 %SOURCE103 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.256color
Tim Waugh 115de3
install -p -c -m644 %SOURCE105 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.sh
Tim Waugh 115de3
install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.csh
cvsdist de6548
cvsdist de6548
# su
cvsdist de6548
install -m 4755 src/su $RPM_BUILD_ROOT/bin
Daniel J Walsh 2099ae
install -m 755 src/runuser $RPM_BUILD_ROOT/sbin
Ondrej Vasik c8e66e
# do not ship runuser in /usr/bin/runuser
Ondrej Vasik c8e66e
rm -rf $RPM_BUILD_ROOT/usr/bin/runuser
cvsdist de6548
cvsdist de6548
# These come from util-linux and/or procps.
cvsdist 5adf0d
for i in hostname uptime kill ; do
Tim Waugh 115de3
    rm $RPM_BUILD_ROOT{%_bindir/$i,%_mandir/man1/$i.1}
cvsdist de6548
done
cvsdist de6548
Tim Waugh 115de3
%{?!nopam:install -p -m 644 %SOURCE200 $RPM_BUILD_ROOT%_sysconfdir/pam.d/su}
Tim Waugh 115de3
%{?!nopam:install -p -m 644 %SOURCE202 $RPM_BUILD_ROOT%_sysconfdir/pam.d/su-l}
Tim Waugh 115de3
%{?!nopam:install -p -m 644 %SOURCE201 $RPM_BUILD_ROOT%_sysconfdir/pam.d/runuser}
Tim Waugh 115de3
%{?!nopam:install -p -m 644 %SOURCE203 $RPM_BUILD_ROOT%_sysconfdir/pam.d/runuser-l}
cvsdist de6548
Tim Waugh 115de3
# Compress ChangeLogs from before the fileutils/textutils/etc merge
Tim Waugh 115de3
bzip2 -f9 old/*/C*
cvsdist de6548
Tim Waugh 3928dd
# Use hard links instead of symbolic links for LC_TIME files (bug #246729).
Tim Waugh 3928dd
find %{buildroot}%{_datadir}/locale -type l | \
Tim Waugh 3928dd
(while read link
Tim Waugh 3928dd
 do
Tim Waugh 3928dd
   target=$(readlink "$link")
Tim Waugh 3928dd
   rm -f "$link"
Tim Waugh 3928dd
   ln "$(dirname "$link")/$target" "$link"
Tim Waugh 3928dd
 done)
Tim Waugh 3928dd
Pete Graner 92f50f
%find_lang %name
cvsdist de6548
cvsdist de6548
# (sb) Deal with Installed (but unpackaged) file(s) found
Tim Waugh 6f6444
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
cvsdist de6548
cvsdist de6548
%clean
cvsdist de6548
rm -rf $RPM_BUILD_ROOT
cvsdist de6548
cvsdist de6548
%pre
Tim Waugh 8eac3d
# We must deinstall these info files since they're merged in
Tim Waugh 8eac3d
# coreutils.info. else their postun'll be run too late
Tim Waugh 8eac3d
# and install-info will fail badly because of duplicates
Tim Waugh a6d595
for file in sh-utils textutils fileutils; do
Ondrej Vasik ae3959
  if [ -f %{_infodir}/$file.info.gz ]; then
Ondrej Vasik ae3959
    /sbin/install-info --delete %{_infodir}/$file.info.gz --dir=%{_infodir}/dir &> /dev/null || :
Ondrej Vasik 7915d2
  fi
cvsdist de6548
done
cvsdist de6548
cvsdist de6548
%preun
cvsdist de6548
if [ $1 = 0 ]; then
Ondrej Vasik ae3959
  if [ -f %{_infodir}/%{name}.info.gz ]; then
Ondrej Vasik ae3959
    /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
Ondrej Vasik 7915d2
  fi
cvsdist de6548
fi
cvsdist de6548
cvsdist de6548
%post
cvsdist de6548
/bin/grep -v '(sh-utils)\|(fileutils)\|(textutils)' %{_infodir}/dir > \
cvsdist de6548
  %{_infodir}/dir.rpmmodify || exit 0
cvsdist de6548
    /bin/mv -f %{_infodir}/dir.rpmmodify %{_infodir}/dir
Ondrej Vasik ae3959
if [ -f %{_infodir}/%{name}.info.gz ]; then
Ondrej Vasik ae3959
  /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
Ondrej Vasik 7915d2
fi
cvsdist de6548
cvsdist de6548
%files -f %{name}.lang
Tim Waugh 115de3
%defattr(-,root,root,-)
Tim Waugh 48a2fb
%dir %{_datadir}/locale/*/LC_TIME
cvsdist de6548
%config(noreplace) %{_sysconfdir}/DIR_COLORS*
Ondrej Vasik d3c0f6
%config(noreplace) %{_sysconfdir}/profile.d/*
Tim Waugh 115de3
%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su}
Tim Waugh 115de3
%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su-l}
Tim Waugh 115de3
%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/runuser}
Tim Waugh 115de3
%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/runuser-l}
Tim Waugh 6f6444
%doc COPYING ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
Ondrej Vasik 97c49f
/bin/arch
Tim Waugh f3d22c
/bin/basename
Tim Waugh f3d22c
/bin/cat
Tim Waugh f3d22c
/bin/chgrp
Tim Waugh f3d22c
/bin/chmod
Tim Waugh f3d22c
/bin/chown
Tim Waugh f3d22c
/bin/cp
Tim Waugh f3d22c
/bin/cut
Tim Waugh f3d22c
/bin/date
Tim Waugh f3d22c
/bin/dd
Tim Waugh f3d22c
/bin/df
Tim Waugh f3d22c
/bin/echo
Tim Waugh f3d22c
/bin/env
Tim Waugh f3d22c
/bin/false
Tim Waugh f3d22c
/bin/link
Tim Waugh f3d22c
/bin/ln
Tim Waugh f3d22c
/bin/ls
Tim Waugh f3d22c
/bin/mkdir
Tim Waugh f3d22c
/bin/mknod
Tim Waugh f3d22c
/bin/mv
Tim Waugh f3d22c
/bin/nice
Tim Waugh f3d22c
/bin/pwd
Ondrej Vasik a5bbdc
/bin/readlink
Tim Waugh f3d22c
/bin/rm
Tim Waugh f3d22c
/bin/rmdir
Tim Waugh f3d22c
/bin/sleep
Tim Waugh f3d22c
/bin/sort
Tim Waugh f3d22c
/bin/stty
Tim Waugh f3d22c
%attr(4755,root,root) /bin/su
Tim Waugh f3d22c
/bin/sync
Ondrej Vasik 0363d6
/bin/mktemp
Tim Waugh f3d22c
/bin/touch
Tim Waugh f3d22c
/bin/true
Tim Waugh f3d22c
/bin/uname
Tim Waugh f3d22c
/bin/unlink
cvsdist de6548
%_bindir/*
cvsdist de6548
%_infodir/coreutils*
cvsdist de6548
%_mandir/man*/*
cvsdist de6548
%_sbindir/chroot
Daniel J Walsh 2099ae
/sbin/runuser
cvsdist de6548
Ondrej Vasik 1bc86e
%files libs
Ondrej Vasik 1bc86e
%defattr(-, root, root, -)
Ondrej Vasik 1bc86e
%{_libdir}/coreutils
Ondrej Vasik 1bc86e
cvsdist de6548
%changelog
0c817b
* Sat Jan 08 2011 Dennis Gilmore <dennis@ausil.us> - 8.9-2
0c817b
- drop no longer needed mkstemp patch for sparc 
0c817b
Ondřej Vašík 58ba6d
* Tue Jan 04 2011 Ondrej Vasik <ovasik@redhat.com> - 8.9-1
Ondřej Vašík 58ba6d
- new upstream release coreutils-8.9
Ondřej Vašík 58ba6d
Ondrej Vasik 1c2811
* Fri Dec 31 2010 Ondrej Vasik <ovasik@redhat.com> - 8.8-2
Ondrej Vasik 1c2811
- The suffix length was dependent on the number of bytes
Ondrej Vasik 1c2811
  or lines per file (#666293)
Ondrej Vasik 1c2811
Ondrej Vasik 826eac
* Thu Dec 23 2010 Ondrej Vasik <ovasik@redhat.com> - 8.8-1
Ondrej Vasik 826eac
- fix parallel sorting issue (#655096)
Ondrej Vasik 826eac
- new upstream release coreutils-8.8 (#665164)
Ondrej Vasik 826eac
Ondrej Vasik 35cd80
* Thu Nov 18 2010 Ondrej Vasik <ovasik@redhat.com> - 8.7-2
Ondrej Vasik 35cd80
- don't prompt for password with runuser(#654367)
Ondrej Vasik 35cd80
Ondrej Vasik 35cd80
* Mon Nov 15 2010 Ondrej Vasik <ovasik@redhat.com> - 8.7-1
Ondřej Vašík 917089
- new upstream release coreutils-8.7
Ondřej Vašík 917089
- pam support in su consolidation with SUSE(#622700)
Ondřej Vašík 917089
Kamil Dudka c07997
* Wed Nov 03 2010 Kamil Dudka <kdudka@redhat.com> - 8.6-3
Kamil Dudka c07997
- prevent sort from assertion failure in case LC_CTYPE does not match LC_TIME
Kamil Dudka c07997
  (#647938)
Kamil Dudka c07997
Kamil Dudka bd229e
* Tue Oct 26 2010 Kamil Dudka <kdudka@redhat.com> - 8.6-2
Kamil Dudka bd229e
- improve i18n support in sort (debug-keys test is now back)
Kamil Dudka bd229e
Ondřej Vašík 98ff9f
* Wed Oct 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.6-1
Ondřej Vašík 98ff9f
- new upstream release 8.6
Ondřej Vašík 98ff9f
- remove applied patches, temporarily disable sort
Ondřej Vašík 98ff9f
  debug-keys test for multibyte locales (failing
Ondřej Vašík 98ff9f
  because of i18n patch)
Ondřej Vašík 98ff9f
Ondřej Vašík 0a5116
* Thu Sep 30 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-10
Ondřej Vašík 0a5116
- various fixes for case conversion in tr(#611274)
Ondřej Vašík 0a5116
Jesse Keating eacfb8
* Wed Sep 29 2010 jkeating - 8.5-9
Jesse Keating eacfb8
- Rebuilt for gcc bug 634757
Jesse Keating eacfb8
Ondřej Vašík a921d1
* Mon Sep 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-8
Ondřej Vašík a921d1
- change assertion failure for invalid multibyte input
Ondřej Vašík a921d1
  in sort to less confusing error message(#591352)
Ondřej Vašík a921d1
Ondřej Vašík c28546
* Wed Sep 09 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-7
Ondřej Vašík c28546
- add RELRO protection to su as well (#630017)
Ondřej Vašík c28546
Ondřej Vašík f050d2
* Mon Sep 06 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-6
Ondřej Vašík f050d2
- compile su with pie again (#630017)
Ondřej Vašík f050d2
Ondřej Vašík 2a672b
* Mon Aug 30 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-5
Ondřej Vašík 2a672b
- fix double free abort in tac (#628213)
Ondřej Vašík 2a672b
Ondrej Vasik 437af5
* Thu Jul 22 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-4
Ondrej Vasik 437af5
- Add .ear, .war, .sar , for Java jar-like archives to
Ondrej Vasik 437af5
  dircolors (#616497)
Ondrej Vasik 437af5
Dan Horák 93d4e3
* Fri Jul  2 2010 Dan Horák <dan[at]danny.cz> - 8.5-3
Dan Horák 93d4e3
- rebuilt with the updated configuration patch
Dan Horák 93d4e3
- drop the old -O1 exception for s390(x)
Dan Horák 93d4e3
- updated the getgrouplist patch (Kamil Dudka)
Dan Horák 93d4e3
Ondrej Vasik 542128
* Tue Apr 27 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-2
Ondrej Vasik 542128
- doublequote LS_COLORS in colorls.*sh scripts to speedup
Ondrej Vasik 542128
  shell start(#586029)
Ondrej Vasik 542128
- add patch for mkstemp on sparc64(Dennis Gilmore)
Ondrej Vasik 542128
- update /etc/DIR_COLORS* files
Ondrej Vasik 542128
Ondrej Vasik 12996d
* Mon Apr 26 2010 Ondrej Vasik <ovasik@redhat.com> - 8.5-1
Ondrej Vasik 12996d
- new upstream release 8.5
Ondrej Vasik 12996d
Ondrej Vasik a5bbdc
* Thu Apr 15 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-8
Ondrej Vasik a5bbdc
- move readlink from /usr/bin to bin, keep symlink in
Ondrej Vasik a5bbdc
  /usr/bin(#580682)
Ondrej Vasik a5bbdc
Kamil Dudka d05927
* Mon Mar 29 2010 Kamil Dudka <kdudka@redhat.com> - 8.4-7
Kamil Dudka d05927
- a new option df --direct
Kamil Dudka d05927
Ondrej Vasik 515305
* Sat Mar 20 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-6
Ondrej Vasik 515305
- run tput colors in colorls profile.d scripts only
Ondrej Vasik 515305
  in the interactive mode(#450424)
Ondrej Vasik 515305
Ondrej Vasik edc268
* Fri Feb 12 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-5
Ondrej Vasik edc268
- fix exit status of terminated child processes in su with
Ondrej Vasik edc268
  pam(#559098)
Ondrej Vasik edc268
Ondrej Vasik 5e5036
* Fri Feb 05 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-4
Ondrej Vasik 20666c
- do not depend on selinux patch application in
Ondrej Vasik 20666c
  _require_selinux tests(#556350)
Ondrej Vasik 20666c
Ondrej Vasik 6a2111
* Fri Jan 29 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-3
Ondrej Vasik 6a2111
- do not fail tests if there are no loopdevices left
Ondrej Vasik 6a2111
  (#558898)
Ondrej Vasik 6a2111
Ondrej Vasik f27ce0
* Tue Jan 26 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-2
Ondrej Vasik f27ce0
- who doesn't determine user's message status correctly
Ondrej Vasik f27ce0
  (#454261)
Ondrej Vasik f27ce0
Ondrej Vasik d3f2db
* Thu Jan 14 2010 Ondrej Vasik <ovasik@redhat.com> - 8.4-1
Ondrej Vasik d3f2db
- new upstream release 8.4
Ondrej Vasik d3f2db
Ondrej Vasik dc24bf
* Fri Jan 08 2010 Ondrej Vasik <ovasik@redhat.com> - 8.3-1
Ondrej Vasik dc24bf
- new upstream release 8.3
Ondrej Vasik dc24bf
Ondrej Vasik 9956da
* Wed Jan 06 2010 Ondrej Vasik <ovasik@redhat.com> - 8.2-6
Ondrej Vasik 083eee
- require gmp-devel/gmp for large numbers support(#552846)
Ondrej Vasik 9956da
Ondrej Vasik 437c9e
* Sun Dec 27 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-5
Ondrej Vasik 437c9e
- fix misc/selinux root-only test(#550494)
Ondrej Vasik 437c9e
Ondrej Vasik 99caff
* Sat Dec 19 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-4
Ondrej Vasik 99caff
- bring back uname -p/-i functionality except of the
Ondrej Vasik 99caff
  athlon hack(#548834)
Ondrej Vasik 99caff
- comment patches
Ondrej Vasik 99caff
Ondrej Vasik 75e385
* Wed Dec 16 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-3
Ondrej Vasik 75e385
- use grep instead of deprecated egrep in colorls.sh script
Ondrej Vasik 75e385
  (#548174)
Ondrej Vasik 99caff
- remove unnecessary versioned requires/conflicts
Ondrej Vasik 75e385
- remove non-upstream hack for uname -p
Ondrej Vasik 75e385
Ondrej Vasik 0ab9d4
* Wed Dec 16 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-2
Ondrej Vasik 0ab9d4
- fix DIR_COLORS.256color file
Ondrej Vasik 0ab9d4
Ondrej Vasik e6c893
* Fri Dec 11 2009 Ondrej Vasik <ovasik@redhat.com> - 8.2-1
Ondrej Vasik e6c893
- new upstream release 8.2
Ondrej Vasik 422af9
- removed applied patches, temporarily do not run dup_cloexec()
Ondrej Vasik 422af9
  dependent gnulib tests failing in koji
Ondrej Vasik e6c893
Ondrej Vasik c77f9b
* Fri Nov 27 2009 Ondrej Vasik <ovasik@redhat.com> - 8.1-1
Ondrej Vasik c77f9b
- new upstream release 8.1
Ondrej Vasik c77f9b
- fix build under koji (no test failures with underlying
Ondrej Vasik c77f9b
  RHEL-5 XEN kernel due to unsearchable path and lack of
Ondrej Vasik c77f9b
  futimens functionality)
Ondrej Vasik c77f9b
Ondrej Vasik af1fb4
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-2
Ondrej Vasik af1fb4
- update /etc/DIR_COLORS* files
Ondrej Vasik af1fb4
Ondrej Vasik 207519
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> - 8.0-1
Ondrej Vasik 207519
- New upstream release 8.0 (beta), defuzz patches,
Ondrej Vasik 207519
  remove applied patches
Ondrej Vasik 207519
Ondrej Vasik fa0337
* Mon Oct 05 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-7
Ondrej Vasik fa0337
- chcon no longer aborts on a selinux disabled system
Ondrej Vasik fa0337
  (#527142)
Ondrej Vasik fa0337
Ondrej Vasik ae3959
* Fri Oct 02 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-6
Ondrej Vasik ae3959
- ls -LR exits with status 2, not 0, when it encounters
Ondrej Vasik ae3959
  a cycle(#525402)
Ondrej Vasik ae3959
- ls: print "?", not "0" as inode of dereferenced dangling
Ondrej Vasik ae3959
  symlink(#525400)
Ondrej Vasik ae3959
- call the install-info on .gz info files
Ondrej Vasik ae3959
Ondrej Vasik 066fd3
* Tue Sep 22 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-5
Ondrej Vasik 066fd3
- improve and correct runuser documentation (#524805)
Ondrej Vasik 066fd3
Ondrej Vasik 4c2f2a
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-4
Ondrej Vasik 4c2f2a
- add dircolors color for GNU lzip (#516897)
Ondrej Vasik 4c2f2a
Ondrej Vasik f0deff
* Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-3
Ondrej Vasik f0deff
- fixed typo in DIR_COLORS.256color causing no color for
Ondrej Vasik f0deff
  multihardlink
Ondrej Vasik f0deff
Ondrej Vasik 6a4350
* Wed Sep 16 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-2
Ondrej Vasik 6a4350
- fix copying of extended attributes for read only source
Ondrej Vasik 6a4350
  files
Ondrej Vasik 6a4350
Ondrej Vasik 250517
* Sat Sep 12 2009 Ondrej Vasik <ovasik@redhat.com> - 7.6-1
Ondrej Vasik 250517
- new upstream bugfix release 7.6, removed applied patches,
Ondrej Vasik 250517
  defuzzed the rest
Ondrej Vasik 250517
Ondrej Vasik 266a66
* Thu Sep 10 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-6
Ondrej Vasik 266a66
- fix double free error in fold for singlebyte locales
Ondrej Vasik 266a66
  (caused by multibyte patch)
Ondrej Vasik 266a66
Ondrej Vasik 61fe33
* Tue Sep 08 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-5
Ondrej Vasik 61fe33
- fix sort -h for multibyte locales (reported via
Ondrej Vasik 61fe33
  http://bugs.archlinux.org/task/16022)
Ondrej Vasik 61fe33
Ondrej Vasik 2c2fd9
* Thu Sep 03 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-4
Ondrej Vasik 2c2fd9
- fixed regression where df -l <device> as regular user
Ondrej Vasik 2c2fd9
  cause "Permission denied" (#520630, introduced by fix for
Ondrej Vasik 2c2fd9
  rhbz #497830)
Ondrej Vasik 2c2fd9
Ondrej Vasik 063897
* Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-3
Ondrej Vasik 063897
- ls -i: print consistent inode numbers also for mount points
Ondrej Vasik 063897
  (#453709)
Ondrej Vasik 063897
Ondrej Vasik 5fd0b0
* Mon Aug 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-2
Ondrej Vasik 5fd0b0
- Better fix than workaround the koji insufficient utimensat
Ondrej Vasik 5fd0b0
  support issue to prevent failures in other packages
Ondrej Vasik 5fd0b0
Ondrej Vasik e1052e
* Fri Aug 21 2009 Ondrej Vasik <ovasik@redhat.com> - 7.5-1
Ondrej Vasik e1052e
- New upstream release 7.5, remove already applied patches,
Ondrej Vasik 1bc86e
  defuzz few others, xz in default set(by dependencies),
Ondrej Vasik 1bc86e
  so no explicit br required
Ondrej Vasik 1bc86e
- skip two new tests on system with insufficient utimensat
Ondrej Vasik 1bc86e
  support(e.g. koji)
Ondrej Vasik 1bc86e
- libstdbuf.so in separate coreutils-libs subpackage
Ondrej Vasik 1bc86e
- update /etc/DIRCOLORS*
Ondrej Vasik e1052e
Ondrej Vasik 7915d2
* Thu Aug 06 2009 Ondrej Vasik <ovasik@redhat.com> - 7.4-6
Ondrej Vasik 7915d2
- do process install-info only with info files present(#515970)
Ondrej Vasik 378338
- BuildRequires for xz, use xz tarball
Ondrej Vasik 7915d2
Kamil Dudka ff18ef
* Wed Aug 05 2009 Kamil Dudka <kdudka@redhat.com> - 7.4-5
Kamil Dudka ff18ef
- ls -1U with two or more arguments (or with -R or -s) works properly again
Kamil Dudka ff18ef
- install runs faster again with SELinux enabled (#479502)
Kamil Dudka ff18ef
Jesse Keating 3dc23f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-4
Jesse Keating 3dc23f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 3dc23f
Ondrej Vasik 777ce5
* Mon Jul 06 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-3
Ondrej Vasik 777ce5
- do not ignore sort's version sort for multibyte locales
Ondrej Vasik 777ce5
  (#509688)
Ondrej Vasik 777ce5
Ondrej Vasik 7f2b32
* Thu Jun 16 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-2
Ondrej Vasik 7f2b32
- temporarily workaround probable kernel issue with
Ondrej Vasik 7f2b32
  TCSADRAIN(#504798)
Ondrej Vasik 7f2b32
Ondrej Vasik 67e264
* Mon May 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.4-1
Ondrej Vasik 67e264
- new upstream release 7.4, removed applied patches
Ondrej Vasik 67e264
Ondrej Vasik 17e0ca
* Thu Apr 23 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-3
Ondrej Vasik 17e0ca
- fix segfaults in join (i18n patch) when using multibyte
Ondrej Vasik 17e0ca
  locales(#497368)
Ondrej Vasik 17e0ca
Ondrej Vasik 187c07
* Fri Apr 17 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-2
Ondrej Vasik 187c07
- make mv xattr support failures silent (as is done for
Ondrej Vasik 187c07
  cp -a) - #496142
Ondrej Vasik 187c07
Ondrej Vasik ca7ca1
* Tue Mar 31 2009 Ondrej Vasik <ovasik@redhat.com> 7.2-1
Ondrej Vasik ca7ca1
- New upstream bugfix release 7.2
Ondrej Vasik ca7ca1
- removed applied patches
Ondrej Vasik 1ef0ec
- temporarily disable strverscmp failing gnulib test
Ondrej Vasik ca7ca1
Ondrej Vasik 579172
* Thu Mar 19 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-7
Ondrej Vasik 579172
- do not ship /etc/DIR_COLORS.xterm - as many terminals
Ondrej Vasik 579172
  use TERM xterm and black background as default - making
Ondrej Vasik 579172
  ls color output unreadable
Ondrej Vasik 579172
- shipping /etc/DIR_COLORS.lightbgcolor instead of it for
Ondrej Vasik 579172
  light(white/gray) backgrounds
Ondrej Vasik 579172
- try to preserve xattrs in cp -a when possible
Ondrej Vasik 579172
Ondrej Vasik bfff21
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-6
Ondrej Vasik bfff21
- fix sort bugs (including #485715) for multibyte locales
Ondrej Vasik bfff21
  as well
Ondrej Vasik 579172
Ondrej Vasik c39fe6
* Fri Feb 27 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-5
Ondrej Vasik c39fe6
- fix infinite loop in recursive cp (upstream, introduced
Ondrej Vasik c39fe6
  by 7.1)
Ondrej Vasik c39fe6
Ondrej Vasik a35968
* Thu Feb 26 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-4
Ondrej Vasik a35968
- fix showing ACL's for ls -Z (#487374), fix automatic
Ondrej Vasik a35968
  column width for it as well
Ondrej Vasik a35968
Ondrej Vasik 49c94e
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-3
Ondrej Vasik 49c94e
- fix couple of bugs (including #485715) in sort with
Ondrej Vasik 49c94e
  determining end of fields(upstream)
Ondrej Vasik 49c94e
Ondrej Vasik be8210
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> 7.1-2
Ondrej Vasik be8210
- workaround libcap issue with broken headers (#483548)
Ondrej Vasik be8210
- fix gnulib testsuite failure (4x77 (skip) is not
Ondrej Vasik be8210
  77(skip) ;) )
Ondrej Vasik be8210
Ondrej Vasik c4b1fe
* Tue Feb 24 2009 Ondrej Vasik <ovasik@redhat.com> - 7.1-1
Ondrej Vasik c4b1fe
- New upstream release 7.1 (temporarily using tar.gz tarball
Ondrej Vasik c4b1fe
  as there are no xz utils in Fedora), removed applied
Ondrej Vasik c4b1fe
  patches, amended patches and LS_COLORS files
Ondrej Vasik c4b1fe
Jesse Keating eded8d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0-8
Jesse Keating eded8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating eded8d
Kamil Dudka f88f91
* Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-7
Kamil Dudka f88f91
- added BuildRequires for libattr-devel and attr
Kamil Dudka f88f91
Kamil Dudka b26491
* Wed Jan 28 2009 Kamil Dudka <kdudka@redhat.com> - 7.0-6
Kamil Dudka b26491
- cp/mv: add --no-clobber (-n) option to not overwrite target
Kamil Dudka b26491
- cp/mv: add xattr support (#202823)
Kamil Dudka b26491
Ondrej Vasik f7b542
* Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-5
Ondrej Vasik f7b542
- fix info documentation for expr command as well(#474434)
Ondrej Vasik f7b542
Ondrej Vasik 5a43cb
* Thu Dec 04 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-4
Ondrej Vasik 5a43cb
- fixed syntax error w/ "expr" command using negative
Ondrej Vasik 5a43cb
  string/integer as first (i.e expr -125) - due to
Ondrej Vasik 5a43cb
  complexity of changes used diff against upstream git-head
Ondrej Vasik 5a43cb
  (#474434)
Ondrej Vasik 5a43cb
- enable total-awk test again (and skip it when df not working)
Ondrej Vasik 5a43cb
Ondrej Vasik 25edee
* Tue Nov 25 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-3
Ondrej Vasik 25edee
- package summary tuning
Ondrej Vasik 25edee
Ondrej Vasik 25edee
* Fri Nov 21 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-2
Ondrej Vasik 8283df
- added requirements for util-linux-ng >= 2.14
Ondrej Vasik 8283df
  because of file conflict in update from F-8/F-9(#472445)
Ondrej Vasik 8283df
- some sed cleanup, df totaltests patch changes (not working
Ondrej Vasik 8283df
  correctly yet :( )
Ondrej Vasik 8283df
Ondrej Vasik e8a61f
* Wed Nov 12 2008 Ondrej Vasik <ovasik@redhat.com> - 7.0-1
Ondrej Vasik e18e41
- new upstream release
Ondrej Vasik e18e41
- modification/removal of related patches
Ondrej Vasik e18e41
- use automake 1.10.1 instead of 1.10a
Ondrej Vasik e8a61f
- temporarily skip df --total tests (failures),
Ondrej Vasik e8a61f
  timeout-paramaters (failure on ppc64)
Ondrej Vasik e18e41
Ondrej Vasik e464e3
* Mon Nov 03 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-17
Ondrej Vasik e464e3
- Requires: ncurses (#469277)
Ondrej Vasik e464e3
Ondrej Vasik 893c38
* Wed Oct 21 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-16
Ondrej Vasik 893c38
- make possible to disable capability in ls due to
Ondrej Vasik 893c38
  performance impact when not cached(#467508)
Ondrej Vasik 893c38
- do not patch generated manpages - generate them at build
Ondrej Vasik 893c38
  time
Ondrej Vasik 893c38
- do not mistakenly display -g and -G runuser option in su
Ondrej Vasik 893c38
  --help output
Ondrej Vasik 893c38
Ondrej Vasik 3a1add
* Mon Oct 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-15
Ondrej Vasik 3a1add
- fix several date issues(e.g. countable dayshifts, ignoring
Ondrej Vasik 3a1add
  some cases of relative offset, locales conversions...)
Ondrej Vasik 3a1add
- clarify ls exit statuses documentation (#446294)
Ondrej Vasik 3a1add
Ondrej Vasik 146c35
* Sun Oct 12 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-14
Ondrej Vasik 146c35
- cp -Z now correctly separated in man page (#466646)
Ondrej Vasik 146c35
- cp -Z works again (#466653)
Ondrej Vasik 146c35
- make preservation of SELinux CTX non-mandatory for
Ondrej Vasik 146c35
  preserve=all cp option
Ondrej Vasik 146c35
Ondrej Vasik 0beb80
* Wed Oct 08 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-13
Ondrej Vasik 0beb80
- remove unimplemented (never accepted by upstream) option
Ondrej Vasik 0beb80
  for chcon changes only. Removed from help and man.
Ondrej Vasik 0beb80
- remove ugly lzma hack as lzma is now supported by setup
Ondrej Vasik 0beb80
  macro
Ondrej Vasik 0beb80
Jarod Wilson e11554
* Mon Oct 06 2008 Jarod Wilson <jarod@redhat.com> - 6.12-12
Jarod Wilson e11554
- fix up potential test failures when building in certain
Jarod Wilson e11554
  slightly quirky environments (part of bz#442352)
Jarod Wilson e11554
Ondrej Vasik 9cd65b
* Mon Oct 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-11
Ondrej Vasik 9cd65b
- added requires for libattr (#465569)
Ondrej Vasik 9cd65b
Ondrej Vasik b8498f
* Mon Sep 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-10
Ondrej Vasik b8498f
- seq should no longer fail to display final number of some
Ondrej Vasik b8498f
  float usages of seq with utf8 locales(#463556)
Ondrej Vasik b8498f
Ondrej Vasik a7cab6
* Wed Aug 13 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-9
Ondrej Vasik a7cab6
- mention that DISPLAY and XAUTHORITY envvars are preserved
Ondrej Vasik a7cab6
  for pam_xauth in su -l (#450505)
Ondrej Vasik a7cab6
Kamil Dudka 248169
* Mon Aug 04 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-8
Kamil Dudka 248169
- ls -U1 now uses constant memory
Kamil Dudka 248169
Kamil Dudka c7a6ab
* Wed Jul 24 2008 Kamil Dudka <kdudka@redhat.com> - 6.12-7
Kamil Dudka c7a6ab
- dd: iflag=fullblock now read full blocks if possible
Kamil Dudka c7a6ab
  (#431997, #449263)
Kamil Dudka c7a6ab
- ls: --color now highlights files with capabilities (#449985)
Kamil Dudka c7a6ab
Ondrej Vasik 0e0613
* Wed Jul 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-6
Ondrej Vasik 0e0613
- Get rid off fuzz in patches
Ondrej Vasik 0e0613
Ondrej Vasik 717c34
* Fri Jul 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-5
Ondrej Vasik 717c34
- fix authors for basename and echo
Ondrej Vasik 717c34
- fix who info pages, print last runlevel only for printable
Ondrej Vasik 717c34
  chars
Ondrej Vasik 717c34
Ondrej Vasik 3ed40d
* Mon Jun 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-4
Ondrej Vasik 3ed40d
- print verbose output of chcon with newline after each 
Ondrej Vasik 3ed40d
  message (#451478)
Ondrej Vasik 3ed40d
Ondrej Vasik c8e66e
* Fri Jun 06 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-3
Ondrej Vasik c8e66e
- workaround for koji failures(#449910, #442352) now 
Ondrej Vasik c8e66e
  preserves timestamps correctly - fallback to supported
Ondrej Vasik c8e66e
  functions, added test case
Ondrej Vasik c8e66e
- runuser binary is no longer doubled in /usr/bin/runuser
Ondrej Vasik c8e66e
Ondrej Vasik 98cf8d
* Wed Jun 04 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-2
Ondrej Vasik 98cf8d
- workaround for strange koji failures(#449910,#442352)
Ondrej Vasik 98cf8d
- fixed ls -ZC segfault(#449866, introduced by 6.10-1 
Ondrej Vasik 98cf8d
  SELinux patch reworking) 
Ondrej Vasik 98cf8d
Ondrej Vasik 5f9af7
* Mon Jun 02 2008 Ondrej Vasik <ovasik@redhat.com> - 6.12-1
Ondrej Vasik 5f9af7
- New upstream release 6.12, adapted patches
Ondrej Vasik 5f9af7
Tom Callaway 8738c5
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 6.11-5
Tom Callaway 8738c5
- fix SHA256/SHA512 to work on sparc
Tom Callaway 8738c5
Ondrej Vasik 26314c
* Tue May 20 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-4
Ondrej Vasik 26314c
- fixed a HUGE memory leak in install binary(#447410)
Ondrej Vasik 26314c
Ondrej Vasik 97c49f
* Mon May 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-3
Ondrej Vasik 97c49f
- added arch utility (from util-linux-ng)
Ondrej Vasik 97c49f
- do not show executable file types without executable bit
Ondrej Vasik 97c49f
  in colored ls as executable
Ondrej Vasik 97c49f
Ondrej Vasik 4ff137
* Wed Apr 23 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-2
Ondrej Vasik 4ff137
- Do not show misleading scontext in id command when user
Ondrej Vasik 4ff137
  is specified (#443485)
Ondrej Vasik 4ff137
- Avoid possible test failures on non-english locales
Ondrej Vasik 4ff137
Ondrej Vasik a81ef2
* Mon Apr 21 2008 Ondrej Vasik <ovasik@redhat.com> - 6.11-1
Ondrej Vasik a81ef2
- New upstream release 6.11 
Ondrej Vasik a81ef2
- removed accepted patches + few minor patch changes
Ondrej Vasik a81ef2
Ondrej Vasik 9e2af9
* Fri Apr 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-21
Ondrej Vasik 9e2af9
- fix wrong checksum line handling in sha1sum -c 
Ondrej Vasik 9e2af9
  command(#439531)
Ondrej Vasik 9e2af9
Ondrej Vasik de046a
* Tue Apr 15 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-20
Ondrej Vasik de046a
- fix possible segfault in sha1sum/md5sum command
Ondrej Vasik de046a
Ondrej Vasik c43069
* Mon Apr 14 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-19
Ondrej Vasik c43069
- fix possible build-failure typo in i18n patch(#442205)
Ondrej Vasik c43069
Ondrej Vasik d47655
* Mon Apr  7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-18
Ondrej Vasik d47655
- fix colorls.sh syntax with Zsh (#440652)
Ondrej Vasik d47655
- mention that cp -a includes -c option + mention cp -c 
Ondrej Vasik d47655
  option in manpages (#440056)
Ondrej Vasik d47655
- fix typo in runuser manpages (#439410)
Ondrej Vasik d47655
Ondrej Vasik 829da0
* Sat Mar 29 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-17
Ondrej Vasik 829da0
- better workaround of glibc getoptc change(factor test)
Ondrej Vasik 829da0
- don't segfault mknod, mkfifo with invalid-selinux-context
Ondrej Vasik 829da0
Ondrej Vasik 147167
* Thu Mar 27 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-16
Ondrej Vasik 147167
- keep LS_COLORS when USER_LS_COLORS defined
Ondrej Vasik 147167
- someupstream fixes:
Ondrej Vasik 147167
- mkdir -Z invalid-selinux-context dir no longer segfaults
Ondrej Vasik 147167
- ptx with odd number of backslashes no longer leads to buffer
Ondrej Vasik 147167
  overflow
Ondrej Vasik 147167
- paste -d'\' file" no longer ovveruns memory
Ondrej Vasik 147167
Ondrej Vasik f8a2ac
* Wed Mar 26 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-15
Ondrej Vasik f8a2ac
- covered correct handling for some test conditions failures
Ondrej Vasik f8a2ac
  e.g. root build+selinux active and not running mcstrans(d)
Ondrej Vasik f8a2ac
  or selinux enforcing (#436717)
Ondrej Vasik f8a2ac
Ondrej Vasik 5568ef
* Wed Mar 19 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-14
Ondrej Vasik 5568ef
- mv: never unlink a destination file before calling rename
Ondrej Vasik 5568ef
  (upstream, #438076)
Ondrej Vasik 5568ef
Ondrej Vasik f0d582
* Mon Mar 17 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-13
Ondrej Vasik f0d582
- disable echo option separator behavior(added by #431005,
Ondrej Vasik f0d582
  request for removal #437653 + upstream)
Ondrej Vasik f0d582
- temporarily disabled longoptions change until full 
Ondrej Vasik f0d582
  clarification upstreamery (#431005)
Ondrej Vasik f0d582
Ondrej Vasik 4d6a38
* Tue Mar 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-12
Ondrej Vasik 4d6a38
- fixed harmless double close of stdout in dd(#436368)
Ondrej Vasik 4d6a38
Ondrej Vasik 1ecd64
* Thu Mar  6 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-11
Ondrej Vasik 1ecd64
- fixed broken order of params in stat(#435669)
Ondrej Vasik 1ecd64
Ondrej Vasik fec358
* Tue Mar  4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-10
Ondrej Vasik fec358
- colorls.csh missing doublequotes (#435789)
Ondrej Vasik fec358
- fixed possibility to localize verbose outputs
Ondrej Vasik fec358
Ondrej Vasik d3c0f6
* Mon Mar  3 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-9
Ondrej Vasik d3c0f6
- consolidation of verbose output to stdout (upstream)
Ondrej Vasik d3c0f6
Ondrej Vasik 6feaf7
* Mon Feb 18 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-8
Ondrej Vasik 6feaf7
- use default security context in install - broken by 
Ondrej Vasik 6feaf7
  coreutils-6.10 update(#319231)
Ondrej Vasik 6feaf7
- some sh/csh scripts optimalizations(by ville.skytta@iki.fi,
Ondrej Vasik 6feaf7
  - #433189, #433190)
Ondrej Vasik 6feaf7
Ondrej Vasik 5873d0
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-7
Ondrej Vasik 5873d0
- keep old csh/sh usermodified colorls shell scripts
Ondrej Vasik 5873d0
  but use the new ones(#432154)
Ondrej Vasik 5873d0
Ondrej Vasik 55707b
* Thu Feb  7 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-6
Ondrej Vasik 55707b
- better 256-color support in colorls shell scripts
Ondrej Vasik 55707b
- color tuning(based on feedback in #429121)
Ondrej Vasik 55707b
Ondrej Vasik 6ee11a
* Mon Feb  4 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-5
Ondrej Vasik 6ee11a
- enabled 256-color support in colorls shell scripts(#429121)
Ondrej Vasik 6ee11a
- fixed syntax error in csh script(#431315)
Ondrej Vasik 6ee11a
Ondrej Vasik 6d00d6
* Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-4
Ondrej Vasik 6d00d6
- forgotten return in colorls.sh change
Ondrej Vasik 6d00d6
Ondrej Vasik 5d66c4
* Thu Jan 31 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-3
Ondrej Vasik 5d66c4
- fix unability of echo to display certain strings(added --
Ondrej Vasik 5d66c4
  separator, #431005)
Ondrej Vasik 5d66c4
- do not require only one long_opt for certain commands 
Ondrej Vasik 5d66c4
  e.g. sleep, yes - but use first usable (#431005)
Ondrej Vasik 5d66c4
- do not override userspecified LS_COLORS variable, but
Ondrej Vasik 5d66c4
  use it for colored ls(#430827)
Ondrej Vasik 5d66c4
- discard errors from dircolors to /dev/null + some tuning 
Ondrej Vasik 5d66c4
  of lscolor sh/csh scripts(#430823)
Ondrej Vasik 5d66c4
- do not consider files with SELinux security context as
Ondrej Vasik 5d66c4
  files having ACL in ls long format(#430779)
Ondrej Vasik 5d66c4
Ondrej Vasik 2c1a19
* Mon Jan 28 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-2
Ondrej Vasik 2c1a19
- some manpages improvements(#406981,#284881)
Ondrej Vasik 2c1a19
- fix non-versioned obsoletes of mktemp(#430407)
Ondrej Vasik 2c1a19
Ondrej Vasik 0363d6
* Fri Jan 25 2008 Ondrej Vasik <ovasik@redhat.com> - 6.10-1
Ondrej Vasik 0363d6
- New upstream release(changed %%prep because of lack of lzma
Ondrej Vasik 0363d6
  support in %%setup macro)
Ondrej Vasik 0363d6
- License GPLv3+
Ondrej Vasik 0363d6
- removed patches cp-i-u,du-ls-upstream,statsecuritycontext,
Ondrej Vasik 0363d6
  futimens,getdateYYYYMMDD,ls-x
Ondrej Vasik 0363d6
- modified patches to be compilable after upstream changes
Ondrej Vasik 0363d6
- selinux patch reworked to have backward compatibility with
Ondrej Vasik 0363d6
  F8(cp,ls and stat behaviour differ from upstream in SELinux
Ondrej Vasik 0363d6
  options)
Ondrej Vasik 0363d6
- su-l/runuser-l pam file usage a bit documented(#368721)
Ondrej Vasik 0363d6
- more TERMs for DIR_COLORS, added colors for audio files,
Ondrej Vasik 0363d6
  more image/compress file types(taken from upstream 
Ondrej Vasik 0363d6
  dircolors.hin)
Ondrej Vasik 0363d6
- new file DIR_COLORS.256color which takes advantage from 
Ondrej Vasik 0363d6
  256color term types-not really used yet(#429121)
Ondrej Vasik 0363d6
Ondrej Vasik 7bec82
* Wed Jan 16 2008 Ondrej Vasik <ovasik@redhat.com> - 6.9-17
Ondrej Vasik 7bec82
- added several missing colored TERMs(including rxvt-unicode,
Ondrej Vasik 7bec82
  screen-256color and xterm-256color) to DIR_COLORS and
Ondrej Vasik 7bec82
  DIR_COLORS.xterm(#239266) 
Ondrej Vasik 7bec82
Ondrej Vasik 60e926
* Wed Dec 05 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-16
Ondrej Vasik 60e926
- fix displaying of security context in stat(#411181)
Ondrej Vasik 60e926
Ondrej Vasik cfcdd2
* Thu Nov 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-15
Ondrej Vasik cfcdd2
- completed fix of wrong colored broken symlinks in ls(#404511)
Ondrej Vasik cfcdd2
Ondrej Vasik afa672
* Fri Nov 23 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-14
Ondrej Vasik afa672
- fixed bug in handling YYYYMMDD date format with relative
Ondrej Vasik afa672
  signed offset(#377821)
Ondrej Vasik afa672
Ondrej Vasik 40985b
* Tue Nov 13 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-13
Ondrej Vasik 40985b
- fixed bug in selinux patch which caused bad preserving
Ondrej Vasik 40985b
  of security context in install(#319231)
Ondrej Vasik 40985b
Ondrej Vasik 13c6ce
* Fri Nov 02 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-12
Ondrej Vasik 13c6ce
- added some upstream supported dircolors TERMs(#239266)
Ondrej Vasik 13c6ce
- fixed du output for unaccesible dirs(#250089)
Ondrej Vasik 13c6ce
- a bit of upstream tunning for symlinks
Ondrej Vasik 13c6ce
Ondrej Vasik 2ea786
* Tue Oct 30 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-11
Ondrej Vasik 2ea786
- allow cp -a to rewrite file on different filesystem(#219900)
Ondrej Vasik 2ea786
  (based on upstream patch)
Ondrej Vasik 2ea786
Ondrej Vasik 182f35
* Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-10
Ondrej Vasik 182f35
- modified coreutils-i18n.patch because of sort -R in
Ondrej Vasik 182f35
  a non C locales(fix by Andreas Schwab) (#249315)
Ondrej Vasik 182f35
Ondrej Vasik 96aa3c
* Mon Oct 29 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-9
Ondrej Vasik 96aa3c
- applied upstream patch for runuser to coreutils-selinux.patch(#232652)
Ondrej Vasik 96aa3c
- License tag to GPLv2+
Ondrej Vasik 96aa3c
Ondrej Vasik ae4020
* Thu Oct 25 2007 Ondrej Vasik <ovasik@redhat.com> - 6.9-8
Ondrej Vasik ae4020
- applied upstream patch for cp and mv(#248591)
Ondrej Vasik ae4020
Pete Graner 7830c3
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-7
Pete Graner 7830c3
- Fix typo in spec file. (CVS merge conflict leftovers)
Pete Graner 7830c3
Pete Graner 92f50f
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 6.9-6
Pete Graner 92f50f
- Remove --all-name from spec file its now provided in the upstream rpm's find-lang.sh
Pete Graner 92f50f
- Rebuild
Pete Graner 92f50f
Tim Waugh 08b995
* Tue Aug 14 2007 Tim Waugh <twaugh@redhat.com> 6.9-5
Tim Waugh 08b995
- Don't generate runuser.1 since we ship a complete manpage for it
Tim Waugh 08b995
  (bug #241662).
Tim Waugh 08b995
Tim Waugh 3928dd
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 6.9-4
Tim Waugh 3928dd
- Use hard links instead of symbolic links for LC_TIME files (bug #246729).
Tim Waugh 3928dd
Tim Waugh 3e1644
* Wed Jun 13 2007 Tim Waugh <twaugh@redhat.com> 6.9-3
Tim Waugh 76a86e
- Fixed 'ls -x' output (bug #240298).
Tim Waugh fa9d79
- Disambiguate futimens() from the glibc implementation (bug #242321).
Tim Waugh fa9d79
Karsten Hopp 190abb
* Mon Apr 02 2007 Karsten Hopp <karsten@redhat.com> 6.9-2
Karsten Hopp 190abb
- /bin/mv in %%post requires libselinux
Karsten Hopp 190abb
Tim Waugh 34e227
* Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 6.9-1
Tim Waugh 34e227
- 6.9.
Tim Waugh 34e227
Tim Waugh 3b9e78
* Fri Mar  9 2007 Tim Waugh <twaugh@redhat.com>
Tim Waugh 3b9e78
- Better install-info scriptlets (bug #225655).
Tim Waugh 3b9e78
Tim Waugh 3b9e78
* Thu Mar  1 2007 Tim Waugh <twaugh@redhat.com> 6.8-1
Tim Waugh bb664a
- 6.8+, in preparation for 6.9.
Tim Waugh bb664a
Tim Waugh a6d595
* Thu Feb 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-9
Tim Waugh a6d595
- Use sed instead of perl for text replacement (bug #225655).
Tim Waugh a6d595
- Use install-info scriptlets from the guidelines (bug #225655).
Tim Waugh a6d595
Tim Waugh a3e6ff
* Tue Feb 20 2007 Tim Waugh <twaugh@redhat.com> 6.7-8
Tim Waugh a3e6ff
- Don't mark profile scripts as config files (bug #225655).
Tim Waugh a3e6ff
- Avoid extra directory separators (bug #225655).
Tim Waugh a3e6ff
Tim Waugh 115de3
* Mon Feb 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-7
Tim Waugh 115de3
- Better Obsoletes/Provides versioning (bug #225655).
Tim Waugh 115de3
- Use better defattr (bug #225655).
Tim Waugh 115de3
- Be info file compression tolerant (bug #225655).
Tim Waugh 115de3
- Moved changelog compression to %%install (bug #225655).
Tim Waugh 115de3
- Prevent upstream changes being masked (bug #225655).
Tim Waugh 115de3
- Added a comment (bug #225655).
Tim Waugh 115de3
- Use install -p for non-compiled files (bug #225655).
Tim Waugh 115de3
- Use sysconfdir macro for /etc (bug #225655).
Tim Waugh 115de3
- Use Requires(pre) etc for install-info (bug #225655).
Tim Waugh 115de3
Tim Waugh f4d3c3
* Fri Feb 16 2007 Tim Waugh <twaugh@redhat.com> 6.7-6
Tim Waugh f4d3c3
- Provide version for stat (bug #225655).
Tim Waugh f4d3c3
- Fixed permissions on profile scripts (bug #225655).
Tim Waugh f4d3c3
Tim Waugh eab78b
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 6.7-5
Tim Waugh 8eac3d
- Removed unnecessary stuff in pre scriptlet (bug #225655).
Tim Waugh 8eac3d
- Prefix sources with 'coreutils-' (bug #225655).
Tim Waugh 5c114c
- Avoid %%makeinstall (bug #225655).
Tim Waugh 5c114c
Tim Waugh 6f6444
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 6.7-4
Tim Waugh 6f6444
- Ship COPYING file (bug #225655).
Tim Waugh 6f6444
- Use datadir and infodir macros in %%pre scriptlet (bug #225655).
Tim Waugh 6f6444
- Use spaces not tabs (bug #225655).
Tim Waugh 6f6444
- Fixed build root.
Tim Waugh 6f6444
- Change prereq to requires (bug #225655).
Tim Waugh 6f6444
- Explicitly version some obsoletes tags (bug #225655).
Tim Waugh 6f6444
- Removed obsolete pl translation fix.
Tim Waugh 6f6444
Tim Waugh d705d9
* Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 6.7-3
Tim Waugh d705d9
- Make scriptlet unconditionally succeed (bug #223681).
Tim Waugh d705d9
Tim Waugh b5687d
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 6.7-2
Tim Waugh b5687d
- Build does not require libtermcap-devel.
Tim Waugh b5687d
Tim Waugh d66c4d
* Tue Jan  9 2007 Tim Waugh <twaugh@redhat.com> 6.7-1
Tim Waugh d66c4d
- 6.7.  No longer need sort-compatibility, rename, newhashes, timestyle,
Tim Waugh d66c4d
  acl, df-cifs, afs or autoconf patches.
Tim Waugh d66c4d
Tim Waugh 517635
* Tue Jan  2 2007 Tim Waugh <twaugh@redhat.com>
Tim Waugh 517635
- Prevent 'su --help' showing runuser-only options such as --group.
Tim Waugh 517635
Tim Waugh add8cb
* Fri Nov 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-16
Tim Waugh add8cb
- Unbreak id (bug #217177).
Tim Waugh add8cb
Tim Waugh 6071af
* Thu Nov 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-15
Tim Waugh a30626
- Fixed stat's 'C' format specifier (bug #216676).
Tim Waugh dfe7b9
- Misleading 'id -Z root' error message (bug #211089).
Tim Waugh dfe7b9
Tim Waugh 00dc86
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 5.97-14
Tim Waugh 00dc86
- Clarified runcon man page (bug #213846).
Tim Waugh 00dc86
Tim Waugh 48a2fb
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 5.97-13
Tim Waugh 48a2fb
- Own LC_TIME locale directories (bug #210751).
Tim Waugh 48a2fb
Tim Waugh b9e1cc
* Wed Oct  4 2006 Tim Waugh <twaugh@redhat.com> 5.97-12
Tim Waugh b9e1cc
- Fixed 'cp -Z' when destination exists, again (bug #189967).
Tim Waugh b9e1cc
Tim Waugh c53f23
* Thu Sep 28 2006 Tim Waugh <twaugh@redhat.com> 5.97-11
Tim Waugh c53f23
- Back-ported rename patch (bug #205744).
Tim Waugh c53f23
Tim Waugh 4f8387
* Tue Sep 12 2006 Tim Waugh <twaugh@redhat.com> 5.97-10
Tim Waugh 8e7e29
- Ignore 'cifs' filesystems for 'df -l' (bug #183703).
Tim Waugh 0c6929
- Include -g/-G in runuser man page (part of bug #199344).
Tim Waugh ee5475
- Corrected runuser man page (bug #200620).
Tim Waugh ee5475
Tim Waugh 12a600
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-9
Tim Waugh 12a600
- Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).
Tim Waugh 0e3de1
Tim Waugh e6a660
* Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 5.97-8
Tim Waugh e6a660
- Don't chdir until after PAM bits in su (bug #197659).
Tim Waugh e6a660
Tim Waugh a0c234
* Tue Aug 15 2006 Tim Waugh <twaugh@redhat.com> 5.97-7
Tim Waugh a0c234
- Fixed 'sort -b' multibyte problem (bug #199986).
Tim Waugh a0c234
Tim Waugh 386fb0
* Fri Jul 21 2006 Tim Waugh <twaugh@redhat.com> 5.97-6
Tim Waugh dfdbf3
- Added runuser '-g' and '-G' options (bug #199344).
Tim Waugh 9f2386
- Added su '--session-command' option (bug #199066).
Tim Waugh 9f2386
Tomáš Mráz f36601
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> 5.97-5
Tomáš Mráz f36601
- 'include' su and runuser scripts in su-l and runuser-l scripts
Tomáš Mráz f36601
Tim Waugh 2f0d69
* Thu Jul 13 2006 David Howells <dhowells@redhat.com> 5.97-4
Tim Waugh 9bfad7
- split the PAM scripts for "su -l"/"runuser -l" from that of normal "su" and
Tim Waugh 9bfad7
  "runuser" (#198639)
Tim Waugh 9bfad7
- add keyinit instructions to PAM scripts
Tim Waugh 9bfad7
Jesse Keating 05a09f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.97-3.1
Jesse Keating 05a09f
- rebuild
Jesse Keating 05a09f
Tomáš Mráz 6a951d
* Tue Jul 11 2006 Tomas Mraz <tmraz@redhat.com> 5.97-3
Tomáš Mráz 6a951d
- allow root to su to expired user (#152420)
Tomáš Mráz 6a951d
Tim Waugh 7f110e
* Thu Jun 29 2006 Tim Waugh <twaugh@redhat.com> 5.97-2
Tim Waugh 7f110e
- Allow 'sort +1 -2' (patch from upstream).
Tim Waugh 7f110e
Tim Waugh 8e9a74
* Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.97-1
Tim Waugh 8e9a74
- 5.97.  No longer need tempname or tee patches, or pl translation.
Tim Waugh 8e9a74
Tim Waugh eec631
* Sun Jun 25 2006 Tim Waugh <twaugh@redhat.com> 5.96-4
Tim Waugh 7a87ac
- Include new hashes (bug #196369).  Patch from upstream.
Tim Waugh eec631
- Build at -O1 on s390 for the moment (bug #196369).
Tim Waugh 7a87ac
Tim Waugh 6d3940
* Fri Jun  9 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh 6d3940
- Fix large file support for temporary files.
Tim Waugh 6d3940
Tim Waugh 5dfe09
* Mon Jun  5 2006 Tim Waugh <twaugh@redhat.com> 5.96-3
Tim Waugh 5dfe09
- Fixed Polish translation.
Tim Waugh 5dfe09
Tim Waugh 35a432
* Mon May 22 2006 Tim Waugh <twaugh@redhat.com> 5.96-2
Tim Waugh 35a432
- 5.96.  No longer need proc patch.
Tim Waugh 35a432
Tim Waugh d2082b
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh d2082b
- Fixed pr properly in multibyte locales (bug #192381).
Tim Waugh d2082b
Tim Waugh 30acda
* Tue May 16 2006 Tim Waugh <twaugh@redhat.com> 5.95-3
Tim Waugh e1ef77
- Upstream patch to fix cp -p when proc is not mounted (bug #190601).
Tim Waugh 30acda
- BuildRequires libacl-devel.
Tim Waugh 30acda
Tim Waugh 5b0e44
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh 5b0e44
- Fixed pr in multibyte locales (bug #189663).
Tim Waugh 5b0e44
Tim Waugh c22177
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 5.95-2
Tim Waugh c22177
- 5.95.
Tim Waugh c22177
Tim Waugh 679161
* Wed Apr 26 2006 Tim Waugh <twaugh@redhat.com> 5.94-4
Tim Waugh b54b53
- Avoid redeclared 'tee' function.
Tim Waugh 679161
- Fix 'cp -Z' when the destination exists (bug #189967).
Tim Waugh 679161
Tim Waugh 49a3f8
* Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 5.94-3
Tim Waugh 49a3f8
- Make 'ls -Z' output more consistent with other output formats.
Tim Waugh 49a3f8
Tim Waugh 5505e2
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com> 5.94-2
Tim Waugh 5505e2
- 5.94.
Tim Waugh 5505e2
Jesse Keating 615e84
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.2
Jesse Keating 615e84
- bump again for double-long bug on ppc(64)
Jesse Keating 615e84
Jesse Keating 6395c6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.93-7.1
Jesse Keating 6395c6
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 6395c6
Tim Waugh 84c17f
* Mon Jan 23 2006 Tim Waugh <twaugh@redhat.com>
Tim Waugh 84c17f
- Fixed chcon(1) bug reporting address (bug #178523).
Tim Waugh 84c17f
Tim Waugh 9b70f7
* Thu Jan  5 2006 Tim Waugh <twaugh@redhat.com> 5.93-7
Tim Waugh 9b70f7
- Don't suppress chown/chgrp errors in install(1) (bug #176708).
Tim Waugh 9b70f7
Tim Waugh 9b70f7
* Mon Jan  2 2006 Dan Walsh <dwalsh@redhat.com> 5.93-6
Daniel J Walsh d76cb0
- Remove pam_selinux.so from su.pamd, not needed for targeted and Strict/MLS 
Tim Waugh 9b70f7
  will have to newrole before using.
Daniel J Walsh d76cb0
Tim Waugh d98e6a
* Fri Dec 23 2005 Tim Waugh <twaugh@redhat.com> 5.93-5
Tim Waugh d98e6a
- Fix "sort -n" (bug #176468).
Tim Waugh d98e6a
Tim Waugh 08c23f
* Fri Dec 16 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 08c23f
- Explicitly set default POSIX2 version during configure stage.
Tim Waugh 08c23f
Jesse Keating a668f4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating a668f4
- rebuilt
Jesse Keating a668f4
Tim Waugh 1e34cf
* Fri Dec  2 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh d37e2a
- Parametrize SELinux (bug #174067).
Tim Waugh 1e34cf
- Fix runuser.pamd (bug #173807).
Tim Waugh 1e34cf
Tim Waugh eb8d1d
* Thu Nov 25 2005 Tim Waugh <twaugh@redhat.com> 5.93-4
Tim Waugh eb8d1d
- Rebuild to pick up new glibc *at functions.
Tim Waugh 2190ea
- Apply runuser PAM patch from bug #173807.  Ship runuser PAM file.
Tim Waugh 2190ea
Daniel J Walsh 60a97a
* Tue Nov 14 2005 Dan Walsh <dwalsh@redhat.com> 5.93-3
Daniel J Walsh 60a97a
- Remove multiple from su.pamd
Daniel J Walsh 60a97a
Tim Waugh eb20fc
* Mon Nov 14 2005 Tim Waugh <twaugh@redhat.com> 5.93-2
Tim Waugh eb20fc
- Call setsid() in su under some circumstances (bug #173008).
Tim Waugh eb20fc
- Prevent runuser operating when setuid (bug #173113).
Tim Waugh eb20fc
Tim Waugh 02489b
* Tue Nov  8 2005 Tim Waugh <twaugh@redhat.com> 5.93-1
Tim Waugh 02489b
- 5.93.
Tim Waugh 02489b
- No longer need alt-md5sum-binary, dircolors, mkdir, mkdir2 or tac patches.
Tim Waugh 02489b
Tim Waugh 838ee2
* Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-1
Tim Waugh b4f8aa
- Finished porting i18n patch to sort.c.
Tim Waugh b43cfa
- Fixed for sort-mb-tests (avoid +n syntax).
Tim Waugh 0158c2
Tim Waugh d4e489
* Fri Oct 28 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.2
Tim Waugh 3cad9a
- Fix chgrp basic test.
Tim Waugh 43a39e
- Include md5sum patch from ALT.
Tim Waugh 43a39e
Tim Waugh c3e4c8
* Mon Oct 24 2005 Tim Waugh <twaugh@redhat.com> 5.92-0.1
Tim Waugh c3e4c8
- 5.92.
Tim Waugh c3e4c8
- No longer need afs, dircolors, utmp, gcc4, brokentest, dateseconds,
Tim Waugh c3e4c8
  chown, rmaccess, copy, stale-utmp, no-sign-extend, fchown patches.
Tim Waugh c3e4c8
- Updated acl, dateman, pam, langinfo, i18n, getgrouplist, selinux patches.
Tim Waugh c3e4c8
- Dropped printf-ll, allow_old_options, jday, zh_CN patches.
Tim Waugh c3e4c8
- NOTE: i18n patch not ported for sort(1) yet.
Tim Waugh c3e4c8
Tomáš Mráz 6e90d6
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 5.2.1-56
Tomáš Mráz 6e90d6
- use include instead of pam_stack in pam config
Tomáš Mráz 6e90d6
Daniel J Walsh bc5142
* Fri Sep 9 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-55
Daniel J Walsh bc5142
- Reverse change to use raw functions
Daniel J Walsh bc5142
Tim Waugh f3d22c
* Thu Sep  8 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-54
Tim Waugh f3d22c
- Explicit setuid bit for /bin/su in file manifest (bug #167745).
Tim Waugh f3d22c
Daniel J Walsh 315b3d
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-53
Daniel J Walsh 315b3d
- Allow id to run even when SELinux security context can not be run
Daniel J Walsh 315b3d
- Change chcon to use raw functions.
Daniel J Walsh 315b3d
Tim Waugh 213d50
* Thu Jun 28 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh 213d50
- Corrected comments in DIR_COLORS.xterm (bug #161711).
Tim Waugh 213d50
Tim Waugh aba1a1
* Wed Jun 22 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-52
Tim Waugh 9f33eb
- Fixed stale-utmp patch so that 'who -r' and 'who -b' work
Tim Waugh 9f33eb
  again (bug #161264).
Tim Waugh 9f33eb
Tim Waugh df9da8
* Fri Jun 17 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-51
Tim Waugh 4ba46b
- Use upstream hostid fix.
Tim Waugh 94f166
Tim Waugh 02260c
* Thu Jun 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-50
Tim Waugh db6584
- Don't display the sign-extended part of the host id (bug #160078).
Tim Waugh db6584
Daniel J Walsh 752d13
* Tue May 31 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-49
Daniel J Walsh 752d13
- Eliminate bogus "can not preserve context" message when moving files.
Daniel J Walsh 752d13
Tim Waugh 32ea31
* Wed May 25 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-48
Tim Waugh c59bfe
- Prevent buffer overflow in who(1) (bug #158405).
Tim Waugh c59bfe
Tim Waugh f316b2
* Fri May 20 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-47
Tim Waugh f1ce78
- Better error checking in the pam patch (bug #158189).
Tim Waugh f1ce78
Daniel J Walsh 731adc
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-46
Daniel J Walsh 731adc
- Fix SELinux patch to better handle MLS integration
Daniel J Walsh 731adc
Tim Waugh 70689c
* Mon May 16 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-45
Tim Waugh 641654
- Applied Russell Coker's selinux changes (bug #157856).
Tim Waugh 641654
Tim Waugh eea395
* Fri Apr  8 2005 Tim Waugh <twaugh@redhat.com>
Tim Waugh e87740
- Fixed pam patch from Steve Grubb (bug #154946).
Tim Waugh eea395
- Use better upstream patch for "stale utmp".
Tim Waugh eea395
Tim Waugh 687827
* Tue Mar 29 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-44
Tim Waugh e9a31c
- Added "stale utmp" patch from upstream.
Tim Waugh e9a31c
Tim Waugh f932e2
* Thu Mar 24 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-43
Tim Waugh 74f43d
- Removed patch that adds -C option to install(1).
Tim Waugh 74f43d
Tim Waugh 18c37e
* Wed Mar 14 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-42
Tim Waugh 3dd4af
- Fixed pam patch.
Tim Waugh ce1c9e
- Fixed broken configure test.
Tim Waugh 18c37e
- Fixed build with GCC 4 (bug #151045).
Tim Waugh 18c37e
Tim Waugh c790d7
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-41
Tim Waugh 1957ec
- Jakub Jelinek's sort -t multibyte fixes (bug #147567).
Tim Waugh c790d7
Tim Waugh 461462
* Sat Feb  5 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-40
Tim Waugh 46f98f
- Undo last change (bug #145266).
Tim Waugh 46f98f
Tim Waugh 0cbb01
* Fri Feb  4 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-38
Tim Waugh 0cbb01
- Special case for ia32e in uname (bug #145266).
Tim Waugh 0cbb01
Tim Waugh f79800
* Thu Jan 13 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-37
Tim Waugh f79800
- Fixed zh_CN translation (bug #144845).  Patch from Mitrophan Chin.
Tim Waugh f79800
Daniel J Walsh fee87d
* Mon Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-36
Daniel J Walsh fee87d
- Fix to only setdefaultfilecon if not overridden by command line
Daniel J Walsh fee87d
Daniel J Walsh 129baa
* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-35
Daniel J Walsh 129baa
- Change install to restorecon if it can
Daniel J Walsh 129baa
Tim Waugh 6fa4c6
* Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh 6fa4c6
- Fixed small bug in i18n patch.
Tim Waugh 6fa4c6
Tim Waugh a2135b
* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
Tim Waugh e22b4c
- Don't set fs uid until after pam_open_session (bug #77791).
Tim Waugh a2135b
Tim Waugh 641fbf
* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-33
Tim Waugh ed1ec6
- Fixed colorls.csh (bug #139988).  Patch from Miloslav Trmac.
Tim Waugh ed1ec6
Tim Waugh ce8962
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh ce8962
- Updated URL (bug #138279).
Tim Waugh ce8962
Steve Grubb ec3c8c
* Mon Oct 25 2004 Steve Grubb <sgrubb@redhat.com> 5.2.1-32
Steve Grubb ec3c8c
- Handle the return code of function calls in runcon.
Steve Grubb ec3c8c
Tim Waugh b9ce60
* Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh b9ce60
- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
Tim Waugh b9ce60
Tim Waugh 0b3fe5
* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
Tim Waugh 0b3fe5
- getgrouplist() patch from Ulrich Drepper.
Tim Waugh 8d758e
- The selinux patch should be applied last.
Tim Waugh 8d758e
Tim Waugh 8d758e
* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
Daniel J Walsh 2099ae
- Mv runuser to /sbin
Daniel J Walsh 0c0301
Tim Waugh 8d758e
* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
Daniel J Walsh 160026
- Fix runuser man page.
Daniel J Walsh 160026
Tim Waugh a6ebcf
* Mon Oct  4 2004 Tim Waugh <twaugh@redhat.com>
Tim Waugh a6ebcf
- Fixed build.
Tim Waugh a6ebcf
Daniel J Walsh b87903
* Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-26
Daniel J Walsh b87903
- Add runuser as similar to su, but only runable by root
Daniel J Walsh b87903
Tim Waugh 2d2163
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-25
Tim Waugh 2d2163
- chown(1) patch from Ulrich Drepper.
Tim Waugh 2d2163
Tim Waugh 1859d8
* Tue Sep 14 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-24
Tim Waugh 272cac
- SELinux patch fix: don't display '(null)' if getfilecon() fails
Tim Waugh 272cac
  (bug #131196).
Tim Waugh 272cac
cvsdist 8592c2
* Fri Aug 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-23
cvsdist 8592c2
- Fixed colorls.csh quoting (bug #102412).
cvsdist 8592c2
- Fixed another join LSB test failure (bug #121153).
cvsdist 8592c2
cvsdist 224ab6
* Mon Aug 16 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-22
cvsdist 224ab6
- Fixed sort -t LSB test failure (bug #121154).
cvsdist 224ab6
- Fixed join LSB test failure (bug #121153).
cvsdist 224ab6
cvsdist 6d8c1f
* Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-21
cvsdist 6d8c1f
- Apply upstream patch to fix 'cp -a' onto multiply-linked files (bug #128874).
cvsdist 6d8c1f
- SELinux patch fix: don't error out if lgetfilecon() returns ENODATA.
cvsdist 6d8c1f
cvsdist 47c4bd
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-20
cvsdist 47c4bd
- Added 'konsole' TERM to DIR_COLORS (bug #129544).
cvsdist 47c4bd
cvsdist f64889
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-19
cvsdist f64889
- Added 'gnome' TERM to DIR_COLORS (bug #129112).
cvsdist f64889
- Worked around a bash bug #129128.
cvsdist f64889
- Fixed an i18n patch bug in cut (bug #129114).
cvsdist f64889
cvsdist f64889
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
cvsdist f64889
- Fixed colorls.{sh,csh} so that the l. and ll aliases are always defined
cvsdist f64889
  (bug #128948).
cvsdist f64889
cvsdist 9c951d
* Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
cvsdist 9c951d
- Fixed field extraction in sort (bug #127694).
cvsdist 9c951d
cvsdist 9c951d
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 9c951d
- Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
cvsdist 9c951d
cvsdist 868bbf
* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
cvsdist 868bbf
- Move pam-xauth to after pam-selinux
cvsdist 868bbf
cvsdist 9755e6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9755e6
- rebuilt
cvsdist 9755e6
cvsdist 86d306
* Mon Jun  7 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-15
cvsdist 86d306
- Fix ls -Z (bug #125447).
cvsdist 86d306
cvsdist 86d306
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 86d306
- Build requires bison (bug #125290).
cvsdist 86d306
cvsdist 99fa47
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-14
cvsdist 99fa47
- Fix selinux patch causing problems with ls --format=... (bug #125238).
cvsdist 99fa47
cvsdist 51810f
* Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-13
cvsdist 51810f
- Change su to use pam_selinux open and pam_selinux close
cvsdist 51810f
cvsdist 078e2c
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-12
cvsdist 078e2c
- Don't call access() on symlinks about to be removed (bug #124699).
cvsdist 078e2c
cvsdist 460c93
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-11
cvsdist 460c93
- Fix ja translation (bug #124862).
cvsdist 460c93
cvsdist 460c93
* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 5.2.1-10
cvsdist 460c93
- rebuild
cvsdist 460c93
cvsdist 460c93
* Mon May 17 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-9
cvsdist 460c93
- Mention pam in the info for su (bug #122592).
cvsdist 460c93
- Remove wheel group rant again (bug #122886).
cvsdist 460c93
- Change default behaviour for chgrp/chown (bug #123263).  Patch from
cvsdist 460c93
  upstream.
cvsdist 460c93
cvsdist 460c93
* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 5.2.1-8
cvsdist 460c93
- compiling su PIE
cvsdist 460c93
cvsdist 460c93
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 460c93
- Build requires new versions of autoconf and automake (bug #123098).
cvsdist 460c93
cvsdist 4d15f3
* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-7
cvsdist 4d15f3
- Fix join -t (bug #122435).
cvsdist 4d15f3
cvsdist 4d15f3
* Tue Apr 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-6
cvsdist 4d15f3
- Fix 'ls -Z' displaying users/groups if stat() failed (bug #121292).
cvsdist 4d15f3
cvsdist 4d15f3
* Fri Apr 9 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-5
cvsdist 4d15f3
- Add ls -LZ fix
cvsdist 4d15f3
- Fix chcon to handle "."
cvsdist 4d15f3
cvsdist 4d15f3
* Wed Mar 17 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 4d15f3
- Apply upstream fix for non-zero seconds for --date="10:00 +0100".
cvsdist 4d15f3
cvsdist 5adf0d
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-3
cvsdist 5adf0d
- If preserve fails, report as warning unless user requires preserve
cvsdist 5adf0d
cvsdist 5adf0d
* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-2
cvsdist 5adf0d
- Make mv default to preserve on context
cvsdist 5adf0d
cvsdist 5adf0d
* Sat Mar 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-1
cvsdist 5adf0d
- 5.2.1.
cvsdist 5adf0d
cvsdist 5adf0d
* Fri Mar 12 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-9
cvsdist 5adf0d
- Add '-Z' to 'ls --help' output (bug #118108).
cvsdist 5adf0d
cvsdist 5adf0d
* Fri Mar  5 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 5adf0d
- Fix deref-args test case for rebuilding under SELinux (bug #117556).
cvsdist 5adf0d
cvsdist 5adf0d
* Wed Feb 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-8
cvsdist 5adf0d
- kill(1) offloaded to util-linux altogether.
cvsdist 5adf0d
cvsdist 5adf0d
* Tue Feb 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-7
cvsdist 5adf0d
- Ship the real '[', not a symlink.
cvsdist 5adf0d
cvsdist 5adf0d
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-6
cvsdist 5adf0d
- Apply Paul Eggert's chown patch (bug #116536).
cvsdist 5adf0d
- Merged chdir patch into pam patch where it belongs.
cvsdist 5adf0d
cvsdist 5adf0d
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-5
cvsdist 5adf0d
- Fixed i18n patch bug causing sort -M not to work (bug #116575).
cvsdist 5adf0d
cvsdist 5adf0d
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-4
cvsdist 5adf0d
- Reinstate kill binary, just not its man page (bug #116463).
cvsdist 5adf0d
cvsdist 5adf0d
* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-3
cvsdist 5adf0d
- Updated ls-stat patch.
cvsdist 5adf0d
cvsdist 5adf0d
* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 5.2.0-2
cvsdist 5adf0d
- fix chcon to ignore . and .. directories for recursing
cvsdist 5adf0d
cvsdist 5adf0d
* Fri Feb 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-1
cvsdist 5adf0d
- Patch ls so that failed stat() is handled gracefully (Ulrich Drepper).
cvsdist 5adf0d
- 5.2.0.
cvsdist 5adf0d
cvsdist 5adf0d
* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 5adf0d
- More AFS patch tidying.
cvsdist 5adf0d
cvsdist 5adf0d
* Wed Feb 18 2004 Dan Walsh <dwalsh@redhat.com> 5.1.3-0.2
cvsdist 5adf0d
- fix chcon to handle -h qualifier properly, eliminate potential crash 
cvsdist 5adf0d
cvsdist 5adf0d
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 5adf0d
- Stop 'sort -g' leaking memory (i18n patch bug #115620).
cvsdist 5adf0d
- Don't ship kill, since util-linux already does.
cvsdist 5adf0d
- Tidy AFS patch.
cvsdist 5adf0d
cvsdist 5adf0d
* Mon Feb 16 2004 Tim Waugh <twaugh@redhat.com> 5.1.3-0.1
cvsdist 5adf0d
- 5.1.3.
cvsdist 5adf0d
- Patches ported forward or removed.
cvsdist 5adf0d
cvsdist 5adf0d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 5.0-40
cvsdist 5adf0d
- rebuilt
cvsdist 5adf0d
cvsdist 9a3c57
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-39
cvsdist 9a3c57
- Change /etc/pam.d/su to remove preservuser and add multiple
cvsdist 9a3c57
cvsdist 9a3c57
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-38
cvsdist 9a3c57
- Change is_selinux_enabled to is_selinux_enabled > 0
cvsdist 9a3c57
cvsdist 9a3c57
* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-37
cvsdist 9a3c57
- Add pam_selinux to pam file to allow switching of roles within selinux
cvsdist 9a3c57
cvsdist 9a3c57
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 9a3c57
- The textutils-2.0.17-mem.patch is no longer needed.
cvsdist 9a3c57
cvsdist 9a3c57
* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 5.0-36
cvsdist 9a3c57
- Fixed autoconf test causing builds to fail.
cvsdist 9a3c57
cvsdist 9a3c57
* Tue Dec  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-35
cvsdist 9a3c57
- Fix copying to non xattr files
cvsdist 984ecb
cvsdist 984ecb
* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 5.0-34.sel
cvsdist 984ecb
- Fix column widths problems in ls.
cvsdist 984ecb
cvsdist 984ecb
* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com> 5.0-33.sel
cvsdist 984ecb
- Speed up md5sum by disabling speed-up asm.
cvsdist 984ecb
cvsdist 984ecb
* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-32.sel
cvsdist 984ecb
- Try again
cvsdist 984ecb
cvsdist 984ecb
* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-31.sel
cvsdist 984ecb
- Fix move on non SELinux kernels
cvsdist 984ecb
cvsdist 984ecb
* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com> 5.0-30.sel
cvsdist 984ecb
- Fixed useless acl dependencies (bug #106141).
cvsdist 984ecb
cvsdist 984ecb
* Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 5.0-29.sel
cvsdist 984ecb
- Fix id -Z
cvsdist 984ecb
cvsdist 984ecb
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28.sel
cvsdist 984ecb
- Turn on SELinux
cvsdist 984ecb
- Fix chcon error handling
cvsdist 984ecb
cvsdist 984ecb
* Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28
cvsdist 984ecb
- Turn off SELinux
cvsdist 984ecb
cvsdist 984ecb
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27.sel
cvsdist 984ecb
- Turn on SELinux
cvsdist 984ecb
cvsdist 984ecb
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27
cvsdist 984ecb
- Turn off SELinux
cvsdist 984ecb
cvsdist 984ecb
* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-26.sel
cvsdist 984ecb
- Turn on SELinux
cvsdist 984ecb
cvsdist 256d45
* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 256d45
- allow compiling without pam support
cvsdist 256d45
cvsdist 256d45
* Fri Oct 10 2003 Tim Waugh <twaugh@redhat.com> 5.0-23
cvsdist 256d45
- Make split(1) handle large files (bug #106700).
cvsdist 256d45
cvsdist 256d45
* Thu Oct  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-22
cvsdist 256d45
- Turn off SELinux
cvsdist 256d45
cvsdist 256d45
* Wed Oct  8 2003 Dan Walsh <dwalsh@redhat.com> 5.0-21.sel
cvsdist 256d45
- Cleanup SELinux patch
cvsdist 256d45
cvsdist 256d45
* Fri Oct  3 2003 Tim Waugh <twaugh@redhat.com> 5.0-20
cvsdist 256d45
- Restrict ACL support to only those programs needing it (bug #106141).
cvsdist 256d45
- Fix default PATH for LSB (bug #102567).
cvsdist 256d45
cvsdist 256d45
* Thu Sep 11 2003 Dan Walsh <dwalsh@redhat.com> 5.0-19
cvsdist 256d45
- Turn off SELinux
cvsdist 256d45
cvsdist 256d45
* Wed Sep 10 2003 Dan Walsh <dwalsh@redhat.com> 5.0-18.sel
cvsdist 256d45
- Turn on SELinux
cvsdist 256d45
cvsdist 256d45
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 5.0-17
cvsdist 256d45
- Turn off SELinux
cvsdist 256d45
cvsdist 256d45
* Tue Sep 2 2003 Dan Walsh <dwalsh@redhat.com> 5.0-16.sel
cvsdist 256d45
- Only call getfilecon if the user requested it.
cvsdist 256d45
- build with selinux
cvsdist 256d45
cvsdist 256d45
* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 5.0-14
cvsdist 256d45
- Documentation fix (bug #102697).
cvsdist 256d45
cvsdist 256d45
* Tue Aug 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-13
cvsdist 256d45
- Made su use pam again (oops).
cvsdist 256d45
- Fixed another i18n bug causing sort --month-sort to fail.
cvsdist 256d45
- Don't run dubious stty test, since it fails when backgrounded
cvsdist 256d45
  (bug #102033).
cvsdist 256d45
- Re-enable make check.
cvsdist 256d45
cvsdist 256d45
* Fri Aug  8 2003 Tim Waugh <twaugh@redhat.com> 5.0-12
cvsdist 256d45
- Don't run 'make check' for this build (build environment problem).
cvsdist 256d45
- Another uninitialized variable in i18n (from bug #98683).
cvsdist 256d45
cvsdist 256d45
* Wed Aug 6 2003 Dan Walsh <dwalsh@redhat.com> 5.0-11
cvsdist 256d45
- Internationalize runcon
cvsdist 256d45
- Update latest chcon from NSA
cvsdist 256d45
cvsdist 256d45
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 256d45
- Re-enable make check.
cvsdist 256d45
cvsdist 256d45
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-9
cvsdist 256d45
- Don't run 'make check' for this build (build environment problem).
cvsdist 256d45
cvsdist 256d45
* Mon Jul 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-8
cvsdist 256d45
- Actually use the ACL patch (bug #100519).
cvsdist 256d45
cvsdist 256d45
* Wed Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 5.0-7
cvsdist 256d45
- Convert to SELinux
cvsdist 256d45
cvsdist 256d45
* Mon Jun  9 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 256d45
- Removed samefile patch.  Now the test suite passes.
cvsdist 256d45
cvsdist 256d45
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 256d45
- rebuilt
cvsdist 256d45
cvsdist 256d45
* Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-5
cvsdist 256d45
- Both kon and kterm support colours (bug #83701).
cvsdist 256d45
- Fix 'ls -l' alignment in zh_CN locale (bug #88346).
cvsdist 256d45
cvsdist 256d45
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-4
cvsdist 256d45
- Prevent file descriptor leakage in du (bug #90563).
cvsdist 256d45
- Build requires recent texinfo (bug #90439).
cvsdist 256d45
cvsdist 256d45
* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-3
cvsdist 256d45
- Allow obsolete options unless POSIXLY_CORRECT is set.
cvsdist 256d45
cvsdist 256d45
* Sat Apr 12 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 256d45
- Fold bug was introduced by i18n patch; fixed there instead.
cvsdist 256d45
cvsdist 256d45
* Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 5.0-2
cvsdist 13fee3
- fix segfault in fold (#88683)
cvsdist 1068ba
cvsdist 256d45
* Sat Apr  5 2003 Tim Waugh <twaugh@redhat.com> 5.0-1
cvsdist 256d45
- 5.0.
cvsdist 256d45
cvsdist 256d45
* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 256d45
- Use _smp_mflags.
cvsdist 256d45
cvsdist 256d45
* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-2
cvsdist 256d45
- Remove overwrite patch.
cvsdist 256d45
- No longer seem to need nolibrt, errno patches.
cvsdist 256d45
cvsdist 256d45
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 256d45
- No longer seem to need danglinglink, prompt, lug, touch_errno patches.
cvsdist 256d45
cvsdist 256d45
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-1
cvsdist 256d45
- 4.5.11.
cvsdist 256d45
- Use packaged readlink.
cvsdist 256d45
cvsdist 256d45
* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 4.5.10-1
cvsdist 256d45
- 4.5.10.
cvsdist 256d45
- Update lug, touch_errno, acl, utmp, printf-ll, i18n, test-bugs patches.
cvsdist 256d45
- Drop fr_fix, LC_TIME, preserve, regex patches.
cvsdist 256d45
cvsdist 256d45
* Wed Mar 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-21
cvsdist 256d45
- Fixed another i18n patch bug (bug #82032).
cvsdist 256d45
cvsdist 256d45
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-20
cvsdist 256d45
- Fix sort(1) efficiency in multibyte encoding (bug #82032).
cvsdist 256d45
cvsdist 9f271f
* Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
cvsdist 9f271f
- Ship readlink(1) (bug #84200).
cvsdist 9f271f
cvsdist 9f271f
* Thu Feb 13 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-18
cvsdist 9f271f
- Deal with glibc < 2.2 in %%pre scriplet (bug #84090).
cvsdist 9f271f
cvsdist 9f271f
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-16
cvsdist 9f271f
- Require glibc >= 2.2 (bug #84090).
cvsdist 9f271f
cvsdist 9f271f
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 4.5.3-15
cvsdist 9f271f
- fix group (#84095)
cvsdist 9f271f
cvsdist 9f271f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.5.3-14
cvsdist 9f271f
- rebuilt
cvsdist 9f271f
cvsdist 9f271f
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 9f271f
- Fix rm(1) man page.
cvsdist 9f271f
cvsdist 9f271f
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-13
cvsdist 9f271f
- Fix re_compile_pattern check.
cvsdist 9f271f
- Fix su hang (bug #81653).
cvsdist 9f271f
cvsdist 9f271f
* Tue Jan 14 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-11
cvsdist 9f271f
- Fix memory size calculation.
cvsdist 9f271f
cvsdist 9f271f
* Tue Dec 17 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-10
cvsdist 9f271f
- Fix mv error message (bug #79809).
cvsdist 9f271f
cvsdist 9f271f
* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 4.5.3-9
cvsdist 9f271f
- added PreReq on grep
cvsdist 9f271f
cvsdist 9f271f
* Fri Dec 13 2002 Tim Waugh <twaugh@redhat.com>
cvsdist 9f271f
- Fix cp --preserve with multiple arguments.
cvsdist 9f271f
cvsdist 9f271f
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-8
cvsdist 9f271f
- Turn on colorls for screen (bug #78816).
cvsdist 9f271f
cvsdist de6548
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-7
cvsdist de6548
- Fix mv (bug #79283).
cvsdist de6548
- Add patch27 (nogetline).
cvsdist de6548
cvsdist de6548
* Sun Dec  1 2002 Tim Powers <timp@redhat.com> 4.5.3-6
cvsdist de6548
- use the su.pamd from sh-utils since it works properly with multilib systems
cvsdist de6548
cvsdist de6548
* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-5
cvsdist de6548
- Fix test suite quoting problems.
cvsdist de6548
cvsdist de6548
* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-4
cvsdist de6548
- Fix scriplets.
cvsdist de6548
- Fix i18n patch so it doesn't break uniq.
cvsdist de6548
- Fix several other patches to either make the test suite pass or
cvsdist de6548
  not run the relevant tests.
cvsdist de6548
- Run 'make check'.
cvsdist de6548
- Fix file list.
cvsdist de6548
cvsdist de6548
* Thu Nov 28 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-3
cvsdist de6548
- Adapted for Red Hat Linux.
cvsdist de6548
- Self-host for help2man.
cvsdist de6548
- Don't ship readlink just yet (maybe later).
cvsdist de6548
- Merge patches from fileutils and sh-utils (textutils ones are already
cvsdist de6548
  merged it seems).
cvsdist de6548
- Keep the binaries where the used to be (in particular, id and stat).
cvsdist de6548
cvsdist de6548
* Sun Nov 17 2002 Stew Benedict <sbenedict@mandrakesoft.com> 4.5.3-2mdk
cvsdist de6548
- LI18NUX/LSB compliance (patch800)
cvsdist de6548
- Installed (but unpackaged) file(s) - /usr/share/info/dir
cvsdist de6548
cvsdist de6548
* Thu Oct 31 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.3-1mdk
cvsdist de6548
- new release
cvsdist de6548
- rediff patch 180
cvsdist de6548
- merge patch 150 into 180
cvsdist de6548
cvsdist de6548
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-6mdk
cvsdist de6548
- move su back to /bin
cvsdist de6548
cvsdist de6548
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-5mdk
cvsdist de6548
- patch 0 : lg locale is illegal and must be renamed lug (pablo)
cvsdist de6548
cvsdist de6548
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-4mdk
cvsdist de6548
- fix conflict with procps
cvsdist de6548
cvsdist de6548
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-3mdk
cvsdist de6548
- patch 105 : fix install -s
cvsdist de6548
cvsdist de6548
* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-2mdk
cvsdist de6548
- fix build
cvsdist de6548
- don't chmode two times su
cvsdist de6548
- build with large file support
cvsdist de6548
- fix description
cvsdist de6548
- various spec cleanups
cvsdist de6548
- fix chroot installation
cvsdist de6548
- fix missing /bin/env
cvsdist de6548
- add old fileutils, sh-utils & textutils ChangeLogs
cvsdist de6548
cvsdist de6548
* Fri Oct 11 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-1mdk
cvsdist de6548
- initial release (merge fileutils, sh-utils & textutils)
cvsdist de6548
- obsoletes/provides: sh-utils/fileutils/textutils
cvsdist de6548
- fileutils stuff go in 1xx range
cvsdist de6548
- sh-utils stuff go in 7xx range
cvsdist de6548
- textutils stuff go in 5xx range
cvsdist de6548
- drop obsoletes patches 1, 2, 10 (somes files're gone but we didn't ship
cvsdist de6548
  most of them)
cvsdist de6548
- rediff patches 103, 105, 111, 113, 180, 706
cvsdist de6548
- temporary disable patch 3 & 4
cvsdist de6548
- fix fileutils url