[packit] 0.21.0 upstream release
Upstream tag: 0.21.0 Upstream commit: 56360c0a
This commit is contained in:
parent
1c13ec16c9
commit
8ea47f1e69
6 changed files with 11 additions and 9 deletions
|
|
@ -11,8 +11,6 @@ packages:
|
|||
upstream_package_name: specfile
|
||||
downstream_package_name: python-specfile
|
||||
specfile_path: &specfile_path fedora/python-specfile.spec
|
||||
allowed_gpg_keys:
|
||||
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
|
||||
files_to_sync:
|
||||
- *specfile_path
|
||||
- .packit.yaml
|
||||
|
|
@ -35,8 +33,6 @@ packages:
|
|||
upstream_package_name: specfile
|
||||
downstream_package_name: python-specfile
|
||||
specfile_path: &specfile_path_epel8 epel8/python-specfile.spec
|
||||
allowed_gpg_keys:
|
||||
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
|
||||
files_to_sync:
|
||||
- *specfile_path_epel8
|
||||
- .packit.yaml
|
||||
|
|
@ -163,6 +159,7 @@ jobs:
|
|||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
packages: [specfile]
|
||||
packit_instances: ["stg"]
|
||||
allowed_pr_authors: ["packit-stg", "packit"]
|
||||
dist_git_branches:
|
||||
|
|
@ -172,6 +169,7 @@ jobs:
|
|||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
packages: [specfile]
|
||||
packit_instances: ["stg"]
|
||||
dist_git_branches:
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.1.
|
||||
The file was generated using packit 0.69.0.post78+g1d260fb.d20230418.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: 4486a88c56fdfdea0c8b1e16f32a76056e9faba3
|
||||
ref: 56360c0a80b102065e71ccee587b155dfc83317e
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ discover:
|
|||
how: fmf
|
||||
url: https://github.com/packit/packit
|
||||
filter: tier:0 | tier:1
|
||||
ref: 4b998555d18e3e7abfb7a521b3b65a34de02dc76
|
||||
ref: 804c96beeb46dbb0ef209e545bd46735809628a0
|
||||
prepare:
|
||||
- how: install
|
||||
copr: packit/packit-dev
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.20.2
|
||||
Version: 0.21.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -71,6 +71,10 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 11 2023 Nikola Forró <nforro@redhat.com> - 0.21.0-1
|
||||
- `specfile` no longer tracebacks when some sources are missing and can't be _emulated_. In such case the spec file is parsed without them at the cost of `%%setup` and `%%patch` macros potentially expanding differently than with the sources present. (#271)
|
||||
- Specfile's license in RPM spec file is now confirmed to be SPDX compatible. (#269)
|
||||
|
||||
* Mon Jul 31 2023 Packit <hello@packit.dev> - 0.20.2-1
|
||||
- Fixed Packit config to work properly with `propose-downstream` and `pull-from-upstream` jobs. (#261)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.20.2.tar.gz) = 754a9108589822a17dce79f022c3c2edd5ae86fc3894b874afe6761f18275f7b567af8f953adc474cfe24e67672cae61df26429a5d8a087d6aff8b396f891183
|
||||
SHA512 (specfile-0.21.0.tar.gz) = 9860109203c69a586ce3759c983c550ae150aaed9744cf7db740c9bce2e11e5192b0153f923f584d8f8b526d61dca08b308519913c7aa5587e7a09e92487426a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue