diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-copr.spec | 7 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -1 +1,2 @@ /python-copr-git-7640.9b8b541.tar.gz +/python-copr-git-7640.d26c50c.tar.gz diff --git a/python-copr.spec b/python-copr.spec index b431b39..9ee719a 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -10,7 +10,7 @@ Name: python-copr Version: 1.129 -Release: 1.git.7640.9b8b541%{?dist} +Release: 1.git.7640.d26c50c%{?dist} Summary: Python interface for Copr License: GPL-2.0-or-later @@ -19,7 +19,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: python-copr-git-7640.9b8b541.tar.gz +Source0: python-copr-git-7640.d26c50c.tar.gz BuildArch: noarch @@ -147,6 +147,7 @@ BuildRequires: python3-pytest BuildRequires: python3-requests-gssapi BuildRequires: python3-future BuildRequires: python3-filelock +BuildRequires: pyproject-rpm-macros %generate_buildrequires %pyproject_buildrequires -r @@ -175,7 +176,7 @@ developers only. %prep -%setup -q -n python-copr-git-7640.9b8b541 +%setup -q -n python-copr-git-7640.d26c50c %build @@ -1 +1 @@ -b8298f3478b75a06a0d859bcc5742a37 python-copr-git-7640.9b8b541.tar.gz +35d2b5aa2832af20b8e46595bcfa5f75 python-copr-git-7640.d26c50c.tar.gz |