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:
Gleb Fotengauer-Malinovskiy 2014-05-16 21:04:23 +04:00
parent 6a43ffa836
commit c6ce51a9cc
2 changed files with 0 additions and 11 deletions

View File

@ -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);

View File

@ -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);