Update to 0.100.0 upstream release
Upstream tag: 0.100.0 Upstream commit: 639df09d Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
ec529154ea
commit
f56513f156
6 changed files with 20 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -113,3 +113,4 @@
|
|||
/packitos-0.97.3.tar.gz
|
||||
/packitos-0.98.0.tar.gz
|
||||
/packitos-0.99.0.tar.gz
|
||||
/packitos-0.100.0.tar.gz
|
||||
|
|
|
|||
14
.packit.yaml
14
.packit.yaml
|
|
@ -100,25 +100,33 @@ jobs:
|
|||
list_on_homepage: True
|
||||
preserve_project: True
|
||||
|
||||
# downstream automation:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- epel-9
|
||||
|
||||
# downstream automation:
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
trigger: commit | koji_build
|
||||
packit_instances: ["stg"]
|
||||
allowed_pr_authors: ["packit-stg", "packit"]
|
||||
sidetag_group: packit-specfile-ogr-releases
|
||||
dependencies:
|
||||
- python-ogr
|
||||
- python-specfile
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- epel-9
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
trigger: koji_build
|
||||
packit_instances: ["stg"]
|
||||
allowed_builders: ["packit-stg", "packit"]
|
||||
sidetag_group: packit-specfile-ogr-releases
|
||||
dependencies:
|
||||
- python-ogr
|
||||
- python-specfile
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
- epel-9
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.98.0.
|
||||
The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 0.99.0
|
||||
Version: 0.100.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -79,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2024 Packit <hello@packit.dev> - 0.100.0-1
|
||||
- `packit pull-from-upstream` now allows omitting `upstream_project_url` in the configuration in which case the interaction with the upstream repository is skipped during release syncing. (#2354)
|
||||
- We have implemented a CLI support for Koji builds against CBS Koji instance. (#2267)
|
||||
|
||||
* Fri Jul 12 2024 Packit <hello@packit.dev> - 0.99.0-1
|
||||
- Update to version 0.99.0
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: bb04df61bed07ac138fd5c3b3eb80601c7e1b21c
|
||||
ref: 639df09d605626877c9ffe0b7bc8acec381a2816
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.99.0.tar.gz) = 0399d95b7f725d29a7c4e8841e8a4b95262a7e4ae2cda11229928d60ac8bf68e47b7faf1c0ce7f967e4e6538017166068b59aa2f59371e24d6cff71de00e08af
|
||||
SHA512 (packitos-0.100.0.tar.gz) = 2b399014857e623f37c2bcbd875cc188d5a46d09e299ed1c919b41d8316d8f629fb46c99d7f1bb7e3ddda6c14584e2722e9f49866e5f85ccd09a87a646846c68
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue