|
@@ -1,7 +1,7 @@
|
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
|
Summary(ja): GNU コアユーティリティ: シェルスクリプトで用いるツール集
|
|
Summary(ja): GNU コアユーティリティ: シェルスクリプトで用いるツール集
|
|
Name: coreutils
|
|
Name: coreutils
|
|
-Version: 8.23
|
|
+Version: 8.25
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
@@ -18,15 +18,12 @@ Source106: coreutils-colorls.csh
|
|
Source1000: coreutils-8.10-ja.po
|
|
Source1000: coreutils-8.10-ja.po
|
|
|
|
|
|
# From upstream
|
|
# From upstream
|
|
-Patch1: coreutils-8.23-chroot-chdir.patch
|
|
|
|
|
|
|
|
# Fedora patches
|
|
# Fedora patches
|
|
#general patch to workaround koji build system issues
|
|
#general patch to workaround koji build system issues
|
|
Patch100: coreutils-6.10-configuration.patch
|
|
Patch100: coreutils-6.10-configuration.patch
|
|
#add note about no difference between binary/text mode on Linux - md5sum manpage
|
|
#add note about no difference between binary/text mode on Linux - md5sum manpage
|
|
Patch101: coreutils-6.10-manpages.patch
|
|
Patch101: coreutils-6.10-manpages.patch
|
|
-#temporarily workaround probable kernel issue with TCSADRAIN(#504798)
|
|
|
|
-Patch102: coreutils-7.4-sttytcsadrain.patch
|
|
|
|
#do display processor type for uname -p/-i based on uname(2) syscall
|
|
#do display processor type for uname -p/-i based on uname(2) syscall
|
|
Patch103: coreutils-8.2-uname-processortype.patch
|
|
Patch103: coreutils-8.2-uname-processortype.patch
|
|
#df --direct
|
|
#df --direct
|
|
@@ -37,6 +34,12 @@ Patch713: coreutils-4.5.3-langinfo.patch
|
|
|
|
|
|
# (sb) lin18nux/lsb compliance
|
|
# (sb) lin18nux/lsb compliance
|
|
Patch800: coreutils-i18n.patch
|
|
Patch800: coreutils-i18n.patch
|
|
|
|
+# (sb) lin18nux/lsb compliance - expand/unexpand
|
|
|
|
+Patch801: coreutils-i18n-expand-unexpand.patch
|
|
|
|
+# The unexpand patch above is not correct. Sent to the patch authors
|
|
|
|
+Patch803: coreutils-i18n-fix-unexpand.patch
|
|
|
|
+# i18n patch for cut - old version - used
|
|
|
|
+Patch804: coreutils-i18n-cut-old.patch
|
|
|
|
|
|
#getgrouplist() patch from Ulrich Drepper.
|
|
#getgrouplist() patch from Ulrich Drepper.
|
|
Patch908: coreutils-getgrouplist.patch
|
|
Patch908: coreutils-getgrouplist.patch
|
|
@@ -78,12 +81,10 @@ sh-utils, textutils を統合したパッケージです。
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
# From upstream
|
|
# From upstream
|
|
-%patch1 -p1 -b .chdir
|
|
|
|
|
|
|
|
# Fedora patches
|
|
# Fedora patches
|
|
%patch100 -p1 -b .chgrp
|
|
%patch100 -p1 -b .chgrp
|
|
%patch101 -p1 -b .manpages
|
|
%patch101 -p1 -b .manpages
|
|
-%patch102 -p1 -b .tcsadrain
|
|
|
|
%patch103 -p1 -b .sysinfo
|
|
%patch103 -p1 -b .sysinfo
|
|
%patch104 -p1 -b .dfdirect
|
|
%patch104 -p1 -b .dfdirect
|
|
|
|
|
|
@@ -94,6 +95,9 @@ sh-utils, textutils を統合したパッケージです。
|
|
|
|
|
|
# li18nux/lsb
|
|
# li18nux/lsb
|
|
%patch800 -p1 -b .i18n
|
|
%patch800 -p1 -b .i18n
|
|
|
|
+%patch801 -p1 -b .i18n-expand
|
|
|
|
+%patch803 -p1 -b .i18n-fix-expand
|
|
|
|
+%patch804 -p1 -b .i18n-cutold
|
|
|
|
|
|
# Coreutils
|
|
# Coreutils
|
|
%patch908 -p1 -b .getgrouplist
|
|
%patch908 -p1 -b .getgrouplist
|
|
@@ -225,6 +229,13 @@ fi
|
|
%{_sbindir}/chroot
|
|
%{_sbindir}/chroot
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri May 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.25-1
|
|
|
|
+- update to 8.25
|
|
|
|
+- remove Patch1,102
|
|
|
|
+- import patches from fedora package
|
|
|
|
+ - update Patch104,800
|
|
|
|
+ - add Patch801,803,804
|
|
|
|
+
|
|
* Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.23-1
|
|
* Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.23-1
|
|
- update to 8.23
|
|
- update to 8.23
|
|
- add Patch1 (coreutils-8.23-chroot-chdir.patch) from fedora
|
|
- add Patch1 (coreutils-8.23-chroot-chdir.patch) from fedora
|