2006-12-19 00:15:28 +01:00
|
|
|
|
#
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
# spec file for package coreutils (Version 8.5)
|
2006-12-19 00:15:28 +01:00
|
|
|
|
#
|
2010-03-12 16:44:23 +01:00
|
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-19 00:15:28 +01:00
|
|
|
|
#
|
2008-08-21 22:24:17 +02:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2006-12-19 00:15:28 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2008-02-19 02:19:47 +01:00
|
|
|
|
|
2006-12-19 00:15:28 +01:00
|
|
|
|
Name: coreutils
|
2008-04-12 20:53:18 +02:00
|
|
|
|
Summary: GNU Core Utilities
|
2009-02-23 12:44:46 +01:00
|
|
|
|
BuildRequires: help2man libacl-devel libcap-devel libselinux-devel pam-devel xz
|
2007-11-30 16:07:11 +01:00
|
|
|
|
Url: http://www.gnu.org/software/coreutils/
|
2009-12-16 09:56:01 +01:00
|
|
|
|
License: GFDLv1.2 ; GPLv2+ ; GPLv3+
|
2006-12-19 00:15:28 +01:00
|
|
|
|
Group: System/Base
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
Version: 8.5
|
|
|
|
|
Release: 1
|
2010-06-28 12:54:49 +02:00
|
|
|
|
Provides: fileutils = %{version}, sh-utils = %{version}, stat = %version}, textutils = %{version}, mktemp = %{version}
|
|
|
|
|
Obsoletes: fileutils < %{version}, sh-utils < %{version}, stat < %version}, textutils < %{version}, mktemp < %{version}
|
2008-08-21 22:24:17 +02:00
|
|
|
|
Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit = 9 libselinux-x86 = 9
|
2007-11-30 16:07:11 +01:00
|
|
|
|
AutoReqProv: on
|
2006-12-19 00:15:28 +01:00
|
|
|
|
PreReq: %{install_info_prereq}
|
2008-04-12 20:53:18 +02:00
|
|
|
|
Requires: %{name}-lang = %version
|
2010-06-18 12:45:27 +02:00
|
|
|
|
Requires: pam >= 1.1.1.90
|
2009-02-23 12:44:46 +01:00
|
|
|
|
Source: coreutils-%{version}.tar.xz
|
2006-12-19 00:15:28 +01:00
|
|
|
|
Source1: su.pamd
|
|
|
|
|
Source2: su.default
|
2009-12-16 09:56:01 +01:00
|
|
|
|
Source3: baselibs.conf
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
Patch0: coreutils-%{version}.patch
|
|
|
|
|
Patch1: coreutils-no_hostname_and_hostid.patch
|
|
|
|
|
Patch2: coreutils-gl_printf_safe.patch
|
|
|
|
|
Patch4: coreutils-8.5-i18n.patch
|
|
|
|
|
Patch5: coreutils-i18n-uninit.patch
|
|
|
|
|
Patch6: coreutils-i18n-infloop.patch
|
|
|
|
|
Patch8: coreutils-sysinfo.patch
|
|
|
|
|
Patch16: coreutils-invalid-ids.patch
|
|
|
|
|
Patch20: coreutils-6.8-su.patch
|
|
|
|
|
Patch21: coreutils-6.8.0-pie.patch
|
|
|
|
|
Patch22: coreutils-5.3.0-sbin4su.patch
|
|
|
|
|
Patch23: coreutils-getaddrinfo.patch
|
2009-03-24 19:58:29 +01:00
|
|
|
|
Patch26: coreutils-add_ogv.patch
|
2006-12-19 00:15:28 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Basic file, shell, and text manipulation utilities. The package
|
|
|
|
|
contains the following programs:
|
|
|
|
|
|
2008-08-21 22:24:17 +02:00
|
|
|
|
[ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
|
|
|
|
|
csplit cut date dd df dir dircolors dirname du echo env expand expr
|
|
|
|
|
factor false fmt fold groups head id install join kill link ln logname
|
|
|
|
|
ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup od paste pathchk
|
|
|
|
|
pinky pr printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum
|
|
|
|
|
sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split
|
2009-02-23 12:44:46 +01:00
|
|
|
|
stat stty su sum sync tac tail tee test timeout touch tr true tsort tty
|
|
|
|
|
uname unexpand uniq unlink uptime users vdir wc who whoami yes
|
2006-12-19 00:15:28 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Arnold Robbins <arnold@audiofax.com>
|
|
|
|
|
Colin Plumb <colin@nyx.net>
|
|
|
|
|
David M. Ihnat
|
|
|
|
|
David MacKenzie <djm@gnu.org>
|
|
|
|
|
Fran<EFBFBD>ois Pinard <pinard@iro.umontreal.ca>
|
|
|
|
|
H. Peter Anvin <hpa@transmeta.com>
|
|
|
|
|
Ian Lance Taylor <ian@airs.com>
|
|
|
|
|
Jay Lepreau <lepreau@cs.utah.edu>
|
|
|
|
|
Jim Kingdon
|
|
|
|
|
Jim Meyering <jim@meyering.net>
|
|
|
|
|
Joseph Arceneaux
|
|
|
|
|
Kaveh Ghazi
|
|
|
|
|
Kayvan Aghaiepour
|
|
|
|
|
Larry McVoy <lm@sgi.com>
|
|
|
|
|
Mark Kettenis <kettenis@phys.uva.nl>
|
|
|
|
|
Michael Meskes
|
|
|
|
|
Michael Stone <mstone@debian.org>
|
|
|
|
|
Mike Haertel
|
|
|
|
|
Mike Parker
|
|
|
|
|
Paul Eggert <eggert@twinsun.com>
|
|
|
|
|
Paul Rubin <phr@ocf.berkeley.edu>
|
|
|
|
|
Pete TerMaat
|
|
|
|
|
Randy Smith
|
|
|
|
|
Richard M. Stallman <rms@gnu.org>
|
|
|
|
|
Richard Mlynarik
|
|
|
|
|
Roland Huebner <ro-huebner@gmx.de>
|
|
|
|
|
Roland McGrath <roland@redhat.com>
|
|
|
|
|
Ross Paterson <rap@doc.ic.ac.uk>
|
|
|
|
|
Scott Bartram
|
|
|
|
|
Scott Miller
|
|
|
|
|
Stuart Kemp <skemp@peter.bmc.com>
|
|
|
|
|
Torbjorn Granlund <tege@nada.kth.se>
|
|
|
|
|
Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2008-02-19 02:19:47 +01:00
|
|
|
|
%lang_package
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%prep
|
2007-12-03 11:10:15 +01:00
|
|
|
|
%setup -q
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
%patch4
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%patch5
|
|
|
|
|
%patch6
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
%patch0
|
|
|
|
|
%patch1
|
|
|
|
|
%patch2
|
2010-05-05 22:22:09 +02:00
|
|
|
|
%patch8
|
|
|
|
|
%patch16
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%patch20
|
|
|
|
|
%patch21
|
2007-03-03 12:45:27 +01:00
|
|
|
|
%patch22
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
%patch23
|
2009-03-24 19:58:29 +01:00
|
|
|
|
%patch26
|
2006-12-19 00:15:28 +01:00
|
|
|
|
|
|
|
|
|
%build
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
AUTOPOINT=true autoreconf -fi
|
|
|
|
|
export CFLAGS="%optflags -Wall"
|
|
|
|
|
%configure --without-included-regex \
|
2007-11-30 16:07:11 +01:00
|
|
|
|
--enable-install-program=arch,su \
|
2008-04-12 20:53:18 +02:00
|
|
|
|
gl_cv_func_printf_directive_n=yes \
|
|
|
|
|
gl_cv_func_isnanl_works=yes \
|
2007-11-30 16:07:11 +01:00
|
|
|
|
DEFAULT_POSIX2_VERSION=199209
|
2010-07-02 11:36:06 +02:00
|
|
|
|
make %{?_smp_mflags} PAMLIBS="-lpam -ldl" V=1
|
2008-04-12 20:53:18 +02:00
|
|
|
|
|
|
|
|
|
%check
|
2006-12-19 00:15:28 +01:00
|
|
|
|
if test $EUID -eq 0; then
|
2010-07-02 11:36:06 +02:00
|
|
|
|
su nobody -c make %{?_smp_mflags} check VERBOSE=yes V=1
|
|
|
|
|
make %{?_smp_mflags} check-root VERBOSE=yes V=1
|
2006-12-19 00:15:28 +01:00
|
|
|
|
else
|
|
|
|
|
%ifarch %arm
|
2010-07-02 11:36:06 +02:00
|
|
|
|
make -k %{?_smp_mflags} check VERBOSE=yes V=1 || echo make check failed
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%else
|
2010-07-02 11:36:06 +02:00
|
|
|
|
make %{?_smp_mflags} check VERBOSE=yes V=1
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%endif
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%install
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
%makeinstall
|
2006-12-19 00:15:28 +01:00
|
|
|
|
test -f $RPM_BUILD_ROOT%{_bindir}/su || \
|
|
|
|
|
install src/su $RPM_BUILD_ROOT%{_bindir}/su
|
|
|
|
|
install -d $RPM_BUILD_ROOT/bin
|
2008-11-18 17:26:21 +01:00
|
|
|
|
for i in arch basename cat chgrp chmod chown cp date dd df echo false kill ln ls mkdir mknod mktemp mv pwd rm rmdir sleep sort stat stty su sync touch true uname readlink md5sum
|
2006-12-19 00:15:28 +01:00
|
|
|
|
do
|
|
|
|
|
mv $RPM_BUILD_ROOT%{_bindir}/$i $RPM_BUILD_ROOT/bin/$i
|
|
|
|
|
test $i = su && echo -n '%%attr(4755,root,root) '
|
|
|
|
|
echo /bin/$i
|
|
|
|
|
done > bin.files
|
2008-11-18 17:26:21 +01:00
|
|
|
|
ln -sf ../../bin/{basename,sort,stat,touch,readlink,md5sum} $RPM_BUILD_ROOT%{_bindir}
|
2006-12-19 00:15:28 +01:00
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT/etc/pam.d
|
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/su.pamd $RPM_BUILD_ROOT/etc/pam.d/su
|
2007-03-03 12:45:27 +01:00
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/su.pamd $RPM_BUILD_ROOT/etc/pam.d/su-l
|
2006-12-19 00:15:28 +01:00
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT/etc/default
|
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/su.default $RPM_BUILD_ROOT/etc/default/su
|
|
|
|
|
%find_lang %name
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2008-02-19 02:19:47 +01:00
|
|
|
|
%files -f bin.files
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc README NEWS
|
|
|
|
|
%config /etc/pam.d/su
|
2007-03-03 12:45:27 +01:00
|
|
|
|
%config /etc/pam.d/su-l
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%config(noreplace) /etc/default/su
|
|
|
|
|
%{_bindir}/*
|
- Update to 8.5:
Bug fixes
* cp and mv once again support preserving extended attributes.
* cp now preserves "capabilities" when also preserving file ownership.7
* ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]
* sort -M now handles abbreviated months that are aligned using
blanks in the locale database. Also locales with 8 bit characters
are handled correctly, including multi byte locales with the caveat
that multi byte characters are matched case sensitively.
* sort again handles obsolescent key formats (+POS -POS) correctly.
Previously if -POS was specified, 1 field too many was used in the
sort. [bug introduced in coreutils-7.2]
New features
* join now accepts the --header option, to treat the first line of
each file as a header line to be joined and printed
unconditionally.
* timeout now accepts the --kill-after option which sends a kill
signal to the monitored command if it's still running the specified
duration after the initial signal was sent.
* who: the "+/-" --mesg (-T) indicator of whether a user/tty is
accepting messages could be incorrectly listed as "+", when in
fact, the user was not accepting messages (mesg no). Before, who
would examine only the permission bits, and not consider the group
of the TTY device file. Thus, if a login tty's group would change
somehow e.g., to "root", that would make it unwritable (via
write(1)) by normal users, in spite of whatever the permission bits
might imply. Now, when configured using the
--with-tty-group[=NAME] option, who also compares the group of the
TTY device with NAME (or "tty" if no group name is specified).
Changes in behavior
* ls --color no longer emits the final 3-byte color-resetting escape
sequence when it would be a no-op.
* join -t '' no longer emits an error and instead operates on each
line as a whole (even if they contain NUL characters).
For other changes since 7.1 see NEWS.
- Split-up coreutils-%%{version}.diff as far as possible.
- Prefix all patches with coreutils-.
- All patches have the .patch suffix.
- Use the i18n patch from Archlinux as it fixes at least one test
suite failure.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=9
2010-05-07 17:54:35 +02:00
|
|
|
|
%{_libdir}/%{name}
|
2006-12-19 00:15:28 +01:00
|
|
|
|
%doc %{_infodir}/coreutils.info*.gz
|
|
|
|
|
%doc %{_mandir}/man1/*.1.gz
|
|
|
|
|
%dir %{_prefix}/share/locale/*/LC_TIME
|
|
|
|
|
|
2008-02-19 02:19:47 +01:00
|
|
|
|
%files lang -f %name.lang
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
2007-02-25 12:10:30 +01:00
|
|
|
|
%changelog
|