diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.xs | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- disable "dropping tags from rpm header" until we can safely use it + Version 1.76 - 28 August 2007, by Pascal "Pixel" Rigaux - build_transaction_set: new sort algorithm which allow returning sets of @@ -1178,7 +1178,7 @@ update_header(char *filename, URPM__Package pkg, int keep_all_tags, int vsflags) pkg->h = header; pkg->flag &= ~FLAG_NO_HEADER_FREE; - if (!keep_all_tags) drop_tags(&pkg->h); + /*if (!keep_all_tags) drop_tags(&pkg->h);*/ return 1; } rpmtsFree(ts); |