-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix simultaneous source and binary package install
rpmInstallSourcePackage() grabs the transaction element with the index of 0, which only works correctly if the src.rpm package is the only one in the set. That's not the case if some binary packages have been part of the same install command in rpmInstall() so we need to make sure the set is emptied beforehand. Add a test to go with.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters