5.3.4: rpm -e --justdb needs to disable %_repackage_all_erasures
Bug #648499 reported by
Jeff Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
RPM |
Fix Committed
|
Medium
|
Jeff Johnson |
Bug Description
Noticed while verifying solvedb's ...
The "make -C tests Verify-FOO" loop does
rpm -e --justdb ...
to clean up. This ends up saving empty header's in %{_repackage_
The hack-o-round (for rpm-5.3.4) will be to add
-D '%_repackage_
but the disabling needs to be hard coded in rpmtsRun().
tags: | added: rollback rpmts |
Changed in rpm: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Jeff Johnson (n3npq) |
milestone: | none → 5.3.5 |
Changed in rpm: | |
milestone: | 5.3.5 → 5.3.6 |
Changed in rpm: | |
milestone: | 5.3.6 → 5.4.11 |
To post a comment you must log in.
Easiest implementation is to skip repackaging if/when --justdb is specified.