fixed bug-causing typo in spec file(#397651)
This commit is contained in:
parent
8c6768a789
commit
2c4d647f52
@ -1,6 +1,6 @@
|
||||
Name: docbook-dtds
|
||||
Version: 1.0
|
||||
Release: 34%{?dist}
|
||||
Release: 35%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: SGML and XML document type definitions for DocBook
|
||||
@ -630,7 +630,7 @@ then
|
||||
XML=$((XML - 1))
|
||||
SGML=$((SGML - 1))
|
||||
perl -e "@_=<>;@_[$XML, $SGML]=@_[$SGML, $XML];print @_" \
|
||||
{CATALOG} > ${CATALOG}.rpmtmp
|
||||
${CATALOG} > ${CATALOG}.rpmtmp
|
||||
mv -f ${CATALOG}.rpmtmp ${CATALOG}
|
||||
fi
|
||||
|
||||
@ -1482,6 +1482,9 @@ then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-35
|
||||
- fixed bug causing typo in spec file(#397651)
|
||||
|
||||
* Tue Oct 23 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-34
|
||||
- corrected most of rpmlint issues
|
||||
- (PreReq, tab/spaces , wrong permissions on some files,
|
||||
|
Loading…
Reference in New Issue
Block a user