|
@@ -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: 9.0
|
|
+Version: 9.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: system
|
|
Group: system
|
|
@@ -17,8 +17,8 @@ Source106: coreutils-colorls.csh
|
|
# Vine sources
|
|
# Vine sources
|
|
Source1000: coreutils-8.10-ja.po
|
|
Source1000: coreutils-8.10-ja.po
|
|
|
|
|
|
-# chmod: fix exit status when ignoring symlinks
|
|
+# revert a gnulib patch that broke the build
|
|
-Patch1: coreutils-9.0-chmod-symlink.patch
|
|
+Patch1: coreutils-9.3-gnulib-strtol.patch
|
|
|
|
|
|
# disable the test-lock gnulib test prone to deadlock
|
|
# disable the test-lock gnulib test prone to deadlock
|
|
Patch100: coreutils-8.26-test-lock.patch
|
|
Patch100: coreutils-8.26-test-lock.patch
|
|
@@ -28,23 +28,12 @@ Patch105: coreutils-8.26-selinuxenable.patch
|
|
|
|
|
|
# downstream changes to default DIR_COLORS
|
|
# downstream changes to default DIR_COLORS
|
|
Patch102: coreutils-8.32-DIR_COLORS.patch
|
|
Patch102: coreutils-8.32-DIR_COLORS.patch
|
|
-#do display processor type for uname -p/-i based on uname(2) syscall
|
|
+
|
|
-Patch103: coreutils-8.2-uname-processortype.patch
|
|
|
|
#df --direct
|
|
#df --direct
|
|
Patch104: coreutils-df-direct.patch
|
|
Patch104: coreutils-df-direct.patch
|
|
-#add note about mkdir --mode behaviour into info documentation(#610559)
|
|
|
|
-Patch107: coreutils-8.4-mkdir-modenote.patch
|
|
|
|
-
|
|
|
|
-# sh-utils
|
|
|
|
-#add info about TZ envvar to date manpage
|
|
|
|
-Patch703: sh-utils-2.0.11-dateman.patch
|
|
|
|
-Patch713: coreutils-4.5.3-langinfo.patch
|
|
|
|
|
|
|
|
# (sb) lin18nux/lsb compliance - multibyte functionality patch
|
|
# (sb) lin18nux/lsb compliance - multibyte functionality patch
|
|
-Patch800: coreutils-i18n.patch
|
|
+Patch800: coreutils-9.4-i18n.patch
|
|
-
|
|
|
|
-#getgrouplist() patch from Ulrich Drepper.
|
|
|
|
-Patch908: coreutils-getgrouplist.patch
|
|
|
|
|
|
|
|
#SELINUX Patch - implements Redhat changes
|
|
#SELINUX Patch - implements Redhat changes
|
|
#(upstream did some SELinux implementation unlike with RedHat patch)
|
|
#(upstream did some SELinux implementation unlike with RedHat patch)
|
|
@@ -125,7 +114,7 @@ CFLAGS="$CFLAGS -Dlint"
|
|
# make mknod work again in chroot without /proc being mounted (#1811038)
|
|
# make mknod work again in chroot without /proc being mounted (#1811038)
|
|
export ac_cv_func_lchmod="no"
|
|
export ac_cv_func_lchmod="no"
|
|
|
|
|
|
-%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
|
|
+%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1 -DGNULIB_MBFILE }
|
|
%configure --enable-largefile \
|
|
%configure --enable-largefile \
|
|
--enable-install-program=arch \
|
|
--enable-install-program=arch \
|
|
--enable-no-install-program=kill,uptime \
|
|
--enable-no-install-program=kill,uptime \
|
|
@@ -205,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Sep 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Oct 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0-1
|
|
* Tue Oct 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- re-imported fedora patches.
|
|
- re-imported fedora patches.
|