mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
555 B

  1. --- rpm-4.1/lib/rpminstall.c 2002-09-16 19:06:08.000000000 +0000
  2. +++ rpm-4.1-patch/lib/rpminstall.c 2004-06-19 19:44:52.000000000 +0000
  3. @@ -747,9 +747,9 @@
  4. ovsflags = rpmtsSetVSFlags(ts, vsflags);
  5. if (rpmExpandNumeric("%{?_repackage_all_erasures}"))
  6. - ia->transFlags |= RPMTRANS_FLAG_REPACKAGE;
  7. -
  8. - (void) rpmtsSetFlags(ts, ia->transFlags);
  9. + (void) rpmtsSetFlags(ts, ia->transFlags|RPMTRANS_FLAG_REPACKAGE);
  10. + else
  11. + (void) rpmtsSetFlags(ts, ia->transFlags);
  12. #ifdef NOTYET /* XXX no callbacks on erase yet */
  13. { int notifyFlags;