- remove btree, dbopen, hash, mpool and recno man-pages
This commit is contained in:
parent
84a1d9fad1
commit
8823f7186d
@ -1,7 +1,7 @@
|
|||||||
Summary: Man (manual) pages from the Linux Documentation Project.
|
Summary: Man (manual) pages from the Linux Documentation Project.
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 2.34
|
Version: 2.34
|
||||||
Release: 1
|
Release: 2
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
||||||
@ -126,6 +126,9 @@ rm -f man2/{fgetxattr,flistxattr,fremovexattr,fsetxattr,getxattr,lgetxattr,listx
|
|||||||
# Part of numactl
|
# Part of numactl
|
||||||
rm -f man2/{mbind,set_mempolicy}.2
|
rm -f man2/{mbind,set_mempolicy}.2
|
||||||
|
|
||||||
|
# Problem with db x db4 - man pages
|
||||||
|
rm -f man3/{btree,dbopen,hash,mpool,recno}.3
|
||||||
|
|
||||||
find . -name "*sudo*" -exec rm {} \;
|
find . -name "*sudo*" -exec rm {} \;
|
||||||
|
|
||||||
for l1 in man[1-9]*/*
|
for l1 in man[1-9]*/*
|
||||||
@ -161,6 +164,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/en/man*
|
%{_mandir}/en/man*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 12 2006 Ivana Varekova <varekova@redhat.com> 2.34-2
|
||||||
|
- remove btree, dbopen, hash, mpool and recno man-pages
|
||||||
|
(#198597)
|
||||||
|
|
||||||
* Thu Jun 29 2006 Ivana Varekova <varekova@redhat.com> 2.34-1
|
* Thu Jun 29 2006 Ivana Varekova <varekova@redhat.com> 2.34-1
|
||||||
- update to 2.34
|
- update to 2.34
|
||||||
- add inet patch (#189147)
|
- add inet patch (#189147)
|
||||||
|
Loading…
Reference in New Issue
Block a user