fix: shared file not skipped when removed.
CVS patchset: 3059 CVS date: 1999/05/12 20:24:00
This commit is contained in:
parent
ac640010ef
commit
73fb1d7235
1
CHANGES
1
CHANGES
|
@ -16,6 +16,7 @@
|
|||
- fix: resurrect -Vp, -Vf and -Vg functionality.
|
||||
- colesce query and verify modes.
|
||||
- better cpio error message if package contains missing hard links.
|
||||
- fix: shared file not skipped when removed.
|
||||
|
||||
2.94 -> 2.95
|
||||
- fix: last update transaction set segfault bug in installer.
|
||||
|
|
|
@ -1092,7 +1092,7 @@ static int handleRmvdInstalledFiles(struct fileInfo * fi, rpmdb db,
|
|||
otherFileNum = shared->otherFileNum;
|
||||
fileNum = shared->pkgFileNum;
|
||||
|
||||
if (otherStates[fileNum] == RPMFILE_STATE_NORMAL)
|
||||
if (otherStates[otherFileNum] == RPMFILE_STATE_NORMAL)
|
||||
fi->actions[fileNum] = FA_SKIP;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 1999-05-11 15:50-0400\n"
|
||||
"POT-Creation-Date: 1999-05-12 16:13-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3263,17 +3263,17 @@ msgstr ""
|
|||
msgid "Invalid %%_signature spec in macro file"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/transaction.c:793
|
||||
#: ../lib/transaction.c:795
|
||||
#, c-format
|
||||
msgid "relocating %s to %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/transaction.c:799
|
||||
#: ../lib/transaction.c:801
|
||||
#, c-format
|
||||
msgid "excluding %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/transaction.c:887
|
||||
#: ../lib/transaction.c:889
|
||||
#, c-format
|
||||
msgid "%s skipped due to missingok flag\n"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue