#1981 rpmbuild: common: Fixing copr-common version
Merged 2 years ago by frostyx. Opened 2 years ago by schlupov.
copr/ schlupov/copr fix_package_version  into  main

@@ -16,7 +16,7 @@ 

  %endif

  

  Name:       python-copr-common

- Version:    0.12.2.dev

+ Version:    0.13.1

  Release:    1%{?dist}

  Summary:    Python code used by Copr

  

file modified
+3 -3
@@ -20,7 +20,7 @@ 

  %{expand: %%global latest_requires_packages %1 %%{?latest_requires_packages}}

  

  Name:    copr-rpmbuild

- Version: 0.54.2.dev

+ Version: 0.55.1

  Summary: Run COPR build tasks

  Release: 1%{?dist}

  URL: https://pagure.io/copr/copr
@@ -31,7 +31,7 @@ 

  # tito build --tgz --tag %%name-%%version-%%release

  Source0:    %name-%version.tar.gz

  

- BuildRequires: %{python}-copr-common

+ BuildRequires: %{python}-copr-common >= 0.13.1

  BuildRequires: %{python}-devel

  BuildRequires: %{python}-distro

  %if 0%{?rhel} == 0 || 0%{?rhel} != 6
@@ -59,7 +59,7 @@ 

  %endif

  

  Requires: %python

- Requires: %{python}-copr-common >= 0.12.1.dev

+ Requires: %{python}-copr-common >= 0.13.1

This change is not necessary, JFTR (cosmetics).

  Requires: %{python_pfx}-jinja2

  Requires: %{python_pfx}-munch

  Requires: %{python}-requests

no initial comment

Metadata Update from @schlupov:
- Pull-request tagged with: release-blocker

2 years ago

Build succeeded.

rebased onto 4b3eca40142303f8e9ae1b095ff4ea8a8a829ae6

2 years ago

Build succeeded.

rebased onto 00997c4

2 years ago

Pull-Request has been merged by frostyx

2 years ago

This change is not necessary, JFTR (cosmetics).