Skip to content

Commit

Permalink
Merge pull request #105 from jkonecny12/master-improve-tag-naming
Browse files Browse the repository at this point in the history
Improve tag naming of this project
  • Loading branch information
jkonecny12 authored Aug 20, 2021
2 parents 8de436e + ea4dc81 commit 0446527
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
specfile_path: python-simpleline.spec
upstream_package_name: simpleline
upstream_tag_template: simpleline-{version}
actions:
create-archive:
- "make BUILD_ARGS=sdist archive"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PKGNAME=simpleline
SPECNAME=python-$(PKGNAME)
VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECNAME).spec)
RELEASE=$(shell awk '/Release:/ { print $$2 }' $(SPECNAME).spec | sed -e 's|%.*$$||g')
TAG=$(PKGNAME)-$(VERSION)
TAG=$(VERSION)

PYTHON?=python3
COVERAGE?=coverage3
Expand Down

0 comments on commit 0446527

Please sign in to comment.