Opened 8 years ago

Closed 8 years ago

#180 closed defect (fixed)

rpm: cannot upgrade/downgrade read only exe files

Reported by: Yuri Dario Owned by:
Priority: major Milestone:
Component: rpm Version:
Severity: low Keywords:
Cc:

Description

If an exe file is read only and locked it cannot be upgraded, e.g. happens with cupsd.exe

Error unpacking rpm package 1:cups-2.1.3-3.oc00.pentium4
errore: estrazione archivio fallita sul file /@unixroot/usr/sbin/cupsd.exe: cpio: rename

Change History (4)

comment:1 Changed 8 years ago by Silvan Scherrer

there is also issue #1, which deals with locked files.

comment:2 Changed 8 years ago by Silvan Scherrer

with the next cups rpm, this is fixed as I changed file permission.
but it's still a general problem I'd say

comment:3 Changed 8 years ago by Yuri Dario

The DosReplaceModule?() api is not working if files have read-only attribute.

rpm: remove read-only flag before unlocking modules. fixes ticket#180.
Committed revision r759.

comment:4 Changed 8 years ago by Yuri Dario

Resolution: fixed
Status: newclosed

spec: rpm, remove read-only flag before unlocking modules. fixes ticket#180.
Committed revision r795.

Note: See TracTickets for help on using tickets.