-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While migrating away from the "exec `rpm`" backend, the formatting of this piece of data got confused. This restores the correct format and adds a test that exercises this code path. Signed-off-by: Hank Donnay <[email protected]> Signed-off-by: vishnuchalla <[email protected]>
- Loading branch information
1 parent
590856b
commit 9465f44
Showing
4 changed files
with
2,766 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ import ( | |
const ( | ||
pkgName = "rpm" | ||
pkgKind = "package" | ||
pkgVersion = "9" | ||
pkgVersion = "10" | ||
) | ||
|
||
var ( | ||
|
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
Oops, something went wrong.