- Fixed last fix (bug #159382).

This commit is contained in:
Tim Waugh 2005-10-13 08:34:18 +00:00
parent 5df134596a
commit 4899727368

View File

@ -1,6 +1,6 @@
Name: docbook-dtds Name: docbook-dtds
Version: 1.0 Version: 1.0
Release: 27 Release: 28
Group: Applications/Text Group: Applications/Text
Summary: SGML and XML document type definitions for DocBook. Summary: SGML and XML document type definitions for DocBook.
@ -141,7 +141,7 @@ cd ..
%patch5 -p1 %patch5 -p1
# Increase NAMELEN (bug #36058, bug #159382). # Increase NAMELEN (bug #36058, bug #159382).
sed -e's,\(NAMELEN\s\+\)44\(\s\*\)\?$,\1256,' -i.namelen */docbook.dcl sed -e's,\(NAMELEN\s\+\)44\(\s\*\)\?,\1256,' -i.namelen */docbook.dcl
if [ `id -u` -eq 0 ]; then if [ `id -u` -eq 0 ]; then
chown -R root:root . chown -R root:root .
@ -1203,6 +1203,9 @@ then
fi fi
%changelog %changelog
* Thu Oct 13 2005 Tim Waugh <twaugh@redhat.com> 1.0-28
- Fixed last fix (bug #159382).
* Thu Jun 2 2005 Tim Waugh <twaugh@redhat.com> 1.0-27 * Thu Jun 2 2005 Tim Waugh <twaugh@redhat.com> 1.0-27
- Increase NAMELEN (bug #36058, bug #159382). - Increase NAMELEN (bug #36058, bug #159382).