diff options
Diffstat (limited to 'python-copr.spec')
-rw-r--r-- | python-copr.spec | 7 |
1 files changed, 4 insertions, 3 deletions
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 |