Commit Graph

398 Commits

Author SHA1 Message Date
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