[Rpm-maint] [Patch 2/19] Re-enable fileconflicts
Paul Nasrat
pnasrat at redhat.com
Fri Feb 9 11:26:00 UTC 2007
This patch re-enables fileconflicts by default, preserving existing
behaviour with the earlier versions or rpm (rh#151609).
--- rpm-4.4.1/lib/poptI.c.conflicts 2005-03-21 10:19:45.000000000 +0000
+++ rpm-4.4.1/lib/poptI.c 2005-03-21 10:19:52.000000000 +0000
@@ -16,8 +16,7 @@
/*@unchecked@*/
struct rpmInstallArguments_s rpmIArgs = {
0, /* transFlags */
- /* probFilter */
- (RPMPROB_FILTER_REPLACEOLDFILES | RPMPROB_FILTER_REPLACENEWFILES),
+ 0, /* probFilter */
0, /* installInterfaceFlags */
0, /* eraseInterfaceFlags */
0, /* qva_flags */
More information about the Rpm-maint
mailing list