Skip to content

Commit

Permalink
Update rpmtoys.tagtbl from rpm-4.16.0
Browse files Browse the repository at this point in the history
wgwoods committed Oct 30, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d1b8699 commit 75da132
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rpmtoys/fetch-gen-tagtbl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
RPM_SRC_URL=https://github.com/rpm-software-management/rpm/raw/
VERSION="${1:-master}"
VERSION="${1:-rpm-4.16.0-release}"

tmpdir=$(mktemp --tmpdir -d fetch-gen-tagtbl.XXXXXXXXXX)
if [ -d $tmpdir ]; then
2 changes: 2 additions & 0 deletions rpmtoys/tagtbl.py
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@
['Longfilesizes', 5008, 'INT64', 'ARRAY', False],
['Longsigsize', 270, 'INT64', 'SCALAR', False],
['Longsize', 5009, 'INT64', 'SCALAR', False],
['Modularitylabel', 5096, 'STRING', 'SCALAR', False],
['Name', 1000, 'STRING', 'SCALAR', False],
['Nevra', 5016, 'STRING', 'SCALAR', True],
['Nevr', 5015, 'STRING', 'SCALAR', True],
@@ -139,6 +140,7 @@
['Patch', 1019, 'STRING_ARRAY', 'ARRAY', False],
['Payloadcompressor', 1125, 'STRING', 'SCALAR', False],
['Payloaddigestalgo', 5093, 'INT32', 'SCALAR', False],
['Payloaddigestalt', 5097, 'STRING_ARRAY', 'ARRAY', False],
['Payloaddigest', 5092, 'STRING_ARRAY', 'ARRAY', False],
['Payloadflags', 1126, 'STRING', 'SCALAR', False],
['Payloadformat', 1124, 'STRING', 'SCALAR', False],

0 comments on commit 75da132

Please sign in to comment.