3
0
forked from pool/coreutils
OBS User unknown 2008-08-21 20:24:17 +00:00 committed by Git OBS Bridge
parent 454195dc86
commit 338cb80bce
2 changed files with 27 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 20 15:40:47 CEST 2008 - schwab@suse.de
- Add libselinux-devel to BuildRequires.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 24 15:57:01 CEST 2008 - schwab@suse.de Tue Jun 24 15:57:01 CEST 2008 - schwab@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package coreutils (Version 6.12) # spec file for package coreutils (Version 6.12)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -12,15 +19,15 @@
Name: coreutils Name: coreutils
Summary: GNU Core Utilities Summary: GNU Core Utilities
BuildRequires: help2man libacl-devel pam-devel BuildRequires: help2man libacl-devel libselinux-devel pam-devel
Url: http://www.gnu.org/software/coreutils/ Url: http://www.gnu.org/software/coreutils/
License: GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later License: GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later
Group: System/Base Group: System/Base
Version: 6.12 Version: 6.12
Release: 2 Release: 20
Provides: fileutils sh-utils stat textutils mktemp Provides: fileutils sh-utils stat textutils mktemp
Obsoletes: fileutils sh-utils stat textutils mktemp Obsoletes: fileutils sh-utils stat textutils mktemp
Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit >= 9 libselinux-64bit = 9 libselinux-x86 = 9 Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit = 9 libselinux-x86 = 9
AutoReqProv: on AutoReqProv: on
PreReq: %{install_info_prereq} PreReq: %{install_info_prereq}
Requires: %{name}-lang = %version Requires: %{name}-lang = %version
@ -49,14 +56,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Basic file, shell, and text manipulation utilities. The package Basic file, shell, and text manipulation utilities. The package
contains the following programs: contains the following programs:
[ base64 basename cat chgrp chmod chown chroot cksum comm cp csplit cut [ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
date dd df dir dircolors dirname du echo env expand expr factor false csplit cut date dd df dir dircolors dirname du echo env expand expr
fmt fold groups head id install join kill link ln logname ls md5sum factor false fmt fold groups head id install join kill link ln logname
mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup od paste pathchk
printf ptx pwd readlink rm rmdir seq sha1sum sha224sum sha256sum pinky pr printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum
sha384sum sha512sum shred shuf sleep sort split stat stty su sum sync sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split
tac tail tee test touch tr true tsort tty uname unexpand uniq unlink stat stty su sum sync tac tail tee test touch tr true tsort tty uname
uptime users vdir wc who whoami yes unexpand uniq unlink uptime users vdir wc who whoami yes
@ -182,6 +189,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Aug 20 2008 schwab@suse.de
- Add libselinux-devel to BuildRequires.
* Tue Jun 24 2008 schwab@suse.de * Tue Jun 24 2008 schwab@suse.de
- Fix sort field limit in multibyte case. - Fix sort field limit in multibyte case.
* Wed Jun 04 2008 schwab@suse.de * Wed Jun 04 2008 schwab@suse.de