Skip to content

Commit 3808064

Browse files
committed
🧪 Define upstream_version parse-time macro
This fixes a problem when Packit attempts to parse the spec file way too early. Before the version info is available. Ref: https://packit.dev/docs/configuration#parse_time_macros
1 parent 233df65 commit 3808064

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.packit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ notifications:
7070
patch_generation_ignore_paths: []
7171
patch_generation_patch_id_digits: 4
7272

73+
parse_time_macros:
74+
upstream_version: 666
75+
7376
# sources: []
7477

7578
specfile_path: packaging/rpm/ansible-pylibssh.spec

0 commit comments

Comments
 (0)