aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.xs2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 49714ae..31da4e7 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/URPM.xs b/URPM.xs
index 622f075..43b838a 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -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);