[packit] 0.47.0 upstream release
Upstream tag: 0.47.0 Upstream commit: aeb84da4 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
c044054b9a
commit
c1425f930e
6 changed files with 36 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -50,3 +50,4 @@
|
|||
/packitos-0.44.0.tar.gz
|
||||
/packitos-0.45.0.tar.gz
|
||||
/packitos-0.46.0.tar.gz
|
||||
/packitos-0.47.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.45.1.dev4+geb8fac4.
|
||||
The file was generated using packit 0.46.1.dev39+g9d68890.
|
||||
|
|
|
|||
21
packit.spec
21
packit.spec
|
|
@ -2,7 +2,7 @@
|
|||
%global real_name packit
|
||||
|
||||
Name: %{real_name}
|
||||
Version: 0.46.0
|
||||
Version: 0.47.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -93,6 +93,25 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi
|
|||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.47.0-1
|
||||
- When specfile is being generated, and both `specfile_path` and
|
||||
`downstream_package_name` are not set, Packit now correctly resolves this
|
||||
situation and sets `specfile_path` to the name of the upstream repo suffixed
|
||||
with ".spec". (#1499)
|
||||
- We are now building SRPMs for Packit's own PRs in Copr. For more info see #1490 and
|
||||
https://packit.dev/docs/configuration/#srpm_build_deps (#1490)
|
||||
- All source-git-commands were updated to append a `From-source-git-commit` or `From-dist-git-commit`
|
||||
Git-trailer to the commit messages they create in dist-git or source-git, in order to
|
||||
save the hash of the commits from which these commits were created. This information
|
||||
is going to be used to tell whether a source-git repository is in sync with the
|
||||
corresponding dist-git repository. (#1488)
|
||||
- Spec file and configuration file are no more automatically added to the list of files
|
||||
to sync when the `new files_to_sync` option is used. The old `synced_files` option is
|
||||
deprecated. (#1483)
|
||||
- We have added a new configuration option for Copr builds `enable_net` that allows you to
|
||||
disable network access during Copr builds. It is also complemented by
|
||||
`--enable-net/--disable-net` CLI options if you use Packit locally. (#1504)
|
||||
|
||||
* Wed Feb 16 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.46.0-1
|
||||
- Synchronization of default files can now be disabled using a new config
|
||||
`files_to_sync`. Key `sync_files` is now deprecated. (#1483)
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 2c094b129402214cdbd524a3e9a2cc6ee4bcbe75
|
||||
ref: aeb84da49bc6b09df0f3e5e5d29d34000cd9669a
|
||||
|
|
|
|||
12
plans/rpmlint.fmf
Normal file
12
plans/rpmlint.fmf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
summary:
|
||||
Execute rpmlint on the spec file
|
||||
discover:
|
||||
how: shell
|
||||
tests:
|
||||
- name: rpmlint
|
||||
test: rpmlint packit.spec
|
||||
prepare:
|
||||
- name: packages
|
||||
how: install
|
||||
package:
|
||||
- rpmlint
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.46.0.tar.gz) = 71b086441d48ff5989067adc32030b7d354daa27cce7de01abaedf5766c003c826fb9399a9ddf1e89f0c884eb3825bda78807b90d8b4229497667a56105165e4
|
||||
SHA512 (packitos-0.47.0.tar.gz) = bb69e87ff231e0728879f4edef84ad8dc62c61bb8e5b55813c36ecdc81e1f9cc24db52341ea4c5044b9e54eeddf797ee1204dfd71c4225dc2c28df8e71143591
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue