Update to 1.15.0 upstream release
- Resolves: rhbz#2439424 Upstream tag: 1.15.0 Upstream commit: d507597e Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
209f53b76b
commit
7b263fc400
5 changed files with 11 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -143,3 +143,4 @@
|
|||
/packitos-1.12.0.tar.gz
|
||||
/packitos-1.13.0.tar.gz
|
||||
/packitos-1.14.0.tar.gz
|
||||
/packitos-1.15.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.13.0.post1.dev9+gac12f1be7.
|
||||
The file was generated using packit 1.14.0.post1.dev14+gd507597e6.
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 1.14.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.15.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
License: MIT
|
||||
|
|
@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2026 Packit <hello@packit.dev> - 1.15.0-1
|
||||
- The `version_suffix` configuration option is now supported in Packit. This option is meant for appending information to the Version field in RPM spec files. This is useful for post-release snapshots following RPM versioning conventions. The `version_suffix` behaves similarly to the already existing `release_suffix` and also supports expansion of environment variables. (#2664)
|
||||
- Packit now supports `bodhi_extra_params` configuration option to customize creating Bodhi updates. (#2682)
|
||||
- Resolves: rhbz#2439424
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 87042fcac49435dd55a1b989ed0c6ead290e703d
|
||||
ref: d507597e6a4c9c2e456694de97d0353fe99e894f
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-1.14.0.tar.gz) = 77acce155d17d06e1713d8c7ac219e8ff6ce5d9a48fffbda6f666c1fad0a55067bb53a23129c233d3c09a646d096be3a6ee4d3047ae84c0973c935baf190b1e2
|
||||
SHA512 (packitos-1.15.0.tar.gz) = 5a7d4ade59e2449ca7b42f8f1c0d6f9ab73e376358177b9242c7b9ae7386e0a43adcff3232fd4b1105d4caf22e9ba1bee503c1ae5ce809ab56237bbb6c60c5ff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue