Browse Source

update to 8.23 & fix BTS:2854

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9319 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 9 years ago
parent
commit
bb92400120
1 changed files with 11 additions and 6 deletions
  1. 11 6
      c/coreutils/coreutils-vl.spec

+ 11 - 6
c/coreutils/coreutils-vl.spec

@@ -1,8 +1,8 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Summary(ja): GNU コアユーティリティ: シェルスクリプトで用いるツール集
 Name:    coreutils
-Version: 8.20
-Release: 2%{?_dist_release}
+Version: 8.23
+Release: 1%{?_dist_release}
 License: GPL
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -18,6 +18,7 @@ Source106:  coreutils-colorls.csh
 Source1000: coreutils-8.10-ja.po
 
 # From upstream
+Patch1: coreutils-8.23-chroot-chdir.patch
 
 # Fedora patches
 #general patch to workaround koji build system issues
@@ -35,7 +36,7 @@ Patch104: coreutils-df-direct.patch
 Patch713: coreutils-4.5.3-langinfo.patch
 
 # (sb) lin18nux/lsb compliance
-Patch800: coreutils-8.19-i18n.patch
+Patch800: coreutils-i18n.patch
 
 #getgrouplist() patch from Ulrich Drepper.
 Patch908: coreutils-getgrouplist.patch
@@ -62,8 +63,6 @@ Provides:	fileutils = %version, sh-utils = %version, stat, textutils = %version
 Obsoletes:	fileutils sh-utils stat textutils
 Provides:	mktemp = %version
 Obsoletes:	mktemp
-# su/runuser moved to util-linux
-Requires: util-linux >= 2.22.1
 
 %description
 These are the GNU core utilities.  This package is the combination of
@@ -79,7 +78,7 @@ sh-utils, textutils を統合したパッケージです。
 %setup -q
 
 # From upstream
-
+%patch1 -p1 -b .chdir
 
 # Fedora patches
 %patch100 -p1 -b .chgrp
@@ -226,6 +225,12 @@ fi
 %{_sbindir}/chroot
 
 %changelog
+* Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.23-1
+- update to 8.23
+- add Patch1 (coreutils-8.23-chroot-chdir.patch) from fedora
+- update Patch100,104,800
+- remove Requires: util-linux (BTS:2854)
+
 * Mon Jan 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.20-2
 - rebuild with VineSeed environment