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
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
Ondřej Vašík
cae27396ec
fix the sorting in multibyte locales (NUL-terminate sort keys) - patch by Andreas Schwab ( #1146185 )
2014-10-01 14:49:30 +02:00
Peter Robinson
89879aa209
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-16 01:18:19 +00:00
Ondřej Vašík
f7c8684e5e
enable smp_flags again (by B.Voelker), fix regression in chroot
2014-08-05 12:29:51 +02:00
Ondřej Vašík
734e24e1b2
disable _smp_mflags for a while- build failure
2014-07-24 16:08:28 +02:00
Ondřej Vašík
f5e87bdc05
skip df/skip-duplicates.sh test for now (passing locally, failing in koji)
2014-07-24 15:56:12 +02:00
Ondřej Vašík
df0e53f22d
Fix merge conflicts
2014-07-22 14:02:48 +02:00
Ondřej Vašík
9c33d82fb4
new upstream release 8.23, synchronize the old differences in ls SELinux options with upstream
2014-07-22 14:01:39 +02:00
Tom Callaway
8246976bb3
fix license handling
2014-07-11 16:44:33 -04:00
Jakub Čajka
2af6179bec
Fixed gnulib tests on ppc64(le)
2014-06-24 12:34:04 +02:00
Dennis Gilmore
8d24562387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 00:55:53 -05:00
Ondřej Vašík
136250677d
fix dd sparse test failure on xfs filesystem(#1085727,by P.Brady)
2014-04-12 20:38:09 -07:00
Ondřej Vašík
1240520fa1
drop the util-linux requirements (smaller docker images), drop ancient obsoletes of -libs subpackage
2014-03-05 13:52:27 +01:00
Ondřej Vašík
d700b52311
fix the date crash or infloop in TZ= parsing ( #1069657 , from upstream)
2014-03-02 20:45:06 +01:00
Ondřej Vašík
55f7ecdd4a
cp/mv/install: do not crash when getfscreatecon() is returning a NULL context
2014-01-13 16:26:44 +01:00
Ondřej Vašík
72a0b599c4
Fix the i18n cut optimization restriction (we need UTF8 to grant uniqueness of characters and using strchr() approach), unset the unnecessary envvars after colorls scripts( #1051703 )
2014-01-13 12:49:45 +01:00
Ondrej Oprala
be3c926a11
Limit the cut optimizations to UTF-8 locales only
2014-01-10 16:06:15 +01:00
Ondřej Vašík
b3c0c98841
Add changelog comment
2014-01-08 15:27:56 +01:00
Ondřej Vašík
40bc313160
Add Fedora bug reference
2014-01-08 13:03:41 +01:00
Ondrej Oprala
45bd042713
Related:#1021403 - Don't use cut mb path if not necessary
2014-01-08 13:01:49 +01:00
Ondrej Oprala
9b303ebcee
Fix sorting by non-first field ( #1003544 )
2014-01-06 11:49:31 +01:00
Ondřej Vašík
31d3fdd040
do not modify SELinux contexts of existing parent directories when copying files (fix by P.Brady, #1045122 )
2014-01-03 08:38:06 +01:00
Ondrej Oprala
d6d7448c6a
reverted an old change and constricted it's condition, turned off two multibyte tests (wrong strcoll return value)
2014-01-02 21:29:29 +01:00
Ondřej Vašík
7a1c1f8975
skip even the ls aliases in noninteractive mode (suggested by T. Cordes, #988152 )
2013-12-23 10:50:56 +01:00
Ondřej Vašík
94edc2ddc8
Fix the sigabrt caused by 8.22-2
2013-12-22 16:39:13 +01:00
Ondřej Vašík
f1ce0c9000
reset buffer before copying to prevent some rare cases of invalid output in join and uniq( #1036289 )
2013-12-19 11:09:01 +01:00
Ondřej Vašík
3a87513acc
Reduce the unnecessary SELinux stuff(included upstream), enable openssl (libcrypto) support for HASHsum utilities
2013-12-16 09:42:12 +01:00
Ondřej Vašík
bb33bc40ad
New upstream version 8.22, rediff, adjusting i18n patch to work after upstream optimizations, will investigate cut.pl before build (failing df symlink check is not a regression)
2013-12-14 18:41:07 +01:00
Ondřej Vašík
595c0722d7
skip output-is-input-mb.p test - failing on armv7l (reported by B.Voelker)
2013-12-12 13:34:32 +01:00
Peter Robinson
a6b6d0c94b
Add upstream patch to fix test failures on aarch64
2013-12-09 11:26:15 +00:00
Ondřej Vašík
3e3be79dfd
turn on the multibyte path in the testsuite to cover i18n regressions
2013-11-28 01:24:16 +01:00
Ondřej Vašík
afe488cc19
fix possible colorls.csh script errors for tcsh with noclobber set and entered include file ( #1027279 )
2013-11-06 14:38:56 +01:00
Ondřej Vašík
9b2b941682
cp: correct error message for invalid arguments of '--no-preserve' ( #1018206 )
2013-10-14 09:58:44 +02:00
Ondřej Vašík
32c6651930
pr -e, with a mix of backspaces and TABs, could corrupt the heap in multibyte locales (analyzed by J.Koncicky)
2013-08-15 13:26:11 +02:00
Ondrej Oprala
0dcc5a0d5e
sort: fix multibyte incompabilities ( #821264 )
2013-08-14 19:01:16 +02:00
Dennis Gilmore
bce5991c5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-03 00:52:16 -05:00
Ondrej Oprala
e8fe3e1cf6
change the TMP variable name in colorls.csh to _tmp ( #981373 )
2013-07-17 14:30:46 +02:00
Ondřej Vašík
1ad7b8db0f
revert the last change
2013-05-17 13:16:16 +02:00
Ondřej Vašík
3da08655cd
argh, fridays
2013-05-17 10:09:13 +02:00
Ondřej Vašík
b87f1b2dfc
fix typo
2013-05-17 09:50:40 +02:00
Ondřej Vašík
ed5396d91e
require glibc-devel to prevent broken links in coreutils info manual ( #959697 )
2013-05-17 09:21:51 +02:00
Ville Skyttä
f0b6f85aff
colorls profile script tmp file handling improvements
2013-05-08 17:25:06 +02:00
Ondrej Oprala
7bbf86f2fe
Fix tmp file location in colorls scripts ( #948008 )
2013-04-05 13:04:52 +02:00
Ondřej Vašík
c7a1b74c04
DIR_COLORS.xterm should have higher priority than DIR_COLORS.256color ( #921651 )
2013-03-14 16:50:09 +01:00
Ondrej Oprala
1ad51b6276
add support for INCLUDE in colorls scripts ( #818069 )
2013-03-11 16:00:59 +01:00
Ondřej Vašík
76ade64f4b
fix factor on AArch64 (M.Salter, #917735 )
2013-03-04 18:23:34 +01:00
Ondřej Vašík
c3f2f52e74
spec file entry for new archive types colorization
2013-03-01 12:14:16 +01:00
Ondřej Vašík
bad02099bd
install: do proper cleanup when strip fails (O.Oprala, B.Voekler, #632444 )
2013-02-23 12:03:18 +01:00
Ondřej Vašík
bdd83b2e69
merge changes
2013-02-20 16:34:53 +01:00
Ondřej Vašík
1801957473
fix multibyte issue in unexpand(by R.Kollar, #821262 )
2013-02-20 16:33:47 +01:00
Ondrej Oprala
1812652505
fix sort-mb-tests.sh test (B.Voelker)
2013-02-18 18:31:54 +01:00
Mark Wielaard
970e32111e
fix coreutils-i18n.patch to terminate mbdelim string ( #911929 )
...
Signed-off-by: Mark Wielaard <mjw@redhat.com>
2013-02-18 10:32:30 +01:00
Ondřej Vašík
c7f6c7b9f6
remove unnecessary powerpc factor patch
2013-02-18 08:45:11 +01:00
Ondřej Vašík
4c4be9e1c9
new upstream release 8.21, update patches
2013-02-15 17:50:47 +01:00
Ondrej Oprala
9ae2bc3ca1
add missing sort-mb-tests.sh to local.mk
2013-02-08 14:55:22 +01:00
Ondřej Vašík
04d73f0952
add support for DTR/DSR control flow in stty( #445213 )
2013-02-05 14:31:22 +01:00
Ondřej Vašík
3b194abd70
Release++
2013-01-23 10:05:17 +01:00
Ondřej Vašík
5089cf4365
Fix multiple segmantation faults in i18n patch (by SUSE) - ( #869442 , #902917 )
2013-01-23 10:04:52 +01:00
Ondřej Vašík
85ea3f49e4
Remove fuzzed NEWS entry, fix bogus dates in changelog
2012-12-20 10:20:40 +01:00
Ondřej Vašík
11aeb4e734
seq: fix newline output when -s specified (upstream)
2012-12-20 09:47:38 +01:00
Ondřej Vašík
c767e7c27a
fix showing duplicates in df ( #709351 , O.Oprala, B.Voelker)
2012-12-11 08:34:16 +01:00
Ondřej Vašík
d9f99cf09b
fix factor on 32bit powerpc (upstream, #884715 )
2012-12-06 17:11:49 +01:00
Ondřej Vašík
7e4f1a381e
disable the temporary O_SYNC fix (glibc is fixed - #872366 )
2012-11-05 09:04:38 +01:00
Ondřej Vašík
c718b5ec2a
fix build failure for undeclared O_SYNC in rawhide, remove su and pam relicts
2012-11-01 20:52:47 +01:00
Ondřej Vašík
5580b508e3
Temporarily require util-linux >= 2.22.1-3 (to prevent missing su/runuser on system), disable getlogin gnulib tests (occasinally troubles in mock environment)
2012-11-01 15:10:38 +01:00
Ondřej Vašík
8b177c8f26
Update patches for new-upstream release 8.20, please DO NOT BUILD - no su
2012-10-27 21:14:41 +02:00
Ondřej Vašík
fa6f383f16
fix multibyte issues in cut and expand (M.Briza, #821260 )
2012-08-20 13:57:53 +02:00
Ondřej Vašík
7ee630cc50
New upstream release 8.19, remove everything related to su/runuser
2012-08-20 12:07:28 +02:00
Ondřej Vašík
89d1aa92a0
New upstream release changes, su/runuser ones just commented out atm, don't build
2012-08-13 00:14:40 +02:00
Dennis Gilmore
0c6cba0357
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-18 14:41:27 -05:00
Ondřej Vašík
5427c82f63
fix typo in changelog
2012-07-13 13:06:03 +02:00
Ondřej Vašík
1a367d9c9a
add virtual provides for bundled(gnulib) copylib ( #821748 )
2012-05-15 16:26:25 +02:00
Ondřej Vašík
bfd5cf1204
ls: upstream fix - correctly show symlinks in /
2012-05-11 21:19:04 +02:00
Ondřej Vašík
315471e18a
new upstream release 8.17, defuzz patches
2012-05-11 09:58:08 +02:00
Ondřej Vašík
618e468330
add .htm and .shtml to colorized DIR_COLORS document type ( #817218 )
2012-05-04 12:33:37 +02:00
Ondřej Vašík
6972fb24fa
fix the tcsh colorls.csh behaviour in non-interactive mode ( #804604 )
2012-04-16 07:46:17 +02:00
Ondřej Vašík
bb1a465686
new upstream release 8.16, defuzz patches, remove already applied patches
2012-03-26 18:23:32 +02:00
Ondřej Vašík
1618770344
fix regression in du -x with nondir argument (thans D.Stavrovski and J.Meyering)
2012-03-08 14:10:11 +01:00
Ondřej Vašík
58683bf9af
fix sort segfault with multibyte locales (by P.Brady)
2012-03-07 21:29:40 +01:00
Harald Hoyer
ec52e39a79
turn on testsuite again
2012-02-10 10:19:28 +01:00
Harald Hoyer
0af510e40c
add filesystem guard
2012-01-25 21:10:54 +01:00
Harald Hoyer
09220fef36
add missing provides for the /usr-move
2012-01-25 15:48:48 +01:00
Harald Hoyer
56e501f901
coreutils.spec: added realpath
2012-01-25 14:50:28 +01:00
Harald Hoyer
26e34c1ce3
install everything in /usr
...
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 14:28:25 +01:00
Kamil Dudka
ad3d42ec4f
fix stack smashing, buffer overflow and invalid output of pr ( #772172 )
2012-01-16 15:48:04 +01:00
Ondřej Vašík
33b6b75afa
fix date in changelog
2012-01-07 23:11:59 +01:00
Ondřej Vašík
7f6231bff1
new upstream release 8.15, patches updated
2012-01-07 20:47:10 +01:00
Ondřej Vašík
377a7b8082
do not use shebang in sourced colorls.csh profile.d script
2012-01-05 21:51:20 +01:00
Ondřej Vašík
d910089c7d
Damned year changes :)
2012-01-05 15:38:45 +01:00
Ondřej Vašík
04f29fa71b
resolve conflict
2012-01-05 15:35:32 +01:00
Ondřej Vašík
586a3174f1
fix pr -c and pr -v segfault with multibyte locales
2012-01-05 15:34:33 +01:00
Rex Dieter
3c275d96b3
rebuild (gmp), last time, I promise
2011-10-31 11:03:56 -05:00
Ondřej Vašík
f531c8b978
require at least pam 1.1.3-7 ( #748215 )
2011-10-24 16:00:37 +02:00
Ondřej Vašík
f6278cea7c
rebuild for gmp
2011-10-20 14:01:28 +02:00
Ondřej Vašík
59d9061232
new upstream release 8.14
2011-10-12 16:13:12 +02:00
Marcela Mašláňová
c9499bdd25
Bump release and try build with new gmp again.
2011-10-10 11:04:41 +02:00
Marcela Mašláňová
a8f8a59fc2
rebuild with new gmp
2011-09-26 14:36:57 +02:00
Ondřej Vašík
cb9359bd04
Obsolete coreutils-libs ( #737287 )
2011-09-12 10:42:33 +02:00
Ondřej Vašík
fbca36cbd7
fix the SUSE fix for cut output-delimiter
2011-09-09 14:53:00 +02:00
Ondřej Vašík
b5f9200448
new upstream release 8.13, drop libs subpackage, temporarily disable multibyte checks in misc/cut test
2011-09-09 13:16:47 +02:00
Ondrej Vasik
a68f226c74
incorporate some i18n patch fixes from SUSE: fix output-delimiter option in cut, prevent infinite loop in sort when ignoring chars, prevent using unitialized variable in cut
2011-09-05 08:18:24 +02:00
Ondřej Vašík
6ff9fce161
su: fix shell suspend in tcsh ( #597928 )
2011-08-23 14:54:04 +02:00
Ondřej Vašík
9938e5be66
variable u should be static in uname processor type patch
2011-08-18 17:58:14 +02:00
Ondřej Vašík
4afb5b057d
Fix cp -Z functionality if destination exists( #715557 ), deprecate it as non-upstream option (it is easy to achieve this functionality other way, cp should not handle changes)
2011-08-11 16:38:37 +02:00
Ondřej Vašík
c9c477adae
use acl_extended_file_nofollow() if available ( #692823 )
2011-07-29 15:12:18 +02:00
Ondřej Vašík
65b57c538d
support ecryptfs mount of Private (postlogin into su.pamd) - ( #722323 )
2011-07-15 15:58:40 +02:00
Ondřej Vašík
2947a97744
new upstream release 8.12, drop accepted patch
2011-04-27 11:03:02 +02:00
Ondřej Vašík
d79f57cc32
fix issue with df --direct(extra new line)
2011-04-14 16:51:54 +02:00
Ondřej Vašík
50a3bada88
new upstream release 8.11, defuzz patches
2011-04-14 12:30:24 +02:00
Ondřej Vašík
fdeedf2670
add note about mkdir mode behaviour into info documentation ( #610559 )
2011-03-22 09:54:46 +01:00
Ondřej Vašík
7a041cc0d8
fix possible uninitalized variables usage caused by i18n patch( #683799 )
2011-03-14 09:43:52 +01:00
Ondrej Vasik
9207a1510e
make coreutils build even without patches (with nopam, norunuser and noselinux variables)
2011-03-04 21:18:53 +01:00
Ondřej Vašík
e734c6455a
colorize documents by DIR_COLORS files(brown like mc)
2011-02-17 16:16:49 +01:00
Ondřej Vašík
78e0be209f
add several new TERMs to DIR_COLORS files( #678147 )
2011-02-17 10:20:33 +01:00
Dennis Gilmore
f467b43c7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 05:28:48 -06:00
Ondrej Vasik
95b1c6985e
fix typo in commit
2011-02-04 20:35:33 +01:00
Ondrej Vasik
16cfab74f0
new upstream release coreutils-8.10
2011-02-04 20:34:45 +01:00
Dennis Gilmore
0c817be19f
drop no longer needed mkstemp patch for sparc
2011-01-08 23:42:18 -06:00
Ondřej Vašík
58ba6d5250
new upstream release coreutils-8.9
2011-01-04 17:59:58 +01:00
Ondrej Vasik
1c281144c3
The suffix length was dependent on the number of bytes or lines per file ( #666293 )
2010-12-31 08:40:52 +01:00
Ondrej Vasik
826eac74c1
new upstream release coreutils-8.8 ( #665164 ), fix parallel sorting issue ( #655096 )
2010-12-23 14:14:21 +01:00
Ondrej Vasik
35cd801647
don't prompt for password with runuser( #654367 )
2010-11-18 17:28:56 +01:00
Ondřej Vašík
9170895a87
New upstream release 8.7, consolidate PAM support with SUSE ( #622700 )
2010-11-15 13:16:04 +01:00
Kamil Dudka
c07997606c
prevent sort from assertion failure ( #647938 )
...
... in case LC_CTYPE does not match LC_TIME
2010-11-03 12:16:08 +01:00
Kamil Dudka
bd229edf8d
improve i18n support in sort
...
test misc/sort-debug-keys is now back
2010-10-26 18:58:51 +02:00
Ondřej Vašík
98ff9fee21
new upstream release 8.6
2010-10-20 14:03:53 +02:00
Ondřej Vašík
0a5116219c
various fixes in tr case conversion
2010-09-30 17:43:34 +02:00
Jesse Keating
eacfb88d2c
- Rebuilt for gcc bug 634757
2010-09-29 14:03:39 -07:00
Ondřej Vašík
a921d1b238
change assertion failure for invalid multibyte input in sort to less confusing error message( #591352 )
2010-09-20 13:19:42 +02:00
Ondřej Vašík
c28546fac4
add RELRO protection to su as well ( #630017 )
2010-09-08 10:25:18 +02:00
Ondřej Vašík
f050d2d59c
compile su with pie again ( #630017 )
2010-09-06 09:31:40 +02:00
Ondřej Vašík
2a672b5b69
fix double free abort in tac ( #628213 )
2010-08-30 15:29:35 +02:00
Ondrej Vasik
437af5569d
Add .ear, .war, .sar , for Java jar-like archives to dircolors ( #616497 )
2010-07-22 14:23:44 +00:00
Dan Horák
93d4e3a79f
- rebuilt with the updated configuration patch
...
- drop the old -O1 exception for s390(x)
- updated the getgrouplist patch (Kamil Dudka)
2010-07-02 12:57:45 +00:00
Ondrej Vasik
c9dda99c50
fix oops^2 - coffee needed
2010-04-27 10:47:17 +00:00
Ondrej Vasik
c61df8518b
fix oops
2010-04-27 10:46:10 +00:00
Ondrej Vasik
09425ca8ae
fix typo
2010-04-27 10:45:41 +00:00
Ondrej Vasik
5421281a0d
doublequote LS_COLORS in colorls.*sh scripts to speedup shell
...
start(#586029 ), add patch for mkstemp on sparc64(Dennis Gilmore),
update /etc/DIR_COLORS* files
2010-04-27 10:30:50 +00:00
Ondrej Vasik
12996d09a1
new upstream release 8.5
2010-04-26 13:15:37 +00:00
Ondrej Vasik
a5bbdc735f
move readlink from /usr/bin to bin, keep symlink in /usr/bin( #580682 )
2010-04-15 12:08:16 +00:00
Kamil Dudka
d059274f53
- a new option df --direct
2010-03-29 17:20:34 +00:00
Ondrej Vasik
515305b108
run tput colors in colorls profile.d scripts only in the interactive
...
mode(#450424 )
2010-03-20 07:44:52 +00:00
Ondrej Vasik
edc268cf05
fix exit status of terminated child processes in su with pam( #559098 )
2010-02-12 09:28:31 +00:00
Ondrej Vasik
5e50360426
ooops
2010-02-05 16:23:22 +00:00
Ondrej Vasik
20666c9d9c
do not depend on selinux patch application in _require_selinux
...
tests(#556350 )
2010-02-05 16:21:42 +00:00
Ondrej Vasik
6a2111b547
do not fail tests if there are no loopdevices left( #558898 )
2010-01-29 11:33:06 +00:00
Ondrej Vasik
f27ce018bd
who doesn't determine user's message status correctly( #454261 )
2010-01-26 11:41:52 +00:00
Ondrej Vasik
5e9aa7bfb4
oops
2010-01-14 09:57:20 +00:00
Ondrej Vasik
c6e08c0277
disable gnulib linkat test, failing in koji
2010-01-14 09:56:42 +00:00
Ondrej Vasik
d3f2dba129
new upstream release 8.4
2010-01-14 09:36:45 +00:00
Ondrej Vasik
dc24bf67e6
new upstream release coreutils-8.3
2010-01-08 08:10:16 +00:00
Ondrej Vasik
083eee0f58
fix typo
2010-01-06 11:13:16 +00:00
Ondrej Vasik
9956da5309
require gpm-devel/gpm for large numbers support( #552846 )
2010-01-06 11:10:34 +00:00
Ondrej Vasik
437c9e4ea2
fix misc/selinux root-only test( #550494 )
2009-12-27 11:40:37 +00:00
Ondrej Vasik
99cafffe10
bring back uname -p/-i functionality except of the athlon hack( #548834 ),
...
comment patches
2009-12-19 08:42:03 +00:00
Ondrej Vasik
75e385fc3e
use grep instead of deprecated egrep in colorls.sh script, remove
...
unnecessary versioned requires/conflicts, remove non-upstream hack for
uname -p
2009-12-16 21:00:11 +00:00
Ondrej Vasik
0ab9d455d1
fix DIR_COLORS.256color file
2009-12-16 12:17:58 +00:00
Ondrej Vasik
422af9d036
temporarily do not run dup_cloexec(), dependent gnulib tests failing in
...
koji
2009-12-11 17:07:21 +00:00
Ondrej Vasik
e6c89339d8
new upstream release 8.2, remove applied patches
2009-12-11 16:38:48 +00:00
Ondrej Vasik
c77f9b75dc
new upstream release 8.1, rediffed patches, fix builds under koji
2009-11-27 13:24:09 +00:00
Ondrej Vasik
c8937976c4
return .xz source extension ;)
2009-11-18 14:51:34 +00:00
Ondrej Vasik
66a4fe9b1a
remove accidently added .orig files from patches :(
2009-11-18 14:48:00 +00:00
Ondrej Vasik
af1fb4eb12
update /etc/DIR_COLORS* files
2009-10-07 08:42:15 +00:00
Ondrej Vasik
4f2a56081b
oops... use .xz tarball instead of my local .gz
2009-10-07 08:16:26 +00:00
Ondrej Vasik
f8d3fd6d8e
defuzz patches
2009-10-07 08:11:44 +00:00
Ondrej Vasik
207519174e
New upstream release 8.0 (beta), defuzz patches, remove applied patches
2009-10-06 13:43:25 +00:00
Ondrej Vasik
fa0337b2a5
chcon no longer aborts on a selinux disabled system( #527142 )
2009-10-05 07:06:38 +00:00
Ondrej Vasik
e87ead322a
apply upstream patch #3 later to prevent fuzz
2009-10-02 15:06:06 +00:00
Ondrej Vasik
ae3959bffe
ls -LR exits with status 2, not 0, when it encounters a cycle( #525402 ), ls:
...
print ?, not 0 as inode of dereferenced dangling symlink(#525400 ), call
the install-info on .gz info files
2009-10-02 14:41:18 +00:00
Ondrej Vasik
066fd3a5cb
improve and correct runuser documentation ( #524805 )
2009-09-22 13:24:02 +00:00
Ondrej Vasik
2277f1a25d
fix the patchname
2009-09-21 06:08:13 +00:00
Ondrej Vasik
4c2f2aae39
add dircolors color for GNU lzip ( #516897 )
2009-09-21 06:04:14 +00:00
Ondrej Vasik
f0deff4c0d
fixed typo in DIR_COLORS.256color causing no color for multihardlink
...
(thanks P.Brady)
2009-09-18 07:19:28 +00:00
Ondrej Vasik
6a4350f7d9
fix copying of extended attributes for read only source files
2009-09-16 06:03:40 +00:00