').- Update to 8.30:
* Noteworthy changes in release 8.30 (2018-07-01) [stable]
* * Bug fixes
'cp --symlink SRC DST' will again correctly validate DST.
If DST is a regular file and SRC is a symlink to DST,
then cp will no longer allow that operation to clobber DST.
Also with -d, if DST is a symlink, then it can always be replaced,
even if it points to SRC on a separate device.
[bugs introduced with coreutils-8.27]
'cp -n -u' and 'mv -n -u' now consistently ignore the -u option.
Previously, this option combination suffered from race conditions
that caused -u to sometimes override -n.
[bug introduced with coreutils-7.1]
'cp -a --no-preserve=mode' now sets appropriate default permissions
for non regular files like fifos and character device nodes etc.,
and leaves mode bits of existing files unchanged.
Previously it would have set executable bits on created special files,
and set mode bits for existing files as if they had been created.
[bug introduced with coreutils-8.20]
'cp --remove-destination file symlink' now removes the symlink
even if it can't be traversed.
[bug introduced with --remove-destination in fileutils-4.1.1]
ls no longer truncates the abbreviated month names that have a
display width between 6 and 12 inclusive. Previously this would have
output ambiguous months for Arabic or Catalan locales.
'ls -aA' is now equivalent to 'ls -A', since -A now overrides -a.
[bug introduced in coreutils-5.3.0]
'mv -n A B' no longer suffers from a race condition that can
overwrite a simultaneously-created B. This bug fix requires
platform support for the renameat2 or renameatx_np syscalls, found
in recent Linux and macOS kernels. As a side effect, ‘mv -n A A’
now silently does nothing if A exists.
[bug introduced with coreutils-7.1]
* * Changes in behavior
'cp --force file symlink' now removes the symlink even if
it is self referential.
ls --color now matches file extensions case insensitively.
* * New features
cp --reflink now supports --reflink=never to enforce a standard copy.
env supports a new -v/--debug option to show verbose information about
each processing step.
env supports a new -S/--split-string=S option to split a single argument
string into multiple arguments. Used to pass multiple arguments in scripts
(shebang lines).
md5sum accepts a new option: --zero (-z) to delimit the output lines with a
NUL instead of a newline character. This also disables file name escaping.
This also applies to sha*sum and b2sum.
rm --preserve-root now supports the --preserve-root=all option to
reject any command line argument that is mounted to a separate file system.
* * Improvements
cut supports line lengths up to the max file size on 32 bit systems.
Previously only offsets up to SIZE_MAX-1 were supported.
stat and tail now know about the "exfs" file system, which is a
version of XFS. stat -f --format=%T now reports the file system type,
and tail -f uses inotify.
wc avoids redundant processing of ASCII text in multibyte locales,
which is especially significant on macOS.
* * Build-related
Adjust to glibc >= 2.28 (bsc#1182550, jsc#SLE-13520, jsc#SLE-13756)
- Refresh patches (line number changes only):
* coreutils-build-timeout-as-pie.patch
* coreutils-disable_tests.patch
* coreutils-remove_hostname_documentation.patch
* coreutils-remove_kill_documentation.patch
* coreutils-skip-gnulib-test-tls.patch
* coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils.spec:
* (License): osc changed the value from "GPL-3.0+" to "GPL-3.0-or-later".
* (build): Make sure that parse-datetime.{c,y} ends up in debuginfo (rh#1555079).
- coreutils-i18n.patch:
* src/exand.c,src/unexpand.c: Avoid -Wcomment warning.
* src/cut.c (cut_characters_or_cut_bytes_no_split): Change idx from size_t
to uintmax_t type to avoid a regression on i586, armv7l and ppc.
Compare upstream, non-MB commit:
https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=d1a754c8272
(cut_fields_mb): Likewise for field_idx.
* tests/misc/cut.pl: Remove downstream tweaks as upstream MB tests are
working since a while.
- coreutils.keyring: Update Assaf Gordon's GPG public key.- Use %license (boo#1082318)- Update to 8.29:
* Noteworthy changes in release 8.29 (2017-12-27) [stable]
* * Bug fixes
b2sum no longer crashes when processing certain truncated check files.
[bug introduced with b2sum coreutils-8.26]
dd now ensures the correct cache ranges are specified for the "nocache"
and "direct" flags. Previously some pages in the page cache were not
invalidated. [bug introduced for "direct" in coreutils-7.5,
and with the "nocache" implementation in coreutils-8.11]
df no longer hangs when given a fifo argument.
[bug introduced in coreutils-7.3]
ptx -S no longer infloops for a pattern which returns zero-length matches.
[the bug dates back to the initial implementation]
shred --remove will again repeatedly rename files with shortening names
to attempt to hide the original length of the file name.
[bug introduced in coreutils-8.28]
stty no longer crashes when processing settings with -F also specified.
[bug introduced in fileutils-4.0]
tail --bytes again supports non seekable inputs on all systems.
On systems like android it always tried to process as seekable inputs.
[bug introduced in coreutils-8.24]
timeout will again notice its managed command exiting, even when
invoked with blocked CHLD signal, or in a narrow window where
this CHLD signal from the exiting child was missed. In each case
timeout would have then waited for the time limit to expire.
[bug introduced in coreutils-8.27]
* * New features
timeout now supports the --verbose option to diagnose forced termination.
* * Improvements
dd now supports iflag=direct with arbitrary sized files on all file systems.
tail --bytes=NUM will efficiently seek to the end of block devices,
rather than reading from the start.
Utilities which do not support long options (other than the default --help
and --version), e.g. cksum and sleep, now use more consistent error diagnostic
for unknown long options.
* * Build-related
Default man pages are now distributed which are used if perl is
not available on the build system, or when cross compiling.
- Refresh patches (line number changes only):
* coreutils-i18n.patch
* coreutils-remove_hostname_documentation.patch
* coreutils-remove_kill_documentation.patch
* coreutils-tests-shorten-extreme-factor-tests.patch- Update to 8.28
(for details see included NEWS file)
- Refresh patches:
* coreutils-disable_tests.patch
* coreutils-i18n.patch
* coreutils-remove_hostname_documentation.patch
* coreutils-remove_kill_documentation.patch
* coreutils-skip-gnulib-test-tls.patch
* coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils.keyring: Update from upstream (Savannah).
- Remove now-upstream patches:
* coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch
* coreutils-tests-port-to-timezone-2017a.patch
- coreutils.spec: Add "BuildRequires: user(bin)" for the tests.- Drop coreutils-ocfs2_reflinks.patch
OCFS2 file system has supported file clone ioctls like btrfs,
then, coreutils doesn't need this patch from the kernel v4.10-rc1- coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch:
Add upstream patch to fix an heap overflow security issue
in date(1) and touch(1) with a large TZ variable
(CVE-2017-7476, rh#1444774, boo#1037124).- Update to 8.27
(for details see included NEWS file)
- Refresh patches:
* coreutils-build-timeout-as-pie.patch
* coreutils-disable_tests.patch
* coreutils-getaddrinfo.patch
* coreutils-i18n.patch
* coreutils-ocfs2_reflinks.patch
* coreutils-remove_hostname_documentation.patch
* coreutils-remove_kill_documentation.patch
* coreutils-skip-gnulib-test-tls.patch
* coreutils-tests-shorten-extreme-factor-tests.patch
* coreutils-testsuite.spec
- coreutils.keyring: Update (now ascii-armored) by
'osc service localrun download_files'.
- coreutils-tests-port-to-timezone-2017a.patch: Add patch to
workaround a FP test failure with newer timezone-2017a.- Update to 8.26
(for details see included NEWS file)
- coreutils.spec (%description): Add b2sum, a new utility.
(BuildRequires): Add timezone to enable new 'date-debug.sh' test.
- coreutils-i18n.patch: Sync I18N patch from Fedora, as the diff
for the old i18n implementation of expand/unexpand has become
unmaintainable:
git://pkgs.fedoraproject.org/coreutils.git
- Remove now-upstream patches:
* coreutils-df-hash-in-filter.patch
* coreutils-diagnose-fts-readdir-failure.patch
* coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch
* coreutils-maint-fix-dependency-of-man-arch.1.patch
- Refresh/merge all other patches:
* coreutils-invalid-ids.patch
* coreutils-ocfs2_reflinks.patch
* coreutils-remove_hostname_documentation.patch
* coreutils-remove_kill_documentation.patch
* coreutils-skip-gnulib-test-tls.patch
* coreutils-sysinfo.patch
* coreutils-tests-shorten-extreme-factor-tests.patch- coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch:
Add upstream patch to fix "md5sum --check --ignore-missing" which
treated files with checksums starting with "00" as missing.- coreutils-maint-fix-dependency-of-man-arch.1.patch: Add Upstream
patch to fix the build dependency between src/arch -> man/arch.1
which lead to spurious build failures.
- coreutils-df-hash-in-filter.patch: Refresh with -p0.- Add coreutils-df-hash-in-filter.patch that speeds up df.- coreutils-diagnose-fts-readdir-failure.patch: Add upstream patch
to diagnose readdir() failures in fts-based utilities: rm, chmod,
du, etc. (boo#984910)- Update to 8.25
(for details see included NEWS file)
- coreutils.spec (%description): Add base32, a new utility.
- Remove now-upstream patch:
* coreutils-tests-avoid-FP-of-ls-stat-free-color.patch
- Refresh/merge all other patches:
* coreutils-build-timeout-as-pie.patch
* coreutils-disable_tests.patch
* coreutils-i18n.patch
* coreutils-invalid-ids.patch
* coreutils-misc.patch
* coreutils-ocfs2_reflinks.patch
* coreutils-remove_hostname_documentation.patch
* coreutils-remove_kill_documentation.patch
* coreutils-skip-gnulib-test-tls.patch
* coreutils-test_without_valgrind.patch
* coreutils-tests-shorten-extreme-factor-tests.patch- coreutils-i18n.patch: Sync I18N patch from semi-official repository
(shared among distributions, maintained by Padraig Brady):
https://github.com/pixelb/coreutils/tree/i18n
This fixes the following issues in multi-byte locales:
* sort: fix large mem leak with --month-sort (boo#945361, rh#1259942):
https://github.com/pixelb/coreutils/commit/b429f5d8c7
* sort: fix assertion with some inputs to --month-sort
https://github.com/pixelb/coreutils/commit/31e8211aca- coreutils-tests-avoid-FP-of-ls-stat-free-color.patch: Add upstream
patch on top of v8.24 to avoid a FP test failure with glibc>=2.22.- Sync I18N patch from semi-official repository (shared among
distributions, maintained by Padraig Brady):
https://github.com/pixelb/coreutils/tree/i18n
* coreutils-i18n.patch: Improve cut(1) performance in field-mode
in UTF8 locales. Squash in sort-keycompare-mb.patch.
* sort-keycompare-mb.patch: Remove.
- coreutils-build-timeout-as-pie.patch: Refresh.- Update to 8.24:
* * Bug fixes
* dd supports more robust SIGINFO/SIGUSR1 handling for outputting statistics.
Previously those signals may have inadvertently terminated the process.
* df --local no longer hangs with inaccessible remote mounts.
[bug introduced in coreutils-8.21]
* du now silently ignores all directory cycles due to bind mounts.
Previously it would issue a warning and exit with a failure status.
[bug introduced in coreutils-8.1 and partially fixed in coreutils-8.23]
* chroot again calls chroot(DIR) and chdir("/"), even if DIR is "/".
This handles separate bind mounted "/" trees, and environments
depending on the implicit chdir("/").
[bugs introduced in coreutils-8.23]
* cp no longer issues an incorrect warning about directory hardlinks when a
source directory is specified multiple times. Now, consistent with other
file types, a warning is issued for source directories with duplicate names,
or with -H the directory is copied again using the symlink name.
* factor avoids writing partial lines, thus supporting parallel operation.
[the bug dates back to the initial implementation]
* head, od, split, tac, tail, and wc no longer mishandle input from files in
/proc and /sys file systems that report somewhat-incorrect file sizes.
* mkdir --parents -Z now correctly sets the context for the last component,
even if the parent directory exists and has a different default context.
[bug introduced with the -Z restorecon functionality in coreutils-8.22]
* numfmt no longer outputs incorrect overflowed values seen with certain
large numbers, or with numbers with increased precision.
[bug introduced when numfmt was added in coreutils-8.21]
* numfmt now handles leading zeros correctly, not counting them when
settings processing limits, and making them optional with floating point.
[bug introduced when numfmt was added in coreutils-8.21]
* paste no longer truncates output for large input files. This would happen
for example with files larger than 4GiB on 32 bit systems with a '\n'
character at the 4GiB position.
[the bug dates back to the initial implementation]
* rm indicates the correct number of arguments in its confirmation prompt,
on all platforms. [bug introduced in coreutils-8.22]
* shuf -i with a single redundant operand, would crash instead of issuing
a diagnostic. [bug introduced in coreutils-8.22]
* tail releases inotify resources when unused. Previously it could exhaust
resources with many files, or with -F if files were replaced many times.
[bug introduced in coreutils-7.5]
* tail -f again follows changes to a file after it's renamed.
[bug introduced in coreutils-7.5]
* tail --follow no longer misses changes to files if those files were
replaced before inotify watches were created.
[bug introduced in coreutils-7.5]
* tail --follow consistently outputs all data for a truncated file.
[bug introduced in the beginning]
* tail --follow=name correctly outputs headers for multiple files
when those files are being created or renamed.
[bug introduced in coreutils-7.5]
* * New features
* chroot accepts the new --skip-chdir option to not change the working directory
to "/" after changing into the chroot(2) jail, thus retaining the current wor-
king directory. The new option is only permitted if the new root directory is
the old "/", and therefore is useful with the --group and --userspec options.
* dd accepts a new status=progress level to print data transfer statistics
on stderr approximately every second.
* numfmt can now process multiple fields with field range specifications similar
to cut, and supports setting the output precision with the --format option.
* split accepts a new --separator option to select a record separator character
other than the default newline character.
* stty allows setting the "extproc" option where supported, which is
a useful setting with high latency links.
* sync no longer ignores arguments, and syncs each specified file, or with the
- -file-system option, the file systems associated with each specified file.
* tee accepts a new --output-error option to control operation with pipes
and output errors in general.
* * Changes in behavior
* df no longer suppresses separate exports of the same remote device, as
these are generally explicitly mounted. The --total option does still
suppress duplicate remote file systems.
[suppression was introduced in coreutils-8.21]
* mv no longer supports moving a file to a hardlink, instead issuing an error.
The implementation was susceptible to races in the presence of multiple mv
instances, which could result in both hardlinks being deleted. Also on case
insensitive file systems like HFS, mv would just remove a hardlinked 'file'
if called like `mv file File`. The feature was added in coreutils-5.0.1.
* numfmt --from-unit and --to-unit options now interpret suffixes as SI units,
and IEC (power of 2) units are now specified by appending 'i'.
* tee will exit early if there are no more writable outputs.
* tee does not treat the file operand '-' as meaning standard output any longer,
for better conformance to POSIX. This feature was added in coreutils-5.3.0.
* timeout --foreground no longer sends SIGCONT to the monitored process,
which was seen to cause intermittent issues with GDB for example.
* * Improvements
* cp,install,mv will convert smaller runs of NULs in the input to holes,
and cp --sparse=always avoids speculative preallocation on XFS for example.
* cp will read sparse files more efficiently when the destination is a
non regular file. For example when copying a disk image to a device node.
* mv will try a reflink before falling back to a standard copy, which is
more efficient when moving files across BTRFS subvolume boundaries.
* stat and tail now know about IBRIX. stat -f --format=%T now reports the file
system type, and tail -f uses polling for files on IBRIX file systems.
* wc -l processes short lines much more efficiently.
* References from --help and the man pages of utilities have been corrected
in various cases, and more direct links to the corresponding online
documentation are provided.
- Patches adapted because of changed sources:
coreutils-disable_tests.patch
coreutils-i18n.patch
coreutils-misc.patch
coreutils-ocfs2_reflinks.patch
coreutils-remove_hostname_documentation.patch
coreutils-remove_kill_documentation.patch
coreutils-skip-gnulib-test-tls.patch
coreutils-tests-shorten-extreme-factor-tests.patch
sort-keycompare-mb.patch
- Patches removed because they're included in 8.24:
coreutils-chroot-perform-chdir-unless-skip-chdir.patch
coreutils-df-doc-df-a-includes-duplicate-file-systems.patch
coreutils-df-improve-mount-point-selection.patch
coreutils-df-show-all-remote-file-systems.patch
coreutils-df-total-suppress-separate-remotes.patch
coreutils-doc-adjust-reference-to-info-nodes-in-man-pages.patch
coreutils-fix_false_du_failure_on_newer_xfs.patch
coreutils-fix-man-deps.patch
coreutils-tests-aarch64-env.patch
coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch
coreutils-tests-rm-ext3-perf-increase-timeout.patch- coreutils-doc-adjust-reference-to-info-nodes-in-man-pages.patch:
add upstream patch:
doc: adjust reference to info nodes in man pages (boo#933396)
- coreutils-i18n.patch: Use a later version of the previous patch
to fix the sort I18N issue (boo#928749, CVE-2015-4041) to also
avoid CVE-2015-4042.
https://github.com/pixelb/coreutils/commit/bea5e36cc876- Download keyring file from Savannah; prefer HTTPS over FTP
for remote sources.- Fix memory handling error with case insensitive sort using UTF-8
(boo#928749): coreutils-i18n.patch
src/sort.c (keycompare_mb): Ensure the buffer is big enough
to handle anything output from wctomb(). Theoretically any
input char could be converted to multiple output chars,
and so we need to multiply the storage by MB_CUR_MAX.- If coreutils changes, for consistency, we must regenerate
the initrd.- Add gpg signature- For openSUSE > 13.2 drop coreutils-build-timeout-as-pie.patch and
instead add a BuildRequire for gcc-PIE.- coreutils-tests-aarch64-env.patch: Add patch to avoid false
positive failures of the coreutils-testsuite on OBS/aarch64:
work around execve() reversing the order of "env" output.- Add upstream patches for df(1) from upstream, thus aligning with SLES12:
* df: improve mount point selection with inaccurate mount list:
- coreutils-df-improve-mount-point-selection.patch
* doc: mention that df -a includes duplicate file systems (deb#737399)
- coreutils-df-doc-df-a-includes-duplicate-file-systems.patch
* df: ensure -a shows all remote file system entries (deb#737399)
- coreutils-df-show-all-remote-file-systems.patch
* df: only suppress remote mounts of separate exports with --total
(deb#737399, rh#920806, boo#866010, boo#901905)
- coreutils-df-total-suppress-separate-remotes.patch
- Refresh patches:
* coreutils-chroot-perform-chdir-unless-skip-chdir.patch
* coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patchAvoid spurious false positive failures of the testsuite on OBS due
to high load.
- coreutils-tests-rm-ext3-perf-increase-timeout.patch:
Add patch to increase timeout.
- coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch:
Add upstream patch.h01-ch3d 1715071592
!"#$%&'()*+,-./0123456789:;<�=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxbebebgbgcacacscsdadadedeeleleoeoeseseteteueufififrfrgagaglglhrhrhuhuiaiaididititjajakkkkkokoltltnbnbnlnlplplptptptptrororuruskskslslsrsrsvsvtrtrukukvivizhzhzhzh8.32-150400.9.6.18.32
!"#$%&'()*+,-./0123456789:;<�=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwcoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mocoreutils.moLC_TIMEcoreutils.mo/usr/share/locale/be/LC_MESSAGES//usr/share/locale/be//usr/share/locale/be/LC_TIME//usr/share/locale/bg/LC_MESSAGES//usr/share/locale/bg//usr/share/locale/bg/LC_TIME//usr/share/locale/ca/LC_MESSAGES//usr/share/locale/ca//usr/share/locale/ca/LC_TIME//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/cs//usr/share/locale/cs/LC_TIME//usr/share/locale/da/LC_MESSAGES//usr/share/locale/da//usr/share/locale/da/LC_TIME//usr/share/locale/de/LC_MESSAGES//usr/share/locale/de//usr/share/locale/de/LC_TIME//usr/share/locale/el/LC_MESSAGES//usr/share/locale/el//usr/share/locale/el/LC_TIME//usr/share/locale/eo/LC_MESSAGES//usr/share/locale/eo//usr/share/locale/eo/LC_TIME//usr/share/locale/es/LC_MESSAGES//usr/share/locale/es//usr/share/locale/es/LC_TIME//usr/share/locale/et/LC_MESSAGES//usr/share/locale/et//usr/share/locale/et/LC_TIME//usr/share/locale/eu/LC_MESSAGES//usr/share/locale/eu//usr/share/locale/eu/LC_TIME//usr/share/locale/fi/LC_MESSAGES//usr/share/locale/fi//usr/share/locale/fi/LC_TIME//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/fr//usr/share/locale/fr/LC_TIME//usr/share/locale/ga/LC_MESSAGES//usr/share/locale/ga//usr/share/locale/ga/LC_TIME//usr/share/locale/gl/LC_MESSAGES//usr/share/locale/gl//usr/share/locale/gl/LC_TIME//usr/share/locale/hr/LC_MESSAGES//usr/share/locale/hr//usr/share/locale/hr/LC_TIME//usr/share/locale/hu/LC_MESSAGES//usr/share/locale/hu//usr/share/locale/hu/LC_TIME//usr/share/locale/ia/LC_MESSAGES//usr/share/locale/ia//usr/share/locale/ia/LC_TIME//usr/share/locale/id/LC_MESSAGES//usr/share/locale/id//usr/share/locale/id/LC_TIME//usr/share/locale/it/LC_MESSAGES//usr/share/locale/it//usr/share/locale/it/LC_TIME//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ja//usr/share/locale/ja/LC_TIME//usr/share/locale/kk/LC_MESSAGES//usr/share/locale/kk//usr/share/locale/kk/LC_TIME//usr/share/locale/ko/LC_MESSAGES//usr/share/locale/ko//usr/share/locale/ko/LC_TIME//usr/share/locale/lt/LC_MESSAGES//usr/share/locale/lt//usr/share/locale/lt/LC_TIME//usr/share/locale/nb/LC_MESSAGES//usr/share/locale/nb//usr/share/locale/nb/LC_TIME//usr/share/locale/nl/LC_MESSAGES//usr/share/locale/nl//usr/share/locale/nl/LC_TIME//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pl//usr/share/locale/pl/LC_TIME//usr/share/locale/pt/LC_MESSAGES//usr/share/locale/pt//usr/share/locale/pt/LC_TIME//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/pt_BR//usr/share/locale/pt_BR/LC_TIME//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/ro//usr/share/locale/ro/LC_TIME//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/ru//usr/share/locale/ru/LC_TIME//usr/share/locale/sk/LC_MESSAGES//usr/share/locale/sk//usr/share/locale/sk/LC_TIME//usr/share/locale/sl/LC_MESSAGES//usr/share/locale/sl//usr/share/locale/sl/LC_TIME//usr/share/locale/sr/LC_MESSAGES//usr/share/locale/sr//usr/share/locale/sr/LC_TIME//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/sv//usr/share/locale/sv/LC_TIME//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/tr//usr/share/locale/tr/LC_TIME//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/uk//usr/share/locale/uk/LC_TIME//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/vi//usr/share/locale/vi/LC_TIME//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_CN//usr/share/locale/zh_CN/LC_TIME//usr/share/locale/zh_TW/LC_MESSAGES//usr/share/locale/zh_TW//usr/share/locale/zh_TW/LC_TIME/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33724/SUSE_SLE-15-SP4_Update/3e99dd4a30dd492fdcf8d517fa1c8162-coreutils.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxdirectory2 X"ÓdÖ¦oŠ¸#„7àcoreutilsutf-8338a6f75d6b239e2f91d9e952f0635f0926b7940ed11f8558e5cd9ee1214fcf0?ÿÿü ý7zXZ
áû¡!t/å£à]p]"ÌkÀ%jWhx]ð|ÚÉ{΃,£t…Ê´IÃ×I©n ÙÈÁ@½ÌŸ:zKƒiЛ)"üäÅll££*!UX€ƒ{B%Îwx.""H„mKBnÚ2£rQ#mZBZkµköhà3ýäc±H}ôþ/âìá4<m‘oˆ@~Ó-§…ôdS ˼¯P„Æùûß™D.TûØàËA|üQóË_uÃn98•îç¡n¼•ô½à7óÓ$/ì1чšX1M‰í“ܪðΙBu°mÎÓ[Ct¢OÅXe¹'•3&¯ƒ‡ÙPsò$ þ)ŒôB‘ì¶Ü¸.ºè(³ë¹drvëô¸|Ä(L#ëp:Ÿ¥§ ¢ˆ?ûÚÉŠ:†ý}#(¢T•¬ôî·m8V訛¤v®*oCe¸ï&Ö2ÿ#€Õ{šR£Tp ç<šß
IÙfÈ\’=yg¢atÍ—uWÜ.ÍçC2S ÒéÝižÑÀüC¾|û¼¯(å8OÍ4ýP"êH•/
¨xt;©]¾8Ù³‹ˆÈÙš¯¡ÕxWÏï\\?×^b*²§}|¢j9«y7ÏAOüE«äW<:,ƒpä—jÐíøúÈ3qª|[x4ãmÖ!c~±ÏbÖ,u\¬c~œtM‰ã>cŽ hF jÆÏŽ§Zx‚‹`uB²bÿ˜VÀnL5üáŠd#”f-gÏ<ûǯ {ðÍ·Gg€lFά[Òc+=íGûaÖ7Ì'?¯¡,L‰eßåÄ£\8eÐwÓºc»{W6¬Ù€ºýß-¦µ‰$[}4W]t)OAÉ£¤çTº¶·ÛŒmT›Lb=)9½‚ט°Ü×'ÆâIüà\ƒÃ‚£FêÿÜ”Û/Öu· ã»pžÕ«Ól½f/‚,*ÙnæqÜ,‡-.)ÚÀ_ÿt€gh•I‹ÍŸ'øð"ÿAô·¬ŠëH-Ù2ͨ¯r%Ú‹Gð»–ìÄ€Ûþ²[Ø´9åLÕ½7©ÏyŒý@¡-½í¨Ü_^Œõ×èª_Å É]¦ußÈ]—Äi6@a’€)T1oÑýðÛ’Æ-¦‰ˆ‹3–Äò#ç€úuf¯j€ª’Z¨O žç÷!ÓÆÊ£N/Nc
ÕÙr±Û«KCߥ!¾IÉÕ Š ,³º—éÆ5ï¾zƒ¾]f,‚/ŸRÄ‹çämÒ|îWá`¹,D¦°Eï·2]ŠºŒ8œ$Ľ>œŒÎèè¸>m„Ùãð&C2Þ§:¬r¼ÀQµ«é5¼k´*ÇR0·‘0m’,“pC·clsm@½¾©rj¨ÎÜôXµ>·‰…QeO:žD*oê©ïzB…P“ÎûB×_Âñß@¡.Ÿ0Áè1xÔ1lD“,ÿ³ûÑÉ#Åýüž©HU½ºðR„ðú6ÚøÐý<€qÝ|c¼¥±Ø—¤Þ,ÇÔÁ¶éß
YZ