Blame SPECS/man-pages.spec

172c20
%global posix_version 2003
172c20
%global posix_release a
172c20
%global posix_name man-pages-posix-%{posix_version}-%{posix_release}
172c20
%global additional_version 20140211
172c20
%global additional_name man-pages-additional-%{additional_version}
172c20
172c20
Summary: Man (manual) pages from the Linux Documentation Project
172c20
Name: man-pages
172c20
Version: 3.53
172c20
Release: 5%{?dist}
172c20
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
172c20
Group: Documentation
172c20
URL: http://www.kernel.org/doc/man-pages/
172c20
Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
172c20
# POSIX man pages
172c20
Source1: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/%{posix_name}.tar.xz
172c20
# additional man-pages, the source tarball is fedora only
172c20
Source2: %{additional_name}.tar.xz
172c20
172c20
## Patches ##
172c20
172c20
# POSIX man pages
172c20
Patch00: man-pages-posix-2003-awk.patch
172c20
Patch01: man-pages-posix-2003-man.patch
172c20
Patch02: man-pages-posix-2003-printf.patch
172c20
# resolves: #723578
172c20
Patch03: man-pages-posix-2003-readlink3p.patch
172c20
172c20
# Regular man pages
172c20
# resolves: #698149
172c20
Patch20: man-pages-3.32-host.patch
172c20
# resolves: #650985
172c20
Patch21: man-pages-3.42-close.patch
172c20
# resolves: #392431
172c20
Patch22: man-pages-3.42-connect.patch
172c20
# resolves: #771540
172c20
Patch23: man-pages-3.43-tcp-congestion.patch
172c20
# resolves: #990049
172c20
Patch24: man-pages-3.53-proc.patch
172c20
# resolves: #1058101
172c20
Patch25: man-pages-3.53-nscd.conf.patch
172c20
172c20
172c20
Autoreq: false
172c20
BuildArch: noarch
172c20
# resolves: #655961
172c20
Conflicts: quota < 3.17-14
172c20
172c20
%description
172c20
A large collection of man pages (documentation) from the Linux
172c20
Documentation Project (LDP).
172c20
172c20
%prep
172c20
%setup -q -a 1 -a 2
172c20
172c20
%patch00 -p1
172c20
%patch01 -p1
172c20
%patch02 -p1
172c20
%patch03 -p1
172c20
172c20
%patch20 -p1
172c20
%patch21 -p1
172c20
%patch22 -p1
172c20
%patch23 -p1
172c20
%patch24 -p1
172c20
%patch25 -p1
172c20
172c20
## Remove man pages we are not going to use ##
172c20
172c20
# part of libattr-devel
172c20
rm man2/{,f,l}{get,list,remove,set}xattr.2
172c20
172c20
# problem with db x db4 (#198597) - man pages are obsolete
172c20
rm man3/{db,btree,dbopen,hash,mpool,recno}.3
172c20
172c20
# deprecated
172c20
rm man2/pciconfig_{write,read,iobase}.2
172c20
172c20
# we are not using SystemV anymore (#1062906)
172c20
rm man7/boot.7
172c20
172c20
# we do not have sccs (#203302)
172c20
rm %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p
172c20
172c20
172c20
%build
172c20
# nothing to build
172c20
172c20
%install
172c20
%{__mv} %{posix_name}/man?p .
172c20
%{__cp} -r %{additional_name}/man* .
172c20
instdir=$RPM_BUILD_ROOT%{_mandir}
172c20
for sec in 0p 1 1p 2 3 3p 4 5 6 7 8; do
172c20
    %{__mkdir} -p $instdir{,/en}/man$sec
172c20
    for f in man$sec/*.$sec; do
172c20
        case $f in
172c20
            man$sec/'*'.$sec)
172c20
                # this dir is empty
172c20
                continue
172c20
                ;;
172c20
            man7/iso_8859-*.7)
172c20
                enc=ISO-8859-15
172c20
                LANG=en iconv -f $enc -t utf-8 $f | \
172c20
                    %{__sed} -e '1s/coding: *[^ ]* /coding: UTF-8 /' > $instdir/$f
172c20
                ;;
172c20
            man7/koi8-*.7 | man7/armscii-8.7 | man7/cp1251.7)
172c20
                enc=${f#man7/}
172c20
                enc=${enc%.7}
172c20
                LANG=en iconv -f $enc -t utf-8 $f | \
172c20
                    %{__sed} -e '1s/coding: *[^ ]* /coding: UTF-8 /' > $instdir/$f
172c20
                ;;
172c20
            *)
172c20
                LANG=en iconv -f latin1 -t utf-8 -o $instdir/en/$f $f
172c20
                LANG=en iconv -f utf-8 -t ascii//translit -o $instdir/$f $instdir/en/$f
172c20
                cmp -s $instdir/$f $instdir/en/$f && %{__rm} $instdir/en/$f
172c20
                ;;
172c20
        esac
172c20
    done
172c20
done
172c20
172c20
cd %{posix_name}
172c20
%{__mv} Changes %{posix_name}.Changes
172c20
%{__mv} README %{posix_name}.README
172c20
cd ..
172c20
172c20
%files
172c20
%doc README man-pages-%{version}.Announce Changes %{posix_name}/POSIX-COPYRIGHT %{posix_name}/%{posix_name}.{README,Announce,Changes}
172c20
%{_mandir}/man*/*
172c20
%lang(en) %{_mandir}/en/man*/*
172c20
172c20
%changelog
172c20
* Tue Feb 11 2014 Peter Schiffer <pschiffe@redhat.com> - 3.53-5
172c20
- resolves: #1058101
172c20
  added note about default values to the nscd.conf(5) man page
172c20
- resolves: #1059829
172c20
  added three pthread_mutex* man pages from POSIX.1-2008
172c20
- resolves: #1062906
172c20
  removed boot(7) man page
172c20
172c20
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.53-4
172c20
- Mass rebuild 2013-12-27
172c20
172c20
* Wed Dec  4 2013 Peter Schiffer <pschiffe@redhat.com> - 3.53-3
172c20
- resolves: #1031706
172c20
  removed pt_chown(5) man page
172c20
172c20
* Tue Aug 13 2013 Peter Schiffer <pschiffe@redhat.com> - 3.53-2
172c20
- resolves: #990049
172c20
  documented /proc/[pid]/io file on the proc(5) man page
172c20
172c20
* Wed Jul 31 2013 Peter Schiffer <pschiffe@redhat.com> - 3.53-1
172c20
- resolves: #990459
172c20
  updated to 3.53
172c20
172c20
* Mon Jul 22 2013 Peter Schiffer <pschiffe@redhat.com> - 3.52-1
172c20
- resolves: #981385
172c20
  updated to 3.52
172c20
- fixed broken sentence on the futex(7) man page
172c20
- resolves: #885740
172c20
  documented O_PATH flag on the open(2) man page
172c20
172c20
* Tue Apr 23 2013 Peter Schiffer <pschiffe@redhat.com> - 3.51-1
172c20
- resolves: #921911
172c20
  updated to 3.51
172c20
172c20
* Thu Mar  7 2013 Peter Schiffer <pschiffe@redhat.com> - 3.48-1
172c20
- resolves: #918417
172c20
  updated to 3.48
172c20
172c20
* Tue Feb 12 2013 Peter Schiffer <pschiffe@redhat.com> - 3.47-1
172c20
- resolves: #910268
172c20
  updated to 3.47
172c20
172c20
* Fri Feb  1 2013 Peter Schiffer <pschiffe@redhat.com> - 3.46-2
172c20
- related: #858703
172c20
  moved killpgrp(8) man page to the amanda-client package
172c20
172c20
* Mon Jan 28 2013 Peter Schiffer <pschiffe@redhat.com> - 3.46-1
172c20
- resolves: #904950
172c20
  updated to 3.46
172c20
172c20
* Wed Jan 16 2013 Peter Schiffer <pschiffe@redhat.com> - 3.45-2
172c20
- dropped some outdated patches, few patches updated
172c20
172c20
* Fri Dec 21 2012 Peter Schiffer <pschiffe@redhat.com> - 3.45-1
172c20
- resolves: #889446
172c20
  updated to 3.45
172c20
172c20
* Wed Nov 21 2012 Peter Schiffer <pschiffe@redhat.com> - 3.44-1
172c20
- resolves: #874650
172c20
  updated to 3.44
172c20
172c20
* Thu Oct 25 2012 Peter Schiffer <pschiffe@redhat.com> - 3.43-1
172c20
- resolves: #866874
172c20
  updated to 3.43
172c20
- added description of the TCP_CONGESTION on the tcp(7) man page
172c20
- added description of the IP_MULTICAST_ALL on the ip(7) man page
172c20
- updated additional man pages
172c20
172c20
* Wed Sep 19 2012 Peter Schiffer <pschiffe@redhat.com> - 3.42-1
172c20
- resolves: #847941
172c20
  update to 3.42
172c20
- updated additional man pages
172c20
- cleaned patches
172c20
- cleaned .spec file, fixed minor encoding issue
172c20
- resolves: #837090
172c20
  updated example on inet(3) man page - use fprintf(stderr,..) instead of perror
172c20
- resolves: #751429
172c20
  included initgroups database in the nsswitch.conf(5) man page
172c20
- removed the sccs-related man pages (#203302)
172c20
- added description of single-request-reopen to the resolv.conf(5) man page (#717770)
172c20
- added missing EIDRM error code description to the shmop(2) man page (#800256)
172c20
- added documentation of several source-specific multicast socket options to the ip(7) man page (#804003)
172c20
- improved explanation about calling listen or connect on the ip(7) man page (#787567)
172c20
- added information about incorrect use of getdents(2) call to the man page (#809490)
172c20
- removed man-pages-3.22-sched_setaffinity.patch because the problem it describes was fixed in the kernel. see #533811 for more info
172c20
- documented why to use shutdown() before close() when dealing with sockets on close(2) man page (#650985)
172c20
- updated description of /proc/sys/fs/file-nr file in proc(5) man page (#497197)
172c20
- updated zdump(8) man page to match current zdump usage (#517309)
172c20
- fixed one incorrect error code on connect(2) man page (#392431)
172c20
- fixed typo in sysconf(3) man page (#202092)
172c20
- removed additional uuname(1) man page - was moved to the uucp package (#858642)
172c20
- removed obsolete additional userisdnctl(8) man page
172c20
172c20
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.41-2
172c20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
172c20
172c20
* Thu May 17 2012 Peter Schiffer <pschiffe@redhat.com> - 3.41-1
172c20
- resolves: #820901
172c20
  update to 3.41
172c20
172c20
* Fri Apr 27 2012 Peter Schiffer <pschiffe@redhat.com> - 3.40-2
172c20
- related: #797857
172c20
  fixed broken source file
172c20
172c20
* Fri Apr 27 2012 Peter Schiffer <pschiffe@redhat.com> - 3.40-1
172c20
- resolves: #797857
172c20
  update to 3.40
172c20
172c20
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.35-2
172c20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
172c20
172c20
* Fri Nov 11 2011 Peter Schiffer <pschiffe@redhat.com> - 3.35-1
172c20
- resolves: #751620
172c20
  update to 3.35
172c20
- resolves: #723578
172c20
  typo in readlink(3p)
172c20
172c20
* Fri May 27 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.32-14
172c20
- resolves: #705888
172c20
  the man page for proc is missing an explanation for /proc/[pid]/cgroup
172c20
172c20
* Fri Apr 22 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.32-13
172c20
- resolves: #698149
172c20
  Remove documentation for "order" keyword in /etc/host.conf manpage
172c20
172c20
* Fri Apr 22 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.32-12
172c20
- resolves: #680214
172c20
  manpage for fallocate(2) is wrong
172c20
172c20
* Fri Mar 25 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.32-11
172c20
- resolves: #681781
172c20
  snprintf man page is wrong
172c20
172c20
* Wed Mar  9 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.32-10
172c20
- resolves: #675544
172c20
  perfmonctl(2) typo manpage fix
172c20
172c20
* Thu Feb 24 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.32-9
172c20
- resolves: #679899
172c20
  add scopev4 to gai.conf man page 
172c20
172c20
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.32-8
172c20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
172c20
172c20
* Mon Jan 31 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-7
172c20
- resolves: #673586
172c20
  fix the sed pages parsing
172c20
172c20
* Thu Jan 27 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-6
172c20
- resolves: #652869
172c20
  fix the necessary buffer limit in the man page for readdir_r
172c20
172c20
* Thu Jan 27 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-5
172c20
- resolves: #672348
172c20
  problems with the encoding of characters set man-pages
172c20
  thanks Denis Barbier for a patch
172c20
172c20
* Tue Jan 25 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-4
172c20
- resolves: #672377
172c20
  fix man-pages-2.48-passwd.patch remove trailing dots
172c20
172c20
* Tue Jan 25 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-3
172c20
- resolves: #652870
172c20
  fix strtol man-page
172c20
172c20
* Mon Jan  3 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-2
172c20
- update to 3.32
172c20
172c20
* Wed Nov 24 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-2
172c20
- resolves: #655961
172c20
  add the conflict tag
172c20
172c20
* Fri Nov 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.31-1
172c20
- update to 3.31
172c20
172c20
* Thu Nov 18 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.30-3
172c20
- resolves: #647269
172c20
  PR_SET_SECCOMP and _exit, documentation bug
172c20
172c20
* Thu Nov 11 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.30-2
172c20
- Resolves: #650257
172c20
  fix open.2 O_EXCL description
172c20
172c20
* Fri Nov  5 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.30-1
172c20
- update to 3.30
172c20
172c20
* Mon Oct 25 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.29-1
172c20
- update 3.29
172c20
  several bug fixes
172c20
172c20
* Wed Oct  6 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.28-3
172c20
- don't remove numa_maps, now the man page is not in numactl
172c20
- don't remove getipnodeby{name,addr}.3 and freehostent.3
172c20
  they are not more part of glibc-devel
172c20
- fix typo in gai_{error,suspend,cancel} pages
172c20
172c20
* Wed Oct  6 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.28-2
172c20
- add quotactl.2 to man-pages (the package was removed from quota - #640590)
172c20
172c20
* Wed Oct  6 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.28-1
172c20
- update to 3.28
172c20
- move all additional man-pages to one source
172c20
    (man-pages-additional-20101006.tar.bz2)
172c20
- remove additional man-pages without the info about license
172c20
172c20
* Thu Sep 23 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.27-3
172c20
- Resolves: #634626
172c20
  remove link to non-existing man page
172c20
172c20
* Thu Sep 23 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.27-2
172c20
- Resolves: #635869 
172c20
  remove the link to removed man page
172c20
172c20
* Thu Sep 23 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.27-1
172c20
- Update to 3.27
172c20
- remove obsolete patch
172c20
172c20
* Wed Sep  8 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.26-1
172c20
- Update to 3.26
172c20
- Resolves: 624399 (rresvport man entry misleading)
172c20
172c20
* Thu Jul  1 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.25-1
172c20
- Update to 3.25
172c20
172c20
* Thu Jun 24 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-7
172c20
- resolves: #606038
172c20
  filesystems.5 makes no mention of ext4
172c20
172c20
* Fri Jun  4 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-6
172c20
- Resolves: #596666
172c20
  Man page for mmap64 is confusing
172c20
172c20
* Mon May 31 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-5
172c20
- Resolves: #597429
172c20
  remove the duplicate info about error output (recv(2) man page)
172c20
172c20
* Mon May 10 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-4
172c20
- Resolves: #588620
172c20
  Typo in sysconf(3) Manual page
172c20
172c20
* Mon May  3 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-3
172c20
- fix atanh man-page bug in glibc was fixed so removed the info about it
172c20
172c20
* Fri Mar 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-2
172c20
- Resolves: #570703
172c20
  fix getnameinfo prototype
172c20
172c20
* Tue Mar  2 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-1
172c20
- update to 3.24
172c20
  Resolves: #569451
172c20
172c20
* Mon Feb 22 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-7
172c20
- Resolves: #564528
172c20
  Man page and "info" information on snprintf incomplete
172c20
172c20
* Wed Jan 27 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-6
172c20
- Resolves: #556199
172c20
  update iconv.1 man page
172c20
172c20
* Tue Jan 26 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-5
172c20
- Resolves: #557971
172c20
  remove unnecessary man-pages from man-pages_syscalls and man-pages_add
172c20
172c20
* Thu Dec  3 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-4
172c20
- fix typo in sched_setaffinity(2) patch
172c20
172c20
* Wed Dec  2 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 3.23-3
172c20
- fix sched_setaffinity(2) page - add an EXAMPLE and new NOTES
172c20
172c20
* Wed Nov 18 2009 Ivana Varekova <varekova@redhat.com> - 3.23-2
172c20
- fix ld.so man-page (#532629)
172c20
172c20
* Mon Oct  5 2009 Ivana Varekova <varekova@redhat.com> - 3.23-1
172c20
- update to 3.23
172c20
- fix proc description
172c20
172c20
* Wed Sep 16 2009 Ivana Varekova <varekova@redhat.com> - 3.22-6
172c20
- fix nsswitch.conf(5) man page
172c20
172c20
* Mon Sep 14 2009 Ivana Varekova <varekova@redhat.com> - 3.22-5
172c20
- fix strcpy.3 man page
172c20
- remove statfc64 man page from syscalls tarball
172c20
172c20
* Tue Aug 11 2009 Ivana Varekova <varekova@redhat.com> - 3.22-4
172c20
- fix gai.conf an page (#515347)
172c20
172c20
* Mon Jul 27 2009 Ivana Varekova <varekova@redhat.com> - 3.22-3
172c20
- update to 3.22
172c20
172c20
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21-3
172c20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
172c20
172c20
* Fri Jul 17 2009 Ivana Varekova <varekova@redhat.com> - 3.21-2
172c20
- fix major.3 man page
172c20
172c20
* Tue Apr 21 2009 Ivana Varekova <varekova@redhat.com> - 3.21-1
172c20
- update to 3.21
172c20
172c20
* Tue Mar 31 2009 Ivana Varekova <varekova@redhat.com> - 3.20-1
172c20
- update to 3.20
172c20
172c20
* Tue Mar 10 2009 Ivana Varekova <varekova@redhat.com> - 3.19-1
172c20
- update to 3.19
172c20
172c20
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16-2
172c20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
172c20
172c20
* Fri Jan 16 2009 Ivana Varekova <varekova@redhat.com> - 3.16-1
172c20
- update to 3.16
172c20
172c20
* Mon Dec  8 2008 Ivana Varekova <varekova@redhat.com> - 3.15-1
172c20
- update to 3.15
172c20
172c20
* Thu Nov 13 2008 Ivana Varekova <varekova@redhat.com> - 3.13-2
172c20
- fix relative path in proc.5
172c20
- not build yet
172c20
172c20
* Thu Nov 13 2008 Ivana Varekova <varekova@redhat.com> - 3.13-1
172c20
- update to 3.13
172c20
172c20
* Mon Sep 15 2008 Ivana Varekova <varekova@redhat.com> - 3.09-2
172c20
- remove numa_maps.5 man page (part of numactl)
172c20
172c20
* Fri Sep 12 2008 Ivana Varekova <varekova@redhat.com> - 3.09-1
172c20
- update to 3.09
172c20
172c20
* Thu Aug 14 2008 Ivana Varekova <varekova@redhat.com> - 3.07-1
172c20
- update to 3.07
172c20
- remove ncsa_auth.8 (#458498)
172c20
172c20
* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.04-2
172c20
- fix license tag
172c20
172c20
* Tue Jul 22 2008 Ivana Varekova <varekova@redhat.com> - 3.04-1
172c20
- update to 3.04
172c20
- remove mmap, sched_setaffinity, crypt and prctl patches
172c20
- remove -f from rm commands
172c20
- remove unnecessary/bogus rm commands
172c20
172c20
* Wed Jun 18 2008 Ivana Varekova <varekova@redhat.com> - 3.00-1
172c20
- update to 3.00
172c20
- source files changes
172c20
172c20
* Wed Jun 11 2008 Ivana Varekova <varekova@redhat.com> - 2.80-2
172c20
- reformulate the malloc_hook patch
172c20
172c20
* Tue Jun 10 2008 Ivana Varekova <varekova@redhat.com> - 2.80-1
172c20
- update to 2.80
172c20
- Resolves: #450187
172c20
  deprecate malloc_hook(3) man page
172c20
172c20
* Fri Mar  7 2008 Ivana Varekova <varekova@redhat.com> - 2.78-2
172c20
- fix 436398:
172c20
  add information about unimplemented syscalls
172c20
172c20
* Fri Feb 22 2008 Ivana Varekova <varekova@redhat.com> - 2.78-1
172c20
- update to 2.78
172c20
172c20
* Tue Jan 29 2008 Ivana Varekova <varekova@redhat.com> - 2.76-1
172c20
- update to 2.76
172c20
- add new option to prctl man page
172c20
172c20
* Fri Jan 11 2008 Ivana Varekova <varekova@redhat.com> - 2.75-2
172c20
- update crypt.3 man page
172c20
172c20
* Fri Jan 11 2008 Ivana Varekova <varekova@redhat.com> - 2.75-1
172c20
- update to 2.75
172c20
- remove fs page patch
172c20
172c20
* Mon Dec 17 2007 Ivana Varekova <varekova@redhat.com> - 2.73-1
172c20
- update to 2.73
172c20
172c20
* Tue Dec  4 2007 Ivana Varekova <varekova@redhat.com> - 2.69-1
172c20
- update to 2.69
172c20
172c20
* Thu Nov 22 2007 Ivana Varekova <varekova@redhat.com> - 2.68-1
172c20
- update to 2.68
172c20
172c20
* Mon Oct 22 2007 Ivana Varekova <varekova@redhat.com> - 2.67-1
172c20
- update to 2.67
172c20
172c20
* Tue Oct  9 2007 Ivana Varekova <varekova@redhat.com> - 2.66-1
172c20
- update to 2.66
172c20
- add proc man-page patch
172c20
172c20
* Tue Sep 18 2007 Ivana Varekova <varekova@redhat.com> - 2.65-1
172c20
- update to 2.65
172c20
172c20
* Tue Aug 14 2007 Ivana Varekova <varekova@redhat.com> - 2.64-1
172c20
- update to 2.64
172c20
- remove obsolete patch
172c20
172c20
* Tue Aug  7 2007 Ivana Varekova <varekova@redhat.com> - 2.63-3
172c20
- add iconv patch (245040)
172c20
  thanks to Josef Kubin
172c20
172c20
* Fri Jul 20 2007 Ivana Varekova <varekova@redhat.com> - 2.63-2
172c20
- Resolves: #248655 
172c20
  add getent patch (thanks Ville Skyttä)
172c20
172c20
* Fri Jul 20 2007 Ivana Varekova <varekova@redhat.com> - 2.63-1
172c20
- update to 2.63
172c20
172c20
* Tue Jun 26 2007 Ivana Varekova <varekova@redhat.com> - 2.55-3
172c20
- remove ncsa_auth.8
172c20
172c20
* Mon Jun 11 2007 Stepan Kasal <skasal@redhat.com> - 2.55-2
172c20
- Add man-suid-bins.tar.bz2 and uuname.1 to document suid binaries
172c20
  (submitted through bug #196352).
172c20
- Add man-pages-2.51-sched_setaffinity.patch, fixing the prototypes.
172c20
- Remove sccs-related man pages.
172c20
- Add man-pages-2.55-syscalls-2.6.9.patch, updating syscalls.2 to kernel
172c20
  version 2.6.9.
172c20
- Add man-pages-2.55-clone2.patch; s/clone2/__&/, clone2 is not exported.
172c20
- Add man-pages-2.55-signal.patch; SIGRTMIN is not constant.
172c20
172c20
* Mon Jun 11 2007 Ivana Varekova <varekova@redhat.com> - 2.55-1
172c20
- update to 2.55
172c20
172c20
* Mon Jun  4 2007 Stepan Kasal <skasal@redhat.com> - 2.51-4
172c20
- Simplify the build and install phases; pages are now recoded during the
172c20
  install.
172c20
- Move the "rm" commands from build to prep.
172c20
- Add man-pages-2.51-epoll_pwait.patch to fix a circular link.
172c20
172c20
* Mon Jun  4 2007 Stepan Kasal <skasal@redhat.com> - 2.51-3
172c20
- Add man-pages-2.51-nscd-conf.patch, fixes #204596
172c20
- Fix typos, man-pages-2.51-typos.patch
172c20
172c20
* Thu May 31 2007 Ivana Varekova <varekova@redhat.com> 2.51-2
172c20
- remove mount page patch
172c20
- fix mmap patch
172c20
172c20
* Wed May 30 2007 Ivana Varekova <varekova@redhat.com> 2.51-1
172c20
- update to 2.51
172c20
172c20
* Mon May 21 2007 Ivana Varekova <varekova@redhat.com> 2.49-1
172c20
- update to 2.49
172c20
172c20
* Fri May 11 2007 Ivana Varekova <varekova@redhat.com> 2.48-1
172c20
- update to 2.48
172c20
172c20
* Mon Apr 30 2007 Ivana Varekova <varekova@redhat.com> 2.46-1
172c20
- update to 2.46
172c20
172c20
* Wed Apr 11 2007 Ivana Varekova <varekova@redhat.com> 2.44-1
172c20
- update to 2.44
172c20
172c20
* Mon Apr  2 2007 Steve Dickson <steved@redhat.com> 2.43-12
172c20
- Remove the rpcinfo man page (#228894).
172c20
172c20
* Fri Mar 16 2007 Ivana Varekova <varekova@redhat.com> 2.43-11
172c20
- Resolves: 230899
172c20
  Error in the man-pages.spec file: incorrect encoding convertation
172c20
172c20
* Mon Mar 12 2007 Ivana Varekova <varekova@redhat.com> 2.43-10
172c20
- change the default buildroot
172c20
172c20
* Mon Mar 12 2007 Ivana Varekova <varekova@redhat.com> 2.43-9
172c20
- add lang macro
172c20
172c20
* Tue Feb 27 2007 Ivana Varekova <varekova@redhat.com> 2.43-8
172c20
- fix 229870 - bug in fadvise(2)
172c20
- fix 229204 - bug in passwd(5)
172c20
172c20
* Thu Feb 15 2007 Ivana Varekova <varekova@redhat.com> 2.43-7
172c20
- fix rand.3 man page (#228662)
172c20
  thanks Mark Summerfield
172c20
172c20
* Tue Feb 13 2007 Ivana Varekova <varekova@redhat.com> 2.43-6
172c20
- Resolves: 227260
172c20
  fix iso-8859 (koi8-r) man pages
172c20
172c20
* Mon Jan 29 2007 Ivana Varekova <varekova@redhat.com> 2.43-4
172c20
- fix rt_sigprocmask.2 (#219074)
172c20
- remove pciconfig_{read,write,iobase}.2 (#219827)
172c20
- fix swapon.2 (#222493)
172c20
172c20
* Fri Jan 12 2007 Ivana Varekova <varekova@redhat.com> 2.43-3
172c20
- fix mmap2 man page
172c20
- spec file cleanup
172c20
172c20
* Fri Dec  8 2006 Ivana Varekova <varekova@redhat.com> 2.43-2
172c20
- remove old/wrong patches
172c20
- fix tgkill/tkill man pages inconsistency 
172c20
172c20
* Fri Dec  1 2006 Ivana Varekova <varekova@redhat.com> 2.43-1
172c20
- update to 2.43
172c20
- fix mount.2 man page (#211608)
172c20
172c20
* Fri Oct 20 2006 Ivana Varekova <varekova@redhat.com> 2.41-2
172c20
- fix mmap(2) man page
172c20
172c20
* Fri Oct 20 2006 Ivana Varekova <varekova@redhat.com> 2.41-1
172c20
- update to 2.41
172c20
172c20
* Mon Oct  2 2006 Ivana Varekova <varekova@redhat.com> 2.39-6
172c20
- add getunwind.2, kexec_load.2, move_pages.2, perfmonctl.2, 
172c20
  spu_create.2, spufs.2, spu_run.2 and  vserver.2 man pages
172c20
172c20
* Mon Aug 28 2006 Ivana Varekova <varekova@redhat.com> 2.39-5
172c20
- add the description clone2 syscall to clone.2 man page
172c20
- add multiplexer.2 man page 
172c20
172c20
* Wed Aug 23 2006 Ivana Varekova <varekova@redhat.com> 2.39-4
172c20
- add (get/set)_robust_list.2 man pages
172c20
- add add_key.2, keyctl.2, request_key.2 man pages 
172c20
    (removed from keyutils-libs-devel package)
172c20
- add tux.2 man page
172c20
    (removed from tux package)
172c20
172c20
* Mon Aug 14 2006 Marcela Maslanova <mmaslano@redhat.com> 2.39-3
172c20
- fix same bug better
172c20
172c20
* Wed Aug 09 2006 Marcela Maslanova <mmaslano@redhat.com> 2.39-2
172c20
- fix(#200681) typo
172c20
172c20
* Wed Aug 09 2006 Marcela Maslanova <mmaslano@redhat.com> 2.39-1
172c20
- new version 2.39
172c20
172c20
* Thu Jul 20 2006 Marcela Maslanova <mmaslano@redhat.com> 2.36-2
172c20
- fix (#198903)
172c20
172c20
* Fri Jul 14 2006 Ivana Varekova <varekova@redhat.com> 2.36-1
172c20
- add nscd_conf options (nscd_conf.patch)
172c20
- added {create,query}_module.2, get_kernel_syms.2 man-pages 
172c20
- added nscd, getrlimit, libaio and write patch
172c20
- remove sigprocmask patch
172c20
- update to 2.36
172c20
172c20
* Thu Jul 13 2006 Marcela Maslanova <mmaslano@redhat.com> 2.34-3
172c20
- fix small typo (#198663)
172c20
172c20
* Wed Jul 12 2006 Ivana Varekova <varekova@redhat.com> 2.34-2
172c20
- remove btree, dbopen, hash, mpool and recno man-pages
172c20
  (#198597)
172c20
172c20
* Thu Jun 29 2006 Ivana Varekova <varekova@redhat.com> 2.34-1
172c20
- update to 2.34
172c20
- add inet patch (#189147)
172c20
172c20
* Fri May 26 2006 Ivana Varekova <varekova@redhat.com> 2.32-2
172c20
- add nss.5 man page (#192142)
172c20
- add the man-pages directories (#192998)
172c20
172c20
* Mon May 15 2006 Ivana Varekova <varekova@redhat.com> 2.32-1
172c20
- update to 2.32
172c20
- add gai.conf.5 man page (#191656)
172c20
172c20
* Tue Apr 18 2006 Ivana Varekova <varekova@redhat.com> 2.29-1
172c20
- update to 2.29
172c20
- fix sigprocmask(2) man page (#189121)
172c20
172c20
* Thu Mar 16 2006 Ivana Varekova <varekova@redhat.com> 2.25-2
172c20
- fix MALLOC_CHECK_ description (#185502)
172c20
172c20
* Tue Mar 14 2006 Ivana Varekova <varekova@redhat.com> 2.25-1
172c20
- update to 2.25
172c20
- remove mbind and set_mempolicy files
172c20
- fix dbopen man page (#185310)
172c20
172c20
* Mon Jan 16 2006 Ivana Varekova <varekova@redhat.com> 2.21-1
172c20
- update to 2.21
172c20
- add the description of reload-count option (nscd.conf 
172c20
  man page - bug 177368)
172c20
172c20
* Fri Jan  6 2006 Ivana Varekova <varekova@redhat.com> 2.20-1
172c20
- update to 2.20
172c20
172c20
* Tue Dec 13 2005 Ivana Varekova <varekova@redhat.com> 2.16-2
172c20
- fix bug 174628 - mmap(2) CAN return mappings at location 0
172c20
172c20
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
172c20
- rebuilt
172c20
172c20
* Thu Dec  8 2005 Ivana Varekova <varekova@redhat.com> 2.16-1
172c20
- update to 2.16
172c20
172c20
* Thu Nov 10 2005 Ivana Varekova <varekova@redhat.com> 2.13-1
172c20
- update to 2.13
172c20
172c20
* Mon Oct 10 2005 Ivana Varekova <varekova@redhat.com> 2.08-1
172c20
- update to 2.08
172c20
172c20
* Thu Sep 29 2005 Ivana Varekova <varekova@redhat.com> 2.07-7
172c20
- fix typo in nsswitch.conf man page (bug 169309)
172c20
172c20
* Thu Sep 29 2005 Ivana Varekova <varekova@redhat.com> 2.07-6
172c20
- man pages updated for new audit system (added missing man-pages 
172c20
of some syscalls) (see bug 159225)
172c20
172c20
* Tue Sep 13 2005 Ivana Varekova <varekova@redhat.com> 2.07-5
172c20
- change termcap SEE ALSO part - bug 168131
172c20
172c20
* Mon Sep 12 2005 Ivana Varekova <varekova@redhat.com> 2.07-3
172c20
- fix socket.7 man page - fix information about SO_RCVLOWAT option
172c20
  (bug 163120)
172c20
172c20
* Tue Aug 23 2005 Ivana Varekova <varekova@redhat.com> 2.07-2
172c20
- add sln.8 man page (bug 10601)
172c20
172c20
* Mon Aug  8 2005 Ivana Varekova <varekova@redhat.com> 2.07-1
172c20
- update to 2.07
172c20
172c20
* Mon Jul 04 2005 Jiri Ryska <jryska@redhat.com> 2.05-1
172c20
- update to 2.05
172c20
- atanh(3) fix
172c20
- issue(5) fix
172c20
- ldd(1) fix
172c20
- removed man1p/{compress,uncompress,renice}.1p
172c20
172c20
* Mon Apr  4 2005 Jiri Ryska <jryska@redhat.com> 1.67-7
172c20
- io_setup() and io_destroy() pages now refers to header file
172c20
- fixed types for struct shmid_ds in shmget(2) and shmctl(2)
172c20
- fixed pages for readv(2) and writev(2)
172c20
172c20
* Mon Mar  7 2005 Jindrich Novy <jnovy@redhat.com> 1.67-6
172c20
- unify fs.5 patches together to get rid of the bogus
172c20
  fs.5.orig.gz shipped among man5 pages
172c20
- bump release to 6 to avoid conflicts with RHEL4/FC3 man-pages
172c20
172c20
* Wed Aug 25 2004 Adrian Havill <havill@redhat.com> 1.67-3
172c20
- make resolver clearer and less bind-focused (#126696)
172c20
172c20
* Fri Aug 20 2004 Adrian Havill <havill@redhat.com> 1.67-2
172c20
- updated to latest
172c20
- getrpcent/setrpcent typo (#73836)
172c20
- add new resolver.5 page (#126557)
172c20
- add SHM_HUGETLB option to shmget (#128837)
172c20
172c20
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
172c20
- rebuilt
172c20
172c20
* Fri Apr 16 2004 Adrian Havill <havill@redhat.com> 1.66-3
172c20
- fixed minor typo (#118169)
172c20
172c20
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
172c20
- rebuilt
172c20
172c20
* Wed Feb 11 2004 Adrian Havill <havill@redhat.com> 1.66-1
172c20
- update to 1.66
172c20
- add posix section processing for sections 0p, 1p, 3p (#114584)
172c20
172c20
* Mon Dec 15 2003 Adrian Havill <havill@redhat.com> 1.64-2
172c20
- update to 1.64
172c20
- convert iso-8859-1 en locale pages to UTF-8 for fc2 (#108991)
172c20
172c20
* Wed Sep 24 2003 Adrian Havill <havill@redhat.com> 1.60-4.1
172c20
- bump n-v-r
172c20
172c20
* Wed Sep 24 2003 Adrian Havill <havill@redhat.com> 1.60-4
172c20
- transliterated ALL pages with latin-1 characters that would be
172c20
  displayed as either a fallback from a ascii-superset locale or
172c20
  from the POSIX locale into ascii (according to glibc transliteration
172c20
  data for locale "en"). pages with non-ascii are moved into the "en"
172c20
  locale. (#103214)
172c20
172c20
* Thu Aug 28 2003 Adrian Havill <havill@redhat.com> 1.60-2
172c20
- transliterated Lichtmaier's first name for the sake of iconv (#103214)
172c20
172c20
* Thu Aug 28 2003 Adrian Havill <havill@redhat.com> 1.60-1.1
172c20
- bumped n-v-r
172c20
172c20
* Thu Aug 28 2003 Adrian Havill <havill@redhat.com> 1.60-1
172c20
- bumped version, removed no longer needed patches
172c20
- added #define for re_comp() and re_exec() (#79703)
172c20
- fixed typo in Era format specifier (#80025)
172c20
- fixed ftell info for fopen with mode "a+" (#81359)
172c20
- fixed prototype for shmget() (#86258)
172c20
- fixed spelling in wait.2 (#86450)
172c20
- obsoleted _init and _fini in dlopen() (#88408)
172c20
- fixed and merged double ext3 descriptions (#103198)
172c20
- issue to refer to mingetty (#86248)
172c20
- synced man page with actual ld params (#97176)
172c20
172c20
* Fri Aug 01 2003 Elliot Lee <sopwith@redhat.com> 1.58-2
172c20
- Remove libattr conflicts
172c20
172c20
* Wed Jul 30 2003 Adrian Havill <havill@redhat.com> 1.58-1
172c20
- Bumped version (which also solves n-v-r conflict with RHEL)
172c20
172c20
* Fri Jul 11 2003 Ernie Petrides <petrides@redhat.com>
172c20
- Modify mlock.2, mlockall.2, and shmctl.2 for change to locking
172c20
  permission semantics made in kernel's linux-2.4.21-mlock.patch.
172c20
172c20
* Tue Apr 29 2003 Ernie Petrides <petrides@redhat.com>
172c20
- Modify semop.2 for new semtimedop(2) and add semtimedop.2 link.
172c20
172c20
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
172c20
- rebuilt
172c20
172c20
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1.53-2
172c20
- rebuild
172c20
172c20
* Tue Aug 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.53-1
172c20
- 1.53
172c20
- Fix #71750, #72754
172c20
172c20
* Thu Jul 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.52-2
172c20
- Fix reference in rpcgen(1) - #69740
172c20
172c20
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.52-1
172c20
- 1.52
172c20
172c20
* Thu Jul 18 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.51-5
172c20
- Fix #63547
172c20
172c20
* Tue Jul  9 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.51-4
172c20
- Mentium mem=nopentium in bootparam(7) - #60487
172c20
172c20
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
172c20
- automated rebuild
172c20
172c20
* Wed Jun 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.51-2
172c20
- Fix to iconv(1) - #66441
172c20
172c20
* Tue Jun 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.51-1
172c20
- 1.51
172c20
172c20
* Thu Jun  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.50-1
172c20
- 1.50
172c20
172c20
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.48-4
172c20
- Bump
172c20
172c20
* Thu May 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.48-3
172c20
- Ret value of iconv(3) was wrong (#65375)
172c20
172c20
* Thu Apr  4 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.48-2
172c20
- Remove getipnodebyname, getipnodebyname, freehostent - they were
172c20
  only briefly part of a glibc devel version (#62646)
172c20
172c20
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.48-1
172c20
- 1.48
172c20
172c20
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.47-2
172c20
- Rebuild
172c20
172c20
* Tue Jan 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.47-1
172c20
- 1.47
172c20
172c20
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
172c20
- automated rebuild
172c20
172c20
* Thu Dec  6 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.44-2
172c20
- Add entry on ext3 in fs.5 (#55945)
172c20
172c20
* Tue Dec  4 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.44-1
172c20
- 1.44
172c20
- No patches required anymore - get rid of them.
172c20
172c20
* Thu Nov 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.43-2
172c20
- Fix docs for setresuid/setresgid (#56038)
172c20
172c20
* Thu Nov  8 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.43-1
172c20
- 1.43
172c20
172c20
* Tue Oct 23 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.42-1
172c20
- 1.42
172c20
172c20
* Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.41-1
172c20
- 1.41
172c20
- Remove bug section in llseek.2, which claimed ext2 don't support
172c20
  files bigger than 2 GB (#54569)
172c20
172c20
* Tue Sep 25 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.40-1
172c20
- 1.40. Remove now included patches.
172c20
172c20
* Tue Sep  4 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.39-2
172c20
- New strptime.3, from the ftp site. Matches glibc better.
172c20
- Fix missing .br in netdevices.7 (#53091)
172c20
172c20
* Tue Aug  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- 1.39
172c20
- Drop obsolete patches
172c20
172c20
* Tue Jul 24 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- s/NSF/NFS/ in initrd.4 - (#48322)
172c20
172c20
* Mon Jul  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- regcomp and friends support collating elements now (#46939)
172c20
172c20
* Thu Jun 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- 1.38
172c20
172c20
* Fri Jun  8 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- 1.37
172c20
172c20
* Thu Jun  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- Remove capset(2) - part of libcap (#43828)
172c20
172c20
* Fri Jun  1 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- Remove diff.1 - let diffutils include it instead
172c20
- Remove capget.2 - it's included in libcap
172c20
- Keep resolv.conf.5 - it's useful on systems without bind packages
172c20
- Fix bootparam.7 (patch from Tim Waugh (twaugh@redhat.com)
172c20
172c20
* Tue May 22 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- 1.36
172c20
- drop some old patches, redo others
172c20
172c20
* Thu May 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- Work around bug in groff for latin1.7 (#41118)
172c20
172c20
* Wed Apr  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665)
172c20
172c20
* Tue Apr  3 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- roff fixes to multiple man pages
172c20
172c20
* Mon Apr  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- correct the URL for unicode in the charset manpage (#34291)
172c20
- roff fixes
172c20
- redo iconv patch, so we don't get a .orig from patch because of
172c20
  a two line offset
172c20
172c20
* Fri Mar 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- remove resolv.conf (bind-utils) and infnan (obsolete - #34171)
172c20
172c20
* Wed Mar 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- resurrect getnetent(3)
172c20
172c20
* Sun Mar 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- 1.35, obsoletes patch for strsep
172c20
- move rpcinfo to section 8 (#33114)
172c20
172c20
* Fri Mar  9 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- Include man-pages on locales (#29713)
172c20
172c20
* Tue Feb 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- fix return value of strsep(3) call (#24789)
172c20
172c20
* Mon Jan 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- 1.34
172c20
172c20
* Fri Dec 15 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- 1.33
172c20
- obsolete some old, now included patches
172c20
- remove netman-cvs, it's now older than the mainstream
172c20
172c20
* Tue Nov 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169)
172c20
172c20
* Wed Nov 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- don't delete the man pages for dlopen() and friends, 
172c20
  they are no longer part of another package
172c20
- include man pages for ld*
172c20
172c20
* Tue Oct 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- remove const from iconv function prototype (#19486)
172c20
172c20
* Tue Aug 29 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- reference wctype(3) instead of non-existing ctype(3)
172c20
  from regex(7) (#17037)
172c20
- 1.31
172c20
172c20
* Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- remove lilo man pages (now included in package)
172c20
  (#16984)
172c20
172c20
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- fixed bad header specification (#15364)
172c20
- removed obsolete patches from package
172c20
- updated the rest
172c20
172c20
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
172c20
- automatic rebuild
172c20
172c20
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
172c20
- defattr before docs in filelist
172c20
172c20
* Sat Jun 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- updated to 1.30
172c20
172c20
* Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- use %%{_tmppath}
172c20
172c20
* Wed May 31 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- remove resolv.conf(5) - part of bind-utils
172c20
172c20
* Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- Remove resolver, dlclose, dlerror, dlopen, dlsym as these
172c20
  are included in other packages.
172c20
172c20
* Tue May 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- use %%{_mandir) instead of /usr/man
172c20
- verify and fix bug in mmap man page (#7382)
172c20
- verify and fix missing data in recvfrom man page (#1736)
172c20
- verify and fix missing data in putw man page (#10104)
172c20
- fixed sendfile(2) man page (#5599)
172c20
- fixed tzset man page (#11623)
172c20
172c20
* Mon May 15 2000 Trond Eivind Glomsrød <teg@redhat.com>
172c20
- updated to 1.29
172c20
- split off other languages into separate RPMS 
172c20
172c20
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
172c20
- do not use group "man"
172c20
172c20
* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
172c20
- don't apply the netman-cvs man pages anymore, as they seem to be really
172c20
  out of date
172c20
172c20
* Sat Feb 05 2000 Cristian Gafton <gafton@redhat.com>
172c20
- put back man3/resolver.3
172c20
172c20
* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
172c20
- remove non-man pages (#7814)
172c20
172c20
* Fri Feb  4 2000 Matt Wilson <msw@redhat.com>
172c20
- exclude dir.1 and vdir.1 (these are in the fileutils package)
172c20
172c20
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
172c20
- version 1.28
172c20
172c20
* Fri Nov 05 1999 Michael K. Johnson <johnsonm@redhat.com>
172c20
- Fixed SIGILL, SIGQUIT in signals.7
172c20
172c20
* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
172c20
- fix man page for getcwd
172c20
172c20
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
172c20
- added man pages for set/getcontext
172c20
172c20
* Tue Sep 14 1999 Bill Nottingham <notting@redhat.com>
172c20
- remove some bad man pages
172c20
172c20
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
172c20
- czech, german, spanish, russian man pages
172c20
172c20
* Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com>
172c20
- version 1.26
172c20
- add french man pages
172c20
- add italian man pages
172c20
172c20
* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
172c20
- update to 1.25.
172c20
172c20
* Fri Apr 16 1999 Cristian Gafton <gafton@redhat.com>
172c20
- fiox man page fro ftw
172c20
172c20
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
172c20
- spellnig fixse
172c20
172c20
* Tue Mar 30 1999 Bill Nottingham <notting@redhat.com>
172c20
- updated to 1.23
172c20
172c20
* Thu Mar 25 1999 Cristian Gafton <gafton@redhat.com>
172c20
- added kernel net manpages
172c20
172c20
* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
172c20
- updated printf man page
172c20
- added rpcgen man page
172c20
172c20
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
172c20
- auto rebuild in the new build environment (release 6)
172c20
172c20
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
172c20
- leave the lilo man pages alone (oops)
172c20
172c20
* Fri Feb 12 1999 Michael Maher <mike@redhat.com>
172c20
- fixed bug #413
172c20
172c20
* Mon Jan 18 1999 Cristian Gafton <gafton@redhat.com>
172c20
- remove lilo man pages too
172c20
- got rebuilt for 6.0
172c20
172c20
* Tue Sep 08 1998 Cristian Gafton <gafton@redhat.com>
172c20
- version 1.21
172c20
172c20
* Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com>
172c20
- updated to 1.20
172c20
172c20
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
172c20
- get rid of the modutils man pages
172c20
- updated to 1.19
172c20
172c20
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
172c20
- translations modified for de, fr, tr
172c20
172c20
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
172c20
- updated to 1.18
172c20
172c20
* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
172c20
- updated to 1.17
172c20
- moved build root to /var
172c20
172c20
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
172c20
- made a noarch package