Update to 0.97.0 upstream release
Upstream tag: 0.97.0 Upstream commit: 6c1cf9b8 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
e1d5bb53f1
commit
d7732ff2ca
5 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -40,3 +40,4 @@
|
|||
/packitos-0.94.0.tar.gz
|
||||
/packitos-0.94.2.tar.gz
|
||||
/packitos-0.95.0.tar.gz
|
||||
/packitos-0.97.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.94.2.post1.dev4+g9f43ce16.
|
||||
The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 0.95.0
|
||||
Version: 0.97.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -36,6 +36,8 @@ Requires: rpmdevtools
|
|||
# Copying files between repositories
|
||||
Requires: rsync
|
||||
|
||||
Recommends: osh-cli
|
||||
|
||||
%description -n python3-packit
|
||||
Python library for Packit,
|
||||
check out packit package for the executable.
|
||||
|
|
@ -77,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed May 15 2024 Packit <hello@packit.dev> - 0.97.0-1
|
||||
- Add a `scan-in-osh` subcommand in the CLI to perform a scan through OpenScanHub. By default, it performs a full scan of the packages and a differential scan can be performed through `--base-srpm` option. (#2301)
|
||||
- When running `dist-git init` command from CLI, you can pass a command to specify a git URL of the project. (#2308)
|
||||
|
||||
* Mon Apr 22 2024 Packit <hello@packit.dev> - 0.95.0-1
|
||||
- `packit dist-git init` now allows specifying `--version-update-mask` option and also any arbitrary top-level configuration options. (#2288)
|
||||
- We have fixed Packit auto-referencing Upstream Release Monitoring bug for release syncing to CentOS Stream. (#2284)
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 110211d63291ebd42ec15f9b935d721405f51ebd
|
||||
ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.95.0.tar.gz) = 6e439ec3aaf7ddf2911410af1d415271bb1775c004529b633b23281b43e237713d7f1b0b6d0e9d4f51a133240fbe155882fb974a2f83c32188100c4ef28e2c2e
|
||||
SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue