diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-16 12:39:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-16 12:39:36 +0000 |
commit | 164ac70a131531b80aa6fae78d6a888d890bd858 (patch) | |
tree | f28a528dc47ec42bb7b730f1302830038bc402be /python-copr-common.spec | |
parent | be43362b4fe4b693addc4c20ab71f3e8b9f20b4e (diff) |
automatic import of python-copr-common
Diffstat (limited to 'python-copr-common.spec')
-rw-r--r-- | python-copr-common.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-copr-common.spec b/python-copr-common.spec index 3e7556f..4924fcd 100644 --- a/python-copr-common.spec +++ b/python-copr-common.spec @@ -17,7 +17,7 @@ Name: python-copr-common Version: 0.18 -Release: 1%{?dist} +Release: 1.git.137.c392fd6%{?dist} Summary: Python code used by Copr License: GPL-2.0-or-later @@ -26,7 +26,7 @@ URL: https://github.com/fedora-copr/copr # Source is created by: # git clone %%url && cd copr # tito build --tgz --tag %%name-%%version-%%release -Source0: %name-%version.tar.gz +Source0: python-copr-common-git-137.c392fd6.tar.gz BuildArch: noarch @@ -73,7 +73,7 @@ Summary: %{summary} %prep -%setup -q +%setup -q -n python-copr-common-git-137.c392fd6 %build |