Apply apt-0.5.15lorg2-alt-genpkglist-no-fileflags.patch
Added in commit ab49688
:
genpkglist.cc: RPMTAG_FILEFLAGS should not be copied into header list
(Or, at least, RPMTAG_FILEFLAGS should be copiled consistently with
RPMTAG_BASENAMES, RPMTAG_DIRNAMES, and RPMTAG_DIRINDEXES.)
This commit is contained in:
parent
6a43ffa836
commit
c6ce51a9cc
@ -1,10 +0,0 @@
|
|||||||
--- apt-0.5.15lorg2/tools/genpkglist.cc- 2008-05-11 17:30:47 +0400
|
|
||||||
+++ apt-0.5.15lorg2/tools/genpkglist.cc 2008-05-11 17:31:19 +0400
|
|
||||||
@@ -66,7 +66,6 @@ int tags[] = {
|
|
||||||
RPMTAG_OBSOLETEFLAGS,
|
|
||||||
RPMTAG_OBSOLETEVERSION,
|
|
||||||
|
|
||||||
- RPMTAG_FILEFLAGS
|
|
||||||
};
|
|
||||||
int numTags = sizeof(tags) / sizeof(int);
|
|
||||||
|
|
@ -66,7 +66,6 @@ int tags[] = {
|
|||||||
RPMTAG_OBSOLETEFLAGS,
|
RPMTAG_OBSOLETEFLAGS,
|
||||||
RPMTAG_OBSOLETEVERSION,
|
RPMTAG_OBSOLETEVERSION,
|
||||||
|
|
||||||
RPMTAG_FILEFLAGS
|
|
||||||
};
|
};
|
||||||
int numTags = sizeof(tags) / sizeof(int);
|
int numTags = sizeof(tags) / sizeof(int);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user