[packit] 0.79.0 upstream release
Upstream tag: 0.79.0 Upstream commit: 804c96be If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit-stg/rpms/packit.git refs/heads/*:refs/remotes/packit-stg/* git checkout packit-stg/0.79.0-epel9-update-propose_downstream ```
This commit is contained in:
parent
d2e12a1339
commit
af3a9ce363
5 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,3 +23,4 @@
|
|||
/packitos-0.78.0.tar.gz
|
||||
/packitos-0.78.1.tar.gz
|
||||
/packitos-0.78.2.tar.gz
|
||||
/packitos-0.79.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.2.post2+g81828af.
|
||||
The file was generated using packit 0.78.2.post10+g79bc3a4.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 0.78.2
|
||||
Version: 0.79.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri Aug 11 2023 Packit <hello@packit.dev> - 0.79.0-1
|
||||
- 2 new configuration options for filtering when getting latest upstream release tag were introduced: `upstream_tag_include` and `upstream_tag_exclude`. They should contain a Python regex that can be used as an argument in `re.match`. (#2030)
|
||||
|
||||
* Mon Aug 07 2023 Packit <hello@packit.dev> - 0.78.2-1
|
||||
- Packit's license in RPM specfile is now confirmed to be SPDX compatible. (#2026)
|
||||
- `source-git init --ignore-missing-autosetup` help was improved to be less confusing. (#2016) (#2017)
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 912024c4b206bbf18139a5248cd64d251a624899
|
||||
ref: 804c96beeb46dbb0ef209e545bd46735809628a0
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.78.2.tar.gz) = 4cd982e50c3fada3364a77b175a9f80dc3a78fe415cf2f7c824265bb1ffda0a84da17cb0a85e0971c8f30270798c111c446b3f5288293e4696787e90af32e3b5
|
||||
SHA512 (packitos-0.79.0.tar.gz) = b8b6f04f09908fcc0d1353c4b6a147c4b366a462a7d21ff67096def8a98293487ea616f0afd4efebf122a3a03e77cf44b36e8d6e6c36233a342c8cae39feae7a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue