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 | |
parent | be43362b4fe4b693addc4c20ab71f3e8b9f20b4e (diff) |
automatic import of python-copr-common
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-copr-common.spec | 6 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -1 +1,2 @@ /python-copr-common-0.18.tar.gz +/python-copr-common-git-137.c392fd6.tar.gz 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 @@ -1 +1 @@ -6d2ede877ef1cebb342c94291d2d9c98 python-copr-common-0.18.tar.gz +227cfdc7eb6ecd6bf72aca6cc3b868a8 python-copr-common-git-137.c392fd6.tar.gz |