]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-old-fileconflicts-behaviour.patch
- chroot back to old root, not to old pwd
[packages/rpm.git] / rpm-old-fileconflicts-behaviour.patch
1 --- rpm-5.2.0/lib/poptI.c.wiget 2009-04-12 03:25:45.000000000 +0200
2 +++ rpm-5.2.0/lib/poptI.c       2010-04-25 22:59:14.467664549 +0200
3 @@ -21,7 +21,7 @@ extern time_t get_date(const char * p, v
4  /*@-fullinitblock@*/
5  /*@unchecked@*/
6  struct rpmQVKArguments_s rpmIArgs = {
7 -#if defined(RPM_VENDOR_MANDRIVA) /* dont-filter-install-file-conflicts */
8 +#if defined(RPM_VENDOR_MANDRIVA) || defined(RPM_VENDOR_PLD) /* dont-filter-install-file-conflicts */
9      .probFilter = RPMPROB_FILTER_NONE,
10  #else
11      .probFilter = (RPMPROB_FILTER_REPLACEOLDFILES | RPMPROB_FILTER_REPLACENEWFILES),
This page took 0.021688 seconds and 3 git commands to generate.