Skip to content

Commit

Permalink
Build number support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Jul 15, 2019
1 parent 24d4fd4 commit 2b5bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bdist_rpm]
release = 1%%{?dist}
release = %%{?build_number}%%{?!build_number:1}%%{?dist}
doc_files = BUGS
README.md
requires = python-iniparse, python3-requests >= 0.11.1

0 comments on commit 2b5bb75

Please sign in to comment.