Skip to content

Commit

Permalink
Automatic commit of package [copr-rpmbuild] release [0.69-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
praiskup committed Aug 15, 2023
1 parent d7b0d07 commit 80745da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/copr-rpmbuild
@@ -1 +1 @@
0.68-1 rpmbuild/
0.69-1 rpmbuild/
18 changes: 17 additions & 1 deletion rpmbuild/copr-rpmbuild.spec
Expand Up @@ -14,7 +14,7 @@ Requires: %1 \
%{expand: %%global latest_requires_packages %1 %%{?latest_requires_packages}}

Name: copr-rpmbuild
Version: 0.68
Version: 0.69
Summary: Run COPR build tasks
Release: 1%{?dist}
URL: https://github.com/fedora-copr/copr
Expand Down Expand Up @@ -320,6 +320,22 @@ install -p -m 644 copr_distgit_client.py %{buildroot}%{expand:%%%{python}_siteli


%changelog
* Tue Aug 15 2023 Pavel Raiskup <praiskup@redhat.com> 0.69-1
- require python-specfile (in new enough) version, and use it for specfile
parsing instead of parsing the metadata from SRPMs
- make sure we have (also) the latest DNF5 on builders
- override disttag macro to None
- make sure detected epoch is int() or None
- build RPMs in one Mock step, instead of two (SRPM and then RPM)
- use Mock's bootstrap_image_ready for the custom build (Mock 5.0+ required)
- store review.json generated by fedora-review into the result directory
- better/more verbose logging in the results.json generator
- drop dependency on simplejson
- repeatedly try to download files from lookaside cache
- moving the package NEVRA parsing to from backend here into copr-rpmbuild
- priority=X support added for the Copr repository itself
- query exclusivearch and excludearch from the specfile, and store into results.json

* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 0.68-1
- Fix python3-backoff dependency

Expand Down

0 comments on commit 80745da

Please sign in to comment.