Compare commits
1 commit
rawhide
...
private-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75424d239c |
5 changed files with 10 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -118,3 +118,4 @@
|
|||
/packitos-0.100.2.tar.gz
|
||||
/packitos-0.100.3.tar.gz
|
||||
/packitos-0.101.0.tar.gz
|
||||
/packitos-0.101.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.100.3.post1.dev28+g4bd2dc81.
|
||||
The file was generated using packit 0.101.0.post1.dev6+g1b776ccc.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 0.101.0
|
||||
Version: 0.101.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -79,6 +79,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Sep 18 2024 Packit <hello@packit.dev> - 0.101.1-1
|
||||
- In the user configuration file, it's possible to set `default_parse_time_macros`, e.g. might be helpful in situations like [packit/packit-service#2514](https://github.com/packit/packit-service/issues/2514). (#2408)
|
||||
- Packit now allows to configure mock bootstrap feature setup of Copr projects with a new `bootstrap` configuration option. (#2411)
|
||||
- Resolves: rhbz#2313250
|
||||
|
||||
* Fri Sep 06 2024 Packit <hello@packit.dev> - 0.101.0-1
|
||||
- Packit now supports passing custom arguments to various static analyzers through `--csmock-args` CLI option and `csmock_args` configuration. (#2402)
|
||||
- When synching a new release Packit is now able to fast forward a specified merge to a configured list of branches.
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 4bd2dc81f9c1ff14790df0aac2ca1efa674cdfc8
|
||||
ref: 823b4ef00017c27f82df2d8dda3a4947a4fb699b
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.101.0.tar.gz) = 8da5d04e71c33573a2643a6c893377f4d3f1d546ad19c90388d2808121337ff91a0b996e248b863c038210fc67ba347c702d0ac8f363ec24d4e59a39b043bf3b
|
||||
SHA512 (packitos-0.101.1.tar.gz) = 068ea5917c9806b2de40f1eaa60bba590c7fb203c15d54677c6d21a0d6d73e52558e22d91fc310dbcafaf9fc23db81dfbae8e1f35c4954fd4afd9e63429c5f4b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue