Update to 0.97.1 upstream release
- Resolves: rhbz#2278839 Upstream tag: 0.97.1 Upstream commit: f6b656f0 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
53ffd4ab49
commit
c8ee3d2e19
6 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -108,3 +108,4 @@
|
|||
/packitos-0.94.2.tar.gz
|
||||
/packitos-0.95.0.tar.gz
|
||||
/packitos-0.97.0.tar.gz
|
||||
/packitos-0.97.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 0.97.0
|
||||
Version: 0.97.1
|
||||
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
|
||||
* Fri May 17 2024 Packit <hello@packit.dev> - 0.97.1-1
|
||||
- We have fixed the behaviour for `dist-git init` command when `upstream-git-url` argument is specified.
|
||||
- Resolves: rhbz#2278839
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ adjust:
|
|||
copr: packit/packit-dev
|
||||
# make sure the Copr repo has higher priority than TF Tag Repository
|
||||
- how: shell
|
||||
script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5"
|
||||
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo
|
||||
# upgrade ogr and specfile in case they are already installed
|
||||
- how: shell
|
||||
script: dnf -y upgrade python3-ogr python3-specfile
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f
|
||||
ref: f6b656f02e4e140107a7478ecfa2a259a31a8a40
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ adjust:
|
|||
copr: packit/packit-dev
|
||||
# make sure the Copr repo has higher priority than TF Tag Repository
|
||||
- how: shell
|
||||
script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5"
|
||||
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo
|
||||
# upgrade ogr and specfile in case they are already installed
|
||||
- how: shell
|
||||
script: dnf -y upgrade python3-ogr python3-specfile
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9
|
||||
SHA512 (packitos-0.97.1.tar.gz) = 58e7fb2fb27650037ac3bec6056fe6248571c49243f64af627ad7f81b5a4c7628effc6ca2fe28566874fc89e984e2f601296d31c855c61bee2b9f6746e1343f2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue