Commit Graph

581 Commits

Author SHA1 Message Date
Sebastian Kisela b1830c7601 Subject: [PATCH] tail: revert to polling if a followed directory is replaced (#1283760) 2017-04-28 15:47:38 +02:00
Kamil Dudka fbd3619072 Resolves: #1398913 - install,mkdir: fix handling of -DZ and -pZ, respectively 2017-03-02 10:31:54 +01:00
Kamil Dudka ff7a1bf5b1 md5sum,sha*sum: fix --ignore-missing with checksums starting with 00 2016-10-31 18:09:57 +01:00
Kamil Dudka 1e1a10a04a Resolves: #1365933 - ls: allow interruption when reading slow directories 2016-10-31 18:09:28 +01:00
Kamil Dudka 1ce862f0bb Resolves: #1355780 - fix 'sort -h -k' in locales that use blank as thousands separator 2016-10-31 18:08:50 +01:00
Kamil Dudka cd51eb58a5 make 'sort -h' work for arbitrary column
... even when using UTF-8 locales
2016-10-31 18:08:11 +01:00
Kamil Dudka fdd7dd0f39 fix patches such that they apply without offset 2016-10-31 18:07:34 +01:00
Kamil Dudka f90bb3d8a4 Resolves: #1339135 - install -Z now sets default SELinux context for created directories 2016-10-31 18:06:59 +01:00
Jakub Martisko fd67498083 (un)expand: UTF8-BOM header detection 2016-10-31 18:05:22 +01:00
Jakub Martisko fa93a02304 (un)expand: fix a regression in handling of input files, where only the first file was processed. 2016-07-12 15:57:43 +02:00
Ondřej Vašík b0302efc50 adjust old i18n patch cut support for coreutils-8.25 2016-03-05 15:53:55 +01:00
Ondřej Vašík 96a98c054d Disable new i18n cut support 2016-03-05 15:28:11 +01:00
Ondřej Vašík 06a5ca2716 cut: fix regression in handling fields for lines wider than 64 chars (#1304839) 2016-02-15 12:47:08 +01:00
Lubomir Rintel 593569e76b Fix the unexpand 2016-02-11 17:56:10 +01:00
Ondřej Vašík 5440a2d9db Add new base32 binary to the list of utils 2016-02-02 15:08:35 +01:00
Ondřej Vašík 67395a7505 upload signature file 2016-02-02 10:08:40 +01:00
Ondrej Oprala cd5c4ef355 Downstream MB tarball of the new impl 2016-01-27 12:08:57 +01:00
Ondrej Oprala ab00e1ea64 Adjust the i18n patch for coreutils-8.25 2016-01-22 14:58:03 +01:00
Pádraig Brady eccec8ba45 simplify/generalize 256 color TERM identifiers
Use globbing newly supported in coreutil 8.25
to reduce the number of entries and also support
other entries like the various screen TERMS at:
http://invisible-island.net/ncurses/terminfo.ti.html#tic-screen-256color
2016-01-20 19:12:52 +00:00
Ondřej Vašík 7d9c9afa38 Initial commit for coreutils 8.25 ... still need to fix two failing tests before build (likely i18n stuff) 2016-01-20 16:43:39 +01:00
Ondrej Oprala 11e5aa1d55 cut: be MB for ALL archs 2016-01-15 11:02:13 +01:00
Ondrej Oprala 01067b2813 Use the new i18n implementation for the cut utility 2016-01-15 10:20:05 +01:00
Ondřej Vašík 452aa4a7e3 mv: prevent dataloss when source dir is specified multiple times (#1297464, by P.Brady) 2016-01-13 12:30:46 +01:00
Pádraig Brady c553cab787 give explicit priority to coreutils over coreutils-single
Make the main coreutils package Obsoletes: coreutils-single
so that it has priority in depsolving.
2015-12-14 14:14:33 +00:00
Pádraig Brady 63c57dca19 reduce dependencies for coreutils-single
Don't depend on libcrypto from the multicall binary in
the coreutils-single package, because that trades space for speed.

Don't depend on libgmp from the multicall binary in
the coreutils-single package, because that only benefits
factor and expr.  The large size of gmp is not seen as
an appropriate tradeoff for this functionality.

Note also there is reduced startup overhead for all tools
with these removed due to not linking with the shared libs.
2015-12-04 11:04:24 +01:00
Pádraig Brady 7f1720d9a2 fix inclusion of /usr/bin/kill in coreutils-single
we need to remove /usr/bin/kill.single
2015-12-03 19:40:06 +00:00
Pádraig Brady 1f6f388ba3 avoid warning about twice specified %files 2015-12-03 19:38:51 +00:00
Ondrej Oprala 32b1e5a154 Use the new i18n implementation for expand/unexpand 2015-12-01 11:20:49 +01:00
Ondřej Vašík 8e9b3fd0aa Merge conflicts 2015-11-30 14:33:26 +01:00
Ondřej Vašík 49c29b4069 Resolves:#1286338 - coreutils-single should provide versioned coreutils 2015-11-30 14:32:27 +01:00
Pádraig Brady 5dc61e9dc1 maint: update stale comments
The comments re %post processing were for a non commited change
that created symlinks during %post that clobbered any existing binaries.
Now all files are directly managed by rpm.
2015-11-24 01:44:48 +00:00
Pádraig Brady 5fb9bc4700 split package and provide coreutils-single
Notes about coreutils:

 - Drops from 14.2MB to 5.5MB.
 - Still requires coreutils-common, though being separated
   allows for easier removal if required.
 - Explicitly conflicts with coreutils-single to avoid errant installs

Notes about coreutils-single:

 - Contains a single multicall binary which is 1.2MB
 - Have to force install over any existing coreutils package
    so best used for initial install without existing coreutils package
 - Doesn't require (but suggests) coreutils-common
    so install that manually for docs, translations, and colors etc.

Notes about coreutils-common:

 - 8.7MB
 - Having this split out gives an easy way to remove all
   docs and translations.

Note RemovePathPostfixes: introduced with rpm 4.13
is used to facilitate producing the two sets of conflicting binaries
from the same build, while maintaining appropriate --fileprovide
in each generated rpm.
2015-11-20 08:56:09 +01:00
Pádraig Brady f0951fecac clean stale parts of the spec file 2015-11-20 08:56:09 +01:00
Kamil Dudka c7c3ee3fab Resolves: #1259942 - fix memory leak in sort/I18N
Patches written by Pádraig.

Note that the corresponding i18n/sort-month test was not included
because it breaks unless sort is compiled -Dlint and we do not want
to decrease performance of the resulting RPMs (and valgrind is not
installed in production buildroots anyway).
2015-09-16 20:09:55 +02:00
Ondřej Vašík 2ad92d25c0 fix one still existing occurance of non-full path in colorls.sh 2015-09-12 08:00:58 +02:00
Pádraig Brady cfbfd8c490 avoid check failure on glibc 2.22
glibc 2.22 introduces two extra stat() calls per opendir(),
which induces a false failure in a test counting stat() calls.
2015-09-01 17:32:54 +01:00
Ondřej Vašík 7b7a0554fb use newer version of sort/I18N fix for CVE-2015-4041 and CVE-2015-4042 2015-07-16 10:35:36 +02:00
Ondřej Vašík 3775f446fe new upstream release 8.24 2015-07-05 09:17:02 +02:00
Peter Robinson 1f9b908a99 Disable failing test-update-copyright to fix FTBFS 2015-07-04 11:25:51 +01:00
Dennis Gilmore 42e4196fc0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 03:15:59 +00:00
Jaromir Capik 1b318dd805 Adding STAGE1 bootstrap recipe 2015-06-11 15:15:44 +02:00
Ondřej Vašík 138c00f55f Oops, forgot to git pull, merging 2015-06-04 10:48:30 +02:00
Ondřej Vašík 58ee24949f call utilities in colorls.* scripts with full path (#1222140) 2015-06-04 10:47:11 +02:00
Kamil Dudka e2395bc17f run 'make check' in parallel to speed up the build 2015-05-14 14:04:44 +02:00
Ondrej Oprala 7adccbb026 sort - fix buffer overflow in some case conversions
- patch by Pádraig Brady
2015-05-13 10:53:55 +02:00
Pádraig Brady 0ea2ae6357 sync/adjust LS_COLORS
* coreutils-DIR_COLORS: sync with upstream
(remove old Xiph formats, add m4a audio format).
* coreutils-DIR_COLORS.256color: Likewise.
Also sync with 8 color mode above, by removing
the specific MULTIHARDLINK coloring, and
giving MISSING symlink targets a red background.
Also lighten the DIR and EXEC color a little
(as discussed in bug 1196642)
* coreutils-DIR_COLORS.lightbgcolor: Sync terminal
types with other 2 databases above.
2015-04-20 15:29:29 +01:00
Peter Robinson 75d03ceef1 drop ChangeLog (covered in enough detail in news for averge users), drop ancient docs 2015-03-22 11:52:47 +00:00
Till Maas 0006fec2f3 Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:22:06 +01:00
Ondřej Vašík ac62214984 have the LC_TIME subdirs with lang macro (#1169027) 2014-12-01 11:59:25 +01:00
Ondřej Vašík 2f8deb0379 handle situation with ro /tmp in colorls scripts (#1149761) 2014-10-15 09:43:08 +02:00