-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Labels
Description
The log is generated by default, but is useless:
$ cat x86_64/installed_pkgs.log
error: incorrect format: unknown tag: "pkgid"
error: incorrect format: unknown tag: "pkgid"
error: incorrect format: unknown tag: "pkgid"
error: incorrect format: unknown tag: "pkgid"
error: incorrect format: unknown tag: "pkgid"
error: incorrect format: unknown tag: "pkgid"
error: incorrect format: unknown tag: "pkgid"
Mock uses rpm --qf %{pkgid} for this:
| cmd = "rpm -qa --root '%s' --qf '%%{nevra} %%{buildtime} %%{size} %%{pkgid} installed\\n'" % ( |