Bugzilla – Bug 137975
openoffice packaging error prevents use of delta.rpm on x86_64
Last modified: 2006-01-19 17:32:24 UTC
YOU downloads a 80MB patch.rpm when it should be fetching a 10MB delta.rpm. This occurs on x64_64 but not on i586. Ludwig Nussel pinpointed the exact cause: > [...] > Might this have something to do with this one being a AMD64 box? Indeed. f123:~ # rpm -V OpenOffice_org SM5....T /usr/lib/ooo-2.0/program/pythonloader.unorc S.5....T c /usr/lib/ooo-2.0/share/dict/ooo/dictionary.lst A modified non-config file. It's not modified on i386. So the OOo delta against installed files will work on i386 but not on x86_64 due to this packaging bug. With YOU_USE_DELTAS="yes" YOU will not only consider installed packages but also the ones on your installation sources so your precious bandwith can be saved despite the packaging bug if you have your DVD at hand.
Petr - have you investigated this ? I've no idea why / how that file is modified - but I guess it's easy to mark it as a config file ?
forgot to reassign this - Petr ... ? :-)
Both files are changed via triggers. I have commited the fix to ooo-build cvs, so that both files will be marked %config on NLD10-beta2/SL10.1-beta2
*** Bug 144120 has been marked as a duplicate of this bug. ***