summaryrefslogtreecommitdiff
path: root/python-copr.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-copr.spec')
-rw-r--r--python-copr.spec22
1 files changed, 14 insertions, 8 deletions
diff --git a/python-copr.spec b/python-copr.spec
index 2b7d219..cfa8dc6 100644
--- a/python-copr.spec
+++ b/python-copr.spec
@@ -9,8 +9,8 @@
%endif
Name: python-copr
-Version: 1.125
-Release: 1%{?dist}
+Version: 1.128
+Release: 1.git.37.cea32e7%{?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: %name-%version.tar.gz
+Source0: python-copr-git-37.cea32e7.tar.gz
BuildArch: noarch
@@ -135,10 +135,6 @@ Requires: python3-requests-gssapi
Requires: python3-future
%endif
-%if 0%{?openEuler}
-BuildRequires: pyproject-rpm-macros
-%endif
-
%{?python_provide:%python_provide python3-copr}
%if 0%{?fedora} > 30 || 0%{?rhel} > 8 || 0%{?openEuler}
@@ -151,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
@@ -179,7 +176,7 @@ developers only.
%prep
-%setup -q
+%setup -q -n python-copr-git-37.cea32e7
%build
@@ -242,6 +239,15 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/
%doc %{_pkgdocdir}
%changelog
+* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.128-1
+- Rebuilding for release mess
+
+* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.127-1
+- Explicitly ask which user checks the permissions
+- Make sure user can build in the project before uploading
+
+* Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.126-1
+- Add option for follow_fedora_branching
* Tue Jan 24 2023 Jakub Kadlcik <frostyx@email.cz> 1.125-1
- Drop the unneeded marshmallow dependency
- Fix APIv3 additional_modules CoprChroot option