Skip to content

Commit 0446527

Browse files
authored
Merge pull request #105 from jkonecny12/master-improve-tag-naming
Improve tag naming of this project
2 parents 8de436e + ea4dc81 commit 0446527

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.packit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
specfile_path: python-simpleline.spec
22
upstream_package_name: simpleline
3-
upstream_tag_template: simpleline-{version}
43
actions:
54
create-archive:
65
- "make BUILD_ARGS=sdist archive"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKGNAME=simpleline
1919
SPECNAME=python-$(PKGNAME)
2020
VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECNAME).spec)
2121
RELEASE=$(shell awk '/Release:/ { print $$2 }' $(SPECNAME).spec | sed -e 's|%.*$$||g')
22-
TAG=$(PKGNAME)-$(VERSION)
22+
TAG=$(VERSION)
2323

2424
PYTHON?=python3
2525
COVERAGE?=coverage3

0 commit comments

Comments
 (0)