| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: packit | Distribution: Fedora Project |
| Version: 1.13.0 | Vendor: Fedora Project |
| Release: 1.fc44 | Build date: Sun Dec 21 17:23:25 2025 |
| Group: Unspecified | Build host: buildvm-x86-24.rdu3.fedoraproject.org |
| Size: 22529 | Source RPM: packit-1.13.0-1.fc44.src.rpm |
| Packager: Fedora Project | |
| Url: https://github.com/packit/packit | |
| Summary: A tool for integrating upstream projects with Fedora operating system | |
This project provides tooling and automation to integrate upstream open source projects into Fedora operating system.
MIT
* Tue Dec 09 2025 Packit <hello@packit.dev> - 1.13.0-1
- `packit init` now automatically retrieves the latest version of the pre-commit hook to be added to the user's pre-commit configuration file. (#2651)
- Resolves: rhbz#2420553
* Fri Sep 19 2025 Packit <hello@packit.dev> - 1.12.0-1
- Packit now automatically invokes an rpm build in mock when no rpm test is passed using `--rpm_paths` before running local tests with `packit test`. (#2636)
- Fixed an issue where the upstream spec file was synchronized without applying packit's patches. (#2637)
This happened when syncing a folder that contains the specfile, e.g.:
```yaml
files_to_sync:
- src: distro/
dest: ./
specfile_path: distro/my_pkg.spec
```
- `packit init` now automatically adds a packit-specific pre-commit hook to user's pre-commit configuration file if present. Two new flags were added, which modify this behavior. (#2641)
- Resolves: rhbz#2396659
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.11.0-3
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.11.0-2
- Rebuilt for Python 3.14.0rc2 bytecode
* Mon Jul 28 2025 Packit <hello@packit.dev> - 1.11.0-1
- `packit test` now supports running and validating TMT tests locally without requiring a PR or a release, including result parsing and basic failure reporting. (#2632)
- Resolves: rhbz#2383891
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jul 11 2025 Packit <hello@packit.dev> - 1.10.0-1
- We have fixed a minor bug caused by adding the `PACKIT_SPECFILE_PATH` to the environment of Packit actions. (#2627)
- We have added a support for ELN aliases in Packit. (#2630)
- Resolves: rhbz#2372314
* Sun Jun 22 2025 Python Maint <python-maint@redhat.com> - 1.8.0-2
- Rebuilt for Python 3.14
* Wed Jun 11 2025 Packit <hello@packit.dev> - 1.9.0-1
- Packit now exposes `specfile_path` as the environment variable `PACKIT_SPECFILE_PATH` for all Packit action hooks to reference from the config. (#2589)
- We have added a support for passing `upstream_package_name` to the `upstream_tag_template` option. (#2604)
- Resolves: rhbz#2372314
* Fri May 09 2025 Packit <hello@packit.dev> - 1.8.0-1
- You can now validate a Packit config passed to the Packit CLI via a path, e.g., `packit config validate -c /tmp/my-custom-packit-config.yml`. (#2556)
- The `--resultdir` argument in `build_in_mock` now defaults to the current directory (`"."`), preventing loss of build artifacts when not explicitly set. (#2567)
- Resolves: rhbz#2365298
* Sun Apr 13 2025 Packit <hello@packit.dev> - 1.7.0-1
- We have implemented a set of options `osh_options` that allow you to customize OpenScanHub scans via config. (#2570)
- Resolves: rhbz#2359309
* Fri Apr 04 2025 Packit <hello@packit.dev> - 1.6.0-1
- When using `fast_forward_merge_into`, `version_update_mask` is now correctly being taken into consideration. (#2551)
- We have introduced a new command group `config` for configuration-related commands and moved `validate-config` command under it, resulting in the new command being `packit config validate`. (#2559)
- Resolves: rhbz#2357504
* Mon Mar 31 2025 Packit <hello@packit.dev> - 1.5.0-1
- Packit now supports `--base-nvr` option while submitting scans to OpenScanHub. The base nvr is pulled in from koji to perform a differential scan. (#2569)
- Resolves: rhbz#2356218
* Tue Mar 18 2025 Packit <hello@packit.dev> - 1.3.0-1
- Cached values of OpenSUSE aliases are used for any exception coming from `opensuse_distro_aliases` to not break a code flow if there is any problem with getting the online ones. (#2548)
- A couple of other small improvements.
- Resolves: rhbz#2353174
* Sun Feb 23 2025 Packit <hello@packit.dev> - 1.2.0-1
- Packit reloads spec file after `create-archive` to keep user changes. (#2533)
- Resolves: rhbz#2347179
* Fri Feb 14 2025 Packit <hello@packit.dev> - 1.1.1-1
- Packit doesn't attempt to upload git-tracked remote sources (for example a [GPG keyring](https://docs.fedoraproject.org/en-US/packaging-guidelines/#_verifying_signatures)) to lookaside cache anymore when syncing release. (#2518)
- Resolves: rhbz#2345745
* Sun Feb 02 2025 Packit <hello@packit.dev> - 1.1.0-1
- Thanks to the work of [Bryan Elee](https://github.com/rxbryan) (as part of his Google Summer of Code work) and [Dan Čermák](https://github.com/dcermak), there is a new `packit build in-obs` CLI command to trigger a build in [OBS](https://build.opensuse.org/). (#2067)
- Resolves: rhbz#2343396
* Sun Jan 26 2025 Packit <hello@packit.dev> - 1.0.1-1
- `version_update_mask` now applies to EPEL dist-git branches in the same way it does to stable Fedora branches. (#2507)
- Resolves: rhbz#2342176
* Mon Jan 20 2025 Packit <hello@packit.dev> - 1.0.0-1
- Job type `build` removed after deprecation, is now `copr_build`.
- Job type `production_build` removed after deprecation, is now `upstream_koji_build`.
- Key `upstream_project_name` removed after deprecation, is now `upstream_package_name`.
- Key `synced_files` removed after deprecation, is now `files_to_sync`.
- Resolves: rhbz#2338988
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.106.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Dec 16 2024 Packit <hello@packit.dev> - 0.106.0-1
- We have added a `--resultdir` option for building in mock via our CLI (`packit build in-mock`). (#2475)
- Resolves: rhbz#2332425
* Fri Dec 06 2024 Packit <hello@packit.dev> - 0.105.0-1
- There is a new action/hook, `post-modifications`, that is executed after all modifications to the spec file are done and in case of syncing release after all remote sources are downloaded and before uploading to lookaside cache. You can use it for example to construct an additional source that depends on the primary source (that may not yet be available in other actions). (#2474)
- Resolves: rhbz#2330760
* Mon Nov 25 2024 Packit <hello@packit.dev> - 0.104.1-1
- Packit now uses the fedora-distro-aliases library to expand Fedora aliases. This is Packit's original code being improved and properly maintained by the Copr team. For further suggestions about aliases, use github.com/rpm-software-management/fedora-distro-aliases.
- Resolves: rhbz#2328698
* Fri Nov 15 2024 Packit <hello@packit.dev> - 0.104.0-1
- Packit configuration file can now have a placeholder top-level key `_` that is ignored when read.
This is useful for storing yaml anchors in complex config files, e.g.:
```yaml
_:
base-test: &base-test
job: tests
fmf_path: .distro
jobs:
- <<: *base-test
trigger: pull_request
manual_trigger: true
- <<: *internal-test
trigger: commit
use_internal_tf: true
```
(#2378)
- You can now define `with_opts` and `without_opts` in target-specific configuration of `copr_build` job to build with `--with` and `--without` rpmbuild options. (#2463)
- Resolves: rhbz#2325040
* Sun Nov 10 2024 Packit <hello@packit.dev> - 0.103.0-1
- Packit now supports and defaults to `fast_forward_merge_into` syntax via `--dist-git-branches-mapping` in `dist-git init`. (#2456)
* Tue Oct 22 2024 Packit <hello@packit.dev> - 0.102.2-1
- Fixed passing list of resolved bugs when running `packit propose-downstream` or `packit pull-from-upstream`. (#2447)
- Resolves: rhbz#2321004
* Fri Oct 11 2024 Packit <hello@packit.dev> - 0.102.1-1
- We have fixed an issue that was introduced during the unification of the interface for passing resolved Bugzillas / Jira tickets to the `sync-release` or `bodhi_update` jobs. (#2442)
- `packit validate-config` now checks for the existence of downstream package. (#2436)
- Packit now allows building VM images via CLI without any Copr repository specified. (#2434)
- Resolves: rhbz#2318003
* Fri Oct 04 2024 Packit <hello@packit.dev> - 0.102.0-1
- Check for `upstream_project_url` presence in the configuration when `pull_from_upstream` job is configured was removed from `validate-config`, as this is no longer required. (#2423)
- `packit init` now adds working directories that are used in `packit prepare-sources` into the `.gitignore` file in the same directory where Packit config resides. (#2431)
- Previously, `create-update` command took `--resolve-bugzillas` option and `propose-downstream` command took `--resolve-bug` option. The options have been unified into `--resolve-bug` for better user experience. If you used `create-update` with `--resolve-bugzillas` you have to use `--resolve-bug` (or shorthand `-b`) now instead. (#2428)
- Resolves: rhbz#2316445
* 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.
Use the `dist_git_branches` new syntax as in this example:
`{"rawhide": {"fast_forward_merge_into": ["f40"]}, "fedora-stable": {}}` (#2363)
- Resolves: rhbz#2310376
* Sat Aug 24 2024 Packit <hello@packit.dev> - 0.100.3-1
- `dist-git init` command now allows `upstream-git-url` not to be specified. (#2387)
- Resolves: rhbz#2306481
* Thu Aug 15 2024 Packit <hello@packit.dev> - 0.100.2-1
- Update to version 0.100.2
- Resolves: rhbz#2300464
* Thu Aug 01 2024 Packit <hello@packit.dev> - 0.100.1-1
- Dummy release to test the "build in side tags" new feature!
- Resolves: rhbz#2300464
* 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)
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jul 12 2024 Packit <hello@packit.dev> - 0.99.0-1
- Update to version 0.99.0
* Thu Jul 04 2024 Packit <hello@packit.dev> - 0.98.0-1
- Packit now updates its own, not yet merged, pull requests instead of creating new ones for new releases. (#2204)
- Resolves: rhbz#2295821
* Fri Jun 21 2024 Packit <hello@packit.dev> - 0.97.3-1
- We have fixed a bug that caused inconsistency between the promised environment variables (from the docs) and the environment that has been actually provided. Now you should have access to `PACKIT_UPSTREAM_REPO` and `PACKIT_DOWNSTREAM_REPO`, if they have been cloned already, in the `post-upstream-clone` action. (#2327)
- Resolves: rhbz#2293661
* Mon Jun 17 2024 Nikola Forró <nforro@redhat.com> - 0.97.2-2
- Rebuilt for Python 3.13
- Resolves: rhbz#2291573
* Thu Jun 06 2024 Packit <hello@packit.dev> - 0.97.2-1
- We have fixed the syncing of ACLs for `propose-downtream` for CentOS Stream. (#2318)
- Resolves: rhbz#2290733
* 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)
* 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)
- Resolves: rhbz#2276194
* Mon Apr 08 2024 Packit <hello@packit.dev> - 0.94.2-1
- Packit previously put the "[packit]" string as a prefix in the subject of pull-from-upstream commits. Now the prefix is no longer there - this is made unnecessary noise in autochangelog. This affects the default. Custom action can still override this behavior. (#2263)
- We have fixed a race condition that could occur when multiple `copr_build` jobs sharing a Copr project but having different targets were running at the same time. (#2274)
- Resolves: rhbz#2273977
* Thu Mar 28 2024 Packit <hello@packit.dev> - 0.94.1-1
- `packit validate-config` now checks whether `upstream_project_url` is set if `pull_from_upstream` job is configured. (#2254)
- `Resolves` is changed to `Resolves:` for the dist-git commit since that's the correct format for CentOS Stream 9. (#2260)
- Resolves: rhbz#2272077
* Sun Mar 17 2024 Packit <hello@packit.dev> - 0.94.0-1
- Added new configuration options `status_name_template` and `allowed_builders`.
- Resolves rhbz#2266037
* Mon Feb 26 2024 Packit <hello@packit.dev> - 0.93.0-1
- Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (#2239)
* Mon Feb 19 2024 Packit <hello@packit.dev> - 0.92.0-1
- Packit now supports `trigger: ignore` which can be used for templating by using the YAML. (#2234)
- Packit now searches for bugzilla about new release created by Upstream Release Monitoring to reference each time it syncs the release downstream. (#2229)
- Resolves rhbz#2264878
* Wed Feb 07 2024 Packit <hello@packit.dev> - 0.91.0-1
- We have introduced new CLI command `packit dist-git init` that initializes Packit configuration for release automation in dist-git repository. (#2225)
- `packit validate-config` now checks whether the Upstream Release Monitoring for the package is correctly configured if `pull_from_upstream` job is present in the configuration. (#2226)
- There is a new global configuration option `parse_time_macros` that allows to configure macros to be explicitly defined or undefined at spec file parse time. (#2222)
- Resolves rhbz#2259201
* Sun Jan 28 2024 Packit <hello@packit.dev> - 0.90.0-1
- `pull-from-upstream` and `propose-downstream` commands now have the `--sync-acls` option that enables syncing the ACLs between dits-git repo and fork. The default behaviour was, however, changed to not sync the ACLs. (#2214)
- Packit now properly handles exceptions when syncing ACLs during release syncing. (#2213)
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.89.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Packit <hello@packit.dev> - 0.89.0-1
- We have fixed a bug in handling chroot-specific configuration once the chroots themselves are updated. (#2194)
* Sun Jan 07 2024 Packit <hello@packit.dev> - 0.88.0-1
- We have fixed a bug preventing the release from being synced downstream if the changelog to be set is empty. (#2183)
- Resolves rhbz#2257183
/usr/bin/packit /usr/share/bash-completion/completions/packit /usr/share/licenses/packit /usr/share/licenses/packit/LICENSE /usr/share/man/man1/packit-build-in-copr.1.gz /usr/share/man/man1/packit-build-in-image-builder.1.gz /usr/share/man/man1/packit-build-in-koji.1.gz /usr/share/man/man1/packit-build-in-mock.1.gz /usr/share/man/man1/packit-build-in-obs.1.gz /usr/share/man/man1/packit-build-locally.1.gz /usr/share/man/man1/packit-build.1.gz /usr/share/man/man1/packit-config-validate.1.gz /usr/share/man/man1/packit-config.1.gz /usr/share/man/man1/packit-create-update.1.gz /usr/share/man/man1/packit-dist-git-init.1.gz /usr/share/man/man1/packit-dist-git.1.gz /usr/share/man/man1/packit-init.1.gz /usr/share/man/man1/packit-prepare-sources.1.gz /usr/share/man/man1/packit-propose-downstream.1.gz /usr/share/man/man1/packit-pull-from-upstream.1.gz /usr/share/man/man1/packit-push-updates.1.gz /usr/share/man/man1/packit-scan-in-osh.1.gz /usr/share/man/man1/packit-source-git-init.1.gz /usr/share/man/man1/packit-source-git-status.1.gz /usr/share/man/man1/packit-source-git-update-dist-git.1.gz /usr/share/man/man1/packit-source-git-update-source-git.1.gz /usr/share/man/man1/packit-source-git.1.gz /usr/share/man/man1/packit-srpm.1.gz /usr/share/man/man1/packit-status.1.gz /usr/share/man/man1/packit-sync-from-downstream.1.gz /usr/share/man/man1/packit-test.1.gz /usr/share/man/man1/packit-validate.1.gz /usr/share/man/man1/packit.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Dec 22 22:20:21 2025