Lukáš Zaoral
370c5aa4ee
require gnulib-l10n for translations of gnulib messages
...
Resolves: rhbz#2393892
2025-09-29 14:17:48 +02:00
Lukáš Zaoral
dfeff61db9
ls: fix crash on systems with SELinux but without xattr support
...
Resolves: rhbz#2376721
2025-07-08 13:14:50 +02:00
Lukáš Zaoral
808a316567
sort: fix buffer under-read
...
Resolves: CVE-2025-5278
Resolves: rhbz#2368767
2025-05-28 10:19:41 +02:00
Lukáš Zaoral
4fbe411873
cp/mv: do not fail when copying of trivial NFSv4 ACLs fails
...
Resolves: rhbz#2363149
2025-05-19 09:12:27 +02:00
Lukáš Zaoral
f0604fd61a
fix 'who -m' with guessed tty names
...
Resolves: rhbz#2343998
2025-02-25 17:02:12 +01:00
Lukáš Zaoral
ec87f84093
rebase to latest upstream version
...
Resolves: rhbz#2338620
2025-01-20 12:26:44 +01:00
Fedora Release Engineering
c71c8701f4
Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
2025-01-16 14:32:40 +00:00
Zbigniew Jędrzejewski-Szmek
e847b805f8
Rebuilt for the bin-sbin merge (2nd attempt)
...
https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
2025-01-12 14:23:54 +01:00
Florian Weimer
ddff633d0f
Switch to upstream version of nproc affinity mask fix (rhbz#2325167)
2024-11-13 11:04:32 +01:00
Florian Weimer
a6d9263e25
Affinity mask handling in nproc for large CPU counts
2024-11-11 11:12:44 +01:00
Lukáš Zaoral
8080f5a15a
fix fold -b with UTF8 locale
...
Fixes the following incorrect behaviour of fold caused by the i18n patch:
```
$ LC_ALL=en_US.UTF-8 fold -b -w6 <<< $'1234567890\nabcdefghij\n1234567890\n'
123456
7890
a
bcdefg
hij
12
345678
90
```
Fixes: 97967f71c8 ("coreutils-i18n.patch: synchronize the patch with openSUSE")
Resolves: RHE L-60295
2024-09-27 10:31:35 +02:00
Lukáš Zaoral
968cac099d
show web sessions in who output
...
Resolves: rhbz#2307847
2024-08-27 12:58:15 +02:00
Lukáš Zaoral
e3b928358b
tests: remove unmaintained STI tests
2024-08-26 13:02:12 +02:00
Lukáš Zaoral
d3137f0cd0
add missing systemd-devel buildrequires
...
Fixes: bf0817f5a5 (new upstream release 9.4)
2024-08-21 17:32:11 +02:00
Fedora Release Engineering
a09814d13c
Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
2024-07-17 20:00:43 +00:00
Lukáš Zaoral
6cd5ce1d7e
Rebuilt for the bin-sbin merge
...
https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
2024-07-15 14:16:53 +02:00
Sohum Mendon
e02261a471
Fix fold exit status for nonexistent files
...
Resolves: rhbz#2296201
2024-07-15 10:39:40 +02:00
Zbigniew Jędrzejewski-Szmek
7c8ffed470
Rebuilt for the bin-sbin merge
...
https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
2024-07-09 14:13:28 +02:00
Zbigniew Jędrzejewski-Szmek
ba7b19b5bf
Fix build when %_bindir==%_sbindir
...
- Rebuild for https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
2024-07-09 12:52:32 +02:00
Lukáš Zaoral
1421739c0c
do not buildrequire perl(Expect) on ELN
2024-07-04 13:18:36 +02:00
Lukáš Zaoral
56dd448b26
enable LTO on ppc64le
2024-06-04 12:56:50 +02:00
Lukáš Zaoral
a91df5db11
rebase to latest upstream version
...
- sync i18n patch with SUSE (Kudos to Berny Völker!)
- add some test dependencies to execute additional part of the upstream test-suite
Resolves: rhbz#2272063
2024-04-02 15:13:14 +02:00
Lukáš Zaoral
245be9f408
fix tail on kernels with 64k page size
...
Resolves: RHEL-22866
2024-01-30 10:05:25 +01:00
Fedora Release Engineering
f6a44b3f1f
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-24 08:06:26 +00:00
Fedora Release Engineering
fd8859df68
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-19 16:11:56 +00:00
Lukáš Zaoral
bf7dfdb2ce
fix compilation on i686
2024-01-18 16:52:09 +01:00
Lukáš Zaoral
b851cbdafc
fix buffer overflow in split
...
Resolves: CVE-2024-0684
2024-01-18 15:34:40 +01:00
Lukáš Zaoral
bf0817f5a5
new upstream release 9.4
...
- enable integration with systemd
- fix the license field
Resolves: rhbz#2235759
2023-09-15 15:52:15 +02:00
Fedora Release Engineering
21acecbf27
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 16:24:12 +00:00
Kamil Dudka
6e05a62913
coreutils-provides.inc: inline the content to coreutils.spec
...
... rather than including it on RPM level. The external reference
was breaking a lot of tools for automated updates of the SPEC file.
2023-04-18 18:05:18 +02:00
Kamil Dudka
3040113a7a
coreutils-provides.inc: remove obsolete Provides
2023-04-18 18:05:18 +02:00
Kamil Dudka
1c60283cdf
revert a gnulib patch that broke the build
2023-04-18 18:05:18 +02:00
Kamil Dudka
f33a14f44f
new upstream release 9.3
2023-04-18 17:35:37 +02:00
Lukáš Zaoral
6bd7dce39d
migrate to SPDX license format
2023-04-11 14:03:27 +02:00
Kamil Dudka
cce55f8f56
Related: #2180056 - copy: fix --reflink=auto to fallback in more cases
2023-03-24 16:19:48 +01:00
Kamil Dudka
24c306d28d
Related: #2180056 - cksum: fix reporting of failed checks
2023-03-24 16:17:40 +01:00
Kamil Dudka
2c4d4b8151
coreutils-getgrouplist.patch: drop a patch no longer needed
...
This patch was obseleted by te following upstream commit back in 2008:
https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v6.10-79-g49f7ebaac45
2023-03-22 12:54:27 +01:00
Kamil Dudka
43d181cda7
new upstream release 9.2
2023-03-22 10:55:08 +01:00
Fedora Release Engineering
f8035e385d
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 00:31:11 +00:00
Kamil Dudka
ea41467a56
drop obsolete downstream-only extension of date(1) man page
...
This was addressed by the following upstream patch long time ago:
https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=COREUTILS-5_2_1-1561-gdf8ea7a4e89
2023-01-02 13:39:38 +01:00
Kamil Dudka
9d850274b1
coreutils-selinux.patch: undocument downstream SELinux options
...
They have been deprecated since 2009.
2023-01-02 13:35:10 +01:00
Kamil Dudka
ad57d2b8e8
Resolves : #2137866 - basic support for checking NFSv4 ACLs
2023-01-02 10:37:21 +01:00
Kamil Dudka
31230267ea
remove obsolete extension of mkdir(1) info documentation
...
This has been addressed upstream with the following commit:
https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.32-93-g3e61d5dd315
2022-09-19 16:52:55 +02:00
Kamil Dudka
cd953e11dd
Related: #548834 - remove non-upstream patch for uname -i/-p
...
The options have been documented as non-portable since 2015:
http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.24-7-g6d67649
2022-08-23 14:35:46 +02:00
Kamil Dudka
23b297bf58
Resolves : #2112593 - improve wording of a comment in /etc/DIR_COLORS
2022-08-08 17:14:14 +02:00
Kamil Dudka
f3c6ff7e2c
Related: #2112870 - improve handling of control characters in unexpand
2022-08-08 12:47:47 +02:00
Kamil Dudka
4dcaf08c8b
Resolves : #2112870 - fix regression introduced in the last commit
2022-08-02 14:19:10 +02:00
Kamil Dudka
26b2c3ae54
Related: #2112870 - reflect review comments on the previous change
2022-08-02 11:08:50 +02:00
Kamil Dudka
e0f6afe5e6
Resolves : #2112870 - prevent unexpand from failing on control characters
2022-08-01 17:17:07 +02:00
Fedora Release Engineering
2158b83433
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 23:35:44 +00:00