source: projects/specs/trunk/c/coreutils/coreutils-vl.spec @ 12337

Revision 12337, 25.0 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

bzip2-1.0.8-1

coreutils-8.32-1

dconf-0.36.0-1

gnome-calculator-3.30.1-1

gtksourceview3-3.24.11-1

libbytesize-2.2-1

libcroco-0.6.13-1

pkgconfig-0.29.2-1

which-2.21-1

Line 
1Summary: The GNU core utilities: a set of tools commonly used in shell scripts
2Summary(ja): GNU コアユーティリティ: シェルスクリプトで用いるツール集
3Name:    coreutils
4Version: 8.32
5Release: 1%{?_dist_release}
6License: GPL
7Group:   System Environment/Base
8Url:     https://www.gnu.org/software/coreutils/
9
10Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
11Source101:  coreutils-DIR_COLORS
12Source102:  coreutils-DIR_COLORS.lightbgcolor
13Source103:  coreutils-DIR_COLORS.256color
14Source105:  coreutils-colorls.sh
15Source106:  coreutils-colorls.csh
16
17# Vine sources
18Source1000: coreutils-8.10-ja.po
19
20# From upstream
21
22# Fedora patches
23# ls: restore 8.31 behavior on removed directories
24Patch1:   coreutils-8.32-ls-removed-dir.patch
25
26# disable the test-lock gnulib test prone to deadlock
27Patch100: coreutils-8.26-test-lock.patch
28
29# require_selinux_(): use selinuxenabled(8) if available
30#Patch105: coreutils-8.26-selinuxenable.patch
31
32# downstream changes to default DIR_COLORS
33#Patch102: coreutils-8.32-DIR_COLORS.patch
34#do display processor type for uname -p/-i based on uname(2) syscall
35Patch103: coreutils-8.2-uname-processortype.patch
36#df --direct
37Patch104: coreutils-df-direct.patch
38#add note about mkdir --mode behaviour into info documentation(#610559)
39Patch107: coreutils-8.4-mkdir-modenote.patch
40
41# sh-utils
42#add info about TZ envvar to date manpage
43Patch703: sh-utils-2.0.11-dateman.patch
44Patch713: coreutils-4.5.3-langinfo.patch
45
46# (sb) lin18nux/lsb compliance - multibyte functionality patch
47Patch800: coreutils-i18n.patch
48# (sb) lin18nux/lsb compliance - expand/unexpand
49Patch801: coreutils-i18n-expand-unexpand.patch
50# i18n patch for cut - old version - used
51Patch804: coreutils-i18n-cut-old.patch
52# The unexpand patch above is not correct. Sent to the patch authors
53Patch803: coreutils-i18n-fix-unexpand.patch
54#(un)expand - allow multiple files on input - broken by patch 801
55Patch805: coreutils-i18n-fix2-expand-unexpand.patch
56#(un)expand - test BOM headers
57Patch806: coreutils-i18n-un-expand-BOM.patch
58# make 'sort -h' work for arbitrary column even when using UTF-8 locales
59Patch807: coreutils-i18n-sort-human.patch
60# fold: preserve new-lines in mutlibyte text (#1418505)
61Patch808: coreutils-i18n-fold-newline.patch
62
63#getgrouplist() patch from Ulrich Drepper.
64Patch908: coreutils-getgrouplist.patch
65
66#SELINUX Patch - implements Redhat changes
67#(upstream did some SELinux implementation unlike with RedHat patch)
68#Patch950: coreutils-selinux.patch
69
70# do not use IF_LINT for initialization of scalar variables
71Patch951: coreutils-8.32-if-lint.patch
72
73
74BuildRoot: %{_tmppath}/%{name}-%{version}-root
75BuildRequires:  gettext libtermcap-devel bison
76BuildRequires: texinfo >= 4.3
77BuildRequires: autoconf >= 2.58, automake >= 1.11.2
78BuildRequires: libcap-devel
79BuildRequires: libattr-devel
80BuildRequires: libacl-devel
81BuildRequires: gmp-devel
82
83Requires(pre):         install-info
84Requires(preun):      install-info
85Requires(post):        install-info, grep, findutils
86
87# Require a C library that doesn't put LC_TIME files in our way.
88Conflicts: glibc < 2.2
89
90Provides:       fileutils = %version, sh-utils = %version, stat, textutils = %version
91Obsoletes:      fileutils sh-utils stat textutils
92Provides:       mktemp = %version
93Obsoletes:      mktemp
94
95%description
96These are the GNU core utilities.  This package is the combination of
97the old GNU fileutils, sh-utils, and textutils packages.
98
99%description -l ja
100このパッケージには GNU のコアユーティリティが収録されています。
101コアユーティリティ(coreutilsパッケージ)は従来の fileutils,
102sh-utils, textutils を統合したパッケージです。
103
104
105%prep
106%autosetup -N
107
108# apply all patches
109%autopatch -p1
110
111# copy updated ja.po
112#mv po/ja.po po/ja.po.orig
113#cp -f %{SOURCE1000} po/ja.po
114
115%build
116export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
117%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
118touch aclocal.m4 configure config.hin Makefile.in */Makefile.in
119aclocal -I m4
120autoconf --force
121automake --copy --force --add-missing
122%configure --enable-largefile \
123           --enable-install-program=arch \
124           --enable-no-install-program=kill,uptime \
125           --with-tty-group \
126           DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
127
128touch man/*.x
129
130%__make all %{?_smp_mflags}
131
132%__make -C po update-gmo
133
134# XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp
135sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi
136
137
138%install
139rm -rf $RPM_BUILD_ROOT
140%__make DESTDIR=$RPM_BUILD_ROOT install
141
142# man pages are not installed with make install
143%__make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
144
145# fix japanese catalog file
146if [ -d $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES ]; then
147   mkdir -p $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
148   mv $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES/*mo \
149                $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
150   rm -rf $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC
151fi
152
153# let be compatible with old fileutils, sh-utils and textutils packages :
154mkdir -p $RPM_BUILD_ROOT{/bin,%_bindir,%_sbindir,/sbin}
155for f in basename cat chgrp chmod chown cp cut date dd df echo env false \
156         link ln ls mkdir mknod mktemp mv nice pwd rm rmdir sleep sort \
157         stty sync touch true uname unlink
158do
159        mv $RPM_BUILD_ROOT/{%_bindir,bin}/$f
160done
161
162# chroot was in /usr/sbin :
163mv $RPM_BUILD_ROOT/{%_bindir,%_sbindir}/chroot
164# {cat,sort,cut} were previously moved from bin to /usr/bin and linked into
165for i in env cut; do ln -sf ../../bin/$i $RPM_BUILD_ROOT/usr/bin; done
166
167mkdir -p $RPM_BUILD_ROOT/etc/profile.d
168install -p -c -m644 %SOURCE101 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS
169install -p -c -m644 %SOURCE102 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.lightbgcolor
170install -p -c -m644 %SOURCE103 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.256color
171install -p -c -m644 %SOURCE105 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.sh
172install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.csh
173
174# These come from util-linux and/or procps.
175for i in hostname uptime kill ; do
176        rm -f $RPM_BUILD_ROOT{%_bindir/$i,%_mandir/man1/$i.1}
177done
178
179%find_lang %name
180
181# (sb) Deal with Installed (but unpackaged) file(s) found
182rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
183
184# FIXME: remove readlink which conflict with tetex's.
185#rm -f $RPM_BUILD_ROOT%{_bindir}/readlink
186#rm -f $RPM_BUILD_ROOT%{_mandir}/man1/readlink*
187
188
189%check
190# this test will fail on non-real filesystem (overlayfs, etc.).
191perl -pi -e 's|^.*inotify-dir-recreate.*$|\\|' tests/local.mk
192
193make check %{?_smp_mflags}
194
195
196%clean
197rm -rf $RPM_BUILD_ROOT
198
199%pre
200# Remove these old glibc files on upgrade (bug #84090).
201for file in $(find /usr/share/locale -type f -name LC_TIME); do
202        [ -x /bin/rm ] && /bin/rm -f "$file"
203done
204
205# We must desinstall theses info files since they're merged in
206# coreutils.info. else their postun'll be runned too last
207# and install-info'll faill badly because of doubles
208for file in sh-utils.info textutils.info fileutils.info; do
209        if [ -f /usr/share/info/$file.bz2 ]; then
210                /sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null
211        fi
212done
213
214%preun
215if [ $1 = 0 ]; then
216    [ -f %{_infodir}/%{name}.info.gz ] && \
217      /sbin/install-info --delete %{_infodir}/%{name}.info.gz \
218        %{_infodir}/dir || :
219fi
220
221%post
222/bin/grep -v '(sh-utils)\|(fileutils)\|(textutils)' %{_infodir}/dir > \
223  %{_infodir}/dir.rpmmodify || exit 0
224    /bin/mv -f %{_infodir}/dir.rpmmodify %{_infodir}/dir
225[ -f %{_infodir}/%{name}.info.gz ] && \
226  /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
227
228%files -f %{name}.lang
229%defattr(-,root,root)
230%config(noreplace) %{_sysconfdir}/DIR_COLORS*
231%config(noreplace) %{_sysconfdir}/profile.d/*
232%license COPYING
233%doc ABOUT-NLS NEWS README THANKS TODO
234/bin/*
235%{_bindir}/*
236%{_libexecdir}/coreutils
237%{_infodir}/coreutils*
238%{_mandir}/man*/*
239%{_sbindir}/chroot
240
241%changelog
242* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.31-1
243- new upstream release.
244- updated all patches.
245
246* Fri May 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.25-1
247- update to 8.25
248- remove Patch1,102
249- import patches from fedora package
250  - update Patch104,800
251  - add Patch801,803,804
252
253* Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.23-1
254- update to 8.23
255- add Patch1 (coreutils-8.23-chroot-chdir.patch) from fedora
256- update Patch100,104,800
257- remove Requires: util-linux (BTS:2854)
258
259* Mon Jan 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.20-2
260- rebuild with VineSeed environment
261
262* Mon Nov 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.20-1
263- update to 8.20
264
265* Sat Apr 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.10-2
266- update ja.po
267- add BR: libcap-devel, gmp-devel, libattr-devel, libacl-devel
268
269* Sat Feb 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.10-1
270- update to 8.10
271
272* Mon Sep 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 6.11-2
273- rebuilt against curent toolchain
274- spec in UTF-8
275
276* Wed Apr 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.11-1
277- new upstream release
278- drop obsolete patches
279- import some patched from fedora-devel
280- add Obsoletes/Provides mktemp
281
282* Tue Jun 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.96-0vl1
283- new upstream release
284
285* Mon May 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.95-0vl1
286- new upstream release
287
288* Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.94-0vl1
289- new upstream release
290- drop opsolete patches
291- import some patches from FC
292
293* Sun Nov 13 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2.1-40vl5
294- now readlink is kept as it is, since tetex-3.0 don't have readlink.
295
296* Sat Sep 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.1-40vl4
297- updated ja.po
298
299* Sat Feb 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl3
300- remove selinux related pam-module from /etc/pam.d/su
301
302* Fri Feb 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl2
303- update ja.po
304
305* Thu Feb 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl1
306- initial build for Vine Linux
307  - some modifications are merged from fileutils-4.1-10.1vl4
308- disable make check
309
310* Sat Feb  5 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-40
311- Undo last change (bug #145266).
312
313* Fri Feb  4 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-38
314- Special case for ia32e in uname (bug #145266).
315
316* Thu Jan 13 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-37
317- Fixed zh_CN translation (bug #144845).  Patch from Mitrophan Chin.
318
319* Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-36
320- Fix to only setdefaultfilecon if not overridden by command line
321
322* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-35
323- Change install to restorecon if it can
324
325* Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
326- Fixed small bug in i18n patch.
327
328* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
329- Don't set fs uid until after pam_open_session (bug #77791).
330
331* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-33
332- Fixed colorls.csh (bug #139988).  Patch from Miloslav Trmac.
333
334* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com>
335- Updated URL (bug #138279).
336
337* Mon Oct 25 2004 Steve Grubb <sgrubb@redhat.com> 5.2.1-32
338- Handle the return code of function calls in runcon.
339
340* Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
341- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
342
343* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
344- getgrouplist() patch from Ulrich Drepper.
345- The selinux patch should be applied last.
346
347* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
348- Mv runuser to /sbin
349
350* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
351- Fix runuser man page.
352
353* Mon Oct  4 2004 Tim Waugh <twaugh@redhat.com>
354- Fixed build.
355
356* Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-26
357- Add runuser as similar to su, but only runable by root
358
359* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-25
360- chown(1) patch from Ulrich Drepper.
361
362* Tue Sep 14 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-24
363- SELinux patch fix: don't display '(null)' if getfilecon() fails
364  (bug #131196).
365
366* Fri Aug 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-23
367- Fixed colorls.csh quoting (bug #102412).
368- Fixed another join LSB test failure (bug #121153).
369
370* Mon Aug 16 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-22
371- Fixed sort -t LSB test failure (bug #121154).
372- Fixed join LSB test failure (bug #121153).
373
374* Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-21
375- Apply upstream patch to fix 'cp -a' onto multiply-linked files (bug #128874).
376- SELinux patch fix: don't error out if lgetfilecon() returns ENODATA.
377
378* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-20
379- Added 'konsole' TERM to DIR_COLORS (bug #129544).
380
381* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-19
382- Added 'gnome' TERM to DIR_COLORS (bug #129112).
383- Worked around a bash bug #129128.
384- Fixed an i18n patch bug in cut (bug #129114).
385
386* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
387- Fixed colorls.{sh,csh} so that the l. and ll aliases are always defined
388  (bug #128948).
389
390* Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
391- Fixed field extraction in sort (bug #127694).
392
393* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
394- Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
395
396* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
397- Move pam-xauth to after pam-selinux
398
399* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
400- rebuilt
401
402* Mon Jun  7 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-15
403- Fix ls -Z (bug #125447).
404
405* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
406- Build requires bison (bug #125290).
407
408* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-14
409- Fix selinux patch causing problems with ls --format=... (bug #125238).
410
411* Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-13
412- Change su to use pam_selinux open and pam_selinux close
413
414* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-12
415- Don't call access() on symlinks about to be removed (bug #124699).
416
417* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-11
418- Fix ja translation (bug #124862).
419
420* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 5.2.1-10
421- rebuild
422
423* Mon May 17 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-9
424- Mention pam in the info for su (bug #122592).
425- Remove wheel group rant again (bug #122886).
426- Change default behaviour for chgrp/chown (bug #123263).  Patch from
427  upstream.
428
429* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 5.2.1-8
430- compiling su PIE
431
432* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
433- Build requires new versions of autoconf and automake (bug #123098).
434
435* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-7
436- Fix join -t (bug #122435).
437
438* Tue Apr 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-6
439- Fix 'ls -Z' displaying users/groups if stat() failed (bug #121292).
440
441* Fri Apr 9 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-5
442- Add ls -LZ fix
443- Fix chcon to handle "."
444
445* Wed Mar 17 2004 Tim Waugh <twaugh@redhat.com>
446- Apply upstream fix for non-zero seconds for --date="10:00 +0100".
447
448* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-3
449- If preserve fails, report as warning unless user requires preserve
450
451* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-2
452- Make mv default to preserve on context
453
454* Sat Mar 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-1
455- 5.2.1.
456
457* Fri Mar 12 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-9
458- Add '-Z' to 'ls --help' output (bug #118108).
459
460* Fri Mar  5 2004 Tim Waugh <twaugh@redhat.com>
461- Fix deref-args test case for rebuilding under SELinux (bug #117556).
462
463* Wed Feb 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-8
464- kill(1) offloaded to util-linux altogether.
465
466* Tue Feb 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-7
467- Ship the real '[', not a symlink.
468
469* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-6
470- Apply Paul Eggert's chown patch (bug #116536).
471- Merged chdir patch into pam patch where it belongs.
472
473* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-5
474- Fixed i18n patch bug causing sort -M not to work (bug #116575).
475
476* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-4
477- Reinstate kill binary, just not its man page (bug #116463).
478
479* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-3
480- Updated ls-stat patch.
481
482* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 5.2.0-2
483- fix chcon to ignore . and .. directories for recursing
484
485* Fri Feb 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-1
486- Patch ls so that failed stat() is handled gracefully (Ulrich Drepper).
487- 5.2.0.
488
489* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com>
490- More AFS patch tidying.
491
492* Wed Feb 18 2004 Dan Walsh <dwalsh@redhat.com> 5.1.3-0.2
493- fix chcon to handle -h qualifier properly, eliminate potential crash
494
495* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
496- Stop 'sort -g' leaking memory (i18n patch bug #115620).
497- Don't ship kill, since util-linux already does.
498- Tidy AFS patch.
499
500* Mon Feb 16 2004 Tim Waugh <twaugh@redhat.com> 5.1.3-0.1
501- 5.1.3.
502- Patches ported forward or removed.
503
504* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 5.0-40
505- rebuilt
506
507* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-39
508- Change /etc/pam.d/su to remove preservuser and add multiple
509
510* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-38
511- Change is_selinux_enabled to is_selinux_enabled > 0
512
513* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-37
514- Add pam_selinux to pam file to allow switching of roles within selinux
515
516* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com>
517- The textutils-2.0.17-mem.patch is no longer needed.
518
519* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 5.0-36
520- Fixed autoconf test causing builds to fail.
521
522* Tue Dec  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-35
523- Fix copying to non xattr files
524
525* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 5.0-34.sel
526- Fix column widths problems in ls.
527
528* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com> 5.0-33.sel
529- Speed up md5sum by disabling speed-up asm.
530
531* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-32.sel
532- Try again
533
534* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-31.sel
535- Fix move on non SELinux kernels
536
537* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com> 5.0-30.sel
538- Fixed useless acl dependencies (bug #106141).
539
540* Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 5.0-29.sel
541- Fix id -Z
542
543* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28.sel
544- Turn on SELinux
545- Fix chcon error handling
546
547* Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28
548- Turn off SELinux
549
550* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27.sel
551- Turn on SELinux
552
553* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27
554- Turn off SELinux
555
556* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-26.sel
557- Turn on SELinux
558
559* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
560- allow compiling without pam support
561
562* Fri Oct 10 2003 Tim Waugh <twaugh@redhat.com> 5.0-23
563- Make split(1) handle large files (bug #106700).
564
565* Thu Oct  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-22
566- Turn off SELinux
567
568* Wed Oct  8 2003 Dan Walsh <dwalsh@redhat.com> 5.0-21.sel
569- Cleanup SELinux patch
570
571* Fri Oct  3 2003 Tim Waugh <twaugh@redhat.com> 5.0-20
572- Restrict ACL support to only those programs needing it (bug #106141).
573- Fix default PATH for LSB (bug #102567).
574
575* Thu Sep 11 2003 Dan Walsh <dwalsh@redhat.com> 5.0-19
576- Turn off SELinux
577
578* Wed Sep 10 2003 Dan Walsh <dwalsh@redhat.com> 5.0-18.sel
579- Turn on SELinux
580
581* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 5.0-17
582- Turn off SELinux
583
584* Tue Sep 2 2003 Dan Walsh <dwalsh@redhat.com> 5.0-16.sel
585- Only call getfilecon if the user requested it.
586- build with selinux
587
588* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 5.0-14
589- Documentation fix (bug #102697).
590
591* Tue Aug 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-13
592- Made su use pam again (oops).
593- Fixed another i18n bug causing sort --month-sort to fail.
594- Don't run dubious stty test, since it fails when backgrounded
595  (bug #102033).
596- Re-enable make check.
597
598* Fri Aug  8 2003 Tim Waugh <twaugh@redhat.com> 5.0-12
599- Don't run 'make check' for this build (build environment problem).
600- Another uninitialized variable in i18n (from bug #98683).
601
602* Wed Aug 6 2003 Dan Walsh <dwalsh@redhat.com> 5.0-11
603- Internationalize runcon
604- Update latest chcon from NSA
605
606* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com>
607- Re-enable make check.
608
609* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-9
610- Don't run 'make check' for this build (build environment problem).
611
612* Mon Jul 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-8
613- Actually use the ACL patch (bug #100519).
614
615* Fri Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 5.0-7
616- Convert to SELinux
617
618* Mon Jun  9 2003 Tim Waugh <twaugh@redhat.com>
619- Removed samefile patch.  Now the test suite passes.
620
621* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
622- rebuilt
623
624* Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-5
625- Both kon and kterm support colours (bug #83701).
626- Fix 'ls -l' alignment in zh_CN locale (bug #88346).
627
628* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-4
629- Prevent file descriptor leakage in du (bug #90563).
630- Build requires recent texinfo (bug #90439).
631
632* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-3
633- Allow obsolete options unless POSIXLY_CORRECT is set.
634
635* Sat Apr 12 2003 Tim Waugh <twaugh@redhat.com>
636- Fold bug was introduced by i18n patch; fixed there instead.
637
638* Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 5.0-2
639- fix segfault in fold (#88683)
640
641* Sat Apr  5 2003 Tim Waugh <twaugh@redhat.com> 5.0-1
642- 5.0.
643
644* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com>
645- Use _smp_mflags.
646
647* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-2
648- Remove overwrite patch.
649- No longer seem to need nolibrt, errno patches.
650
651* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com>
652- No longer seem to need danglinglink, prompt, lug, touch_errno patches.
653
654* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-1
655- 4.5.11.
656- Use packaged readlink.
657
658* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 4.5.10-1
659- 4.5.10.
660- Update lug, touch_errno, acl, utmp, printf-ll, i18n, test-bugs patches.
661- Drop fr_fix, LC_TIME, preserve, regex patches.
662
663* Wed Mar 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-21
664- Fixed another i18n patch bug (bug #82032).
665
666* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-20
667- Fix sort(1) efficiency in multibyte encoding (bug #82032).
668
669* Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
670- Ship readlink(1) (bug #84200).
671
672* Thu Feb 13 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-18
673- Deal with glibc < 2.2 in %%pre scriplet (bug #84090).
674
675* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-16
676- Require glibc >= 2.2 (bug #84090).
677
678* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 4.5.3-15
679- fix group (#84095)
680
681* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.5.3-14
682- rebuilt
683
684* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
685- Fix rm(1) man page.
686
687* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-13
688- Fix re_compile_pattern check.
689- Fix su hang (bug #81653).
690
691* Tue Jan 14 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-11
692- Fix memory size calculation.
693
694* Tue Dec 17 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-10
695- Fix mv error message (bug #79809).
696
697* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 4.5.3-9
698- added PreReq on grep
699
700* Fri Dec 13 2002 Tim Waugh <twaugh@redhat.com>
701- Fix cp --preserve with multiple arguments.
702
703* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-8
704- Turn on colorls for screen (bug #78816).
705
706* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-7
707- Fix mv (bug #79283).
708- Add patch27 (nogetline).
709
710* Sun Dec  1 2002 Tim Powers <timp@redhat.com> 4.5.3-6
711- use the su.pamd from sh-utils since it works properly with multilib systems
712
713* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-5
714- Fix test suite quoting problems.
715
716* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-4
717- Fix scriplets.
718- Fix i18n patch so it doesn't break uniq.
719- Fix several other patches to either make the test suite pass or
720  not run the relevant tests.
721- Run 'make check'.
722- Fix file list.
723
724* Thu Nov 28 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-3
725- Adapted for Red Hat Linux.
726- Self-host for help2man.
727- Don't ship readlink just yet (maybe later).
728- Merge patches from fileutils and sh-utils (textutils ones are already
729  merged it seems).
730- Keep the binaries where the used to be (in particular, id and stat).
731
732* Sun Nov 17 2002 Stew Benedict <sbenedict@mandrakesoft.com> 4.5.3-2mdk
733- LI18NUX/LSB compliance (patch800)
734- Installed (but unpackaged) file(s) - /usr/share/info/dir
735
736* Thu Oct 31 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.3-1mdk
737- new release
738- rediff patch 180
739- merge patch 150 into 180
740
741* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-6mdk
742- move su back to /bin
743
744* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-5mdk
745- patch 0 : lg locale is illegal and must be renamed lug (pablo)
746
747* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-4mdk
748- fix conflict with procps
749
750* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-3mdk
751- patch 105 : fix install -s
752
753* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-2mdk
754- fix build
755- don't chmode two times su
756- build with large file support
757- fix description
758- various spec cleanups
759- fix chroot installation
760- fix missing /bin/env
761- add old fileutils, sh-utils & textutils ChangeLogs
762
763* Fri Oct 11 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-1mdk
764- initial release (merge fileutils, sh-utils & textutils)
765- obsoletes/provides: sh-utils/fileutils/textutils
766- fileutils stuff go in 1xx range
767- sh-utils stuff go in 7xx range
768- textutils stuff go in 5xx range
769- drop obsoletes patches 1, 2, 10 (somes files're gone but we didn't ship
770  most of them)
771- rediff patches 103, 105, 111, 113, 180, 706
772- temporary disable patch 3 & 4
773- fix fileutils url
Note: See TracBrowser for help on using the repository browser.