38747bfcda
struct shmid_ds in shmget(2) and shmctl(2) fixed pages for readv(2) and writev(2)
528 lines
15 KiB
RPMSpec
528 lines
15 KiB
RPMSpec
Summary: Man (manual) pages from the Linux Documentation Project.
|
||
Name: man-pages
|
||
Version: 1.67
|
||
Release: 7
|
||
License: distributable
|
||
Group: Documentation
|
||
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
|
||
Source1: rpcgen.1
|
||
Source2: resolver.5
|
||
Source6: man-pages-extralocale.tar.bz2
|
||
Source9: man2.tar.gz
|
||
Patch1: man-pages-1.51-iconv.patch
|
||
Patch2: man-pages-1.51-nopent.patch
|
||
Patch3: man-pages-1.51-blank.patch
|
||
Patch5: man-pages-1.53-langinfo.patch
|
||
Patch7: man-pages-1.53-mlock.patch
|
||
Patch8: man-pages-1.60-re_comp.patch
|
||
Patch9: man-pages-1.60-strftime.patch
|
||
Patch10: man-pages-1.60-fopen.patch
|
||
Patch11: man-pages-1.60-shmget.patch
|
||
Patch12: man-pages-1.60-wait.patch
|
||
Patch14: man-pages-1.60-fs.patch
|
||
Patch15: man-pages-1.60-issue.patch
|
||
Patch16: man-pages-1.66-typos.patch
|
||
Patch17: man-pages-1.67-getrpcent.patch
|
||
Patch18: man-pages-1.67-shm_hugetlb.patch
|
||
Patch19: man-pages-1.67-aio.patch
|
||
Patch20: man-pages-1.67-shmid_ds.patch
|
||
Patch21: man-pages-1.67-readv.patch
|
||
|
||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||
Autoreq: false
|
||
BuildArch: noarch
|
||
|
||
%description
|
||
A large collection of man pages (documentation) from the Linux
|
||
Documentation Project (LDP).
|
||
|
||
%prep
|
||
%setup -q -a 9
|
||
|
||
tar jxf %{SOURCE6}
|
||
cp -a %{SOURCE1} man1
|
||
cp -a %{SOURCE2} man5
|
||
|
||
%patch1 -p1
|
||
%patch2 -p1
|
||
%patch3 -p1
|
||
%patch5 -p1
|
||
%patch7 -p1
|
||
%patch8 -p1
|
||
%patch9 -p1
|
||
%patch10 -p1
|
||
%patch11 -p1
|
||
%patch12 -p1
|
||
%patch14 -p1
|
||
%patch15 -p1
|
||
%patch16 -p1
|
||
%patch17 -p1
|
||
%patch18 -p1
|
||
%patch19 -p1
|
||
%patch20 -p1
|
||
%patch21 -p1
|
||
|
||
%build
|
||
|
||
rm -fv man1/README
|
||
|
||
# These are parts of fileutils
|
||
rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install}.1
|
||
rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch}.1
|
||
rm -fv man1/{dir,vdir}.1
|
||
|
||
# Part of diffutils
|
||
rm -fv man1/diff.1
|
||
|
||
# Part of quota
|
||
rm -fv man2/quotactl.2
|
||
|
||
# Part of modutils
|
||
rm -fv man2/get_kernel_syms.2
|
||
rm -fv man2/{create,delete,init,query}_module.2
|
||
|
||
# Part of console-tools
|
||
rm -fv man4/console.4
|
||
|
||
# Part of shadow-utils
|
||
rm -fv man3/getspnam.3
|
||
|
||
# part of nfs-utils
|
||
rm -fv man5/exports.5
|
||
rm -fv man5/nfs.5
|
||
|
||
# Part of bind-utils
|
||
#rm -fv man5/resolv.conf.5 # kept anyway, as it makes sense to have available
|
||
|
||
# Obsolete
|
||
rm -f man3/infnan.3
|
||
|
||
# Part of mount
|
||
rm -fv man5/fstab.5
|
||
|
||
# Only briefly part of a devel version of glibc
|
||
rm -f man3/getipnodebyname.3
|
||
rm -f man3/getipnodebyaddr.3
|
||
rm -f man3/freehostent.3
|
||
|
||
# Part of libcap
|
||
rm -fv man2/capget.2
|
||
rm -fv man2/capset.2
|
||
|
||
# Part of libattr-devel
|
||
rm -f man2/{fgetxattr,flistxattr,fremovexattr,fsetxattr,getxattr,lgetxattr,listxattr,llistxattr,lremovexattr,lsetxattr,removexattr,setxattr}.2*
|
||
|
||
find . -name "*sudo*" -exec rm {} \;
|
||
|
||
for l1 in man[1-8]*/*
|
||
do mkdir -p $(dirname en/$l1)
|
||
LANG=en iconv -f latin1 -t utf-8 -o en/$l1 $l1
|
||
rm -f $l1
|
||
LANG=en iconv -f latin1 -t ascii//translit -o $l1 en/$l1
|
||
done
|
||
|
||
%install
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
for n in 0p 1 1p 2 3 3p 4 5 6 7 8
|
||
do mkdir -p $RPM_BUILD_ROOT%{_mandir}/man$n
|
||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/en/man$n
|
||
done
|
||
for n in man*/*
|
||
do cp -a $n $RPM_BUILD_ROOT%{_mandir}/$n
|
||
if diff -q en/$n $n
|
||
then rm -f en/$n
|
||
elif [ $? -eq 1 ]
|
||
then cp -a en/$n $RPM_BUILD_ROOT%{_mandir}/en/$n
|
||
fi
|
||
done
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%files
|
||
%defattr(0644,root,root,0755)
|
||
%doc README man-pages-%{version}.Announce POSIX-COPYRIGHT
|
||
%{_mandir}/man*/*
|
||
%{_mandir}/en/man*/*
|
||
|
||
%changelog
|
||
* Mon Apr 4 2005 Jiri Ryska <jryska@redhat.com> 1.67-7
|
||
- io_setup() and io_destroy() pages now refers to header file
|
||
- fixed types for struct shmid_ds in shmget(2) and shmctl(2)
|
||
- fixed pages for readv(2) and writev(2)
|
||
|
||
* Mon Mar 7 2005 Jindrich Novy <jnovy@redhat.com> 1.67-6
|
||
- unify fs.5 patches together to get rid of the bogus
|
||
fs.5.orig.gz shipped among man5 pages
|
||
- bump release to 6 to avoid conflicts with RHEL4/FC3 man-pages
|
||
|
||
* Wed Aug 25 2004 Adrian Havill <havill@redhat.com> 1.67-3
|
||
- make resolver clearer and less bind-focused (#126696)
|
||
|
||
* Fri Aug 20 2004 Adrian Havill <havill@redhat.com> 1.67-2
|
||
- updated to latest
|
||
- getrpcent/setrpcent typo (#73836)
|
||
- add new resolver.5 page (#126557)
|
||
- add SHM_HUGETLB option to shmget (#128837)
|
||
|
||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||
- rebuilt
|
||
|
||
* Fri Apr 16 2004 Adrian Havill <havill@redhat.com> 1.66-3
|
||
- fixed minor typo (#118169)
|
||
|
||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||
- rebuilt
|
||
|
||
* Wed Feb 11 2004 Adrian Havill <havill@redhat.com> 1.66-1
|
||
- update to 1.66
|
||
- add posix section processing for sections 0p, 1p, 3p (#114584)
|
||
|
||
* Mon Dec 15 2003 Adrian Havill <havill@redhat.com> 1.64-2
|
||
- update to 1.64
|
||
- convert iso-8859-1 en locale pages to UTF-8 for fc2 (#108991)
|
||
|
||
* Wed Sep 24 2003 Adrian Havill <havill@redhat.com> 1.60-4.1
|
||
- bump n-v-r
|
||
|
||
* Wed Sep 24 2003 Adrian Havill <havill@redhat.com> 1.60-4
|
||
- transliterated ALL pages with latin-1 characters that would be
|
||
displayed as either a fallback from a ascii-superset locale or
|
||
from the POSIX locale into ascii (according to glibc transliteration
|
||
data for locale "en"). pages with non-ascii are moved into the "en"
|
||
locale. (#103214)
|
||
|
||
* Thu Aug 28 2003 Adrian Havill <havill@redhat.com> 1.60-2
|
||
- transliterated Lichtmaier's first name for the sake of iconv (#103214)
|
||
|
||
* Thu Aug 28 2003 Adrian Havill <havill@redhat.com> 1.60-1.1
|
||
- bumped n-v-r
|
||
|
||
* Thu Aug 28 2003 Adrian Havill <havill@redhat.com> 1.60-1
|
||
- bumped version, removed no longer needed patches
|
||
- added #define for re_comp() and re_exec() (#79703)
|
||
- fixed typo in Era format specifier (#80025)
|
||
- fixed ftell info for fopen with mode "a+" (#81359)
|
||
- fixed prototype for shmget() (#86258)
|
||
- fixed spelling in wait.2 (#86450)
|
||
- obsoleted _init and _fini in dlopen() (#88408)
|
||
- fixed and merged double ext3 descriptions (#103198)
|
||
- issue to refer to mingetty (#86248)
|
||
- synced man page with actual ld params (#97176)
|
||
|
||
* Fri Aug 01 2003 Elliot Lee <sopwith@redhat.com> 1.58-2
|
||
- Remove libattr conflicts
|
||
|
||
* Wed Jul 30 2003 Adrian Havill <havill@redhat.com> 1.58-1
|
||
- Bumped version (which also solves n-v-r conflict with RHEL)
|
||
|
||
* Fri Jul 11 2003 Ernie Petrides <petrides@redhat.com>
|
||
- Modify mlock.2, mlockall.2, and shmctl.2 for change to locking
|
||
permission semantics made in kernel's linux-2.4.21-mlock.patch.
|
||
|
||
* Tue Apr 29 2003 Ernie Petrides <petrides@redhat.com>
|
||
- Modify semop.2 for new semtimedop(2) and add semtimedop.2 link.
|
||
|
||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||
- rebuilt
|
||
|
||
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1.53-2
|
||
- rebuild
|
||
|
||
* Tue Aug 27 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.53-1
|
||
- 1.53
|
||
- Fix #71750, #72754
|
||
|
||
* Thu Jul 25 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.52-2
|
||
- Fix reference in rpcgen(1) - #69740
|
||
|
||
* Wed Jul 24 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.52-1
|
||
- 1.52
|
||
|
||
* Thu Jul 18 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.51-5
|
||
- Fix #63547
|
||
|
||
* Tue Jul 9 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.51-4
|
||
- Mentium mem=nopentium in bootparam(7) - #60487
|
||
|
||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Wed Jun 12 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.51-2
|
||
- Fix to iconv(1) - #66441
|
||
|
||
* Tue Jun 11 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.51-1
|
||
- 1.51
|
||
|
||
* Thu Jun 6 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.50-1
|
||
- 1.50
|
||
|
||
* Wed May 29 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.48-4
|
||
- Bump
|
||
|
||
* Thu May 23 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.48-3
|
||
- Ret value of iconv(3) was wrong (#65375)
|
||
|
||
* Thu Apr 4 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.48-2
|
||
- Remove getipnodebyname, getipnodebyname, freehostent - they were
|
||
only briefly part of a glibc devel version (#62646)
|
||
|
||
* Wed Mar 13 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.48-1
|
||
- 1.48
|
||
|
||
* Thu Feb 21 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.47-2
|
||
- Rebuild
|
||
|
||
* Tue Jan 15 2002 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.47-1
|
||
- 1.47
|
||
|
||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||
- automated rebuild
|
||
|
||
* Thu Dec 6 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.44-2
|
||
- Add entry on ext3 in fs.5 (#55945)
|
||
|
||
* Tue Dec 4 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.44-1
|
||
- 1.44
|
||
- No patches required anymore - get rid of them.
|
||
|
||
* Thu Nov 15 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.43-2
|
||
- Fix docs for setresuid/setresgid (#56038)
|
||
|
||
* Thu Nov 8 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.43-1
|
||
- 1.43
|
||
|
||
* Tue Oct 23 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.42-1
|
||
- 1.42
|
||
|
||
* Mon Oct 15 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.41-1
|
||
- 1.41
|
||
- Remove bug section in llseek.2, which claimed ext2 don't support
|
||
files bigger than 2 GB (#54569)
|
||
|
||
* Tue Sep 25 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.40-1
|
||
- 1.40. Remove now included patches.
|
||
|
||
* Tue Sep 4 2001 Trond Eivind Glomsr<73>d <teg@redhat.com> 1.39-2
|
||
- New strptime.3, from the ftp site. Matches glibc better.
|
||
- Fix missing .br in netdevices.7 (#53091)
|
||
|
||
* Tue Aug 7 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.39
|
||
- Drop obsolete patches
|
||
|
||
* Tue Jul 24 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- s/NSF/NFS/ in initrd.4 - (#48322)
|
||
|
||
* Mon Jul 2 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- regcomp and friends support collating elements now (#46939)
|
||
|
||
* Thu Jun 21 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.38
|
||
|
||
* Fri Jun 8 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.37
|
||
|
||
* Thu Jun 7 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Remove capset(2) - part of libcap (#43828)
|
||
|
||
* Fri Jun 1 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Remove diff.1 - let diffutils include it instead
|
||
- Remove capget.2 - it's included in libcap
|
||
- Keep resolv.conf.5 - it's useful on systems without bind packages
|
||
- Fix bootparam.7 (patch from Tim Waugh (twaugh@redhat.com)
|
||
|
||
* Tue May 22 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.36
|
||
- drop some old patches, redo others
|
||
|
||
* Thu May 17 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Work around bug in groff for latin1.7 (#41118)
|
||
|
||
* Wed Apr 4 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665)
|
||
|
||
* Tue Apr 3 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- roff fixes to multiple man pages
|
||
|
||
* Mon Apr 2 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- correct the URL for unicode in the charset manpage (#34291)
|
||
- roff fixes
|
||
- redo iconv patch, so we don't get a .orig from patch because of
|
||
a two line offset
|
||
|
||
* Fri Mar 30 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- remove resolv.conf (bind-utils) and infnan (obsolete - #34171)
|
||
|
||
* Wed Mar 28 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- resurrect getnetent(3)
|
||
|
||
* Sun Mar 25 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.35, obsoletes patch for strsep
|
||
- move rpcinfo to section 8 (#33114)
|
||
|
||
* Fri Mar 9 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Include man-pages on locales (#29713)
|
||
|
||
* Tue Feb 13 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- fix return value of strsep(3) call (#24789)
|
||
|
||
* Mon Jan 15 2001 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.34
|
||
|
||
* Fri Dec 15 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- 1.33
|
||
- obsolete some old, now included patches
|
||
- remove netman-cvs, it's now older than the mainstream
|
||
|
||
* Tue Nov 21 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169)
|
||
|
||
* Wed Nov 08 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- don't delete the man pages for dlopen() and friends,
|
||
they are no longer part of another package
|
||
- include man pages for ld*
|
||
|
||
* Thu Oct 24 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- remove const from iconv function prototype (#19486)
|
||
|
||
* Tue Aug 29 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- reference wctype(3) instead of non-existing ctype(3)
|
||
from regex(7) (#17037)
|
||
- 1.31
|
||
|
||
* Sun Aug 27 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- remove lilo man pages (now included in package)
|
||
(#16984)
|
||
|
||
* Fri Aug 04 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- fixed bad header specification (#15364)
|
||
- removed obsolete patches from package
|
||
- updated the rest
|
||
|
||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||
- automatic rebuild
|
||
|
||
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
|
||
- defattr before docs in filelist
|
||
|
||
* Sun Jun 17 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- updated to 1.30
|
||
|
||
* Tue Jun 06 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- use %%{_tmppath}
|
||
|
||
* Wed May 31 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- remove resolv.conf(5) - part of bind-utils
|
||
|
||
* Tue May 30 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- Remove resolver, dlclose, dlerror, dlopen, dlsym as these
|
||
are included in other packages.
|
||
|
||
* Tue May 30 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- use %%{_mandir) instead of /usr/man
|
||
- verify and fix bug in mmap man page (#7382)
|
||
- verify and fix missing data in recvfrom man page (#1736)
|
||
- verify and fix missing data in putw man page (#10104)
|
||
- fixed sendfile(2) man page (#5599)
|
||
- fixed tzset man page (#11623)
|
||
|
||
* Mon May 15 2000 Trond Eivind Glomsr<73>d <teg@redhat.com>
|
||
- updated to 1.29
|
||
- split off other languages into separate RPMS
|
||
|
||
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
||
- do not use group "man"
|
||
|
||
* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
|
||
- don't apply the netman-cvs man pages anymore, as they seem to be really
|
||
out of date
|
||
|
||
* Sat Feb 05 2000 Cristian Gafton <gafton@redhat.com>
|
||
- put back man3/resolver.3
|
||
|
||
* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
|
||
- remove non-man pages (#7814)
|
||
|
||
* Fri Feb 4 2000 Matt Wilson <msw@redhat.com>
|
||
- exclude dir.1 and vdir.1 (these are in the fileutils package)
|
||
|
||
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
|
||
- version 1.28
|
||
|
||
* Fri Nov 05 1999 Michael K. Johnson <johnsonm@redhat.com>
|
||
- Fixed SIGILL, SIGQUIT in signals.7
|
||
|
||
* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
|
||
- fix man page for getcwd
|
||
|
||
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
|
||
- added man pages for set/getcontext
|
||
|
||
* Tue Sep 14 1999 Bill Nottingham <notting@redhat.com>
|
||
- remove some bad man pages
|
||
|
||
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
|
||
- czech, german, spanish, russian man pages
|
||
|
||
* Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com>
|
||
- version 1.26
|
||
- add french man pages
|
||
- add italian man pages
|
||
|
||
* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
|
||
- update to 1.25.
|
||
|
||
* Fri Apr 16 1999 Cristian Gafton <gafton@redhat.com>
|
||
- fiox man page fro ftw
|
||
|
||
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
|
||
- spellnig fixse
|
||
|
||
* Tue Mar 30 1999 Bill Nottingham <notting@redhat.com>
|
||
- updated to 1.23
|
||
|
||
* Thu Mar 25 1999 Cristian Gafton <gafton@redhat.com>
|
||
- added kernel net manpages
|
||
|
||
* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
|
||
- updated printf man page
|
||
- added rpcgen man page
|
||
|
||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||
- auto rebuild in the new build environment (release 6)
|
||
|
||
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
|
||
- leave the lilo man pages alone (oops)
|
||
|
||
* Fri Feb 12 1999 Michael Maher <mike@redhat.com>
|
||
- fixed bug #413
|
||
|
||
* Mon Jan 18 1999 Cristian Gafton <gafton@redhat.com>
|
||
- remove lilo man pages too
|
||
- got rebuilt for 6.0
|
||
|
||
* Tue Sep 08 1998 Cristian Gafton <gafton@redhat.com>
|
||
- version 1.21
|
||
|
||
* Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com>
|
||
- updated to 1.20
|
||
|
||
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
|
||
- get rid of the modutils man pages
|
||
- updated to 1.19
|
||
|
||
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
|
||
- translations modified for de, fr, tr
|
||
|
||
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
|
||
- updated to 1.18
|
||
|
||
* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
|
||
- updated to 1.17
|
||
- moved build root to /var
|
||
|
||
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
|
||
- made a noarch package
|