Skip to content

Commit

Permalink
add release to version
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 1, 2024
1 parent d9831f2 commit 917da94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rechunk/fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_packages(dir: str):
"rpm",
"-qa",
"--queryformat",
">\n[%{FILESIZES} %{FILENAMES}\n]<%{NAME} %{NEVRA} %{VERSION} %{SIZE}\n",
">\n[%{FILESIZES} %{FILENAMES}\n]<%{NAME} %{NEVRA} %{VERSION}-%{RELEASE} %{SIZE}\n",
"--changes",
"--dbpath",
dir,
Expand Down

0 comments on commit 917da94

Please sign in to comment.