From 341cfe160eb7ec0583b6fdcf3034c0492394f37e Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Feb 2023 10:28:48 +0000 Subject: [PATCH 001/147] [packit] 0.68.0 upstream release Upstream tag: 0.68.0 Upstream commit: d025bcc1 Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6f4f6df..e363f9c 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ /packitos-0.65.2.tar.gz /packitos-0.66.0.tar.gz /packitos-0.67.0.tar.gz +/packitos-0.68.0.tar.gz diff --git a/README.packit b/README.packit index 2e1ed92..9c6cf11 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.66.0.post10+g66e72f3. +The file was generated using packit 0.67.0.post6+g49f4fb5. diff --git a/packit.spec b/packit.spec index db33d0b..57bf723 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.67.0 +Version: 0.68.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -31,7 +31,7 @@ BuildRequires: python3-requests-kerberos BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools-scm) BuildRequires: python3dist(setuptools-scm-git-archive) -BuildRequires: python3-bodhi-client +BuildRequires: python3-bodhi-client >= 7.0.0 BuildRequires: python3-cachetools BuildRequires: python3-fedora %if 0%{?rhel} @@ -102,6 +102,10 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Mon Feb 20 2023 Packit - 0.68.0-1 +- Packit now requires bodhi in version 7.0.0 at minimum. (#1844) +- You can now use `--srpm` option with the `packit build locally` CLI command. (#1810) + * Fri Feb 03 2023 Packit - 0.67.0-1 - Packit now sanitizes changelog messages in order not to break spec file parsing. (#1841) diff --git a/plans/main.fmf b/plans/main.fmf index f1fef2d..0e47f78 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: c6848c216f18febb330fb3b7d08dee08c8bb56fa + ref: d025bcc126b5a8ced1b11d703ae4b63170998b05 diff --git a/sources b/sources index 134a1b7..b1f7be9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.67.0.tar.gz) = 2ad5ef95be660732aa73a7d4f30d08e654fbdc98f19e481a59edaecd5ff8786b2a3aa5686b21a3663ea266de95e5723cc4be91d8675ea3d8afa8f1f65d7c37be +SHA512 (packitos-0.68.0.tar.gz) = 929a4a3f07fc1ef2310336c1c06c4672a54377cc9e19c847b2097b5ce9020ae223ea168c9b364998dc749c328c55b0d36037cb2425a7e077f1bca1f1e798d1e8 From 5f9ef48806a215fa8a60742bceb0702efce1ce10 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 5 Mar 2023 18:46:25 +0000 Subject: [PATCH 002/147] [packit] 0.69.0 upstream release Upstream tag: 0.69.0 Upstream commit: 3c699c50 Signed-off-by: Packit --- .gitignore | 1 + .packit.yaml | 6 +++--- README.packit | 2 +- packit.spec | 10 +++++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e363f9c..46609fb 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ /packitos-0.66.0.tar.gz /packitos-0.67.0.tar.gz /packitos-0.68.0.tar.gz +/packitos-0.69.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 3b02fe8..a2205cb 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -47,19 +47,19 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-stable + - fedora-all - epel-9 - job: tests trigger: pull_request targets: - - fedora-stable + - fedora-all - epel-9 - job: copr_build trigger: commit branch: main targets: - - fedora-stable + - fedora-all - epel-9 project: packit-dev list_on_homepage: True diff --git a/README.packit b/README.packit index 9c6cf11..b1a9620 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.67.0.post6+g49f4fb5. +The file was generated using packit 0.68.0.post25+ga9640d2. diff --git a/packit.spec b/packit.spec index 57bf723..fe579fd 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.68.0 +Version: 0.69.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -102,6 +102,14 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Sun Mar 05 2023 Packit - 0.69.0-1 +- `packit validate-config` now correctly checks glob-patterns in `files_to_sync`. (#1865) +- Aliases logic was updated to account for the upcoming Fedora release (Bodhi now marks such release as `frozen`). (#1863) +- Command `packit validate-config` now provides details about errors when it cannot parse the config file. (#1861) +- Packit does fewer API calls when searching for the package configuration file in remote repositories. (#1846) +- `--update-release`/`--no-update-release` now affects only `Release`, not `Version`. (#1857) +- Packit now provides `PACKIT_PROJECT_VERSION` environment variable when running `changelog-entry` action. (#1853) + * Mon Feb 20 2023 Packit - 0.68.0-1 - Packit now requires bodhi in version 7.0.0 at minimum. (#1844) - You can now use `--srpm` option with the `packit build locally` CLI command. (#1810) diff --git a/plans/main.fmf b/plans/main.fmf index 0e47f78..f62283a 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: d025bcc126b5a8ced1b11d703ae4b63170998b05 + ref: 3c699c5077f6803ca8054350c51cb5d2fc7436e1 diff --git a/sources b/sources index b1f7be9..c20f2b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.68.0.tar.gz) = 929a4a3f07fc1ef2310336c1c06c4672a54377cc9e19c847b2097b5ce9020ae223ea168c9b364998dc749c328c55b0d36037cb2425a7e077f1bca1f1e798d1e8 +SHA512 (packitos-0.69.0.tar.gz) = 37839c01d66d9426e7c22a0c9addee73568534bd6efc6b39863cd8341f8a4ddd75108a8222abca9e33a6ba96f3e4b4fdc77f7a807b09b44ca31ac8ef94e34188 From a52cf65523832d2b99a7a6518c1728b0b161b61b Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Mar 2023 22:55:58 +0000 Subject: [PATCH 003/147] [packit] 0.70.0 upstream release Upstream tag: 0.70.0 Upstream commit: e09138d9 Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 46609fb..aee9be6 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ /packitos-0.67.0.tar.gz /packitos-0.68.0.tar.gz /packitos-0.69.0.tar.gz +/packitos-0.70.0.tar.gz diff --git a/README.packit b/README.packit index b1a9620..680aef1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.68.0.post25+ga9640d2. +The file was generated using packit 0.69.0.post12+g060b82c. diff --git a/packit.spec b/packit.spec index fe579fd..d0d4372 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.69.0 +Version: 0.70.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -102,6 +102,9 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Mon Mar 20 2023 Packit - 0.70.0-1 +- Now packit uses the `get_current_version` action defined by the user to retrieve version before updating the specfile %%setup macro (if any). (#1886) + * Sun Mar 05 2023 Packit - 0.69.0-1 - `packit validate-config` now correctly checks glob-patterns in `files_to_sync`. (#1865) - Aliases logic was updated to account for the upcoming Fedora release (Bodhi now marks such release as `frozen`). (#1863) diff --git a/plans/main.fmf b/plans/main.fmf index f62283a..62cac81 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 3c699c5077f6803ca8054350c51cb5d2fc7436e1 + ref: e09138d92a4e0e82be541474dcf7f445603e478b diff --git a/sources b/sources index c20f2b9..6e5ac5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.69.0.tar.gz) = 37839c01d66d9426e7c22a0c9addee73568534bd6efc6b39863cd8341f8a4ddd75108a8222abca9e33a6ba96f3e4b4fdc77f7a807b09b44ca31ac8ef94e34188 +SHA512 (packitos-0.70.0.tar.gz) = 20be4a4b9b27ccf7b73aaeb7bf63783997cf91936a229d1027c3785ab974e3931228a15afe1343b184f408af06794c416c6234ad402bdf695ebd83a327f49ad0 From c39e7d6310a0246ad8dbeb43c580dd4c7a9af33f Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 25 Mar 2023 17:14:21 +0000 Subject: [PATCH 004/147] [packit] 0.71.0 upstream release Upstream tag: 0.71.0 Upstream commit: a8ccc95f Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index aee9be6..9541edf 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ /packitos-0.68.0.tar.gz /packitos-0.69.0.tar.gz /packitos-0.70.0.tar.gz +/packitos-0.71.0.tar.gz diff --git a/README.packit b/README.packit index 680aef1..1fb92fa 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.69.0.post12+g060b82c. +The file was generated using packit 0.70.0.post6+g21fb5bb. diff --git a/packit.spec b/packit.spec index d0d4372..05465dc 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.70.0 +Version: 0.71.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -102,6 +102,9 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Sat Mar 25 2023 Packit - 0.71.0-1 +- `upstream_tag_template` is now also used when looking for the latest version tag in Git. This allows upstream repositories to mix different tag-patterns in the same repository, but consider only one to tell the latest version. (#1891) + * Mon Mar 20 2023 Packit - 0.70.0-1 - Now packit uses the `get_current_version` action defined by the user to retrieve version before updating the specfile %%setup macro (if any). (#1886) diff --git a/plans/main.fmf b/plans/main.fmf index 62cac81..06ac7a2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: e09138d92a4e0e82be541474dcf7f445603e478b + ref: a8ccc95f6cf70b17fc4c5c72f006a58c069fb200 diff --git a/sources b/sources index 6e5ac5e..19494ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.70.0.tar.gz) = 20be4a4b9b27ccf7b73aaeb7bf63783997cf91936a229d1027c3785ab974e3931228a15afe1343b184f408af06794c416c6234ad402bdf695ebd83a327f49ad0 +SHA512 (packitos-0.71.0.tar.gz) = 6dd701d490650f68acaf90f1af670df28b12b3abbcd1c0586f5b7c9afdf07a483cc3db269837298755760d2192db76bc275328ae7d4a96e2ac9309f9d374f950 From a1d191b0552f432783be8cf6499f0ea10263d81b Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 31 Mar 2023 06:58:46 +0000 Subject: [PATCH 005/147] [packit] 0.72.0 upstream release Upstream tag: 0.72.0 Upstream commit: 4ede65d4 Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9541edf..12e4904 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ /packitos-0.69.0.tar.gz /packitos-0.70.0.tar.gz /packitos-0.71.0.tar.gz +/packitos-0.72.0.tar.gz diff --git a/README.packit b/README.packit index 1fb92fa..826385a 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.70.0.post6+g21fb5bb. +The file was generated using packit 0.70.0.post8+ga8ccc95. diff --git a/packit.spec b/packit.spec index 05465dc..171d86a 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.71.0 +Version: 0.72.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -102,6 +102,9 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Fri Mar 31 2023 Packit - 0.72.0-1 +- Packit now preserves `autorelease` macro during `propose_downstream` and `pull_from_upstream`. (#1904) + * Sat Mar 25 2023 Packit - 0.71.0-1 - `upstream_tag_template` is now also used when looking for the latest version tag in Git. This allows upstream repositories to mix different tag-patterns in the same repository, but consider only one to tell the latest version. (#1891) diff --git a/plans/main.fmf b/plans/main.fmf index 06ac7a2..54d7a54 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: a8ccc95f6cf70b17fc4c5c72f006a58c069fb200 + ref: 4ede65d499bb3dd4e4d780b874cc0944340f6219 diff --git a/sources b/sources index 19494ad..2f0600c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.71.0.tar.gz) = 6dd701d490650f68acaf90f1af670df28b12b3abbcd1c0586f5b7c9afdf07a483cc3db269837298755760d2192db76bc275328ae7d4a96e2ac9309f9d374f950 +SHA512 (packitos-0.72.0.tar.gz) = 72017546e49d9767592460cd38fbf59fc1bb25e55cecb63272f5bfcb019ca5c67fd49e339a75271438e6e37ee01274e3a539c81339c544f7c269d96a4c7e28a4 From 34cf8e249cf704ff98983252c35fcdc3c2b6efa5 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 6 Apr 2023 10:55:37 +0000 Subject: [PATCH 006/147] [packit] 0.73.0 upstream release Upstream tag: 0.73.0 Upstream commit: 8d661ceb Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 12e4904..e90e4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /packitos-0.70.0.tar.gz /packitos-0.71.0.tar.gz /packitos-0.72.0.tar.gz +/packitos-0.73.0.tar.gz diff --git a/README.packit b/README.packit index 826385a..6cc09f8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.70.0.post8+ga8ccc95. +The file was generated using packit 0.72.0. diff --git a/packit.spec b/packit.spec index 171d86a..7dce652 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.72.0 +Version: 0.73.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -102,6 +102,9 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Thu Apr 06 2023 Packit - 0.73.0-1 +- Packit now supports monorepo configuration in CLI (#1864) + * Fri Mar 31 2023 Packit - 0.72.0-1 - Packit now preserves `autorelease` macro during `propose_downstream` and `pull_from_upstream`. (#1904) diff --git a/plans/main.fmf b/plans/main.fmf index 54d7a54..82c7579 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 4ede65d499bb3dd4e4d780b874cc0944340f6219 + ref: 8d661ceb831aacbf6ef39d186ec8ef850e800dad diff --git a/sources b/sources index 2f0600c..de136dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.72.0.tar.gz) = 72017546e49d9767592460cd38fbf59fc1bb25e55cecb63272f5bfcb019ca5c67fd49e339a75271438e6e37ee01274e3a539c81339c544f7c269d96a4c7e28a4 +SHA512 (packitos-0.73.0.tar.gz) = a534e297f34366f71f3b14124e50fd5e7beeca673776800ed4166f0a997f08bb3311b67e75b2a501ab2d2e2bfee8201798062716510c06c6488eb60be4139109 From 15d9d42a1fc2c8897cb40571a4610897aec7e7c1 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 16 Apr 2023 17:57:03 +0000 Subject: [PATCH 007/147] [packit] 0.74.0 upstream release Upstream tag: 0.74.0 Upstream commit: 0e7f3845 Signed-off-by: Packit --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e90e4b3..f0814d9 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ /packitos-0.71.0.tar.gz /packitos-0.72.0.tar.gz /packitos-0.73.0.tar.gz +/packitos-0.74.0.tar.gz diff --git a/README.packit b/README.packit index 6cc09f8..097be14 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.72.0. +The file was generated using packit 0.73.0.post7+g6499d36. diff --git a/packit.spec b/packit.spec index 7dce652..1000ece 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.73.0 +Version: 0.74.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -94,7 +94,6 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{_mandir}/man1/packit*.1* %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/%{real_name} -%{_bindir}/_packitpatch %files -n python3-%{real_name} %license LICENSE @@ -102,6 +101,11 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %{python3_sitelib}/* %changelog +* Sun Apr 16 2023 Packit - 0.74.0-1 +- Allow configuring tmt tests with fmf root outside of git root. (#1936) +- Removed adding the "Signed-off-by" tag to commits created by Packit. (#1934) +- Packit's source_git functionality installs/loads the `_packitpatch` script in a more reliable manner that doesn't rely on deprecated setuptools functionality. (#1926) + * Thu Apr 06 2023 Packit - 0.73.0-1 - Packit now supports monorepo configuration in CLI (#1864) diff --git a/plans/main.fmf b/plans/main.fmf index 82c7579..039c14c 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 8d661ceb831aacbf6ef39d186ec8ef850e800dad + ref: 0e7f3845360b2a0fbf81a08bee2092437c2f5d9d diff --git a/sources b/sources index de136dc..459f1a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.73.0.tar.gz) = a534e297f34366f71f3b14124e50fd5e7beeca673776800ed4166f0a997f08bb3311b67e75b2a501ab2d2e2bfee8201798062716510c06c6488eb60be4139109 +SHA512 (packitos-0.74.0.tar.gz) = 2ba3b1fa8c8cea8b9d2672e1d512b2207d46dc18c7b26a634710e78f26d41ecf247448732071acd51f42a59d46899be0f8ac923542cd75a72824a41daf613a17 From 9f8589cb0e39f603e8198cd26f6047be9cbf0f30 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 28 Apr 2023 07:58:49 +0000 Subject: [PATCH 008/147] [packit] 0.75.0 upstream release Upstream tag: 0.75.0 Upstream commit: ebb1486d --- .gitignore | 1 + .packit.yaml | 11 +++--- README.packit | 2 +- packit.spec | 97 +++++++++++++++++++++----------------------------- plans/full.fmf | 7 ++++ plans/main.fmf | 2 +- sources | 2 +- 7 files changed, 58 insertions(+), 64 deletions(-) diff --git a/.gitignore b/.gitignore index f0814d9..75d56da 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /packitos-0.72.0.tar.gz /packitos-0.73.0.tar.gz /packitos-0.74.0.tar.gz +/packitos-0.75.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index a2205cb..6cba5bf 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -18,10 +18,10 @@ issue_repository: https://github.com/packit/packit actions: create-archive: - - "python3 setup.py sdist --dist-dir ." - - "sh -c 'echo packitos-$(python3 setup.py --version).tar.gz'" + - "python3 -m build --sdist --outdir ." + - "sh -c 'echo packitos-$(hatch version).tar.gz'" get-current-version: - - "python3 setup.py --version" + - "hatch version" pre-sync: # FMF has to be installed on system where you are calling this tool. - python3 plans/git_reference.py @@ -30,8 +30,9 @@ allowed_gpg_keys: - 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23 srpm_build_deps: - - python3-pip # "python3 setup.py --version" needs it - - python3-setuptools_scm + - python3-build + - hatch + - python3-hatch-vcs jobs: - job: propose_downstream diff --git a/README.packit b/README.packit index 097be14..aa4e74d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.73.0.post7+g6499d36. +The file was generated using packit 0.74.0.post35+g8a9c282. diff --git a/packit.spec b/packit.spec index 1000ece..10b8146 100644 --- a/packit.spec +++ b/packit.spec @@ -1,50 +1,28 @@ -%global pypi_name packitos -%global real_name packit +# Testing dependencies: deepdiff, flexmock are missing on EPEL 9. Cannot use testing environment +%if 0%{?el9} +%bcond_with tests +%else +%bcond_without tests +%endif -Name: %{real_name} -Version: 0.74.0 +Name: packit +Version: 0.75.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT URL: https://github.com/packit/packit -Source0: %pypi_source +Source0: %{pypi_source packitos} BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-click-man -BuildRequires: python3-GitPython -BuildRequires: python3-gnupg -BuildRequires: python3-ogr -BuildRequires: python3-packaging -BuildRequires: python3-pyyaml -BuildRequires: python3-specfile -BuildRequires: python3-tabulate -BuildRequires: python3-cccolutils -BuildRequires: python3-copr -BuildRequires: python3-koji -BuildRequires: python3-rpkg -BuildRequires: python3-lazy-object-proxy -BuildRequires: python3-marshmallow -BuildRequires: python3-marshmallow-enum -BuildRequires: python3-requests -BuildRequires: python3-requests-kerberos -BuildRequires: python3dist(setuptools) -BuildRequires: python3dist(setuptools-scm) -BuildRequires: python3dist(setuptools-scm-git-archive) -BuildRequires: python3-bodhi-client >= 7.0.0 -BuildRequires: python3-cachetools -BuildRequires: python3-fedora -%if 0%{?rhel} -# epel-8 requires typing-extensions due to old python version -BuildRequires: python3-typing-extensions -%endif -Requires: python3-%{real_name} = %{version}-%{release} +BuildRequires: python3dist(click-man) +Requires: python3-packit = %{version}-%{release} %description This project provides tooling and automation to integrate upstream open source projects into Fedora operating system. -%package -n python3-%{real_name} +%package -n python3-packit Summary: %{summary} # new-sources Requires: fedpkg @@ -57,50 +35,57 @@ Requires: rpm-build Requires: rpmdevtools # Copying files between repositories Requires: rsync -%if 0%{?rhel} -# rhbz#1968618 still not fixed for epel-8 -Requires: python3-koji -%endif -%{?python_provide:%python_provide python3-%{real_name}} -%description -n python3-%{real_name} +%description -n python3-packit Python library for Packit, check out packit package for the executable. %prep -%autosetup -n %{pypi_name}-%{version} -# Remove bundled egg-info -rm -rf %{pypi_name}.egg-info +%autosetup -n packitos-%{version} + + +%generate_buildrequires +# The -w flag is required for EPEL 9's older hatchling +%pyproject_buildrequires %{?with_tests:-x testing} %{?el9:-w} -%if 0%{?rhel} -# rhbz#1968618 still not fixed for epel-8 -sed -i -e 's|koji|# koji|' setup.cfg -%endif %build -%py3_build +%pyproject_wheel + %install -%py3_install -python3 setup.py --command-packages=click_man.commands man_pages --target %{buildroot}%{_mandir}/man1 +%pyproject_install +%pyproject_save_files packit +PYTHONPATH="%{buildroot}%{python3_sitelib}" click-man packit --target %{buildroot}%{_mandir}/man1 + +install -d -m 755 %{buildroot}%{bash_completions_dir} +cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit -install -d -m 755 %{buildroot}%{_datadir}/bash-completion/completions -cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completions/packit %files %license LICENSE %{_bindir}/packit %{_mandir}/man1/packit*.1* -%dir %{_datadir}/bash-completion/completions -%{_datadir}/bash-completion/completions/%{real_name} +%{bash_completions_dir}/packit -%files -n python3-%{real_name} +%files -n python3-packit -f %{pyproject_files} +# Epel9 does not tag the license file in pyproject_files as a license. Manually install it in this case +%if 0%{?el9} %license LICENSE +%endif %doc README.md -%{python3_sitelib}/* %changelog +* Fri Apr 28 2023 Packit - 0.75.0-1 +- Detection of `%%autorelease` usage in dist-git spec file during `propose-downstream` and `pull-from-upstream` has been improved and Packit will always preserve it. (#1949) +- Changed build tool to hatchling and moved metadata to `pyproject.toml`. (PEP621) (#1913) +- Respect `upstream_ref` for tags that start with "a", "b", "c", "e", "n", "r", "s". This was caused by an issue with a `branches` prefix being treated as a set of letters to remove. (#1943) +- Reset `Release` field in dist-git spec file to `1` when the version in upstream spec file is not up-to-date with the release that triggered `propose_downstream`. (#1940) +- Correctly catch the logs, if any of the user actions fail during the propose-downstream. (#1939) +- `packit source-git` related commands can skip dist-git repos, where the git trailer is not found, when looking for the right dist-git dir where to work. (#1938) +- More monorepo related fixes. (#1946, #1947, #1948) + * Sun Apr 16 2023 Packit - 0.74.0-1 - Allow configuring tmt tests with fmf root outside of git root. (#1936) - Removed adding the "Signed-off-by" tag to commits created by Packit. (#1934) diff --git a/plans/full.fmf b/plans/full.fmf index d5bd9c1..b3b6af4 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -1,6 +1,13 @@ summary: Unit, integration & functional tests. discover+: filter: tier:1 +prepare: + # enable packit-dev Copr repo to get the latest builds of ogr and specfile + - how: install + 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" adjust: - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" because: "flexmock and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251" diff --git a/plans/main.fmf b/plans/main.fmf index 039c14c..0e3e0d5 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 0e7f3845360b2a0fbf81a08bee2092437c2f5d9d + ref: ebb1486dac4969347c34d89f0f6138007c8bd86c diff --git a/sources b/sources index 459f1a5..74c67d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.74.0.tar.gz) = 2ba3b1fa8c8cea8b9d2672e1d512b2207d46dc18c7b26a634710e78f26d41ecf247448732071acd51f42a59d46899be0f8ac923542cd75a72824a41daf613a17 +SHA512 (packitos-0.75.0.tar.gz) = c8168dd830db8048b0119e6124fc770a014c2642a41733a6dd59cefc890f15b839b56f07703e605330549707e8e92d62a2e50ec8fc3d279f826d6064a9d57329 From 4396712a335c2c2965680f8f21c5b7999a28a336 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 26 May 2023 10:59:05 +0000 Subject: [PATCH 009/147] [packit] 0.76.0 upstream release Upstream tag: 0.76.0 Upstream commit: c597f1d1 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 ++++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 75d56da..235a75c 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ /packitos-0.73.0.tar.gz /packitos-0.74.0.tar.gz /packitos-0.75.0.tar.gz +/packitos-0.76.0.tar.gz diff --git a/README.packit b/README.packit index aa4e74d..fd70690 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.74.0.post35+g8a9c282. +The file was generated using packit 0.75.0.post23+g672eac3. diff --git a/packit.spec b/packit.spec index 10b8146..70a81a2 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.75.0 +Version: 0.76.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri May 26 2023 Packit - 0.76.0-1 +- Unsuccessful Image Builder requests now provide error details so you can fix the Image configuration. (#1981) +- Copr projects created by Packit will not follow the Fedora branching from now on. + This decision has been made to lower the load on Copr from the temporary Copr projects created, mainly, for the PR builds. + If you are releasing your packages to Copr, please use the new setting `follow_fedora_branching`. + Already existing projects are not affected by this change and it is also not enforced with the custom Copr repositories. (#1970) + * Fri Apr 28 2023 Packit - 0.75.0-1 - Detection of `%%autorelease` usage in dist-git spec file during `propose-downstream` and `pull-from-upstream` has been improved and Packit will always preserve it. (#1949) - Changed build tool to hatchling and moved metadata to `pyproject.toml`. (PEP621) (#1913) diff --git a/plans/main.fmf b/plans/main.fmf index 0e3e0d5..190d190 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: ebb1486dac4969347c34d89f0f6138007c8bd86c + ref: c597f1d13d0d0b99fdfdbd981c91382807438116 diff --git a/sources b/sources index 74c67d7..a9edbcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.75.0.tar.gz) = c8168dd830db8048b0119e6124fc770a014c2642a41733a6dd59cefc890f15b839b56f07703e605330549707e8e92d62a2e50ec8fc3d279f826d6064a9d57329 +SHA512 (packitos-0.76.0.tar.gz) = 5a4ab92e2920a5e04e2f469b92509ec2ff9079ed4c2d1d106f88a2d51aab7a57009786217bfce29449c5a804e82d30d02a6d3077c6a0cb2b88c85161c841a49c From 89f9096b8f3de9528e9dac26934c7a30ec289176 Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 17 Jun 2023 10:35:17 +0000 Subject: [PATCH 010/147] [packit] 0.77.0 upstream release Upstream tag: 0.77.0 Upstream commit: 116edc57 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 235a75c..f394d0e 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ /packitos-0.74.0.tar.gz /packitos-0.75.0.tar.gz /packitos-0.76.0.tar.gz +/packitos-0.77.0.tar.gz diff --git a/README.packit b/README.packit index fd70690..65f7937 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.75.0.post23+g672eac3. +The file was generated using packit 0.76.0.post18+g116edc5. diff --git a/packit.spec b/packit.spec index 70a81a2..82ba68d 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.76.0 +Version: 0.77.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sat Jun 17 2023 Packit - 0.77.0-1 +- Packit now includes dist-git branch in the title of the PRs for `propose-downstream` and `pull-from-upstream`. (#1996) +- We have fixed an issue with `files_to_sync` filters not being applied properly. (#1977) + * Fri May 26 2023 Packit - 0.76.0-1 - Unsuccessful Image Builder requests now provide error details so you can fix the Image configuration. (#1981) - Copr projects created by Packit will not follow the Fedora branching from now on. diff --git a/plans/main.fmf b/plans/main.fmf index 190d190..f817045 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: c597f1d13d0d0b99fdfdbd981c91382807438116 + ref: 116edc57710149e22d73c315367e1c332ebde907 diff --git a/sources b/sources index a9edbcf..d28581f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.76.0.tar.gz) = 5a4ab92e2920a5e04e2f469b92509ec2ff9079ed4c2d1d106f88a2d51aab7a57009786217bfce29449c5a804e82d30d02a6d3077c6a0cb2b88c85161c841a49c +SHA512 (packitos-0.77.0.tar.gz) = 53a54cdf1a4ee264e33b0c3cbb87034311508ad758ae4e2e00a66681ceda471ee5556571b6ff75a6181152a4925671aa695efb1948825b406980b3fb6a8104ac From 8c156214bc291f7ef6bb0a88f2a2aa632ecce1f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 18:28:36 +0000 Subject: [PATCH 011/147] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 82ba68d..8e08bf0 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 0.77.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 0.77.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jun 17 2023 Packit - 0.77.0-1 - Packit now includes dist-git branch in the title of the PRs for `propose-downstream` and `pull-from-upstream`. (#1996) - We have fixed an issue with `files_to_sync` filters not being applied properly. (#1977) From ebec9b63a3d40813f42ce197735c8322efddcf9d Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 13 Jul 2023 15:32:43 +0000 Subject: [PATCH 012/147] [packit] 0.78.1 upstream release Upstream tag: 0.78.1 Upstream commit: 854782d5 --- .gitignore | 1 + .packit.yaml | 33 +++++++++++++++++++++++---------- README.packit | 2 +- packit.spec | 9 ++++++--- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 33 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index f394d0e..47a7479 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ /packitos-0.75.0.tar.gz /packitos-0.76.0.tar.gz /packitos-0.77.0.tar.gz +/packitos-0.78.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 6cba5bf..c35fc69 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -3,16 +3,24 @@ # For downstream, we need to pick just one instance (`stg` in our case) # and redefine it for the `koji_build` and `bodhi_update` jobs. packit_instances: ["prod", "stg"] -files_to_sync: - - packit.spec - - .packit.yaml - - src: plans/ - dest: plans/ - - src: .fmf/ - dest: .fmf/ -# packit was already taken on PyPI -upstream_package_name: packitos -upstream_project_url: https://github.com/packit/packit + +packages: + packit: + downstream_package_name: packit + # packit was already taken on PyPI + upstream_package_name: packitos + upstream_project_url: https://github.com/packit/packit + paths: + - ./ + specfile_path: packit.spec + files_to_sync: + - packit.spec + - .packit.yaml + - src: plans/ + dest: plans/ + - src: .fmf/ + dest: .fmf/ + copy_upstream_release_description: true issue_repository: https://github.com/packit/packit @@ -50,11 +58,16 @@ jobs: targets: - fedora-all - epel-9 + packages: + - packit + - job: tests trigger: pull_request targets: - fedora-all - epel-9 + packages: + - packit - job: copr_build trigger: commit diff --git a/README.packit b/README.packit index 65f7937..a03aeb9 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.76.0.post18+g116edc5. +The file was generated using packit 0.78.0.post2+g694f5f6. diff --git a/packit.spec b/packit.spec index 8e08bf0..74c480d 100644 --- a/packit.spec +++ b/packit.spec @@ -1,13 +1,13 @@ # Testing dependencies: deepdiff, flexmock are missing on EPEL 9. Cannot use testing environment -%if 0%{?el9} +%if 0%{?el9} || 0%{?fedora} >= 39 %bcond_with tests %else %bcond_without tests %endif Name: packit -Version: 0.77.0 -Release: 2%{?dist} +Version: 0.78.1 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Aug 1 2023 Packit - 0.78.1-1 +- Temporarily disabled test dependencies on Fedora Rawhide because of missing `python3-deepdiff`. (#2008) + * Thu Jul 20 2023 Fedora Release Engineering - 0.77.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index f817045..cd18704 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 116edc57710149e22d73c315367e1c332ebde907 + ref: 854782d52103b1640a295b3262364a4122051452 diff --git a/sources b/sources index d28581f..d42f334 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.77.0.tar.gz) = 53a54cdf1a4ee264e33b0c3cbb87034311508ad758ae4e2e00a66681ceda471ee5556571b6ff75a6181152a4925671aa695efb1948825b406980b3fb6a8104ac +SHA512 (packitos-0.78.1.tar.gz) = b1b24d06070d54dc0d3ddc07753253bf9ad98e412cc5bb8325af278dd04cedabe3b32922d435d7c0ed738ff120255145e2bfe18a50ae5aa6e35e6a970321d2b0 From c06778c3bca8b372729d12ee368d68c6823adf25 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 7 Aug 2023 10:19:27 +0000 Subject: [PATCH 013/147] [packit] 0.78.2 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: 0.78.2 Upstream commit: 912024c4 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit-stg/rpms/packit.git refs/heads/*:refs/remotes/packit-stg/* git checkout packit-stg/0.78.2-rawhide-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 47a7479..1db25f8 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ /packitos-0.76.0.tar.gz /packitos-0.77.0.tar.gz /packitos-0.78.1.tar.gz +/packitos-0.78.2.tar.gz diff --git a/README.packit b/README.packit index a03aeb9..d7c433c 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.78.0.post2+g694f5f6. +The file was generated using packit 0.78.2.post2+g81828af. diff --git a/packit.spec b/packit.spec index 74c480d..d241717 100644 --- a/packit.spec +++ b/packit.spec @@ -1,12 +1,12 @@ # Testing dependencies: deepdiff, flexmock are missing on EPEL 9. Cannot use testing environment -%if 0%{?el9} || 0%{?fedora} >= 39 +%if 0%{?el9} %bcond_with tests %else %bcond_without tests %endif Name: packit -Version: 0.78.1 +Version: 0.78.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Aug 07 2023 Packit - 0.78.2-1 +- Packit's license in RPM specfile is now confirmed to be SPDX compatible. (#2026) +- `source-git init --ignore-missing-autosetup` help was improved to be less confusing. (#2016) (#2017) + * Tue Aug 1 2023 Packit - 0.78.1-1 - Temporarily disabled test dependencies on Fedora Rawhide because of missing `python3-deepdiff`. (#2008) diff --git a/plans/main.fmf b/plans/main.fmf index cd18704..807aaa8 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 854782d52103b1640a295b3262364a4122051452 + ref: 912024c4b206bbf18139a5248cd64d251a624899 diff --git a/sources b/sources index d42f334..d45a38a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.78.1.tar.gz) = b1b24d06070d54dc0d3ddc07753253bf9ad98e412cc5bb8325af278dd04cedabe3b32922d435d7c0ed738ff120255145e2bfe18a50ae5aa6e35e6a970321d2b0 +SHA512 (packitos-0.78.2.tar.gz) = 4cd982e50c3fada3364a77b175a9f80dc3a78fe415cf2f7c824265bb1ffda0a84da17cb0a85e0971c8f30270798c111c446b3f5288293e4696787e90af32e3b5 From 7d473789c9c1ef5702260bbb5e571f80606c7814 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 8 Sep 2023 11:49:29 +0000 Subject: [PATCH 014/147] [packit] 0.80.0 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: 0.80.0 Upstream commit: a40b8acb If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit-stg/rpms/packit.git refs/heads/*:refs/remotes/packit-stg/* git checkout packit-stg/0.80.0-f39-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 4 +++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1db25f8..cd5b675 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /packitos-0.77.0.tar.gz /packitos-0.78.1.tar.gz /packitos-0.78.2.tar.gz +/packitos-0.80.0.tar.gz diff --git a/README.packit b/README.packit index d7c433c..703d0d8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.78.2.post2+g81828af. +The file was generated using packit 0.79.1.post20+g7ecfe459. diff --git a/packit.spec b/packit.spec index d241717..0e2d251 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.78.2 +Version: 0.80.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 08 2023 Packit - 0.80.0-1 +- Packit CLI now provides a new command `pull-from-upstream`, offering the same functionality as `propose-downstream` but suited for usage from the dist-git repository with Packit configuration placed there. This was primarily added to help reproduce the behaviour of the service's [pull_from_upstream job](https://packit.dev/docs/configuration/downstream/pull_from_upstream). (#2063) +- Packit now exposes `PACKIT_PACKAGE_NAME`, `PACKIT_UPSTREAM_PACKAGE_NAME` and `PACKIT_DOWNSTREAM_PACKAGE_NAME` environment variables to all actions. (#2061) +- We have fixed a bug in `packit source-git init` caused by changed behaviour in a newer version of rpmbuild. (#2048) + * Mon Aug 07 2023 Packit - 0.78.2-1 - Packit's license in RPM specfile is now confirmed to be SPDX compatible. (#2026) - `source-git init --ignore-missing-autosetup` help was improved to be less confusing. (#2016) (#2017) diff --git a/plans/full.fmf b/plans/full.fmf index b3b6af4..85305fe 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -15,4 +15,6 @@ adjust: - how: install package: python3-pip - how: shell - script: pip3 install flexmock deepdiff + # the version lock on deepdiff can be removed once this is resolved: + # https://github.com/seperman/deepdiff/issues/416 + script: pip3 install flexmock deepdiff==6.3.1 diff --git a/plans/main.fmf b/plans/main.fmf index 807aaa8..12abe29 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 912024c4b206bbf18139a5248cd64d251a624899 + ref: a40b8acb418d65dca3cc12f18ee19a9fb23ce92e diff --git a/sources b/sources index d45a38a..2256b62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.78.2.tar.gz) = 4cd982e50c3fada3364a77b175a9f80dc3a78fe415cf2f7c824265bb1ffda0a84da17cb0a85e0971c8f30270798c111c446b3f5288293e4696787e90af32e3b5 +SHA512 (packitos-0.80.0.tar.gz) = d3cf5d3a11a7eece127040a098a07f6a141f8c0ebadf226c1276beb243ed92452b75d65459f935b3bf8f0a6e07078aee4329420911c5efa84233abaed1274994 From 69c98862a58930bb378362aa73ef25aa575cf917 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 8 Sep 2023 11:48:44 +0000 Subject: [PATCH 015/147] [packit] 0.80.0 upstream release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream tag: 0.80.0 Upstream commit: a40b8acb If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit-stg/rpms/packit.git refs/heads/*:refs/remotes/packit-stg/* git checkout packit-stg/0.80.0-rawhide-update-propose_downstream ``` --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 4 +++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1db25f8..cd5b675 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /packitos-0.77.0.tar.gz /packitos-0.78.1.tar.gz /packitos-0.78.2.tar.gz +/packitos-0.80.0.tar.gz diff --git a/README.packit b/README.packit index d7c433c..703d0d8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.78.2.post2+g81828af. +The file was generated using packit 0.79.1.post20+g7ecfe459. diff --git a/packit.spec b/packit.spec index d241717..0e2d251 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.78.2 +Version: 0.80.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 08 2023 Packit - 0.80.0-1 +- Packit CLI now provides a new command `pull-from-upstream`, offering the same functionality as `propose-downstream` but suited for usage from the dist-git repository with Packit configuration placed there. This was primarily added to help reproduce the behaviour of the service's [pull_from_upstream job](https://packit.dev/docs/configuration/downstream/pull_from_upstream). (#2063) +- Packit now exposes `PACKIT_PACKAGE_NAME`, `PACKIT_UPSTREAM_PACKAGE_NAME` and `PACKIT_DOWNSTREAM_PACKAGE_NAME` environment variables to all actions. (#2061) +- We have fixed a bug in `packit source-git init` caused by changed behaviour in a newer version of rpmbuild. (#2048) + * Mon Aug 07 2023 Packit - 0.78.2-1 - Packit's license in RPM specfile is now confirmed to be SPDX compatible. (#2026) - `source-git init --ignore-missing-autosetup` help was improved to be less confusing. (#2016) (#2017) diff --git a/plans/full.fmf b/plans/full.fmf index b3b6af4..85305fe 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -15,4 +15,6 @@ adjust: - how: install package: python3-pip - how: shell - script: pip3 install flexmock deepdiff + # the version lock on deepdiff can be removed once this is resolved: + # https://github.com/seperman/deepdiff/issues/416 + script: pip3 install flexmock deepdiff==6.3.1 diff --git a/plans/main.fmf b/plans/main.fmf index 807aaa8..12abe29 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 912024c4b206bbf18139a5248cd64d251a624899 + ref: a40b8acb418d65dca3cc12f18ee19a9fb23ce92e diff --git a/sources b/sources index d45a38a..2256b62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.78.2.tar.gz) = 4cd982e50c3fada3364a77b175a9f80dc3a78fe415cf2f7c824265bb1ffda0a84da17cb0a85e0971c8f30270798c111c446b3f5288293e4696787e90af32e3b5 +SHA512 (packitos-0.80.0.tar.gz) = d3cf5d3a11a7eece127040a098a07f6a141f8c0ebadf226c1276beb243ed92452b75d65459f935b3bf8f0a6e07078aee4329420911c5efa84233abaed1274994 From 0b594f5896b633e02f0fdcbbc5e2b042c1252c0c Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 23 Sep 2023 11:23:48 +0000 Subject: [PATCH 016/147] [packit] 0.81.0 upstream release Upstream tag: 0.81.0 Upstream commit: 134be17e --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 ++++++++- plans/full.fmf | 4 +--- plans/git_reference.py | 5 +++-- plans/main.fmf | 2 +- sources | 2 +- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index cd5b675..b113ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ /packitos-0.78.1.tar.gz /packitos-0.78.2.tar.gz /packitos-0.80.0.tar.gz +/packitos-0.81.0.tar.gz diff --git a/README.packit b/README.packit index 703d0d8..ce6b9b9 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.79.1.post20+g7ecfe459. +The file was generated using packit 0.80.0.post35+g9430d702. diff --git a/packit.spec b/packit.spec index 0e2d251..f3b3ad4 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.80.0 +Version: 0.81.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sat Sep 23 2023 Packit - 0.81.0-1 +- Packit now supports the `pkg_tool` option in the config (at the top-level or with specific packages when using the monorepo syntax). This option can be used for switching between `fedpkg` or `centpkg`. (#2085) +- When updating the `Version` tag during `propose_downstream` or `pull_from_upstream`, Packit now tries to update referenced macros (if any) rather than overwriting the references. (#2087) +- If you have concerns about Packit uploading new archives to lookaside cache before creating a pull request, you can newly set `upload_sources` to False to disable this. (#2086) +- We have fixed a bug that could cause duplicit PRs to be created when using the `commit-message` action. (#2080) +- Packit now supports `commit-message` action that can be used to override the default commit message produced by Packit during `propose-downstream` or `pull-from-upstream`. Please pay attention to our [documentation](https://packit.dev/docs/configuration/actions#commit-message) with regards to the usage of this action. (#2070) + * Fri Sep 08 2023 Packit - 0.80.0-1 - Packit CLI now provides a new command `pull-from-upstream`, offering the same functionality as `propose-downstream` but suited for usage from the dist-git repository with Packit configuration placed there. This was primarily added to help reproduce the behaviour of the service's [pull_from_upstream job](https://packit.dev/docs/configuration/downstream/pull_from_upstream). (#2063) - Packit now exposes `PACKIT_PACKAGE_NAME`, `PACKIT_UPSTREAM_PACKAGE_NAME` and `PACKIT_DOWNSTREAM_PACKAGE_NAME` environment variables to all actions. (#2061) diff --git a/plans/full.fmf b/plans/full.fmf index 85305fe..b3b6af4 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -15,6 +15,4 @@ adjust: - how: install package: python3-pip - how: shell - # the version lock on deepdiff can be removed once this is resolved: - # https://github.com/seperman/deepdiff/issues/416 - script: pip3 install flexmock deepdiff==6.3.1 + script: pip3 install flexmock deepdiff diff --git a/plans/git_reference.py b/plans/git_reference.py index 7f42e11..d62d0b4 100644 --- a/plans/git_reference.py +++ b/plans/git_reference.py @@ -1,8 +1,9 @@ #!/usr/bin/python -import fmf -from pathlib import Path import subprocess +from pathlib import Path + +import fmf tree_root = Path.cwd().absolute() node = fmf.Tree(tree_root).find("/plans") diff --git a/plans/main.fmf b/plans/main.fmf index 12abe29..5b5b567 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: a40b8acb418d65dca3cc12f18ee19a9fb23ce92e + ref: 134be17e9b09d278e27e1a8773fbe7b3b2dd6703 diff --git a/sources b/sources index 2256b62..b3e8cc3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.80.0.tar.gz) = d3cf5d3a11a7eece127040a098a07f6a141f8c0ebadf226c1276beb243ed92452b75d65459f935b3bf8f0a6e07078aee4329420911c5efa84233abaed1274994 +SHA512 (packitos-0.81.0.tar.gz) = 9fd4d01fb7c3b8470888512f45d145ac60c38af465cd2efd434a2a5ee4e9c1a7f845b4d3eab63c1ca24ef762c06727383d5c4efae9eedd899d0ca7727bb92a9c From 57d0f522b7b80d9e4c5f2733aec605c2b587183f Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 23 Sep 2023 11:24:15 +0000 Subject: [PATCH 017/147] [packit] 0.81.0 upstream release Upstream tag: 0.81.0 Upstream commit: 134be17e --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 ++++++++- plans/full.fmf | 4 +--- plans/git_reference.py | 5 +++-- plans/main.fmf | 2 +- sources | 2 +- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index cd5b675..b113ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ /packitos-0.78.1.tar.gz /packitos-0.78.2.tar.gz /packitos-0.80.0.tar.gz +/packitos-0.81.0.tar.gz diff --git a/README.packit b/README.packit index 703d0d8..ce6b9b9 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.79.1.post20+g7ecfe459. +The file was generated using packit 0.80.0.post35+g9430d702. diff --git a/packit.spec b/packit.spec index 0e2d251..f3b3ad4 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.80.0 +Version: 0.81.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sat Sep 23 2023 Packit - 0.81.0-1 +- Packit now supports the `pkg_tool` option in the config (at the top-level or with specific packages when using the monorepo syntax). This option can be used for switching between `fedpkg` or `centpkg`. (#2085) +- When updating the `Version` tag during `propose_downstream` or `pull_from_upstream`, Packit now tries to update referenced macros (if any) rather than overwriting the references. (#2087) +- If you have concerns about Packit uploading new archives to lookaside cache before creating a pull request, you can newly set `upload_sources` to False to disable this. (#2086) +- We have fixed a bug that could cause duplicit PRs to be created when using the `commit-message` action. (#2080) +- Packit now supports `commit-message` action that can be used to override the default commit message produced by Packit during `propose-downstream` or `pull-from-upstream`. Please pay attention to our [documentation](https://packit.dev/docs/configuration/actions#commit-message) with regards to the usage of this action. (#2070) + * Fri Sep 08 2023 Packit - 0.80.0-1 - Packit CLI now provides a new command `pull-from-upstream`, offering the same functionality as `propose-downstream` but suited for usage from the dist-git repository with Packit configuration placed there. This was primarily added to help reproduce the behaviour of the service's [pull_from_upstream job](https://packit.dev/docs/configuration/downstream/pull_from_upstream). (#2063) - Packit now exposes `PACKIT_PACKAGE_NAME`, `PACKIT_UPSTREAM_PACKAGE_NAME` and `PACKIT_DOWNSTREAM_PACKAGE_NAME` environment variables to all actions. (#2061) diff --git a/plans/full.fmf b/plans/full.fmf index 85305fe..b3b6af4 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -15,6 +15,4 @@ adjust: - how: install package: python3-pip - how: shell - # the version lock on deepdiff can be removed once this is resolved: - # https://github.com/seperman/deepdiff/issues/416 - script: pip3 install flexmock deepdiff==6.3.1 + script: pip3 install flexmock deepdiff diff --git a/plans/git_reference.py b/plans/git_reference.py index 7f42e11..d62d0b4 100644 --- a/plans/git_reference.py +++ b/plans/git_reference.py @@ -1,8 +1,9 @@ #!/usr/bin/python -import fmf -from pathlib import Path import subprocess +from pathlib import Path + +import fmf tree_root = Path.cwd().absolute() node = fmf.Tree(tree_root).find("/plans") diff --git a/plans/main.fmf b/plans/main.fmf index 12abe29..5b5b567 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: a40b8acb418d65dca3cc12f18ee19a9fb23ce92e + ref: 134be17e9b09d278e27e1a8773fbe7b3b2dd6703 diff --git a/sources b/sources index 2256b62..b3e8cc3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.80.0.tar.gz) = d3cf5d3a11a7eece127040a098a07f6a141f8c0ebadf226c1276beb243ed92452b75d65459f935b3bf8f0a6e07078aee4329420911c5efa84233abaed1274994 +SHA512 (packitos-0.81.0.tar.gz) = 9fd4d01fb7c3b8470888512f45d145ac60c38af465cd2efd434a2a5ee4e9c1a7f845b4d3eab63c1ca24ef762c06727383d5c4efae9eedd899d0ca7727bb92a9c From bc878df0db18f8a9f354f1940ecf2af27cc97c32 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 29 Sep 2023 07:17:13 +0000 Subject: [PATCH 018/147] [packit] 0.82.0 upstream release Upstream tag: 0.82.0 Upstream commit: 477c223e Resolves rhbz#2240355 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/full.fmf | 4 ++-- plans/main.fmf | 2 +- plans/session-recording.fmf | 7 ------- sources | 2 +- 7 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b113ebd..878c737 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /packitos-0.78.2.tar.gz /packitos-0.80.0.tar.gz /packitos-0.81.0.tar.gz +/packitos-0.82.0.tar.gz diff --git a/README.packit b/README.packit index ce6b9b9..0a3bf21 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.80.0.post35+g9430d702. +The file was generated using packit 0.81.0.post1.dev8+gebd9ca72. diff --git a/packit.spec b/packit.spec index f3b3ad4..65aca78 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.81.0 +Version: 0.82.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 29 2023 Packit - 0.82.0-1 +- You can now specify bugs resolved by an update by `-b` or `--resolve-bug` option for `propose-downstream` and `pull-from-upstream` commands. The values will be added by default to the changelog and commit message and provided in `commit-message` and `changelog-entry` actions as `PACKIT_RESOLVED_BUGS` env variable. (#2094) +- Resolves rhbz#2240355 + * Sat Sep 23 2023 Packit - 0.81.0-1 - Packit now supports the `pkg_tool` option in the config (at the top-level or with specific packages when using the monorepo syntax). This option can be used for switching between `fedpkg` or `centpkg`. (#2085) - When updating the `Version` tag during `propose_downstream` or `pull_from_upstream`, Packit now tries to update referenced macros (if any) rather than overwriting the references. (#2087) diff --git a/plans/full.fmf b/plans/full.fmf index b3b6af4..6069ae1 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -10,9 +10,9 @@ prepare: script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5" adjust: - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" - because: "flexmock and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251" + because: "deepdiff is not in EPEL 9" prepare: - how: install package: python3-pip - how: shell - script: pip3 install flexmock deepdiff + script: pip3 install deepdiff diff --git a/plans/main.fmf b/plans/main.fmf index 5b5b567..9af9eb2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 134be17e9b09d278e27e1a8773fbe7b3b2dd6703 + ref: 477c223e50c4e1d39cc903d531d48f4dc1fe9e1f diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index dbb63ee..1692c3a 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -7,10 +7,3 @@ adjust: - how: install name: Enable the Copr-repo for Requre copr: packit/packit-dev - - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" - because: "flexmock is not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock diff --git a/sources b/sources index b3e8cc3..f28736d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.81.0.tar.gz) = 9fd4d01fb7c3b8470888512f45d145ac60c38af465cd2efd434a2a5ee4e9c1a7f845b4d3eab63c1ca24ef762c06727383d5c4efae9eedd899d0ca7727bb92a9c +SHA512 (packitos-0.82.0.tar.gz) = 31a0291aff2d79a554a13a6c769fcba61785ec821dd25d2a07ac73c72b9198d49d6d898fad9387d2b33322c75887ccd01e64c4997e238c1453a68d67423f784a From 1fe53472422b0f85fe32d0a165deff380522df3c Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 29 Sep 2023 07:17:38 +0000 Subject: [PATCH 019/147] [packit] 0.82.0 upstream release Upstream tag: 0.82.0 Upstream commit: 477c223e Resolves rhbz#2240355 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/full.fmf | 4 ++-- plans/main.fmf | 2 +- plans/session-recording.fmf | 7 ------- sources | 2 +- 7 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b113ebd..878c737 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /packitos-0.78.2.tar.gz /packitos-0.80.0.tar.gz /packitos-0.81.0.tar.gz +/packitos-0.82.0.tar.gz diff --git a/README.packit b/README.packit index ce6b9b9..0a3bf21 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.80.0.post35+g9430d702. +The file was generated using packit 0.81.0.post1.dev8+gebd9ca72. diff --git a/packit.spec b/packit.spec index f3b3ad4..65aca78 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.81.0 +Version: 0.82.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 29 2023 Packit - 0.82.0-1 +- You can now specify bugs resolved by an update by `-b` or `--resolve-bug` option for `propose-downstream` and `pull-from-upstream` commands. The values will be added by default to the changelog and commit message and provided in `commit-message` and `changelog-entry` actions as `PACKIT_RESOLVED_BUGS` env variable. (#2094) +- Resolves rhbz#2240355 + * Sat Sep 23 2023 Packit - 0.81.0-1 - Packit now supports the `pkg_tool` option in the config (at the top-level or with specific packages when using the monorepo syntax). This option can be used for switching between `fedpkg` or `centpkg`. (#2085) - When updating the `Version` tag during `propose_downstream` or `pull_from_upstream`, Packit now tries to update referenced macros (if any) rather than overwriting the references. (#2087) diff --git a/plans/full.fmf b/plans/full.fmf index b3b6af4..6069ae1 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -10,9 +10,9 @@ prepare: script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5" adjust: - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" - because: "flexmock and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251" + because: "deepdiff is not in EPEL 9" prepare: - how: install package: python3-pip - how: shell - script: pip3 install flexmock deepdiff + script: pip3 install deepdiff diff --git a/plans/main.fmf b/plans/main.fmf index 5b5b567..9af9eb2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 134be17e9b09d278e27e1a8773fbe7b3b2dd6703 + ref: 477c223e50c4e1d39cc903d531d48f4dc1fe9e1f diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index dbb63ee..1692c3a 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -7,10 +7,3 @@ adjust: - how: install name: Enable the Copr-repo for Requre copr: packit/packit-dev - - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" - because: "flexmock is not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock diff --git a/sources b/sources index b3e8cc3..f28736d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.81.0.tar.gz) = 9fd4d01fb7c3b8470888512f45d145ac60c38af465cd2efd434a2a5ee4e9c1a7f845b4d3eab63c1ca24ef762c06727383d5c4efae9eedd899d0ca7727bb92a9c +SHA512 (packitos-0.82.0.tar.gz) = 31a0291aff2d79a554a13a6c769fcba61785ec821dd25d2a07ac73c72b9198d49d6d898fad9387d2b33322c75887ccd01e64c4997e238c1453a68d67423f784a From 08576668d94ea51df72fd96261d90a4790bc115c Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Oct 2023 12:13:42 +0000 Subject: [PATCH 020/147] [packit] 0.83.0 upstream release Upstream tag: 0.83.0 Upstream commit: 7581995d --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 4 ++-- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 878c737..50582fd 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /packitos-0.80.0.tar.gz /packitos-0.81.0.tar.gz /packitos-0.82.0.tar.gz +/packitos-0.83.0.tar.gz diff --git a/README.packit b/README.packit index 0a3bf21..21ea346 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.81.0.post1.dev8+gebd9ca72. +The file was generated using packit 0.82.0.post1.dev20+g6670daea. diff --git a/packit.spec b/packit.spec index 65aca78..367b939 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.82.0 +Version: 0.83.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Oct 06 2023 Packit - 0.83.0-1 +- We have fixed an issue that prevented automated allowlisting in the Packit Service. (#2113) +- Packit now also detects resolved bugs in the default update notes (created from changelog diff) and assigns these when submitting the Bodhi updates. (#2111) +- Packit now exports `PACKIT_UPSTREAM_PACKAGE_NAME`, `PACKIT_DOWNSTREAM_PACKAGE_NAME` and `PACKIT_CONFIG_PACKAGE_NAME` also in the `changelog_entry` action. (#2103) + * Fri Sep 29 2023 Packit - 0.82.0-1 - You can now specify bugs resolved by an update by `-b` or `--resolve-bug` option for `propose-downstream` and `pull-from-upstream` commands. The values will be added by default to the changelog and commit message and provided in `commit-message` and `changelog-entry` actions as `PACKIT_RESOLVED_BUGS` env variable. (#2094) - Resolves rhbz#2240355 diff --git a/plans/full.fmf b/plans/full.fmf index 6069ae1..edbd77d 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -10,9 +10,9 @@ prepare: script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5" adjust: - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" - because: "deepdiff is not in EPEL 9" + because: "build and deepdiff are not in EPEL 9" prepare: - how: install package: python3-pip - how: shell - script: pip3 install deepdiff + script: pip3 install build deepdiff diff --git a/plans/main.fmf b/plans/main.fmf index 9af9eb2..f75a56e 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 477c223e50c4e1d39cc903d531d48f4dc1fe9e1f + ref: 7581995d78074a7a5bbd87b1fab410a40d18f8ed diff --git a/sources b/sources index f28736d..c542fa5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.82.0.tar.gz) = 31a0291aff2d79a554a13a6c769fcba61785ec821dd25d2a07ac73c72b9198d49d6d898fad9387d2b33322c75887ccd01e64c4997e238c1453a68d67423f784a +SHA512 (packitos-0.83.0.tar.gz) = 138ccaac68670866954d44ada9064b444db5566b278bfef66c6eae5b9ca230ab1817936b6a2760bb40d88929699fb5005ee0501b26ca18959c09505ab41323b5 From 9e1235c857a830224bd14d2e9d10511fc3399e55 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Oct 2023 12:14:20 +0000 Subject: [PATCH 021/147] [packit] 0.83.0 upstream release Upstream tag: 0.83.0 Upstream commit: 7581995d --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 4 ++-- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 878c737..50582fd 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /packitos-0.80.0.tar.gz /packitos-0.81.0.tar.gz /packitos-0.82.0.tar.gz +/packitos-0.83.0.tar.gz diff --git a/README.packit b/README.packit index 0a3bf21..21ea346 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.81.0.post1.dev8+gebd9ca72. +The file was generated using packit 0.82.0.post1.dev20+g6670daea. diff --git a/packit.spec b/packit.spec index 65aca78..367b939 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.82.0 +Version: 0.83.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Oct 06 2023 Packit - 0.83.0-1 +- We have fixed an issue that prevented automated allowlisting in the Packit Service. (#2113) +- Packit now also detects resolved bugs in the default update notes (created from changelog diff) and assigns these when submitting the Bodhi updates. (#2111) +- Packit now exports `PACKIT_UPSTREAM_PACKAGE_NAME`, `PACKIT_DOWNSTREAM_PACKAGE_NAME` and `PACKIT_CONFIG_PACKAGE_NAME` also in the `changelog_entry` action. (#2103) + * Fri Sep 29 2023 Packit - 0.82.0-1 - You can now specify bugs resolved by an update by `-b` or `--resolve-bug` option for `propose-downstream` and `pull-from-upstream` commands. The values will be added by default to the changelog and commit message and provided in `commit-message` and `changelog-entry` actions as `PACKIT_RESOLVED_BUGS` env variable. (#2094) - Resolves rhbz#2240355 diff --git a/plans/full.fmf b/plans/full.fmf index 6069ae1..edbd77d 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -10,9 +10,9 @@ prepare: script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5" adjust: - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" - because: "deepdiff is not in EPEL 9" + because: "build and deepdiff are not in EPEL 9" prepare: - how: install package: python3-pip - how: shell - script: pip3 install deepdiff + script: pip3 install build deepdiff diff --git a/plans/main.fmf b/plans/main.fmf index 9af9eb2..f75a56e 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 477c223e50c4e1d39cc903d531d48f4dc1fe9e1f + ref: 7581995d78074a7a5bbd87b1fab410a40d18f8ed diff --git a/sources b/sources index f28736d..c542fa5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.82.0.tar.gz) = 31a0291aff2d79a554a13a6c769fcba61785ec821dd25d2a07ac73c72b9198d49d6d898fad9387d2b33322c75887ccd01e64c4997e238c1453a68d67423f784a +SHA512 (packitos-0.83.0.tar.gz) = 138ccaac68670866954d44ada9064b444db5566b278bfef66c6eae5b9ca230ab1817936b6a2760bb40d88929699fb5005ee0501b26ca18959c09505ab41323b5 From 069d2ad14ee730fe676e92b3acce1abe4d97a25d Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 16 Oct 2023 10:02:56 +0000 Subject: [PATCH 022/147] [packit] 0.84.0 upstream release Upstream tag: 0.84.0 Upstream commit: 9fa17bcc Resolves rhbz#2244381 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 11 ++++++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 50582fd..53f4347 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /packitos-0.81.0.tar.gz /packitos-0.82.0.tar.gz /packitos-0.83.0.tar.gz +/packitos-0.84.0.tar.gz diff --git a/README.packit b/README.packit index 21ea346..a7f0bd7 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.82.0.post1.dev20+g6670daea. +The file was generated using packit 0.83.0.post1.dev20+gaf7edc1f. diff --git a/packit.spec b/packit.spec index 367b939..fdccab4 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.83.0 +Version: 0.84.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,15 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Oct 16 2023 Packit - 0.84.0-1 +- We have adjusted how we include the resolved bugzillas in the commit messages created when syncing the release downstream so that the resolved bugzillas are included in changelog when using %%autochangelog. (#2126) +- Packit now properly cleans up the branch after syncing the release which should prevent unwanted files (e.g.tarballs) being committed in dist-git. (#2125) +- Packit no longer accepts `packit.json` or `.packit.json` as a configuration file name. (#2123) +- Packit now updates ACL of a dist-git fork when creating dist-git PRs to allow users and groups with commit rights to the original dist-git repo to push directly to a source branch. (#2112) +- We have fixed an issue that prevented you from running the jobs on the GitLab.com due to failing resolution of the upstream/downstream relationship for the cloned project. (#2120) +- We have fixed an issue that you could encounter when running the Packit from the CLI that caused misinterpretation of the repository to be an upstream repo instead of a downstream. (#2117) +- Resolves rhbz#2244381 + * Fri Oct 06 2023 Packit - 0.83.0-1 - We have fixed an issue that prevented automated allowlisting in the Packit Service. (#2113) - Packit now also detects resolved bugs in the default update notes (created from changelog diff) and assigns these when submitting the Bodhi updates. (#2111) diff --git a/plans/main.fmf b/plans/main.fmf index f75a56e..898854a 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 7581995d78074a7a5bbd87b1fab410a40d18f8ed + ref: 9fa17bccdd93d8c415bedfbe1567251a6c056db1 diff --git a/sources b/sources index c542fa5..1465a5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.83.0.tar.gz) = 138ccaac68670866954d44ada9064b444db5566b278bfef66c6eae5b9ca230ab1817936b6a2760bb40d88929699fb5005ee0501b26ca18959c09505ab41323b5 +SHA512 (packitos-0.84.0.tar.gz) = e34cb9279095818233745b15e0409d3340d7b5b9ebce155c656d81f4ca22c86ff3a5b6e0791906f4bce2aead7fb89a560c17abbae514ad41d6cb435f2135e389 From d9196fe3ba077572bf98ded1b2354ff7b6931542 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 30 Oct 2023 12:58:08 +0000 Subject: [PATCH 023/147] [packit] 0.85.0 upstream release Upstream tag: 0.85.0 Upstream commit: cf7d9037 --- .gitignore | 1 + packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 53f4347..2fda900 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /packitos-0.82.0.tar.gz /packitos-0.83.0.tar.gz /packitos-0.84.0.tar.gz +/packitos-0.85.0.tar.gz diff --git a/packit.spec b/packit.spec index fdccab4..7cb3d57 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.84.0 +Version: 0.85.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Oct 30 2023 Packit - 0.85.0-1 +- Packit no longer downloads sources excluded using spec file conditions. (#2132) + * Mon Oct 16 2023 Packit - 0.84.0-1 - We have adjusted how we include the resolved bugzillas in the commit messages created when syncing the release downstream so that the resolved bugzillas are included in changelog when using %%autochangelog. (#2126) - Packit now properly cleans up the branch after syncing the release which should prevent unwanted files (e.g.tarballs) being committed in dist-git. (#2125) diff --git a/plans/main.fmf b/plans/main.fmf index 898854a..dd8a63a 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 9fa17bccdd93d8c415bedfbe1567251a6c056db1 + ref: cf7d9037e1e422d5263c7d32c03be1bdeab1e9e0 diff --git a/sources b/sources index 1465a5d..15172d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.84.0.tar.gz) = e34cb9279095818233745b15e0409d3340d7b5b9ebce155c656d81f4ca22c86ff3a5b6e0791906f4bce2aead7fb89a560c17abbae514ad41d6cb435f2135e389 +SHA512 (packitos-0.85.0.tar.gz) = dc632def80d01d991d5c75c41bab9fe95270a4414f21a7017d3ef20acc891ce405eeb4c0afc8bd8a144974229ffc8ff3a1583909328b492a7e8ff545a45753d4 From 7365877df45eee1b6eacd892b8451020c1396381 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 30 Oct 2023 12:59:30 +0000 Subject: [PATCH 024/147] [packit] 0.85.0 upstream release Upstream tag: 0.85.0 Upstream commit: cf7d9037 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 50582fd..f857838 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /packitos-0.81.0.tar.gz /packitos-0.82.0.tar.gz /packitos-0.83.0.tar.gz +/packitos-0.85.0.tar.gz diff --git a/README.packit b/README.packit index 21ea346..a7f0bd7 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.82.0.post1.dev20+g6670daea. +The file was generated using packit 0.83.0.post1.dev20+gaf7edc1f. diff --git a/packit.spec b/packit.spec index 367b939..d4607a6 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.83.0 +Version: 0.85.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Oct 30 2023 Packit - 0.85.0-1 +- Packit no longer downloads sources excluded using spec file conditions. (#2132) + * Fri Oct 06 2023 Packit - 0.83.0-1 - We have fixed an issue that prevented automated allowlisting in the Packit Service. (#2113) - Packit now also detects resolved bugs in the default update notes (created from changelog diff) and assigns these when submitting the Bodhi updates. (#2111) diff --git a/plans/main.fmf b/plans/main.fmf index f75a56e..dd8a63a 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 7581995d78074a7a5bbd87b1fab410a40d18f8ed + ref: cf7d9037e1e422d5263c7d32c03be1bdeab1e9e0 diff --git a/sources b/sources index c542fa5..15172d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.83.0.tar.gz) = 138ccaac68670866954d44ada9064b444db5566b278bfef66c6eae5b9ca230ab1817936b6a2760bb40d88929699fb5005ee0501b26ca18959c09505ab41323b5 +SHA512 (packitos-0.85.0.tar.gz) = dc632def80d01d991d5c75c41bab9fe95270a4414f21a7017d3ef20acc891ce405eeb4c0afc8bd8a144974229ffc8ff3a1583909328b492a7e8ff545a45753d4 From 7e9ce7f409a6cb5a4a67497bc727ef6d2bd33537 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Nov 2023 12:32:19 +0000 Subject: [PATCH 025/147] [packit] 0.86.2 upstream release Upstream tag: 0.86.2 Upstream commit: 8b1868cd --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/full.fmf | 21 +++++++++++++-------- plans/main.fmf | 2 +- plans/session-recording.fmf | 14 +++++++++++++- sources | 2 +- 7 files changed, 34 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index f857838..b6047c5 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /packitos-0.82.0.tar.gz /packitos-0.83.0.tar.gz /packitos-0.85.0.tar.gz +/packitos-0.86.2.tar.gz diff --git a/README.packit b/README.packit index a7f0bd7..39d81cf 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.83.0.post1.dev20+gaf7edc1f. +The file was generated using packit 0.86.0.post1.dev2+g1bec2ea8. diff --git a/packit.spec b/packit.spec index d4607a6..3e3d57c 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.85.0 +Version: 0.86.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Nov 20 2023 Packit - 0.86.2-1 +- Packit _0.86.1_ was not released on PyPI due to an internal bug, it should be fixed in this release. + * Mon Oct 30 2023 Packit - 0.85.0-1 - Packit no longer downloads sources excluded using spec file conditions. (#2132) diff --git a/plans/full.fmf b/plans/full.fmf index edbd77d..da2761e 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -1,17 +1,22 @@ summary: Unit, integration & functional tests. discover+: filter: tier:1 -prepare: - # enable packit-dev Copr repo to get the latest builds of ogr and specfile - - how: install - 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" adjust: + - when: "initiator == packit" + because: "have the latest builds of ogr and specfile available for upstream test jobs" + prepare+: + # enable packit-dev Copr repo to get the latest builds of ogr and specfile + - how: install + 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" + # upgrade ogr and specfile in case they are already installed + - how: shell + script: dnf -y upgrade python3-ogr python3-specfile - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" because: "build and deepdiff are not in EPEL 9" - prepare: + prepare+: - how: install package: python3-pip - how: shell diff --git a/plans/main.fmf b/plans/main.fmf index dd8a63a..2abed42 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: cf7d9037e1e422d5263c7d32c03be1bdeab1e9e0 + ref: 8b1868cd0ae4f14e9e8958359d0698a2afa2c031 diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 1692c3a..e2fe7ab 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -2,8 +2,20 @@ summary: Session recording testcases discover+: filter: tier:2 adjust: + - when: "initiator == packit" + because: "have the latest builds of ogr and specfile available for upstream test jobs" + prepare+: + # enable packit-dev Copr repo to get the latest builds of ogr and specfile + - how: install + 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" + # upgrade ogr and specfile in case they are already installed + - how: shell + script: dnf -y upgrade python3-ogr python3-specfile - when: "distro <= rhel-9 or distro <= centos-9 or distro == centos-stream-8 or distro == centos-stream-9" - prepare: + prepare+: - how: install name: Enable the Copr-repo for Requre copr: packit/packit-dev diff --git a/sources b/sources index 15172d1..77a1cb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.85.0.tar.gz) = dc632def80d01d991d5c75c41bab9fe95270a4414f21a7017d3ef20acc891ce405eeb4c0afc8bd8a144974229ffc8ff3a1583909328b492a7e8ff545a45753d4 +SHA512 (packitos-0.86.2.tar.gz) = 848b76196138a23759c19cdda2f0101c2d800d7d04c1a7189105ef870a8a1cd23826d6bfd4eb587b4d740e007cc68459ca0b6386f313a4d532cb8c2ac195b355 From fffcf3be9fe8c5e13f67d75dcdba0e8956302bd5 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Nov 2023 12:35:07 +0000 Subject: [PATCH 026/147] [packit] 0.86.2 upstream release Upstream tag: 0.86.2 Upstream commit: 8b1868cd --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/full.fmf | 21 +++++++++++++-------- plans/main.fmf | 2 +- plans/session-recording.fmf | 14 +++++++++++++- sources | 2 +- 7 files changed, 34 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 2fda900..6f84a30 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /packitos-0.83.0.tar.gz /packitos-0.84.0.tar.gz /packitos-0.85.0.tar.gz +/packitos-0.86.2.tar.gz diff --git a/README.packit b/README.packit index a7f0bd7..39d81cf 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.83.0.post1.dev20+gaf7edc1f. +The file was generated using packit 0.86.0.post1.dev2+g1bec2ea8. diff --git a/packit.spec b/packit.spec index 7cb3d57..a8635be 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.85.0 +Version: 0.86.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Nov 20 2023 Packit - 0.86.2-1 +- Packit _0.86.1_ was not released on PyPI due to an internal bug, it should be fixed in this release. + * Mon Oct 30 2023 Packit - 0.85.0-1 - Packit no longer downloads sources excluded using spec file conditions. (#2132) diff --git a/plans/full.fmf b/plans/full.fmf index edbd77d..da2761e 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -1,17 +1,22 @@ summary: Unit, integration & functional tests. discover+: filter: tier:1 -prepare: - # enable packit-dev Copr repo to get the latest builds of ogr and specfile - - how: install - 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" adjust: + - when: "initiator == packit" + because: "have the latest builds of ogr and specfile available for upstream test jobs" + prepare+: + # enable packit-dev Copr repo to get the latest builds of ogr and specfile + - how: install + 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" + # upgrade ogr and specfile in case they are already installed + - how: shell + script: dnf -y upgrade python3-ogr python3-specfile - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" because: "build and deepdiff are not in EPEL 9" - prepare: + prepare+: - how: install package: python3-pip - how: shell diff --git a/plans/main.fmf b/plans/main.fmf index dd8a63a..2abed42 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: cf7d9037e1e422d5263c7d32c03be1bdeab1e9e0 + ref: 8b1868cd0ae4f14e9e8958359d0698a2afa2c031 diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 1692c3a..e2fe7ab 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -2,8 +2,20 @@ summary: Session recording testcases discover+: filter: tier:2 adjust: + - when: "initiator == packit" + because: "have the latest builds of ogr and specfile available for upstream test jobs" + prepare+: + # enable packit-dev Copr repo to get the latest builds of ogr and specfile + - how: install + 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" + # upgrade ogr and specfile in case they are already installed + - how: shell + script: dnf -y upgrade python3-ogr python3-specfile - when: "distro <= rhel-9 or distro <= centos-9 or distro == centos-stream-8 or distro == centos-stream-9" - prepare: + prepare+: - how: install name: Enable the Copr-repo for Requre copr: packit/packit-dev diff --git a/sources b/sources index 15172d1..77a1cb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.85.0.tar.gz) = dc632def80d01d991d5c75c41bab9fe95270a4414f21a7017d3ef20acc891ce405eeb4c0afc8bd8a144974229ffc8ff3a1583909328b492a7e8ff545a45753d4 +SHA512 (packitos-0.86.2.tar.gz) = 848b76196138a23759c19cdda2f0101c2d800d7d04c1a7189105ef870a8a1cd23826d6bfd4eb587b4d740e007cc68459ca0b6386f313a4d532cb8c2ac195b355 From ed01dcd2d4e1ddad51724b42d4343c8af8062828 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 24 Nov 2023 13:42:38 +0000 Subject: [PATCH 027/147] [packit] 0.87.0 upstream release - Resolves rhbz#2251367 Upstream tag: 0.87.0 Upstream commit: 14479681 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b6047c5..3aef800 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /packitos-0.83.0.tar.gz /packitos-0.85.0.tar.gz /packitos-0.86.2.tar.gz +/packitos-0.87.0.tar.gz diff --git a/README.packit b/README.packit index 39d81cf..d778d97 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.86.0.post1.dev2+g1bec2ea8. +The file was generated using packit 0.86.2.post1.dev2+g209847d1. diff --git a/packit.spec b/packit.spec index 3e3d57c..9ae3464 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.86.2 +Version: 0.87.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Nov 24 2023 Packit - 0.87.0-1 +- Packit now correctly sets the specfile content (e.g. changelog entry) even if it syncs the specfile from upstream the first time. (#2170) +- Packit now supports pre-release version in `propose_downstream` and `pull_from_upstream`. A spec file update might be required, see the documentation for more details. (#2149) +- Resolves rhbz#2251367 + * Mon Nov 20 2023 Packit - 0.86.2-1 - Packit _0.86.1_ was not released on PyPI due to an internal bug, it should be fixed in this release. diff --git a/plans/main.fmf b/plans/main.fmf index 2abed42..21c1e69 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 8b1868cd0ae4f14e9e8958359d0698a2afa2c031 + ref: 14479681815f2efbe64052672f58133a53da7353 diff --git a/sources b/sources index 77a1cb6..89c1bde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.86.2.tar.gz) = 848b76196138a23759c19cdda2f0101c2d800d7d04c1a7189105ef870a8a1cd23826d6bfd4eb587b4d740e007cc68459ca0b6386f313a4d532cb8c2ac195b355 +SHA512 (packitos-0.87.0.tar.gz) = 73e14de0f279fe886968589f93a5119f71ba07b6738e513a3a23a446578f78db40230215187c731d1f0c313dd4d8f9bc846bf9c7d8a78d2eb08aa2f617c38a67 From 3a42248d2047231178fabd1c1710d13a2d393449 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 24 Nov 2023 13:43:09 +0000 Subject: [PATCH 028/147] [packit] 0.87.0 upstream release - Resolves rhbz#2251367 Upstream tag: 0.87.0 Upstream commit: 14479681 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6f84a30..af2b802 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ /packitos-0.84.0.tar.gz /packitos-0.85.0.tar.gz /packitos-0.86.2.tar.gz +/packitos-0.87.0.tar.gz diff --git a/README.packit b/README.packit index 39d81cf..d778d97 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.86.0.post1.dev2+g1bec2ea8. +The file was generated using packit 0.86.2.post1.dev2+g209847d1. diff --git a/packit.spec b/packit.spec index a8635be..2d5d1a1 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.86.2 +Version: 0.87.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Nov 24 2023 Packit - 0.87.0-1 +- Packit now correctly sets the specfile content (e.g. changelog entry) even if it syncs the specfile from upstream the first time. (#2170) +- Packit now supports pre-release version in `propose_downstream` and `pull_from_upstream`. A spec file update might be required, see the documentation for more details. (#2149) +- Resolves rhbz#2251367 + * Mon Nov 20 2023 Packit - 0.86.2-1 - Packit _0.86.1_ was not released on PyPI due to an internal bug, it should be fixed in this release. diff --git a/plans/main.fmf b/plans/main.fmf index 2abed42..21c1e69 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 8b1868cd0ae4f14e9e8958359d0698a2afa2c031 + ref: 14479681815f2efbe64052672f58133a53da7353 diff --git a/sources b/sources index 77a1cb6..89c1bde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.86.2.tar.gz) = 848b76196138a23759c19cdda2f0101c2d800d7d04c1a7189105ef870a8a1cd23826d6bfd4eb587b4d740e007cc68459ca0b6386f313a4d532cb8c2ac195b355 +SHA512 (packitos-0.87.0.tar.gz) = 73e14de0f279fe886968589f93a5119f71ba07b6738e513a3a23a446578f78db40230215187c731d1f0c313dd4d8f9bc846bf9c7d8a78d2eb08aa2f617c38a67 From a6516420f0265a65725e76d1fcdecad70e0476a6 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 30 Nov 2023 21:48:47 +0000 Subject: [PATCH 029/147] [packit] 0.87.1 upstream release - Resolves rhbz#2252328 Upstream tag: 0.87.1 Upstream commit: d8de7773 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3aef800..7894899 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ /packitos-0.85.0.tar.gz /packitos-0.86.2.tar.gz /packitos-0.87.0.tar.gz +/packitos-0.87.1.tar.gz diff --git a/README.packit b/README.packit index d778d97..98879d6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.86.2.post1.dev2+g209847d1. +The file was generated using packit 0.87.0.post1.dev9+gd8de7773. diff --git a/packit.spec b/packit.spec index 9ae3464..d11ee95 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.87.0 +Version: 0.87.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Nov 30 2023 Packit - 0.87.1-1 +- Packit now links the information related to upstream in PRs opened when syncing a release. (#2173) +- Resolves rhbz#2252328 + * Fri Nov 24 2023 Packit - 0.87.0-1 - Packit now correctly sets the specfile content (e.g. changelog entry) even if it syncs the specfile from upstream the first time. (#2170) - Packit now supports pre-release version in `propose_downstream` and `pull_from_upstream`. A spec file update might be required, see the documentation for more details. (#2149) diff --git a/plans/main.fmf b/plans/main.fmf index 21c1e69..c61e5b2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 14479681815f2efbe64052672f58133a53da7353 + ref: d8de7773b52875ac5a6ff2149d6712890b56c1f8 diff --git a/sources b/sources index 89c1bde..1c58a86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.87.0.tar.gz) = 73e14de0f279fe886968589f93a5119f71ba07b6738e513a3a23a446578f78db40230215187c731d1f0c313dd4d8f9bc846bf9c7d8a78d2eb08aa2f617c38a67 +SHA512 (packitos-0.87.1.tar.gz) = 19b2b6e91d0a78c9f02cc76f8458ecd99d8e73fbccd17532989b6a82532b4239b882b51158456dec5333b830621af48659df10d193b40f8ecff39484751de0de From d709706d608a1e9a88cb23351f70e083998578ae Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 30 Nov 2023 21:49:18 +0000 Subject: [PATCH 030/147] [packit] 0.87.1 upstream release - Resolves rhbz#2252328 Upstream tag: 0.87.1 Upstream commit: d8de7773 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index af2b802..eec3a91 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ /packitos-0.85.0.tar.gz /packitos-0.86.2.tar.gz /packitos-0.87.0.tar.gz +/packitos-0.87.1.tar.gz diff --git a/README.packit b/README.packit index d778d97..98879d6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.86.2.post1.dev2+g209847d1. +The file was generated using packit 0.87.0.post1.dev9+gd8de7773. diff --git a/packit.spec b/packit.spec index 2d5d1a1..c7dddcc 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.87.0 +Version: 0.87.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Nov 30 2023 Packit - 0.87.1-1 +- Packit now links the information related to upstream in PRs opened when syncing a release. (#2173) +- Resolves rhbz#2252328 + * Fri Nov 24 2023 Packit - 0.87.0-1 - Packit now correctly sets the specfile content (e.g. changelog entry) even if it syncs the specfile from upstream the first time. (#2170) - Packit now supports pre-release version in `propose_downstream` and `pull_from_upstream`. A spec file update might be required, see the documentation for more details. (#2149) diff --git a/plans/main.fmf b/plans/main.fmf index 21c1e69..c61e5b2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 14479681815f2efbe64052672f58133a53da7353 + ref: d8de7773b52875ac5a6ff2149d6712890b56c1f8 diff --git a/sources b/sources index 89c1bde..1c58a86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.87.0.tar.gz) = 73e14de0f279fe886968589f93a5119f71ba07b6738e513a3a23a446578f78db40230215187c731d1f0c313dd4d8f9bc846bf9c7d8a78d2eb08aa2f617c38a67 +SHA512 (packitos-0.87.1.tar.gz) = 19b2b6e91d0a78c9f02cc76f8458ecd99d8e73fbccd17532989b6a82532b4239b882b51158456dec5333b830621af48659df10d193b40f8ecff39484751de0de From 33fdba0c7d659a41f019e29246a35628a0238977 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 7 Jan 2024 20:40:21 +0000 Subject: [PATCH 031/147] [packit] 0.88.0 upstream release - Resolves rhbz#2257183 Upstream tag: 0.88.0 Upstream commit: 474a8e3a --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7894899..5fab3a2 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ /packitos-0.86.2.tar.gz /packitos-0.87.0.tar.gz /packitos-0.87.1.tar.gz +/packitos-0.88.0.tar.gz diff --git a/README.packit b/README.packit index 98879d6..72845fb 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.0.post1.dev9+gd8de7773. +The file was generated using packit 0.87.1.post1.dev13+gdfbffa63. diff --git a/packit.spec b/packit.spec index d11ee95..9906814 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.87.1 +Version: 0.88.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jan 07 2024 Packit - 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 + * Thu Nov 30 2023 Packit - 0.87.1-1 - Packit now links the information related to upstream in PRs opened when syncing a release. (#2173) - Resolves rhbz#2252328 diff --git a/plans/main.fmf b/plans/main.fmf index c61e5b2..5fe3a34 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: d8de7773b52875ac5a6ff2149d6712890b56c1f8 + ref: 474a8e3a8415b307d69d2610ad5da0d198dcdf0e diff --git a/sources b/sources index 1c58a86..6204602 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.87.1.tar.gz) = 19b2b6e91d0a78c9f02cc76f8458ecd99d8e73fbccd17532989b6a82532b4239b882b51158456dec5333b830621af48659df10d193b40f8ecff39484751de0de +SHA512 (packitos-0.88.0.tar.gz) = 642c71ba7c15e1058ba0dbb685f73f9b0582b88a7687a18e63fe7bcd69932388bdce1e421608666660e20983b57491d7f350ab2780fd69cfa95daedc7666c9e3 From 92b48ffa168f7ba2c78169aae25b7a6fcaad3e8f Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 7 Jan 2024 20:41:29 +0000 Subject: [PATCH 032/147] [packit] 0.88.0 upstream release - Resolves rhbz#2257183 Upstream tag: 0.88.0 Upstream commit: 474a8e3a --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index eec3a91..28f1d13 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ /packitos-0.86.2.tar.gz /packitos-0.87.0.tar.gz /packitos-0.87.1.tar.gz +/packitos-0.88.0.tar.gz diff --git a/README.packit b/README.packit index 98879d6..72845fb 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.0.post1.dev9+gd8de7773. +The file was generated using packit 0.87.1.post1.dev13+gdfbffa63. diff --git a/packit.spec b/packit.spec index c7dddcc..d38f75f 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.87.1 +Version: 0.88.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jan 07 2024 Packit - 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 + * Thu Nov 30 2023 Packit - 0.87.1-1 - Packit now links the information related to upstream in PRs opened when syncing a release. (#2173) - Resolves rhbz#2252328 diff --git a/plans/main.fmf b/plans/main.fmf index c61e5b2..5fe3a34 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: d8de7773b52875ac5a6ff2149d6712890b56c1f8 + ref: 474a8e3a8415b307d69d2610ad5da0d198dcdf0e diff --git a/sources b/sources index 1c58a86..6204602 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.87.1.tar.gz) = 19b2b6e91d0a78c9f02cc76f8458ecd99d8e73fbccd17532989b6a82532b4239b882b51158456dec5333b830621af48659df10d193b40f8ecff39484751de0de +SHA512 (packitos-0.88.0.tar.gz) = 642c71ba7c15e1058ba0dbb685f73f9b0582b88a7687a18e63fe7bcd69932388bdce1e421608666660e20983b57491d7f350ab2780fd69cfa95daedc7666c9e3 From 5f330f21d37d5ca331bbc50ea27739cf2c134069 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 19 Jan 2024 12:21:25 +0000 Subject: [PATCH 033/147] [packit] 0.89.0 upstream release Upstream tag: 0.89.0 Upstream commit: f3df2953 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5fab3a2..08a614e 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ /packitos-0.87.0.tar.gz /packitos-0.87.1.tar.gz /packitos-0.88.0.tar.gz +/packitos-0.89.0.tar.gz diff --git a/README.packit b/README.packit index 72845fb..2a36d18 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.1.post1.dev13+gdfbffa63. +The file was generated using packit 0.88.0.post1.dev9+g9c8f50e3. diff --git a/packit.spec b/packit.spec index 9906814..e2dcb39 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.88.0 +Version: 0.89.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jan 19 2024 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 5fe3a34..d4dc22d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 474a8e3a8415b307d69d2610ad5da0d198dcdf0e + ref: f3df29535cfdefd44febe79cb4a883627c085db0 diff --git a/sources b/sources index 6204602..b82363f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.88.0.tar.gz) = 642c71ba7c15e1058ba0dbb685f73f9b0582b88a7687a18e63fe7bcd69932388bdce1e421608666660e20983b57491d7f350ab2780fd69cfa95daedc7666c9e3 +SHA512 (packitos-0.89.0.tar.gz) = b0bab813644c15b46234c02a999eafa310c240c1887f456ba941d7cc6b735d8b13e73076617863f9b36d194be801ac9a4c947430363aa5877ecd35323f67a999 From d573aaf3883d244a0c15c0f04e7e86b499515dac Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 19 Jan 2024 12:22:57 +0000 Subject: [PATCH 034/147] [packit] 0.89.0 upstream release Upstream tag: 0.89.0 Upstream commit: f3df2953 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 28f1d13..6141596 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ /packitos-0.87.0.tar.gz /packitos-0.87.1.tar.gz /packitos-0.88.0.tar.gz +/packitos-0.89.0.tar.gz diff --git a/README.packit b/README.packit index 72845fb..2a36d18 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.1.post1.dev13+gdfbffa63. +The file was generated using packit 0.88.0.post1.dev9+g9c8f50e3. diff --git a/packit.spec b/packit.spec index d38f75f..9eb06f3 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.88.0 +Version: 0.89.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jan 19 2024 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 5fe3a34..d4dc22d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 474a8e3a8415b307d69d2610ad5da0d198dcdf0e + ref: f3df29535cfdefd44febe79cb4a883627c085db0 diff --git a/sources b/sources index 6204602..b82363f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.88.0.tar.gz) = 642c71ba7c15e1058ba0dbb685f73f9b0582b88a7687a18e63fe7bcd69932388bdce1e421608666660e20983b57491d7f350ab2780fd69cfa95daedc7666c9e3 +SHA512 (packitos-0.89.0.tar.gz) = b0bab813644c15b46234c02a999eafa310c240c1887f456ba941d7cc6b735d8b13e73076617863f9b36d194be801ac9a4c947430363aa5877ecd35323f67a999 From b37717a60c1c336da37bb49329d936dbe695cb13 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 11:46:15 +0000 Subject: [PATCH 035/147] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 9eb06f3..d4b4417 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 0.89.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 0.89.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Packit - 0.89.0-1 - We have fixed a bug in handling chroot-specific configuration once the chroots themselves are updated. (#2194) From dc937384931884cc049c6d5e53f5e6cfbf305c40 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 28 Jan 2024 09:09:33 +0000 Subject: [PATCH 036/147] [packit] 0.90.0 upstream release Upstream tag: 0.90.0 Upstream commit: 754cf610 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6141596..ac1d092 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /packitos-0.87.1.tar.gz /packitos-0.88.0.tar.gz /packitos-0.89.0.tar.gz +/packitos-0.90.0.tar.gz diff --git a/README.packit b/README.packit index 2a36d18..0744859 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.88.0.post1.dev9+g9c8f50e3. +The file was generated using packit 0.89.0.post1.dev8+ga3739216. diff --git a/packit.spec b/packit.spec index d4b4417..e900000 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 0.89.0 -Release: 2%{?dist} +Version: 0.90.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jan 28 2024 Packit - 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 - 0.89.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index d4dc22d..1f07fe3 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f3df29535cfdefd44febe79cb4a883627c085db0 + ref: 754cf61031ee9c432736ef22d5a2d98819da148f diff --git a/sources b/sources index b82363f..5ad9585 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.89.0.tar.gz) = b0bab813644c15b46234c02a999eafa310c240c1887f456ba941d7cc6b735d8b13e73076617863f9b36d194be801ac9a4c947430363aa5877ecd35323f67a999 +SHA512 (packitos-0.90.0.tar.gz) = f1c7c9d37145ea99b48f306536ea2bedb5f93ba154f72b2f9704ae38c13217f31106a25171069ffcf2800decb921e7cbe925ad2f597dd6dab6395b9cc34f5906 From 876ecf04be17ea4927dc29983bb22deacd8f9da3 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 28 Jan 2024 09:10:21 +0000 Subject: [PATCH 037/147] [packit] 0.90.0 upstream release Upstream tag: 0.90.0 Upstream commit: 754cf610 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 08a614e..8b9abec 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ /packitos-0.87.1.tar.gz /packitos-0.88.0.tar.gz /packitos-0.89.0.tar.gz +/packitos-0.90.0.tar.gz diff --git a/README.packit b/README.packit index 2a36d18..0744859 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.88.0.post1.dev9+g9c8f50e3. +The file was generated using packit 0.89.0.post1.dev8+ga3739216. diff --git a/packit.spec b/packit.spec index e2dcb39..a7495a9 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.89.0 +Version: 0.90.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jan 28 2024 Packit - 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) + * Fri Jan 19 2024 Packit - 0.89.0-1 - We have fixed a bug in handling chroot-specific configuration once the chroots themselves are updated. (#2194) diff --git a/plans/main.fmf b/plans/main.fmf index d4dc22d..1f07fe3 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f3df29535cfdefd44febe79cb4a883627c085db0 + ref: 754cf61031ee9c432736ef22d5a2d98819da148f diff --git a/sources b/sources index b82363f..5ad9585 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.89.0.tar.gz) = b0bab813644c15b46234c02a999eafa310c240c1887f456ba941d7cc6b735d8b13e73076617863f9b36d194be801ac9a4c947430363aa5877ecd35323f67a999 +SHA512 (packitos-0.90.0.tar.gz) = f1c7c9d37145ea99b48f306536ea2bedb5f93ba154f72b2f9704ae38c13217f31106a25171069ffcf2800decb921e7cbe925ad2f597dd6dab6395b9cc34f5906 From 7893a4b49855cf2a917003357859471b0cd790f0 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 7 Feb 2024 09:54:10 +0000 Subject: [PATCH 038/147] [packit] 0.91.0 upstream release - Resolves rhbz#2259201 Upstream tag: 0.91.0 Upstream commit: 14c4a1c0 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 +++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8b9abec..a411954 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ /packitos-0.88.0.tar.gz /packitos-0.89.0.tar.gz /packitos-0.90.0.tar.gz +/packitos-0.91.0.tar.gz diff --git a/README.packit b/README.packit index 0744859..e364019 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.89.0.post1.dev8+ga3739216. +The file was generated using packit 0.90.0.post1.dev11+g4ab23a25. diff --git a/packit.spec b/packit.spec index a7495a9..75ac094 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.90.0 +Version: 0.91.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,12 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed Feb 07 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 1f07fe3..a2da917 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 754cf61031ee9c432736ef22d5a2d98819da148f + ref: 14c4a1c0e56914c2d1b5984bb04a078250b19dae diff --git a/sources b/sources index 5ad9585..365b971 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.90.0.tar.gz) = f1c7c9d37145ea99b48f306536ea2bedb5f93ba154f72b2f9704ae38c13217f31106a25171069ffcf2800decb921e7cbe925ad2f597dd6dab6395b9cc34f5906 +SHA512 (packitos-0.91.0.tar.gz) = 132ce8437228aa31936b70d1caea0ee5cf208f273c1b70b21a5693d606b65c83f67956105e97a41f1925858938ad7f8be0615574d532360b4e4f54d92637d86d From 4bfa92b6da13304b1c71f0fe0fa8a340d55fc7d7 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 7 Feb 2024 09:54:59 +0000 Subject: [PATCH 039/147] [packit] 0.91.0 upstream release - Resolves rhbz#2259201 Upstream tag: 0.91.0 Upstream commit: 14c4a1c0 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 +++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ac1d092..9c3cde6 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ /packitos-0.88.0.tar.gz /packitos-0.89.0.tar.gz /packitos-0.90.0.tar.gz +/packitos-0.91.0.tar.gz diff --git a/README.packit b/README.packit index 0744859..e364019 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.89.0.post1.dev8+ga3739216. +The file was generated using packit 0.90.0.post1.dev11+g4ab23a25. diff --git a/packit.spec b/packit.spec index e900000..b8f5acc 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.90.0 +Version: 0.91.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,12 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed Feb 07 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 1f07fe3..a2da917 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 754cf61031ee9c432736ef22d5a2d98819da148f + ref: 14c4a1c0e56914c2d1b5984bb04a078250b19dae diff --git a/sources b/sources index 5ad9585..365b971 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.90.0.tar.gz) = f1c7c9d37145ea99b48f306536ea2bedb5f93ba154f72b2f9704ae38c13217f31106a25171069ffcf2800decb921e7cbe925ad2f597dd6dab6395b9cc34f5906 +SHA512 (packitos-0.91.0.tar.gz) = 132ce8437228aa31936b70d1caea0ee5cf208f273c1b70b21a5693d606b65c83f67956105e97a41f1925858938ad7f8be0615574d532360b4e4f54d92637d86d From 5b6fe7d921371dd9eb6258061f0362d5b111f529 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 19 Feb 2024 13:35:53 +0000 Subject: [PATCH 040/147] [packit] 0.92.0 upstream release - Resolves rhbz#2264878 Upstream tag: 0.92.0 Upstream commit: 5279d01e --- .gitignore | 1 + .packit.yaml | 2 ++ README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a411954..067f407 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ /packitos-0.89.0.tar.gz /packitos-0.90.0.tar.gz /packitos-0.91.0.tar.gz +/packitos-0.92.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index c35fc69..2d2c423 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -21,6 +21,8 @@ packages: - src: .fmf/ dest: .fmf/ +version_update_mask: '\d+\.' + copy_upstream_release_description: true issue_repository: https://github.com/packit/packit diff --git a/README.packit b/README.packit index e364019..f592284 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.90.0.post1.dev11+g4ab23a25. +The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. diff --git a/packit.spec b/packit.spec index 75ac094..1d200e7 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.91.0 +Version: 0.92.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Feb 19 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index a2da917..c566560 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 14c4a1c0e56914c2d1b5984bb04a078250b19dae + ref: 5279d01ed714877e644aee6288490b2d12e8d622 diff --git a/sources b/sources index 365b971..66ea68f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.91.0.tar.gz) = 132ce8437228aa31936b70d1caea0ee5cf208f273c1b70b21a5693d606b65c83f67956105e97a41f1925858938ad7f8be0615574d532360b4e4f54d92637d86d +SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2 From 5404a29ec59d496eb91dc0edc0ea414c806fb2de Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 19 Feb 2024 13:37:02 +0000 Subject: [PATCH 041/147] [packit] 0.92.0 upstream release - Resolves rhbz#2264878 Upstream tag: 0.92.0 Upstream commit: 5279d01e --- .gitignore | 1 + .packit.yaml | 2 ++ README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c3cde6..015d9b7 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /packitos-0.89.0.tar.gz /packitos-0.90.0.tar.gz /packitos-0.91.0.tar.gz +/packitos-0.92.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index c35fc69..2d2c423 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -21,6 +21,8 @@ packages: - src: .fmf/ dest: .fmf/ +version_update_mask: '\d+\.' + copy_upstream_release_description: true issue_repository: https://github.com/packit/packit diff --git a/README.packit b/README.packit index e364019..f592284 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.90.0.post1.dev11+g4ab23a25. +The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. diff --git a/packit.spec b/packit.spec index b8f5acc..c06f542 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.91.0 +Version: 0.92.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Feb 19 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index a2da917..c566560 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 14c4a1c0e56914c2d1b5984bb04a078250b19dae + ref: 5279d01ed714877e644aee6288490b2d12e8d622 diff --git a/sources b/sources index 365b971..66ea68f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.91.0.tar.gz) = 132ce8437228aa31936b70d1caea0ee5cf208f273c1b70b21a5693d606b65c83f67956105e97a41f1925858938ad7f8be0615574d532360b4e4f54d92637d86d +SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2 From 04e8a6f0766bed92b1c65a5134a0164d1ca4d521 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 19 Feb 2024 13:37:35 +0000 Subject: [PATCH 042/147] [packit] 0.92.0 upstream release - Resolves rhbz#2264878 Upstream tag: 0.92.0 Upstream commit: 5279d01e --- .gitignore | 1 + .packit.yaml | 2 ++ README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c3cde6..015d9b7 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /packitos-0.89.0.tar.gz /packitos-0.90.0.tar.gz /packitos-0.91.0.tar.gz +/packitos-0.92.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index c35fc69..2d2c423 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -21,6 +21,8 @@ packages: - src: .fmf/ dest: .fmf/ +version_update_mask: '\d+\.' + copy_upstream_release_description: true issue_repository: https://github.com/packit/packit diff --git a/README.packit b/README.packit index e364019..f592284 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.90.0.post1.dev11+g4ab23a25. +The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. diff --git a/packit.spec b/packit.spec index b8f5acc..c06f542 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.91.0 +Version: 0.92.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Feb 19 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index a2da917..c566560 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 14c4a1c0e56914c2d1b5984bb04a078250b19dae + ref: 5279d01ed714877e644aee6288490b2d12e8d622 diff --git a/sources b/sources index 365b971..66ea68f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.91.0.tar.gz) = 132ce8437228aa31936b70d1caea0ee5cf208f273c1b70b21a5693d606b65c83f67956105e97a41f1925858938ad7f8be0615574d532360b4e4f54d92637d86d +SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2 From a09edb00a0e358000f9a68898e92f06a800adef6 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 26 Feb 2024 11:49:47 +0000 Subject: [PATCH 043/147] [packit] 0.93.0 upstream release Upstream tag: 0.93.0 Upstream commit: 90bcee10 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/git_reference.py | 3 +++ plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 067f407..eec0fc1 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /packitos-0.90.0.tar.gz /packitos-0.91.0.tar.gz /packitos-0.92.0.tar.gz +/packitos-0.93.0.tar.gz diff --git a/README.packit b/README.packit index f592284..eccbaf5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. +The file was generated using packit 0.92.0.post1.dev10+g0644d63d. diff --git a/packit.spec b/packit.spec index 1d200e7..241d1ab 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.92.0 +Version: 0.93.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Feb 26 2024 Packit - 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 - 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) diff --git a/plans/git_reference.py b/plans/git_reference.py index d62d0b4..9fdb34b 100644 --- a/plans/git_reference.py +++ b/plans/git_reference.py @@ -1,5 +1,8 @@ #!/usr/bin/python +# Copyright Contributors to the Packit project. +# SPDX-License-Identifier: MIT + import subprocess from pathlib import Path diff --git a/plans/main.fmf b/plans/main.fmf index c566560..da17849 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 5279d01ed714877e644aee6288490b2d12e8d622 + ref: 90bcee102c0d719383a7e25492caa304dcf3427b diff --git a/sources b/sources index 66ea68f..2f000c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2 +SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156 From fa9541e01235447dcd8ec5a12433015550caeeaa Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 26 Feb 2024 11:50:41 +0000 Subject: [PATCH 044/147] [packit] 0.93.0 upstream release Upstream tag: 0.93.0 Upstream commit: 90bcee10 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/git_reference.py | 3 +++ plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 015d9b7..5d1e18f 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /packitos-0.90.0.tar.gz /packitos-0.91.0.tar.gz /packitos-0.92.0.tar.gz +/packitos-0.93.0.tar.gz diff --git a/README.packit b/README.packit index f592284..eccbaf5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. +The file was generated using packit 0.92.0.post1.dev10+g0644d63d. diff --git a/packit.spec b/packit.spec index c06f542..23a028c 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.92.0 +Version: 0.93.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Feb 26 2024 Packit - 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 - 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) diff --git a/plans/git_reference.py b/plans/git_reference.py index d62d0b4..9fdb34b 100644 --- a/plans/git_reference.py +++ b/plans/git_reference.py @@ -1,5 +1,8 @@ #!/usr/bin/python +# Copyright Contributors to the Packit project. +# SPDX-License-Identifier: MIT + import subprocess from pathlib import Path diff --git a/plans/main.fmf b/plans/main.fmf index c566560..da17849 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 5279d01ed714877e644aee6288490b2d12e8d622 + ref: 90bcee102c0d719383a7e25492caa304dcf3427b diff --git a/sources b/sources index 66ea68f..2f000c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2 +SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156 From 69e246f3b9d6a7716a606126e5f4ba4214b08b9b Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 26 Feb 2024 11:53:19 +0000 Subject: [PATCH 045/147] [packit] 0.93.0 upstream release Upstream tag: 0.93.0 Upstream commit: 90bcee10 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/git_reference.py | 3 +++ plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 015d9b7..5d1e18f 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /packitos-0.90.0.tar.gz /packitos-0.91.0.tar.gz /packitos-0.92.0.tar.gz +/packitos-0.93.0.tar.gz diff --git a/README.packit b/README.packit index f592284..eccbaf5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25. +The file was generated using packit 0.92.0.post1.dev10+g0644d63d. diff --git a/packit.spec b/packit.spec index c06f542..23a028c 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.92.0 +Version: 0.93.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Feb 26 2024 Packit - 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 - 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) diff --git a/plans/git_reference.py b/plans/git_reference.py index d62d0b4..9fdb34b 100644 --- a/plans/git_reference.py +++ b/plans/git_reference.py @@ -1,5 +1,8 @@ #!/usr/bin/python +# Copyright Contributors to the Packit project. +# SPDX-License-Identifier: MIT + import subprocess from pathlib import Path diff --git a/plans/main.fmf b/plans/main.fmf index c566560..da17849 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 5279d01ed714877e644aee6288490b2d12e8d622 + ref: 90bcee102c0d719383a7e25492caa304dcf3427b diff --git a/sources b/sources index 66ea68f..2f000c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2 +SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156 From 485ab9c5aba65b3c3580625c3da1b2d1f55d10b6 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 17 Mar 2024 16:15:38 +0000 Subject: [PATCH 046/147] [packit] 0.94.0 upstream release - Resolves rhbz#2266037 Upstream tag: 0.94.0 Upstream commit: 2d272a57 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index eec0fc1..589f571 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ /packitos-0.91.0.tar.gz /packitos-0.92.0.tar.gz /packitos-0.93.0.tar.gz +/packitos-0.94.0.tar.gz diff --git a/README.packit b/README.packit index eccbaf5..38c0a99 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.92.0.post1.dev10+g0644d63d. +The file was generated using packit 0.93.0.post1.dev5+g0048024e. diff --git a/packit.spec b/packit.spec index 241d1ab..0b1e372 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.93.0 +Version: 0.94.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Mar 17 2024 Packit - 0.94.0-1 +- Added new configuration options `status_name_template` and `allowed_builders`. +- Resolves rhbz#2266037 + * Mon Feb 26 2024 Packit - 0.93.0-1 - Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (#2239) diff --git a/plans/main.fmf b/plans/main.fmf index da17849..4a48419 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 90bcee102c0d719383a7e25492caa304dcf3427b + ref: 2d272a57f67d147efd707a3fc68460372d4b542a diff --git a/sources b/sources index 2f000c5..b5124b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156 +SHA512 (packitos-0.94.0.tar.gz) = d664517416585a94d8b6f084896b84f46dfb878b8f4baf4da81f34f498f610ace066d16e05eae5059d968f9613527229a7ad83462202c42c1934a80a27da75cd From 3e4b6b2de618e4eb1d54ff769e282e634427236c Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 17 Mar 2024 16:16:48 +0000 Subject: [PATCH 047/147] [packit] 0.94.0 upstream release - Resolves rhbz#2266037 Upstream tag: 0.94.0 Upstream commit: 2d272a57 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5d1e18f..cc71f5b 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /packitos-0.91.0.tar.gz /packitos-0.92.0.tar.gz /packitos-0.93.0.tar.gz +/packitos-0.94.0.tar.gz diff --git a/README.packit b/README.packit index eccbaf5..38c0a99 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.92.0.post1.dev10+g0644d63d. +The file was generated using packit 0.93.0.post1.dev5+g0048024e. diff --git a/packit.spec b/packit.spec index 23a028c..37bbe36 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.93.0 +Version: 0.94.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Mar 17 2024 Packit - 0.94.0-1 +- Added new configuration options `status_name_template` and `allowed_builders`. +- Resolves rhbz#2266037 + * Mon Feb 26 2024 Packit - 0.93.0-1 - Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (#2239) diff --git a/plans/main.fmf b/plans/main.fmf index da17849..4a48419 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 90bcee102c0d719383a7e25492caa304dcf3427b + ref: 2d272a57f67d147efd707a3fc68460372d4b542a diff --git a/sources b/sources index 2f000c5..b5124b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156 +SHA512 (packitos-0.94.0.tar.gz) = d664517416585a94d8b6f084896b84f46dfb878b8f4baf4da81f34f498f610ace066d16e05eae5059d968f9613527229a7ad83462202c42c1934a80a27da75cd From 4a6569e434dde8a0060f47c37158ce4520e743a9 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 17 Mar 2024 16:17:59 +0000 Subject: [PATCH 048/147] [packit] 0.94.0 upstream release - Resolves rhbz#2266037 Upstream tag: 0.94.0 Upstream commit: 2d272a57 --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5d1e18f..cc71f5b 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /packitos-0.91.0.tar.gz /packitos-0.92.0.tar.gz /packitos-0.93.0.tar.gz +/packitos-0.94.0.tar.gz diff --git a/README.packit b/README.packit index eccbaf5..38c0a99 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.92.0.post1.dev10+g0644d63d. +The file was generated using packit 0.93.0.post1.dev5+g0048024e. diff --git a/packit.spec b/packit.spec index 23a028c..37bbe36 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.93.0 +Version: 0.94.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Mar 17 2024 Packit - 0.94.0-1 +- Added new configuration options `status_name_template` and `allowed_builders`. +- Resolves rhbz#2266037 + * Mon Feb 26 2024 Packit - 0.93.0-1 - Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (#2239) diff --git a/plans/main.fmf b/plans/main.fmf index da17849..4a48419 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 90bcee102c0d719383a7e25492caa304dcf3427b + ref: 2d272a57f67d147efd707a3fc68460372d4b542a diff --git a/sources b/sources index 2f000c5..b5124b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156 +SHA512 (packitos-0.94.0.tar.gz) = d664517416585a94d8b6f084896b84f46dfb878b8f4baf4da81f34f498f610ace066d16e05eae5059d968f9613527229a7ad83462202c42c1934a80a27da75cd From 6494c9cc50192f1de78562af9b1866e2ec7dfe28 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 28 Mar 2024 18:59:54 +0000 Subject: [PATCH 049/147] [packit] 0.94.1 upstream release - Resolves: rhbz#2272077 Upstream tag: 0.94.1 Upstream commit: 6534e1ca --- .gitignore | 1 + .packit.yaml | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cc71f5b..7d77c05 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /packitos-0.92.0.tar.gz /packitos-0.93.0.tar.gz /packitos-0.94.0.tar.gz +/packitos-0.94.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 2d2c423..41f6f99 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -118,6 +118,7 @@ jobs: - job: bodhi_update trigger: commit packit_instances: ["stg"] + allowed_builders: ["packit-stg", "packit"] dist_git_branches: - fedora-branched - epel-9 diff --git a/README.packit b/README.packit index 38c0a99..d401b46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.93.0.post1.dev5+g0048024e. +The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. diff --git a/packit.spec b/packit.spec index 37bbe36..7cb7c41 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.0 +Version: 0.94.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Mar 28 2024 Packit - 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 - 0.94.0-1 - Added new configuration options `status_name_template` and `allowed_builders`. - Resolves rhbz#2266037 diff --git a/plans/main.fmf b/plans/main.fmf index 4a48419..5eb8eda 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 2d272a57f67d147efd707a3fc68460372d4b542a + ref: 6534e1cadc5c9a902c7100258b5d6a9176db6c67 diff --git a/sources b/sources index b5124b3..4343f6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.0.tar.gz) = d664517416585a94d8b6f084896b84f46dfb878b8f4baf4da81f34f498f610ace066d16e05eae5059d968f9613527229a7ad83462202c42c1934a80a27da75cd +SHA512 (packitos-0.94.1.tar.gz) = 5f349508f9a9c80820de421ddf771ad07c96d9578bc7b5e0b8da1bcbbe5afb65e8ec3c1838f66d89e5f99c278e2cd274cb448cc725317aba233a8f338b42126f From 042291180115730b4d9ed909f8bfb9782083c963 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 28 Mar 2024 19:00:27 +0000 Subject: [PATCH 050/147] [packit] 0.94.1 upstream release - Resolves: rhbz#2272077 Upstream tag: 0.94.1 Upstream commit: 6534e1ca --- .gitignore | 1 + .packit.yaml | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 589f571..8f77267 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /packitos-0.92.0.tar.gz /packitos-0.93.0.tar.gz /packitos-0.94.0.tar.gz +/packitos-0.94.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 2d2c423..41f6f99 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -118,6 +118,7 @@ jobs: - job: bodhi_update trigger: commit packit_instances: ["stg"] + allowed_builders: ["packit-stg", "packit"] dist_git_branches: - fedora-branched - epel-9 diff --git a/README.packit b/README.packit index 38c0a99..d401b46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.93.0.post1.dev5+g0048024e. +The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. diff --git a/packit.spec b/packit.spec index 0b1e372..dff5b9e 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.0 +Version: 0.94.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Mar 28 2024 Packit - 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 - 0.94.0-1 - Added new configuration options `status_name_template` and `allowed_builders`. - Resolves rhbz#2266037 diff --git a/plans/main.fmf b/plans/main.fmf index 4a48419..5eb8eda 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 2d272a57f67d147efd707a3fc68460372d4b542a + ref: 6534e1cadc5c9a902c7100258b5d6a9176db6c67 diff --git a/sources b/sources index b5124b3..4343f6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.0.tar.gz) = d664517416585a94d8b6f084896b84f46dfb878b8f4baf4da81f34f498f610ace066d16e05eae5059d968f9613527229a7ad83462202c42c1934a80a27da75cd +SHA512 (packitos-0.94.1.tar.gz) = 5f349508f9a9c80820de421ddf771ad07c96d9578bc7b5e0b8da1bcbbe5afb65e8ec3c1838f66d89e5f99c278e2cd274cb448cc725317aba233a8f338b42126f From d13ecd598c4f42f8bc3827a763ebc8f0eec37352 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 28 Mar 2024 19:01:29 +0000 Subject: [PATCH 051/147] [packit] 0.94.1 upstream release - Resolves: rhbz#2272077 Upstream tag: 0.94.1 Upstream commit: 6534e1ca --- .gitignore | 1 + .packit.yaml | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cc71f5b..7d77c05 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /packitos-0.92.0.tar.gz /packitos-0.93.0.tar.gz /packitos-0.94.0.tar.gz +/packitos-0.94.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 2d2c423..41f6f99 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -118,6 +118,7 @@ jobs: - job: bodhi_update trigger: commit packit_instances: ["stg"] + allowed_builders: ["packit-stg", "packit"] dist_git_branches: - fedora-branched - epel-9 diff --git a/README.packit b/README.packit index 38c0a99..d401b46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.93.0.post1.dev5+g0048024e. +The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. diff --git a/packit.spec b/packit.spec index 37bbe36..7cb7c41 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.0 +Version: 0.94.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Mar 28 2024 Packit - 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 - 0.94.0-1 - Added new configuration options `status_name_template` and `allowed_builders`. - Resolves rhbz#2266037 diff --git a/plans/main.fmf b/plans/main.fmf index 4a48419..5eb8eda 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 2d272a57f67d147efd707a3fc68460372d4b542a + ref: 6534e1cadc5c9a902c7100258b5d6a9176db6c67 diff --git a/sources b/sources index b5124b3..4343f6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.0.tar.gz) = d664517416585a94d8b6f084896b84f46dfb878b8f4baf4da81f34f498f610ace066d16e05eae5059d968f9613527229a7ad83462202c42c1934a80a27da75cd +SHA512 (packitos-0.94.1.tar.gz) = 5f349508f9a9c80820de421ddf771ad07c96d9578bc7b5e0b8da1bcbbe5afb65e8ec3c1838f66d89e5f99c278e2cd274cb448cc725317aba233a8f338b42126f From 4542025ff85c5105927416bd80a61e8965389d90 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 8 Apr 2024 12:53:21 +0000 Subject: [PATCH 052/147] Update to 0.94.2 upstream release - Resolves: rhbz#2273977 Upstream tag: 0.94.2 Upstream commit: f760ddec Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7d77c05..8cb736e 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /packitos-0.93.0.tar.gz /packitos-0.94.0.tar.gz /packitos-0.94.1.tar.gz +/packitos-0.94.2.tar.gz diff --git a/README.packit b/README.packit index d401b46..67f09b6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. +The file was generated using packit 0.94.1.post1.dev6+g1c8e91f7. diff --git a/packit.spec b/packit.spec index 7cb7c41..24d4636 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.1 +Version: 0.94.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Apr 08 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 5eb8eda..b3f95ef 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6534e1cadc5c9a902c7100258b5d6a9176db6c67 + ref: f760ddec7887881115001a79235034e0ad5496d1 diff --git a/sources b/sources index 4343f6e..23c504b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.1.tar.gz) = 5f349508f9a9c80820de421ddf771ad07c96d9578bc7b5e0b8da1bcbbe5afb65e8ec3c1838f66d89e5f99c278e2cd274cb448cc725317aba233a8f338b42126f +SHA512 (packitos-0.94.2.tar.gz) = 6c20663d1f84ba6470d15731c0484837b821404deada8cbea321e9bae6a4ebdadb0308a1c053a58e719fd6b9276630295db0cc838bcbdea8d9843ec58e02e0bf From c696b01849fb10b1ff92e10b1adb95bed48aba97 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 8 Apr 2024 12:53:52 +0000 Subject: [PATCH 053/147] Update to 0.94.2 upstream release - Resolves: rhbz#2273977 Upstream tag: 0.94.2 Upstream commit: f760ddec Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8f77267..f9bf91a 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /packitos-0.93.0.tar.gz /packitos-0.94.0.tar.gz /packitos-0.94.1.tar.gz +/packitos-0.94.2.tar.gz diff --git a/README.packit b/README.packit index d401b46..67f09b6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. +The file was generated using packit 0.94.1.post1.dev6+g1c8e91f7. diff --git a/packit.spec b/packit.spec index dff5b9e..555be22 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.1 +Version: 0.94.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Apr 08 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 5eb8eda..b3f95ef 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6534e1cadc5c9a902c7100258b5d6a9176db6c67 + ref: f760ddec7887881115001a79235034e0ad5496d1 diff --git a/sources b/sources index 4343f6e..23c504b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.1.tar.gz) = 5f349508f9a9c80820de421ddf771ad07c96d9578bc7b5e0b8da1bcbbe5afb65e8ec3c1838f66d89e5f99c278e2cd274cb448cc725317aba233a8f338b42126f +SHA512 (packitos-0.94.2.tar.gz) = 6c20663d1f84ba6470d15731c0484837b821404deada8cbea321e9bae6a4ebdadb0308a1c053a58e719fd6b9276630295db0cc838bcbdea8d9843ec58e02e0bf From ec7d8f3e519af0a47c3852f7d97e43df5c1a85a2 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 8 Apr 2024 12:54:23 +0000 Subject: [PATCH 054/147] Update to 0.94.2 upstream release - Resolves: rhbz#2273977 Upstream tag: 0.94.2 Upstream commit: f760ddec Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7d77c05..8cb736e 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /packitos-0.93.0.tar.gz /packitos-0.94.0.tar.gz /packitos-0.94.1.tar.gz +/packitos-0.94.2.tar.gz diff --git a/README.packit b/README.packit index d401b46..67f09b6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.0.post1.dev8+g4b1f9717. +The file was generated using packit 0.94.1.post1.dev6+g1c8e91f7. diff --git a/packit.spec b/packit.spec index 7cb7c41..24d4636 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.1 +Version: 0.94.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Apr 08 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 5eb8eda..b3f95ef 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6534e1cadc5c9a902c7100258b5d6a9176db6c67 + ref: f760ddec7887881115001a79235034e0ad5496d1 diff --git a/sources b/sources index 4343f6e..23c504b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.1.tar.gz) = 5f349508f9a9c80820de421ddf771ad07c96d9578bc7b5e0b8da1bcbbe5afb65e8ec3c1838f66d89e5f99c278e2cd274cb448cc725317aba233a8f338b42126f +SHA512 (packitos-0.94.2.tar.gz) = 6c20663d1f84ba6470d15731c0484837b821404deada8cbea321e9bae6a4ebdadb0308a1c053a58e719fd6b9276630295db0cc838bcbdea8d9843ec58e02e0bf From a34002af44bb7d89f910001be8476de68627adc5 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 22 Apr 2024 08:45:17 +0000 Subject: [PATCH 055/147] Update to 0.95.0 upstream release - Resolves: rhbz#2276194 Upstream tag: 0.95.0 Upstream commit: 110211d6 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8cb736e..49e80aa 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /packitos-0.94.0.tar.gz /packitos-0.94.1.tar.gz /packitos-0.94.2.tar.gz +/packitos-0.95.0.tar.gz diff --git a/README.packit b/README.packit index 67f09b6..ff3b077 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.1.post1.dev6+g1c8e91f7. +The file was generated using packit 0.94.2.post1.dev4+g9f43ce16. diff --git a/packit.spec b/packit.spec index 24d4636..8a4722a 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.2 +Version: 0.95.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Apr 22 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index b3f95ef..4a8ed10 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f760ddec7887881115001a79235034e0ad5496d1 + ref: 110211d63291ebd42ec15f9b935d721405f51ebd diff --git a/sources b/sources index 23c504b..b3a945f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.2.tar.gz) = 6c20663d1f84ba6470d15731c0484837b821404deada8cbea321e9bae6a4ebdadb0308a1c053a58e719fd6b9276630295db0cc838bcbdea8d9843ec58e02e0bf +SHA512 (packitos-0.95.0.tar.gz) = 6e439ec3aaf7ddf2911410af1d415271bb1775c004529b633b23281b43e237713d7f1b0b6d0e9d4f51a133240fbe155882fb974a2f83c32188100c4ef28e2c2e From ab0a1aef370f0ed20430cf303eca8f2805f533c8 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 22 Apr 2024 08:46:14 +0000 Subject: [PATCH 056/147] Update to 0.95.0 upstream release - Resolves: rhbz#2276194 Upstream tag: 0.95.0 Upstream commit: 110211d6 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f9bf91a..9d370e9 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /packitos-0.94.0.tar.gz /packitos-0.94.1.tar.gz /packitos-0.94.2.tar.gz +/packitos-0.95.0.tar.gz diff --git a/README.packit b/README.packit index 67f09b6..ff3b077 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.1.post1.dev6+g1c8e91f7. +The file was generated using packit 0.94.2.post1.dev4+g9f43ce16. diff --git a/packit.spec b/packit.spec index 555be22..e817c3d 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.2 +Version: 0.95.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Apr 22 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index b3f95ef..4a8ed10 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f760ddec7887881115001a79235034e0ad5496d1 + ref: 110211d63291ebd42ec15f9b935d721405f51ebd diff --git a/sources b/sources index 23c504b..b3a945f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.2.tar.gz) = 6c20663d1f84ba6470d15731c0484837b821404deada8cbea321e9bae6a4ebdadb0308a1c053a58e719fd6b9276630295db0cc838bcbdea8d9843ec58e02e0bf +SHA512 (packitos-0.95.0.tar.gz) = 6e439ec3aaf7ddf2911410af1d415271bb1775c004529b633b23281b43e237713d7f1b0b6d0e9d4f51a133240fbe155882fb974a2f83c32188100c4ef28e2c2e From 4909fff544c363a42f9e7871f8ad3bfb4207f8f8 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 22 Apr 2024 08:48:18 +0000 Subject: [PATCH 057/147] Update to 0.95.0 upstream release - Resolves: rhbz#2276194 Upstream tag: 0.95.0 Upstream commit: 110211d6 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8cb736e..49e80aa 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /packitos-0.94.0.tar.gz /packitos-0.94.1.tar.gz /packitos-0.94.2.tar.gz +/packitos-0.95.0.tar.gz diff --git a/README.packit b/README.packit index 67f09b6..ff3b077 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.1.post1.dev6+g1c8e91f7. +The file was generated using packit 0.94.2.post1.dev4+g9f43ce16. diff --git a/packit.spec b/packit.spec index 24d4636..8a4722a 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.94.2 +Version: 0.95.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -77,6 +77,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Apr 22 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index b3f95ef..4a8ed10 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f760ddec7887881115001a79235034e0ad5496d1 + ref: 110211d63291ebd42ec15f9b935d721405f51ebd diff --git a/sources b/sources index 23c504b..b3a945f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.94.2.tar.gz) = 6c20663d1f84ba6470d15731c0484837b821404deada8cbea321e9bae6a4ebdadb0308a1c053a58e719fd6b9276630295db0cc838bcbdea8d9843ec58e02e0bf +SHA512 (packitos-0.95.0.tar.gz) = 6e439ec3aaf7ddf2911410af1d415271bb1775c004529b633b23281b43e237713d7f1b0b6d0e9d4f51a133240fbe155882fb974a2f83c32188100c4ef28e2c2e From 53ffd4ab4923dc8b9fe24ac8477c3e14c376411d Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 15 May 2024 08:23:01 +0000 Subject: [PATCH 058/147] Update to 0.97.0 upstream release Upstream tag: 0.97.0 Upstream commit: 6c1cf9b8 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 +++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 49e80aa..8956021 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ /packitos-0.94.1.tar.gz /packitos-0.94.2.tar.gz /packitos-0.95.0.tar.gz +/packitos-0.97.0.tar.gz diff --git a/README.packit b/README.packit index ff3b077..97de583 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.2.post1.dev4+g9f43ce16. +The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. diff --git a/packit.spec b/packit.spec index 8a4722a..41db158 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.95.0 +Version: 0.97.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -36,6 +36,8 @@ Requires: rpmdevtools # Copying files between repositories Requires: rsync +Recommends: osh-cli + %description -n python3-packit Python library for Packit, check out packit package for the executable. @@ -77,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed May 15 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 4a8ed10..1c75a09 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 110211d63291ebd42ec15f9b935d721405f51ebd + ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f diff --git a/sources b/sources index b3a945f..24b9a92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.95.0.tar.gz) = 6e439ec3aaf7ddf2911410af1d415271bb1775c004529b633b23281b43e237713d7f1b0b6d0e9d4f51a133240fbe155882fb974a2f83c32188100c4ef28e2c2e +SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9 From 69f94ff802b531f72360e8788a53c3c0d5dfc844 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 15 May 2024 08:25:01 +0000 Subject: [PATCH 059/147] Update to 0.97.0 upstream release Upstream tag: 0.97.0 Upstream commit: 6c1cf9b8 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 +++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9d370e9..faee55f 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ /packitos-0.94.1.tar.gz /packitos-0.94.2.tar.gz /packitos-0.95.0.tar.gz +/packitos-0.97.0.tar.gz diff --git a/README.packit b/README.packit index ff3b077..97de583 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.2.post1.dev4+g9f43ce16. +The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. diff --git a/packit.spec b/packit.spec index e817c3d..d5b6554 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.95.0 +Version: 0.97.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -36,6 +36,8 @@ Requires: rpmdevtools # Copying files between repositories Requires: rsync +Recommends: osh-cli + %description -n python3-packit Python library for Packit, check out packit package for the executable. @@ -77,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed May 15 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 4a8ed10..1c75a09 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 110211d63291ebd42ec15f9b935d721405f51ebd + ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f diff --git a/sources b/sources index b3a945f..24b9a92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.95.0.tar.gz) = 6e439ec3aaf7ddf2911410af1d415271bb1775c004529b633b23281b43e237713d7f1b0b6d0e9d4f51a133240fbe155882fb974a2f83c32188100c4ef28e2c2e +SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9 From cae022d5eca0e6902f417334941ffff412f582af Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 15 May 2024 08:25:58 +0000 Subject: [PATCH 060/147] Update to 0.97.0 upstream release Upstream tag: 0.97.0 Upstream commit: 6c1cf9b8 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 +++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 49e80aa..8956021 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ /packitos-0.94.1.tar.gz /packitos-0.94.2.tar.gz /packitos-0.95.0.tar.gz +/packitos-0.97.0.tar.gz diff --git a/README.packit b/README.packit index ff3b077..97de583 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.94.2.post1.dev4+g9f43ce16. +The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. diff --git a/packit.spec b/packit.spec index 8a4722a..41db158 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.95.0 +Version: 0.97.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -36,6 +36,8 @@ Requires: rpmdevtools # Copying files between repositories Requires: rsync +Recommends: osh-cli + %description -n python3-packit Python library for Packit, check out packit package for the executable. @@ -77,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed May 15 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 4a8ed10..1c75a09 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 110211d63291ebd42ec15f9b935d721405f51ebd + ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f diff --git a/sources b/sources index b3a945f..24b9a92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.95.0.tar.gz) = 6e439ec3aaf7ddf2911410af1d415271bb1775c004529b633b23281b43e237713d7f1b0b6d0e9d4f51a133240fbe155882fb974a2f83c32188100c4ef28e2c2e +SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9 From c8ee3d2e19bf5b80947df016ffcbe266e9cc5e86 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 17 May 2024 12:10:44 +0000 Subject: [PATCH 061/147] 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/) --- .gitignore | 1 + packit.spec | 6 +++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- plans/session-recording.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8956021..27abae8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/packit.spec b/packit.spec index 41db158..3135378 100644 --- a/packit.spec +++ b/packit.spec @@ -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 - 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 - 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) diff --git a/plans/full.fmf b/plans/full.fmf index da2761e..3786190 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -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 diff --git a/plans/main.fmf b/plans/main.fmf index 1c75a09..933c356 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f + ref: f6b656f02e4e140107a7478ecfa2a259a31a8a40 diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index e2fe7ab..fe7b016 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -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 diff --git a/sources b/sources index 24b9a92..be4350c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9 +SHA512 (packitos-0.97.1.tar.gz) = 58e7fb2fb27650037ac3bec6056fe6248571c49243f64af627ad7f81b5a4c7628effc6ca2fe28566874fc89e984e2f601296d31c855c61bee2b9f6746e1343f2 From 8592dca91ad84a84b3b1d2552c8abc4c8a35f85b Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 17 May 2024 12:11:14 +0000 Subject: [PATCH 062/147] 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/) --- .gitignore | 1 + packit.spec | 6 +++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- plans/session-recording.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index faee55f..b45ccc5 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,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 diff --git a/packit.spec b/packit.spec index d5b6554..d8c8896 100644 --- a/packit.spec +++ b/packit.spec @@ -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 - 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 - 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) diff --git a/plans/full.fmf b/plans/full.fmf index da2761e..3786190 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -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 diff --git a/plans/main.fmf b/plans/main.fmf index 1c75a09..933c356 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f + ref: f6b656f02e4e140107a7478ecfa2a259a31a8a40 diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index e2fe7ab..fe7b016 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -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 diff --git a/sources b/sources index 24b9a92..be4350c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9 +SHA512 (packitos-0.97.1.tar.gz) = 58e7fb2fb27650037ac3bec6056fe6248571c49243f64af627ad7f81b5a4c7628effc6ca2fe28566874fc89e984e2f601296d31c855c61bee2b9f6746e1343f2 From 3ef33f20fd155b7f64bc23c813a49e62f754d59d Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 17 May 2024 12:11:48 +0000 Subject: [PATCH 063/147] 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/) --- .gitignore | 1 + packit.spec | 6 +++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- plans/session-recording.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8956021..27abae8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/packit.spec b/packit.spec index 41db158..3135378 100644 --- a/packit.spec +++ b/packit.spec @@ -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 - 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 - 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) diff --git a/plans/full.fmf b/plans/full.fmf index da2761e..3786190 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -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 diff --git a/plans/main.fmf b/plans/main.fmf index 1c75a09..933c356 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6c1cf9b815638b214ecd30dc8a1721d20e85145f + ref: f6b656f02e4e140107a7478ecfa2a259a31a8a40 diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index e2fe7ab..fe7b016 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -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 diff --git a/sources b/sources index 24b9a92..be4350c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.0.tar.gz) = d8ce8173efeacd5cc4649f4cb4e0a10ddc607f1a9677a58ae3256d131906c89fb4d13a9e6de3ab93ebed124e183d25895f8afadf7cce43b11d8c59f46909d2a9 +SHA512 (packitos-0.97.1.tar.gz) = 58e7fb2fb27650037ac3bec6056fe6248571c49243f64af627ad7f81b5a4c7628effc6ca2fe28566874fc89e984e2f601296d31c855c61bee2b9f6746e1343f2 From 3df2954276dae54fbc0294bdb8a787f03c5a0e59 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 6 Jun 2024 13:59:02 +0000 Subject: [PATCH 064/147] Update to 0.97.2 upstream release Upstream tag: 0.97.2 Upstream commit: 9a08d7fc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b45ccc5..79ce5a2 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ /packitos-0.95.0.tar.gz /packitos-0.97.0.tar.gz /packitos-0.97.1.tar.gz +/packitos-0.97.2.tar.gz diff --git a/README.packit b/README.packit index 97de583..d2b528d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. +The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. diff --git a/packit.spec b/packit.spec index d8c8896..ca92b86 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.97.1 +Version: 0.97.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jun 06 2024 Packit - 0.97.2-1 +- We have fixed the syncing of ACLs for `propose-downtream` for CentOS Stream. (#2318) + * Fri May 17 2024 Packit - 0.97.1-1 - We have fixed the behaviour for `dist-git init` command when `upstream-git-url` argument is specified. - Resolves: rhbz#2278839 diff --git a/plans/main.fmf b/plans/main.fmf index 933c356..cd7fca8 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f6b656f02e4e140107a7478ecfa2a259a31a8a40 + ref: 9a08d7fc32ed39516af06e09204ad70fd2827f96 diff --git a/sources b/sources index be4350c..4797d07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.1.tar.gz) = 58e7fb2fb27650037ac3bec6056fe6248571c49243f64af627ad7f81b5a4c7628effc6ca2fe28566874fc89e984e2f601296d31c855c61bee2b9f6746e1343f2 +SHA512 (packitos-0.97.2.tar.gz) = 3e7eb17e751de2b6ba9e5cd0b115c55a02894898f80b5ba8b72c22948f683afa27e84759391475a08968677d40421824c5c818b87658daf86e976493a1ed6f0f From 0c0dcd28b6216578ea2a9b97a3e7240faff52b0b Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 6 Jun 2024 15:48:51 +0000 Subject: [PATCH 065/147] Update to 0.97.2 upstream release - Resolves: rhbz#2290733 Upstream tag: 0.97.2 Upstream commit: 9a08d7fc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 27abae8..8b35733 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /packitos-0.95.0.tar.gz /packitos-0.97.0.tar.gz /packitos-0.97.1.tar.gz +/packitos-0.97.2.tar.gz diff --git a/README.packit b/README.packit index 97de583..d2b528d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. +The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. diff --git a/packit.spec b/packit.spec index 3135378..42f9dfd 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.97.1 +Version: 0.97.2 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 +* Thu Jun 06 2024 Packit - 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 - 0.97.1-1 - We have fixed the behaviour for `dist-git init` command when `upstream-git-url` argument is specified. - Resolves: rhbz#2278839 diff --git a/plans/main.fmf b/plans/main.fmf index 933c356..cd7fca8 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f6b656f02e4e140107a7478ecfa2a259a31a8a40 + ref: 9a08d7fc32ed39516af06e09204ad70fd2827f96 diff --git a/sources b/sources index be4350c..4797d07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.1.tar.gz) = 58e7fb2fb27650037ac3bec6056fe6248571c49243f64af627ad7f81b5a4c7628effc6ca2fe28566874fc89e984e2f601296d31c855c61bee2b9f6746e1343f2 +SHA512 (packitos-0.97.2.tar.gz) = 3e7eb17e751de2b6ba9e5cd0b115c55a02894898f80b5ba8b72c22948f683afa27e84759391475a08968677d40421824c5c818b87658daf86e976493a1ed6f0f From a5391b91f972ff3cdf60258e559691b3cf3cf2b0 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 6 Jun 2024 15:50:46 +0000 Subject: [PATCH 066/147] Update to 0.97.2 upstream release - Resolves: rhbz#2290733 Upstream tag: 0.97.2 Upstream commit: 9a08d7fc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 27abae8..8b35733 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /packitos-0.95.0.tar.gz /packitos-0.97.0.tar.gz /packitos-0.97.1.tar.gz +/packitos-0.97.2.tar.gz diff --git a/README.packit b/README.packit index 97de583..d2b528d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. +The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. diff --git a/packit.spec b/packit.spec index 3135378..42f9dfd 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.97.1 +Version: 0.97.2 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 +* Thu Jun 06 2024 Packit - 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 - 0.97.1-1 - We have fixed the behaviour for `dist-git init` command when `upstream-git-url` argument is specified. - Resolves: rhbz#2278839 diff --git a/plans/main.fmf b/plans/main.fmf index 933c356..cd7fca8 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: f6b656f02e4e140107a7478ecfa2a259a31a8a40 + ref: 9a08d7fc32ed39516af06e09204ad70fd2827f96 diff --git a/sources b/sources index be4350c..4797d07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.1.tar.gz) = 58e7fb2fb27650037ac3bec6056fe6248571c49243f64af627ad7f81b5a4c7628effc6ca2fe28566874fc89e984e2f601296d31c855c61bee2b9f6746e1343f2 +SHA512 (packitos-0.97.2.tar.gz) = 3e7eb17e751de2b6ba9e5cd0b115c55a02894898f80b5ba8b72c22948f683afa27e84759391475a08968677d40421824c5c818b87658daf86e976493a1ed6f0f From 8640fa6a42c1c4efd76c80b24a0493e668eb3708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 17 Jun 2024 14:51:59 +0200 Subject: [PATCH 067/147] Rebuilt for Python 3.13 --- packit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 42f9dfd..5bc5729 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 0.97.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -79,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Jun 17 2024 Nikola Forró - 0.97.2-2 +- Rebuilt for Python 3.13 +- Resolves: rhbz#2291573 + * Thu Jun 06 2024 Packit - 0.97.2-1 - We have fixed the syncing of ACLs for `propose-downtream` for CentOS Stream. (#2318) - Resolves: rhbz#2290733 From 7e4a58af589400e4e04e42325e0fe41ff1d7e8ce Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 21 Jun 2024 15:21:51 +0000 Subject: [PATCH 068/147] Update to 0.97.3 upstream release - Resolves: rhbz#2293661 Upstream tag: 0.97.3 Upstream commit: 7bcf98a5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8b35733..eba2a88 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /packitos-0.97.0.tar.gz /packitos-0.97.1.tar.gz /packitos-0.97.2.tar.gz +/packitos-0.97.3.tar.gz diff --git a/README.packit b/README.packit index d2b528d..9e61369 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. +The file was generated using packit 0.97.2.post1.dev9+ga6345c1d. diff --git a/packit.spec b/packit.spec index 42f9dfd..4960016 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.97.2 +Version: 0.97.3 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 Jun 21 2024 Packit - 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 + * Thu Jun 06 2024 Packit - 0.97.2-1 - We have fixed the syncing of ACLs for `propose-downtream` for CentOS Stream. (#2318) - Resolves: rhbz#2290733 diff --git a/plans/full.fmf b/plans/full.fmf index 3786190..60a6092 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -1,6 +1,6 @@ summary: Unit, integration & functional tests. discover+: - filter: tier:1 + filter: tag:full adjust: - when: "initiator == packit" because: "have the latest builds of ogr and specfile available for upstream test jobs" diff --git a/plans/main.fmf b/plans/main.fmf index cd7fca8..26174f8 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 9a08d7fc32ed39516af06e09204ad70fd2827f96 + ref: 7bcf98a5a69c65d6283f87fbdb743e6ba04a644a diff --git a/sources b/sources index 4797d07..42d31f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.2.tar.gz) = 3e7eb17e751de2b6ba9e5cd0b115c55a02894898f80b5ba8b72c22948f683afa27e84759391475a08968677d40421824c5c818b87658daf86e976493a1ed6f0f +SHA512 (packitos-0.97.3.tar.gz) = 4a172739eebf709158fe6f4038229d40d439e10bf3e124187a8c268b568c11cca37e6769faf6853cf1416dbe5ff48dda301f8266da2689c1ed3524d776489c75 From 048903e8da076f460b41e6b72dd586b7d621f587 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 21 Jun 2024 15:24:01 +0000 Subject: [PATCH 069/147] Update to 0.97.3 upstream release - Resolves: rhbz#2293661 Upstream tag: 0.97.3 Upstream commit: 7bcf98a5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 79ce5a2..4242073 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /packitos-0.97.0.tar.gz /packitos-0.97.1.tar.gz /packitos-0.97.2.tar.gz +/packitos-0.97.3.tar.gz diff --git a/README.packit b/README.packit index d2b528d..9e61369 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. +The file was generated using packit 0.97.2.post1.dev9+ga6345c1d. diff --git a/packit.spec b/packit.spec index ca92b86..614b3e1 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.97.2 +Version: 0.97.3 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 Jun 21 2024 Packit - 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 + * Thu Jun 06 2024 Packit - 0.97.2-1 - We have fixed the syncing of ACLs for `propose-downtream` for CentOS Stream. (#2318) diff --git a/plans/full.fmf b/plans/full.fmf index 3786190..60a6092 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -1,6 +1,6 @@ summary: Unit, integration & functional tests. discover+: - filter: tier:1 + filter: tag:full adjust: - when: "initiator == packit" because: "have the latest builds of ogr and specfile available for upstream test jobs" diff --git a/plans/main.fmf b/plans/main.fmf index cd7fca8..26174f8 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 9a08d7fc32ed39516af06e09204ad70fd2827f96 + ref: 7bcf98a5a69c65d6283f87fbdb743e6ba04a644a diff --git a/sources b/sources index 4797d07..42d31f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.2.tar.gz) = 3e7eb17e751de2b6ba9e5cd0b115c55a02894898f80b5ba8b72c22948f683afa27e84759391475a08968677d40421824c5c818b87658daf86e976493a1ed6f0f +SHA512 (packitos-0.97.3.tar.gz) = 4a172739eebf709158fe6f4038229d40d439e10bf3e124187a8c268b568c11cca37e6769faf6853cf1416dbe5ff48dda301f8266da2689c1ed3524d776489c75 From 677bcac88d873d6511dfd0f00ed08ce7cf7199ec Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 4 Jul 2024 15:51:33 +0000 Subject: [PATCH 070/147] Update to 0.98.0 upstream release - Resolves: rhbz#2295821 Upstream tag: 0.98.0 Upstream commit: 6ce83fcc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4242073..3182f29 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /packitos-0.97.1.tar.gz /packitos-0.97.2.tar.gz /packitos-0.97.3.tar.gz +/packitos-0.98.0.tar.gz diff --git a/README.packit b/README.packit index 9e61369..f2be23e 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.2.post1.dev9+ga6345c1d. +The file was generated using packit 0.97.3.post1.dev7+g1954e49a. diff --git a/packit.spec b/packit.spec index 614b3e1..8262d90 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.97.3 +Version: 0.98.0 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 +* Thu Jul 04 2024 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 26174f8..8e69c51 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 7bcf98a5a69c65d6283f87fbdb743e6ba04a644a + ref: 6ce83fcc2b6efd24db9b30e6ca1ae3196bad3bdf diff --git a/sources b/sources index 42d31f2..0997dc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.3.tar.gz) = 4a172739eebf709158fe6f4038229d40d439e10bf3e124187a8c268b568c11cca37e6769faf6853cf1416dbe5ff48dda301f8266da2689c1ed3524d776489c75 +SHA512 (packitos-0.98.0.tar.gz) = be09bbc5d46b7af96e001ac81007d64ba657950826d5f4ca2a3d23cd4efee6161706db86cf6c584f88370f2f47621ff7967707049ac7019a90908aee770f6a7a From d84a3352e9f3ce24fee11628bc5fcb72d4bb176b Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 9 Jul 2024 10:21:53 +0000 Subject: [PATCH 071/147] Update to 0.98.0 upstream release - Resolves: rhbz#2295821 Upstream tag: 0.98.0 Upstream commit: 6ce83fcc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8b35733..da53c0a 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /packitos-0.97.0.tar.gz /packitos-0.97.1.tar.gz /packitos-0.97.2.tar.gz +/packitos-0.98.0.tar.gz diff --git a/README.packit b/README.packit index d2b528d..55892f1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. +The file was generated using packit 0.97.3.post1.dev14+g6ce83fcc. diff --git a/packit.spec b/packit.spec index 5bc5729..8dbcda8 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 0.97.2 -Release: 2%{?dist} +Version: 0.98.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -79,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Jul 09 2024 Packit - 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 + * Mon Jun 17 2024 Nikola Forró - 0.97.2-2 - Rebuilt for Python 3.13 - Resolves: rhbz#2291573 diff --git a/plans/full.fmf b/plans/full.fmf index 3786190..60a6092 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -1,6 +1,6 @@ summary: Unit, integration & functional tests. discover+: - filter: tier:1 + filter: tag:full adjust: - when: "initiator == packit" because: "have the latest builds of ogr and specfile available for upstream test jobs" diff --git a/plans/main.fmf b/plans/main.fmf index cd7fca8..8e69c51 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 9a08d7fc32ed39516af06e09204ad70fd2827f96 + ref: 6ce83fcc2b6efd24db9b30e6ca1ae3196bad3bdf diff --git a/sources b/sources index 4797d07..0997dc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.2.tar.gz) = 3e7eb17e751de2b6ba9e5cd0b115c55a02894898f80b5ba8b72c22948f683afa27e84759391475a08968677d40421824c5c818b87658daf86e976493a1ed6f0f +SHA512 (packitos-0.98.0.tar.gz) = be09bbc5d46b7af96e001ac81007d64ba657950826d5f4ca2a3d23cd4efee6161706db86cf6c584f88370f2f47621ff7967707049ac7019a90908aee770f6a7a From 93deefe9d9f6f7e95576afa8b34be0a130323d08 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 9 Jul 2024 10:22:22 +0000 Subject: [PATCH 072/147] Update to 0.98.0 upstream release - Resolves: rhbz#2295821 Upstream tag: 0.98.0 Upstream commit: 6ce83fcc Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index eba2a88..bcd8fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /packitos-0.97.1.tar.gz /packitos-0.97.2.tar.gz /packitos-0.97.3.tar.gz +/packitos-0.98.0.tar.gz diff --git a/README.packit b/README.packit index 9e61369..55892f1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.2.post1.dev9+ga6345c1d. +The file was generated using packit 0.97.3.post1.dev14+g6ce83fcc. diff --git a/packit.spec b/packit.spec index 4960016..cd11f53 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.97.3 +Version: 0.98.0 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 +* Tue Jul 09 2024 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 26174f8..8e69c51 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 7bcf98a5a69c65d6283f87fbdb743e6ba04a644a + ref: 6ce83fcc2b6efd24db9b30e6ca1ae3196bad3bdf diff --git a/sources b/sources index 42d31f2..0997dc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.97.3.tar.gz) = 4a172739eebf709158fe6f4038229d40d439e10bf3e124187a8c268b568c11cca37e6769faf6853cf1416dbe5ff48dda301f8266da2689c1ed3524d776489c75 +SHA512 (packitos-0.98.0.tar.gz) = be09bbc5d46b7af96e001ac81007d64ba657950826d5f4ca2a3d23cd4efee6161706db86cf6c584f88370f2f47621ff7967707049ac7019a90908aee770f6a7a From f9de418f9138ab76472f5b08a12a452807507ff3 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 12 Jul 2024 11:02:08 +0000 Subject: [PATCH 073/147] Update to 0.99.0 upstream release Upstream tag: 0.99.0 Upstream commit: bb04df61 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3182f29..0114147 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /packitos-0.97.2.tar.gz /packitos-0.97.3.tar.gz /packitos-0.98.0.tar.gz +/packitos-0.99.0.tar.gz diff --git a/README.packit b/README.packit index f2be23e..2499381 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.3.post1.dev7+g1954e49a. +The file was generated using packit 0.98.0. diff --git a/packit.spec b/packit.spec index 8262d90..fa92789 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.98.0 +Version: 0.99.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jul 12 2024 Packit - 0.99.0-1 +- Update to version 0.99.0 + * Thu Jul 04 2024 Packit - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 8e69c51..f2bab0d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6ce83fcc2b6efd24db9b30e6ca1ae3196bad3bdf + ref: bb04df61bed07ac138fd5c3b3eb80601c7e1b21c diff --git a/sources b/sources index 0997dc0..d18ae19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.98.0.tar.gz) = be09bbc5d46b7af96e001ac81007d64ba657950826d5f4ca2a3d23cd4efee6161706db86cf6c584f88370f2f47621ff7967707049ac7019a90908aee770f6a7a +SHA512 (packitos-0.99.0.tar.gz) = 0399d95b7f725d29a7c4e8841e8a4b95262a7e4ae2cda11229928d60ac8bf68e47b7faf1c0ce7f967e4e6538017166068b59aa2f59371e24d6cff71de00e08af From ec529154ea17fea3024ac46650881395be5e1ba9 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 12 Jul 2024 11:03:26 +0000 Subject: [PATCH 074/147] Update to 0.99.0 upstream release Upstream tag: 0.99.0 Upstream commit: bb04df61 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bcd8fd2..bf50342 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /packitos-0.97.2.tar.gz /packitos-0.97.3.tar.gz /packitos-0.98.0.tar.gz +/packitos-0.99.0.tar.gz diff --git a/README.packit b/README.packit index 55892f1..2499381 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.3.post1.dev14+g6ce83fcc. +The file was generated using packit 0.98.0. diff --git a/packit.spec b/packit.spec index cd11f53..1cba82c 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.98.0 +Version: 0.99.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jul 12 2024 Packit - 0.99.0-1 +- Update to version 0.99.0 + * Tue Jul 09 2024 Packit - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 8e69c51..f2bab0d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6ce83fcc2b6efd24db9b30e6ca1ae3196bad3bdf + ref: bb04df61bed07ac138fd5c3b3eb80601c7e1b21c diff --git a/sources b/sources index 0997dc0..d18ae19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.98.0.tar.gz) = be09bbc5d46b7af96e001ac81007d64ba657950826d5f4ca2a3d23cd4efee6161706db86cf6c584f88370f2f47621ff7967707049ac7019a90908aee770f6a7a +SHA512 (packitos-0.99.0.tar.gz) = 0399d95b7f725d29a7c4e8841e8a4b95262a7e4ae2cda11229928d60ac8bf68e47b7faf1c0ce7f967e4e6538017166068b59aa2f59371e24d6cff71de00e08af From 3cdf80a43db18a55e13e1d0ac78e74c274feb54f Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 12 Jul 2024 11:04:03 +0000 Subject: [PATCH 075/147] Update to 0.99.0 upstream release Upstream tag: 0.99.0 Upstream commit: bb04df61 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 5 ++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index da53c0a..f0d2dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /packitos-0.97.1.tar.gz /packitos-0.97.2.tar.gz /packitos-0.98.0.tar.gz +/packitos-0.99.0.tar.gz diff --git a/README.packit b/README.packit index 55892f1..2499381 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.97.3.post1.dev14+g6ce83fcc. +The file was generated using packit 0.98.0. diff --git a/packit.spec b/packit.spec index 8dbcda8..dbcc3ed 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.98.0 +Version: 0.99.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jul 12 2024 Packit - 0.99.0-1 +- Update to version 0.99.0 + * Tue Jul 09 2024 Packit - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 8e69c51..f2bab0d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 6ce83fcc2b6efd24db9b30e6ca1ae3196bad3bdf + ref: bb04df61bed07ac138fd5c3b3eb80601c7e1b21c diff --git a/sources b/sources index 0997dc0..d18ae19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.98.0.tar.gz) = be09bbc5d46b7af96e001ac81007d64ba657950826d5f4ca2a3d23cd4efee6161706db86cf6c584f88370f2f47621ff7967707049ac7019a90908aee770f6a7a +SHA512 (packitos-0.99.0.tar.gz) = 0399d95b7f725d29a7c4e8841e8a4b95262a7e4ae2cda11229928d60ac8bf68e47b7faf1c0ce7f967e4e6538017166068b59aa2f59371e24d6cff71de00e08af From 689259c7696971b251e5b06345c9c138ab38548a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 21:17:38 +0000 Subject: [PATCH 076/147] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index dbcc3ed..bb6d755 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 0.99.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -79,6 +79,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 0.99.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jul 12 2024 Packit - 0.99.0-1 - Update to version 0.99.0 From 209a37bc65aca4aca3b4831e2cee947a84237985 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 29 Jul 2024 15:29:03 +0000 Subject: [PATCH 077/147] Update to 0.100.0 upstream release Upstream tag: 0.100.0 Upstream commit: 639df09d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 14 +++++++++++--- README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0114147..28be37a 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /packitos-0.97.3.tar.gz /packitos-0.98.0.tar.gz /packitos-0.99.0.tar.gz +/packitos-0.100.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 41f6f99..bc09ef7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -100,25 +100,33 @@ jobs: list_on_homepage: True preserve_project: True + # downstream automation: - job: pull_from_upstream trigger: release dist_git_branches: - fedora-all - epel-9 - # downstream automation: - job: koji_build - trigger: commit + trigger: commit | koji_build packit_instances: ["stg"] allowed_pr_authors: ["packit-stg", "packit"] + sidetag_group: packit-specfile-ogr-releases + dependencies: + - python-ogr + - python-specfile dist_git_branches: - fedora-all - epel-9 - job: bodhi_update - trigger: commit + trigger: koji_build packit_instances: ["stg"] allowed_builders: ["packit-stg", "packit"] + sidetag_group: packit-specfile-ogr-releases + dependencies: + - python-ogr + - python-specfile dist_git_branches: - fedora-branched - epel-9 diff --git a/README.packit b/README.packit index 2499381..aeaae38 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.98.0. +The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff. diff --git a/packit.spec b/packit.spec index fa92789..c6c9fc4 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.99.0 +Version: 0.100.0 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 +* Mon Jul 29 2024 Packit - 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) + * Fri Jul 12 2024 Packit - 0.99.0-1 - Update to version 0.99.0 diff --git a/plans/main.fmf b/plans/main.fmf index f2bab0d..ade1731 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: bb04df61bed07ac138fd5c3b3eb80601c7e1b21c + ref: 639df09d605626877c9ffe0b7bc8acec381a2816 diff --git a/sources b/sources index d18ae19..6b6acac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.99.0.tar.gz) = 0399d95b7f725d29a7c4e8841e8a4b95262a7e4ae2cda11229928d60ac8bf68e47b7faf1c0ce7f967e4e6538017166068b59aa2f59371e24d6cff71de00e08af +SHA512 (packitos-0.100.0.tar.gz) = 2b399014857e623f37c2bcbd875cc188d5a46d09e299ed1c919b41d8316d8f629fb46c99d7f1bb7e3ddda6c14584e2722e9f49866e5f85ccd09a87a646846c68 From f56513f1563caef46bb5d173d351fd4c48d15db3 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 29 Jul 2024 15:29:35 +0000 Subject: [PATCH 078/147] Update to 0.100.0 upstream release Upstream tag: 0.100.0 Upstream commit: 639df09d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 14 +++++++++++--- README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index bf50342..d81683d 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /packitos-0.97.3.tar.gz /packitos-0.98.0.tar.gz /packitos-0.99.0.tar.gz +/packitos-0.100.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 41f6f99..bc09ef7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -100,25 +100,33 @@ jobs: list_on_homepage: True preserve_project: True + # downstream automation: - job: pull_from_upstream trigger: release dist_git_branches: - fedora-all - epel-9 - # downstream automation: - job: koji_build - trigger: commit + trigger: commit | koji_build packit_instances: ["stg"] allowed_pr_authors: ["packit-stg", "packit"] + sidetag_group: packit-specfile-ogr-releases + dependencies: + - python-ogr + - python-specfile dist_git_branches: - fedora-all - epel-9 - job: bodhi_update - trigger: commit + trigger: koji_build packit_instances: ["stg"] allowed_builders: ["packit-stg", "packit"] + sidetag_group: packit-specfile-ogr-releases + dependencies: + - python-ogr + - python-specfile dist_git_branches: - fedora-branched - epel-9 diff --git a/README.packit b/README.packit index 2499381..aeaae38 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.98.0. +The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff. diff --git a/packit.spec b/packit.spec index 1cba82c..49bbb41 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.99.0 +Version: 0.100.0 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 +* Mon Jul 29 2024 Packit - 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) + * Fri Jul 12 2024 Packit - 0.99.0-1 - Update to version 0.99.0 diff --git a/plans/main.fmf b/plans/main.fmf index f2bab0d..ade1731 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: bb04df61bed07ac138fd5c3b3eb80601c7e1b21c + ref: 639df09d605626877c9ffe0b7bc8acec381a2816 diff --git a/sources b/sources index d18ae19..6b6acac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.99.0.tar.gz) = 0399d95b7f725d29a7c4e8841e8a4b95262a7e4ae2cda11229928d60ac8bf68e47b7faf1c0ce7f967e4e6538017166068b59aa2f59371e24d6cff71de00e08af +SHA512 (packitos-0.100.0.tar.gz) = 2b399014857e623f37c2bcbd875cc188d5a46d09e299ed1c919b41d8316d8f629fb46c99d7f1bb7e3ddda6c14584e2722e9f49866e5f85ccd09a87a646846c68 From 62d7128bb330fdc9855790d05b2c8094a5bbedff Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 29 Jul 2024 15:31:41 +0000 Subject: [PATCH 079/147] Update to 0.100.0 upstream release Upstream tag: 0.100.0 Upstream commit: 639df09d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 14 +++++++++++--- README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f0d2dd3..d4b5dc8 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /packitos-0.97.2.tar.gz /packitos-0.98.0.tar.gz /packitos-0.99.0.tar.gz +/packitos-0.100.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 41f6f99..bc09ef7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -100,25 +100,33 @@ jobs: list_on_homepage: True preserve_project: True + # downstream automation: - job: pull_from_upstream trigger: release dist_git_branches: - fedora-all - epel-9 - # downstream automation: - job: koji_build - trigger: commit + trigger: commit | koji_build packit_instances: ["stg"] allowed_pr_authors: ["packit-stg", "packit"] + sidetag_group: packit-specfile-ogr-releases + dependencies: + - python-ogr + - python-specfile dist_git_branches: - fedora-all - epel-9 - job: bodhi_update - trigger: commit + trigger: koji_build packit_instances: ["stg"] allowed_builders: ["packit-stg", "packit"] + sidetag_group: packit-specfile-ogr-releases + dependencies: + - python-ogr + - python-specfile dist_git_branches: - fedora-branched - epel-9 diff --git a/README.packit b/README.packit index 2499381..aeaae38 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.98.0. +The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff. diff --git a/packit.spec b/packit.spec index bb6d755..9190fb2 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 0.99.0 -Release: 2%{?dist} +Version: 0.100.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -79,6 +79,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Jul 29 2024 Packit - 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 - 0.99.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index f2bab0d..ade1731 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: bb04df61bed07ac138fd5c3b3eb80601c7e1b21c + ref: 639df09d605626877c9ffe0b7bc8acec381a2816 diff --git a/sources b/sources index d18ae19..6b6acac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.99.0.tar.gz) = 0399d95b7f725d29a7c4e8841e8a4b95262a7e4ae2cda11229928d60ac8bf68e47b7faf1c0ce7f967e4e6538017166068b59aa2f59371e24d6cff71de00e08af +SHA512 (packitos-0.100.0.tar.gz) = 2b399014857e623f37c2bcbd875cc188d5a46d09e299ed1c919b41d8316d8f629fb46c99d7f1bb7e3ddda6c14584e2722e9f49866e5f85ccd09a87a646846c68 From 77658368dee83be3d26e93ed176fb822def1f092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 30 Jul 2024 09:28:25 +0200 Subject: [PATCH 080/147] Create Bodhi updates also for rawhide --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index bc09ef7..9578c9a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -128,7 +128,7 @@ jobs: - python-ogr - python-specfile dist_git_branches: - - fedora-branched + - fedora-all - epel-9 # - job: vm_image_build # trigger: pull_request From c58fee94ab4f8b7c205417eb40c8f61c5911802e Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 1 Aug 2024 14:21:42 +0000 Subject: [PATCH 081/147] Update to 0.100.1 upstream release - Resolves: rhbz#2300464 Upstream tag: 0.100.1 Upstream commit: fafec1bd Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 2 +- README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d81683d..92dc27d 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /packitos-0.98.0.tar.gz /packitos-0.99.0.tar.gz /packitos-0.100.0.tar.gz +/packitos-0.100.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index bc09ef7..9578c9a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -128,7 +128,7 @@ jobs: - python-ogr - python-specfile dist_git_branches: - - fedora-branched + - fedora-all - epel-9 # - job: vm_image_build # trigger: pull_request diff --git a/README.packit b/README.packit index aeaae38..7bacb67 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff. +The file was generated using packit 0.100.0.post1.dev7+ga86cae0d. diff --git a/packit.spec b/packit.spec index 49bbb41..1af049a 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.0 +Version: 0.100.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 +* Thu Aug 01 2024 Packit - 0.100.1-1 +- Dummy release to test the "build in side tags" new feature! +- Resolves: rhbz#2300464 + * Mon Jul 29 2024 Packit - 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) diff --git a/plans/main.fmf b/plans/main.fmf index ade1731..21830c2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 639df09d605626877c9ffe0b7bc8acec381a2816 + ref: fafec1bd080b0f74f62cb215f59942c4ad048e9a diff --git a/sources b/sources index 6b6acac..766525b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.0.tar.gz) = 2b399014857e623f37c2bcbd875cc188d5a46d09e299ed1c919b41d8316d8f629fb46c99d7f1bb7e3ddda6c14584e2722e9f49866e5f85ccd09a87a646846c68 +SHA512 (packitos-0.100.1.tar.gz) = eab2c302a4fc89d3dd2fbcbcadec6378423c5c34b19c2ef8b00315f5145a220f90dabf078b90ce7aa1f369818dc51828c4d1f0a78337d119a031f66446bdd7da From b4edd4631aedd34b994d03b82b8db58efdf33d77 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 1 Aug 2024 14:22:11 +0000 Subject: [PATCH 082/147] Update to 0.100.1 upstream release - Resolves: rhbz#2300464 Upstream tag: 0.100.1 Upstream commit: fafec1bd Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d4b5dc8..6519633 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /packitos-0.98.0.tar.gz /packitos-0.99.0.tar.gz /packitos-0.100.0.tar.gz +/packitos-0.100.1.tar.gz diff --git a/README.packit b/README.packit index aeaae38..7bacb67 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff. +The file was generated using packit 0.100.0.post1.dev7+ga86cae0d. diff --git a/packit.spec b/packit.spec index 9190fb2..f46dc35 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.0 +Version: 0.100.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 +* Thu Aug 01 2024 Packit - 0.100.1-1 +- Dummy release to test the "build in side tags" new feature! +- Resolves: rhbz#2300464 + * Mon Jul 29 2024 Packit - 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) diff --git a/plans/main.fmf b/plans/main.fmf index ade1731..21830c2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 639df09d605626877c9ffe0b7bc8acec381a2816 + ref: fafec1bd080b0f74f62cb215f59942c4ad048e9a diff --git a/sources b/sources index 6b6acac..766525b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.0.tar.gz) = 2b399014857e623f37c2bcbd875cc188d5a46d09e299ed1c919b41d8316d8f629fb46c99d7f1bb7e3ddda6c14584e2722e9f49866e5f85ccd09a87a646846c68 +SHA512 (packitos-0.100.1.tar.gz) = eab2c302a4fc89d3dd2fbcbcadec6378423c5c34b19c2ef8b00315f5145a220f90dabf078b90ce7aa1f369818dc51828c4d1f0a78337d119a031f66446bdd7da From 7d21957d0d065570ffaf4da4ff29a3b42d416639 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 1 Aug 2024 14:22:55 +0000 Subject: [PATCH 083/147] Update to 0.100.1 upstream release - Resolves: rhbz#2300464 Upstream tag: 0.100.1 Upstream commit: fafec1bd Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 2 +- README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 28be37a..65375bf 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /packitos-0.98.0.tar.gz /packitos-0.99.0.tar.gz /packitos-0.100.0.tar.gz +/packitos-0.100.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index bc09ef7..9578c9a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -128,7 +128,7 @@ jobs: - python-ogr - python-specfile dist_git_branches: - - fedora-branched + - fedora-all - epel-9 # - job: vm_image_build # trigger: pull_request diff --git a/README.packit b/README.packit index aeaae38..7bacb67 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff. +The file was generated using packit 0.100.0.post1.dev7+ga86cae0d. diff --git a/packit.spec b/packit.spec index c6c9fc4..34b935d 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.0 +Version: 0.100.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 +* Thu Aug 01 2024 Packit - 0.100.1-1 +- Dummy release to test the "build in side tags" new feature! +- Resolves: rhbz#2300464 + * Mon Jul 29 2024 Packit - 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) diff --git a/plans/main.fmf b/plans/main.fmf index ade1731..21830c2 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 639df09d605626877c9ffe0b7bc8acec381a2816 + ref: fafec1bd080b0f74f62cb215f59942c4ad048e9a diff --git a/sources b/sources index 6b6acac..766525b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.0.tar.gz) = 2b399014857e623f37c2bcbd875cc188d5a46d09e299ed1c919b41d8316d8f629fb46c99d7f1bb7e3ddda6c14584e2722e9f49866e5f85ccd09a87a646846c68 +SHA512 (packitos-0.100.1.tar.gz) = eab2c302a4fc89d3dd2fbcbcadec6378423c5c34b19c2ef8b00315f5145a220f90dabf078b90ce7aa1f369818dc51828c4d1f0a78337d119a031f66446bdd7da From 9283a62100c6e8073db79b9cb269a58f374ea60d Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 15 Aug 2024 14:45:39 +0000 Subject: [PATCH 084/147] Update to 0.100.2 upstream release - Resolves: rhbz#2300464 Upstream tag: 0.100.2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6519633..8ad4af9 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /packitos-0.99.0.tar.gz /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz +/packitos-0.100.2.tar.gz diff --git a/README.packit b/README.packit index 7bacb67..94a5d96 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.0.post1.dev7+ga86cae0d. +The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. diff --git a/packit.spec b/packit.spec index f46dc35..b48f2b8 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.1 +Version: 0.100.2 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 +* Thu Aug 15 2024 Packit - 0.100.2-1 +- Update to version 0.100.2 +- Resolves: rhbz#2300464 + * Thu Aug 01 2024 Packit - 0.100.1-1 - Dummy release to test the "build in side tags" new feature! - Resolves: rhbz#2300464 diff --git a/sources b/sources index 766525b..22cedfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.1.tar.gz) = eab2c302a4fc89d3dd2fbcbcadec6378423c5c34b19c2ef8b00315f5145a220f90dabf078b90ce7aa1f369818dc51828c4d1f0a78337d119a031f66446bdd7da +SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 From f3984a938297cd51b3ce08ad0271335ebe1879d5 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 15 Aug 2024 14:46:01 +0000 Subject: [PATCH 085/147] Update to 0.100.2 upstream release - Resolves: rhbz#2300464 Upstream tag: 0.100.2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6519633..8ad4af9 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /packitos-0.99.0.tar.gz /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz +/packitos-0.100.2.tar.gz diff --git a/README.packit b/README.packit index 7bacb67..94a5d96 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.0.post1.dev7+ga86cae0d. +The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. diff --git a/packit.spec b/packit.spec index f46dc35..b48f2b8 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.1 +Version: 0.100.2 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 +* Thu Aug 15 2024 Packit - 0.100.2-1 +- Update to version 0.100.2 +- Resolves: rhbz#2300464 + * Thu Aug 01 2024 Packit - 0.100.1-1 - Dummy release to test the "build in side tags" new feature! - Resolves: rhbz#2300464 diff --git a/sources b/sources index 766525b..22cedfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.1.tar.gz) = eab2c302a4fc89d3dd2fbcbcadec6378423c5c34b19c2ef8b00315f5145a220f90dabf078b90ce7aa1f369818dc51828c4d1f0a78337d119a031f66446bdd7da +SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 From 1a43cc1347130de4fabc8fcb227ce1f1b6f8e80a Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 15 Aug 2024 14:46:38 +0000 Subject: [PATCH 086/147] Update to 0.100.2 upstream release - Resolves: rhbz#2300464 Upstream tag: 0.100.2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 92dc27d..bd94e6c 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ /packitos-0.99.0.tar.gz /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz +/packitos-0.100.2.tar.gz diff --git a/README.packit b/README.packit index 7bacb67..94a5d96 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.0.post1.dev7+ga86cae0d. +The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. diff --git a/packit.spec b/packit.spec index 1af049a..ead2d4e 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.1 +Version: 0.100.2 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 +* Thu Aug 15 2024 Packit - 0.100.2-1 +- Update to version 0.100.2 +- Resolves: rhbz#2300464 + * Thu Aug 01 2024 Packit - 0.100.1-1 - Dummy release to test the "build in side tags" new feature! - Resolves: rhbz#2300464 diff --git a/sources b/sources index 766525b..22cedfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.1.tar.gz) = eab2c302a4fc89d3dd2fbcbcadec6378423c5c34b19c2ef8b00315f5145a220f90dabf078b90ce7aa1f369818dc51828c4d1f0a78337d119a031f66446bdd7da +SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 From 60390e4f4636e7a8c6fc3d98efc9d9673d3a59b6 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 15 Aug 2024 14:46:57 +0000 Subject: [PATCH 087/147] Update to 0.100.2 upstream release - Resolves: rhbz#2300464 Upstream tag: 0.100.2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 65375bf..25d3cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /packitos-0.99.0.tar.gz /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz +/packitos-0.100.2.tar.gz diff --git a/README.packit b/README.packit index 7bacb67..94a5d96 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.0.post1.dev7+ga86cae0d. +The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. diff --git a/packit.spec b/packit.spec index 34b935d..1c8ebd9 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.1 +Version: 0.100.2 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 +* Thu Aug 15 2024 Packit - 0.100.2-1 +- Update to version 0.100.2 +- Resolves: rhbz#2300464 + * Thu Aug 01 2024 Packit - 0.100.1-1 - Dummy release to test the "build in side tags" new feature! - Resolves: rhbz#2300464 diff --git a/sources b/sources index 766525b..22cedfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.1.tar.gz) = eab2c302a4fc89d3dd2fbcbcadec6378423c5c34b19c2ef8b00315f5145a220f90dabf078b90ce7aa1f369818dc51828c4d1f0a78337d119a031f66446bdd7da +SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 From f4a94713c2dd3732a896f7dd882a7eaa65765694 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Tue, 20 Aug 2024 15:05:28 +0200 Subject: [PATCH 088/147] Temporarily adjust Packit config for non-git upstreams testing --- .packit.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 9578c9a..3974041 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -9,18 +9,9 @@ packages: downstream_package_name: packit # packit was already taken on PyPI upstream_package_name: packitos - upstream_project_url: https://github.com/packit/packit paths: - ./ specfile_path: packit.spec - files_to_sync: - - packit.spec - - .packit.yaml - - src: plans/ - dest: plans/ - - src: .fmf/ - dest: .fmf/ - version_update_mask: '\d+\.' copy_upstream_release_description: true @@ -32,9 +23,7 @@ actions: - "sh -c 'echo packitos-$(hatch version).tar.gz'" get-current-version: - "hatch version" - pre-sync: - # FMF has to be installed on system where you are calling this tool. - - python3 plans/git_reference.py + allowed_gpg_keys: - 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23 From 266ff4c8ca6ee38b8ba23f0aafdcc82a99dd3c11 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Wed, 21 Aug 2024 21:16:30 +0200 Subject: [PATCH 089/147] Revert temporary Packit config adjustments for testing This reverts commit f4a94713c2dd3732a896f7dd882a7eaa65765694. --- .packit.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 3974041..9578c9a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -9,9 +9,18 @@ packages: downstream_package_name: packit # packit was already taken on PyPI upstream_package_name: packitos + upstream_project_url: https://github.com/packit/packit paths: - ./ specfile_path: packit.spec + files_to_sync: + - packit.spec + - .packit.yaml + - src: plans/ + dest: plans/ + - src: .fmf/ + dest: .fmf/ + version_update_mask: '\d+\.' copy_upstream_release_description: true @@ -23,7 +32,9 @@ actions: - "sh -c 'echo packitos-$(hatch version).tar.gz'" get-current-version: - "hatch version" - + pre-sync: + # FMF has to be installed on system where you are calling this tool. + - python3 plans/git_reference.py allowed_gpg_keys: - 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23 From 65ed8781c9282aff511916806ff2575dc5372716 Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 24 Aug 2024 10:42:44 +0000 Subject: [PATCH 090/147] Update to 0.100.3 upstream release - Resolves: rhbz#2306481 Upstream tag: 0.100.3 Upstream commit: 4dd8600a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 25d3cf1..7fd06e9 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz +/packitos-0.100.3.tar.gz diff --git a/README.packit b/README.packit index 94a5d96..e5d5051 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. +The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. diff --git a/packit.spec b/packit.spec index 1c8ebd9..90d6c72 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.2 +Version: 0.100.3 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 +* Sat Aug 24 2024 Packit - 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 - 0.100.2-1 - Update to version 0.100.2 - Resolves: rhbz#2300464 diff --git a/plans/main.fmf b/plans/main.fmf index 21830c2..9e1fba4 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: fafec1bd080b0f74f62cb215f59942c4ad048e9a + ref: 4dd8600acee67e5cca2752a0441583611f454921 diff --git a/sources b/sources index 22cedfa..a987312 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 +SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 From fd513d55593d01593cd1170a10e540f5c882d527 Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 24 Aug 2024 10:43:10 +0000 Subject: [PATCH 091/147] Update to 0.100.3 upstream release - Resolves: rhbz#2306481 Upstream tag: 0.100.3 Upstream commit: 4dd8600a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8ad4af9..71778cb 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz +/packitos-0.100.3.tar.gz diff --git a/README.packit b/README.packit index 94a5d96..e5d5051 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. +The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. diff --git a/packit.spec b/packit.spec index b48f2b8..3c6deb6 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.2 +Version: 0.100.3 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 +* Sat Aug 24 2024 Packit - 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 - 0.100.2-1 - Update to version 0.100.2 - Resolves: rhbz#2300464 diff --git a/plans/main.fmf b/plans/main.fmf index 21830c2..9e1fba4 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: fafec1bd080b0f74f62cb215f59942c4ad048e9a + ref: 4dd8600acee67e5cca2752a0441583611f454921 diff --git a/sources b/sources index 22cedfa..a987312 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 +SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 From 2a8e8b6a6f819a1e26563a8922ee22033b4c5609 Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 24 Aug 2024 10:43:34 +0000 Subject: [PATCH 092/147] Update to 0.100.3 upstream release - Resolves: rhbz#2306481 Upstream tag: 0.100.3 Upstream commit: 4dd8600a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8ad4af9..71778cb 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz +/packitos-0.100.3.tar.gz diff --git a/README.packit b/README.packit index 94a5d96..e5d5051 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. +The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. diff --git a/packit.spec b/packit.spec index b48f2b8..3c6deb6 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.2 +Version: 0.100.3 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 +* Sat Aug 24 2024 Packit - 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 - 0.100.2-1 - Update to version 0.100.2 - Resolves: rhbz#2300464 diff --git a/plans/main.fmf b/plans/main.fmf index 21830c2..9e1fba4 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: fafec1bd080b0f74f62cb215f59942c4ad048e9a + ref: 4dd8600acee67e5cca2752a0441583611f454921 diff --git a/sources b/sources index 22cedfa..a987312 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 +SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 From 844c0e522f333b87781d1320f75d656da0edf7b3 Mon Sep 17 00:00:00 2001 From: Packit Date: Sat, 24 Aug 2024 10:43:59 +0000 Subject: [PATCH 093/147] Update to 0.100.3 upstream release - Resolves: rhbz#2306481 Upstream tag: 0.100.3 Upstream commit: 4dd8600a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bd94e6c..6e2fac1 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ /packitos-0.100.0.tar.gz /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz +/packitos-0.100.3.tar.gz diff --git a/README.packit b/README.packit index 94a5d96..e5d5051 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. +The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. diff --git a/packit.spec b/packit.spec index ead2d4e..a877d94 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.2 +Version: 0.100.3 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 +* Sat Aug 24 2024 Packit - 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 - 0.100.2-1 - Update to version 0.100.2 - Resolves: rhbz#2300464 diff --git a/plans/main.fmf b/plans/main.fmf index 21830c2..9e1fba4 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: fafec1bd080b0f74f62cb215f59942c4ad048e9a + ref: 4dd8600acee67e5cca2752a0441583611f454921 diff --git a/sources b/sources index 22cedfa..a987312 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.2.tar.gz) = fded8221a55688abf74f53eb00eeb81eaefb5abfdbdf2c213c2add480aa66304706eeab1ebada7f26fdd253054d35c1e368f40762ce77b4d68b663a1378d4e08 +SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 From 096e3c0dc770ad2eb7a49038ead4c4918d360b9c Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Sep 2024 09:20:00 +0000 Subject: [PATCH 094/147] Update to 0.101.0 upstream release - Resolves: rhbz#2310376 Upstream tag: 0.101.0 Upstream commit: 4bd2dc81 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 ++++++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 71778cb..b601fd3 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz /packitos-0.100.3.tar.gz +/packitos-0.101.0.tar.gz diff --git a/README.packit b/README.packit index e5d5051..bc794a8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. +The file was generated using packit 0.100.3.post1.dev28+g4bd2dc81. diff --git a/packit.spec b/packit.spec index 3c6deb6..2a49161 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.3 +Version: 0.101.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 06 2024 Packit - 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 - 0.100.3-1 - `dist-git init` command now allows `upstream-git-url` not to be specified. (#2387) - Resolves: rhbz#2306481 diff --git a/plans/full.fmf b/plans/full.fmf index 60a6092..01ab0cc 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -20,4 +20,4 @@ adjust: - how: install package: python3-pip - how: shell - script: pip3 install build deepdiff + script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy diff --git a/plans/main.fmf b/plans/main.fmf index 9e1fba4..368e081 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 4dd8600acee67e5cca2752a0441583611f454921 + ref: 4bd2dc81f9c1ff14790df0aac2ca1efa674cdfc8 diff --git a/sources b/sources index a987312..90030b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 +SHA512 (packitos-0.101.0.tar.gz) = 8da5d04e71c33573a2643a6c893377f4d3f1d546ad19c90388d2808121337ff91a0b996e248b863c038210fc67ba347c702d0ac8f363ec24d4e59a39b043bf3b From 0dc3beb2257d80d35b3975b21620618bf0f99a10 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Sep 2024 09:20:29 +0000 Subject: [PATCH 095/147] Update to 0.101.0 upstream release - Resolves: rhbz#2310376 Upstream tag: 0.101.0 Upstream commit: 4bd2dc81 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 ++++++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6e2fac1..5661ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz /packitos-0.100.3.tar.gz +/packitos-0.101.0.tar.gz diff --git a/README.packit b/README.packit index e5d5051..bc794a8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. +The file was generated using packit 0.100.3.post1.dev28+g4bd2dc81. diff --git a/packit.spec b/packit.spec index a877d94..67a0e0a 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.3 +Version: 0.101.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 06 2024 Packit - 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 - 0.100.3-1 - `dist-git init` command now allows `upstream-git-url` not to be specified. (#2387) - Resolves: rhbz#2306481 diff --git a/plans/full.fmf b/plans/full.fmf index 60a6092..01ab0cc 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -20,4 +20,4 @@ adjust: - how: install package: python3-pip - how: shell - script: pip3 install build deepdiff + script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy diff --git a/plans/main.fmf b/plans/main.fmf index 9e1fba4..368e081 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 4dd8600acee67e5cca2752a0441583611f454921 + ref: 4bd2dc81f9c1ff14790df0aac2ca1efa674cdfc8 diff --git a/sources b/sources index a987312..90030b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 +SHA512 (packitos-0.101.0.tar.gz) = 8da5d04e71c33573a2643a6c893377f4d3f1d546ad19c90388d2808121337ff91a0b996e248b863c038210fc67ba347c702d0ac8f363ec24d4e59a39b043bf3b From 3d68401b493999b476686a08d2299a0dbbf10b42 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Sep 2024 09:22:53 +0000 Subject: [PATCH 096/147] Update to 0.101.0 upstream release - Resolves: rhbz#2310376 Upstream tag: 0.101.0 Upstream commit: 4bd2dc81 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 ++++++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 71778cb..b601fd3 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz /packitos-0.100.3.tar.gz +/packitos-0.101.0.tar.gz diff --git a/README.packit b/README.packit index e5d5051..bc794a8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. +The file was generated using packit 0.100.3.post1.dev28+g4bd2dc81. diff --git a/packit.spec b/packit.spec index 3c6deb6..2a49161 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.3 +Version: 0.101.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 06 2024 Packit - 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 - 0.100.3-1 - `dist-git init` command now allows `upstream-git-url` not to be specified. (#2387) - Resolves: rhbz#2306481 diff --git a/plans/full.fmf b/plans/full.fmf index 60a6092..01ab0cc 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -20,4 +20,4 @@ adjust: - how: install package: python3-pip - how: shell - script: pip3 install build deepdiff + script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy diff --git a/plans/main.fmf b/plans/main.fmf index 9e1fba4..368e081 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 4dd8600acee67e5cca2752a0441583611f454921 + ref: 4bd2dc81f9c1ff14790df0aac2ca1efa674cdfc8 diff --git a/sources b/sources index a987312..90030b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 +SHA512 (packitos-0.101.0.tar.gz) = 8da5d04e71c33573a2643a6c893377f4d3f1d546ad19c90388d2808121337ff91a0b996e248b863c038210fc67ba347c702d0ac8f363ec24d4e59a39b043bf3b From ddb8ef4b41d6a79a40123811c661f0204cbda8d1 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Sep 2024 09:23:16 +0000 Subject: [PATCH 097/147] Update to 0.101.0 upstream release - Resolves: rhbz#2310376 Upstream tag: 0.101.0 Upstream commit: 4bd2dc81 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 ++++++++- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7fd06e9..0721f88 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ /packitos-0.100.1.tar.gz /packitos-0.100.2.tar.gz /packitos-0.100.3.tar.gz +/packitos-0.101.0.tar.gz diff --git a/README.packit b/README.packit index e5d5051..bc794a8 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8. +The file was generated using packit 0.100.3.post1.dev28+g4bd2dc81. diff --git a/packit.spec b/packit.spec index 90d6c72..f475991 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.100.3 +Version: 0.101.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 06 2024 Packit - 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 - 0.100.3-1 - `dist-git init` command now allows `upstream-git-url` not to be specified. (#2387) - Resolves: rhbz#2306481 diff --git a/plans/full.fmf b/plans/full.fmf index 60a6092..01ab0cc 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -20,4 +20,4 @@ adjust: - how: install package: python3-pip - how: shell - script: pip3 install build deepdiff + script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy diff --git a/plans/main.fmf b/plans/main.fmf index 9e1fba4..368e081 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 4dd8600acee67e5cca2752a0441583611f454921 + ref: 4bd2dc81f9c1ff14790df0aac2ca1efa674cdfc8 diff --git a/sources b/sources index a987312..90030b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901 +SHA512 (packitos-0.101.0.tar.gz) = 8da5d04e71c33573a2643a6c893377f4d3f1d546ad19c90388d2808121337ff91a0b996e248b863c038210fc67ba347c702d0ac8f363ec24d4e59a39b043bf3b From 44742d731eb4a74e5abf0c3a113b0609ccd0b745 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Wed, 18 Sep 2024 14:38:45 +0200 Subject: [PATCH 098/147] Fast forward rawhide merge in branched branches For pull_from_upstream to work we need this change in dist-git packit config. --- .packit.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 9578c9a..06fd322 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -49,8 +49,9 @@ jobs: trigger: release # Use the stage instance once it works in downstream. dist_git_branches: - - fedora-all - - epel-9 + rawhide: + fast_forward_merge_into: [fedora-branched] + epel-9: {} - job: sync_from_downstream trigger: commit @@ -104,8 +105,9 @@ jobs: - job: pull_from_upstream trigger: release dist_git_branches: - - fedora-all - - epel-9 + rawhide: + fast_forward_merge_into: [fedora-branched] + epel-9: {} - job: koji_build trigger: commit | koji_build From fe01a99843805bf2eed16146ae91e3e87333f52d Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 18 Sep 2024 12:52:47 +0000 Subject: [PATCH 099/147] Update to 0.101.1 upstream release - Resolves: rhbz#2313250 Upstream tag: 0.101.1 Upstream commit: 823b4ef0 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5661ff5..8094cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.packit b/README.packit index bc794a8..568cac6 100644 --- a/README.packit +++ b/README.packit @@ -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. diff --git a/packit.spec b/packit.spec index e62fbb5..8fba1f6 100644 --- a/packit.spec +++ b/packit.spec @@ -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 - 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 - 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. diff --git a/plans/main.fmf b/plans/main.fmf index 368e081..9550986 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 4bd2dc81f9c1ff14790df0aac2ca1efa674cdfc8 + ref: 823b4ef00017c27f82df2d8dda3a4947a4fb699b diff --git a/sources b/sources index 90030b2..f4e2db7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.101.0.tar.gz) = 8da5d04e71c33573a2643a6c893377f4d3f1d546ad19c90388d2808121337ff91a0b996e248b863c038210fc67ba347c702d0ac8f363ec24d4e59a39b043bf3b +SHA512 (packitos-0.101.1.tar.gz) = 068ea5917c9806b2de40f1eaa60bba590c7fb203c15d54677c6d21a0d6d73e52558e22d91fc310dbcafaf9fc23db81dfbae8e1f35c4954fd4afd9e63429c5f4b From 3b415d20d615b475adb01e0d6ec3b22f924c8c35 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 4 Oct 2024 11:46:09 +0000 Subject: [PATCH 100/147] Update to 0.102.0 upstream release - Resolves: rhbz#2316445 Upstream tag: 0.102.0 Upstream commit: 7689afdb Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 +++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8094cbe..ed5c359 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,4 @@ /packitos-0.100.3.tar.gz /packitos-0.101.0.tar.gz /packitos-0.101.1.tar.gz +/packitos-0.102.0.tar.gz diff --git a/README.packit b/README.packit index 568cac6..5f12a20 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.101.0.post1.dev6+g1b776ccc. +The file was generated using packit 0.101.1.post1.dev20+gfd3f1902. diff --git a/packit.spec b/packit.spec index 8fba1f6..037bed6 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.101.1 +Version: 0.102.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,12 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Oct 04 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 9550986..8c70f96 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 823b4ef00017c27f82df2d8dda3a4947a4fb699b + ref: 7689afdb35152c341ed11d2ca80f72a6da736170 diff --git a/sources b/sources index f4e2db7..a550713 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.101.1.tar.gz) = 068ea5917c9806b2de40f1eaa60bba590c7fb203c15d54677c6d21a0d6d73e52558e22d91fc310dbcafaf9fc23db81dfbae8e1f35c4954fd4afd9e63429c5f4b +SHA512 (packitos-0.102.0.tar.gz) = e42281e913067770da897325d0bbdf1df9314b2ea5892e4bba88541d96e2ad792bb256d5777db414e7bd117d57e5d6d81898065c84fcd4b8298701c45064010e From 0ce8c95da3a92e1b224271d0aabdea0abf980e37 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 11 Oct 2024 11:32:44 +0000 Subject: [PATCH 101/147] Update to 0.102.1 upstream release - Resolves: rhbz#2318003 Upstream tag: 0.102.1 Upstream commit: eea05dd6 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 +++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ed5c359..7074d92 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,4 @@ /packitos-0.101.0.tar.gz /packitos-0.101.1.tar.gz /packitos-0.102.0.tar.gz +/packitos-0.102.1.tar.gz diff --git a/README.packit b/README.packit index 5f12a20..3f22dbc 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.101.1.post1.dev20+gfd3f1902. +The file was generated using packit 0.102.0.post1.dev4+g7e44ad87. diff --git a/packit.spec b/packit.spec index 037bed6..5f46bb5 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.102.0 +Version: 0.102.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,12 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Oct 11 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 8c70f96..0df7c3f 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 7689afdb35152c341ed11d2ca80f72a6da736170 + ref: eea05dd6fab70d8c4afc10b58ef14ecb25e4f9d8 diff --git a/sources b/sources index a550713..fc542e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.102.0.tar.gz) = e42281e913067770da897325d0bbdf1df9314b2ea5892e4bba88541d96e2ad792bb256d5777db414e7bd117d57e5d6d81898065c84fcd4b8298701c45064010e +SHA512 (packitos-0.102.1.tar.gz) = f705af7c90c45987eff4d5741475ed54a293d921b9f4697bd552b07377ae7caae9aa1e5daf9a27d303a8c7a59f4f45cf60fcadf899a17cafa276fce3f6636ee4 From b9f05dbf6540a96680e129ec283493713dd78dfe Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 22 Oct 2024 14:57:42 +0000 Subject: [PATCH 102/147] Update to 0.102.2 upstream release - Resolves: rhbz#2321004 Upstream tag: 0.102.2 Upstream commit: 3f4c6592 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7074d92..082bd5d 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ /packitos-0.101.1.tar.gz /packitos-0.102.0.tar.gz /packitos-0.102.1.tar.gz +/packitos-0.102.2.tar.gz diff --git a/README.packit b/README.packit index 3f22dbc..448ae0f 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.102.0.post1.dev4+g7e44ad87. +The file was generated using packit 0.102.1.post1.dev11+g3f4c6592. diff --git a/packit.spec b/packit.spec index 5f46bb5..0f7b454 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.102.1 +Version: 0.102.2 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 +* Tue Oct 22 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 0df7c3f..82dcffa 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: eea05dd6fab70d8c4afc10b58ef14ecb25e4f9d8 + ref: 3f4c6592c42d996176cee21e7c00eafcb477773f diff --git a/sources b/sources index fc542e5..7034ba4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.102.1.tar.gz) = f705af7c90c45987eff4d5741475ed54a293d921b9f4697bd552b07377ae7caae9aa1e5daf9a27d303a8c7a59f4f45cf60fcadf899a17cafa276fce3f6636ee4 +SHA512 (packitos-0.102.2.tar.gz) = f37696d16eacf05e2f9acd23a1be0d303444dea82a825d5e06b7912aa03c3e78d653b88f6481f10145a9c37e0ccf1baf097e99bfc5f733053665421ca23e39a3 From 8cd6fa16b78694681e777d7c5dae6e4ae74c9b68 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 10 Nov 2024 18:52:12 +0000 Subject: [PATCH 103/147] Update to 0.103.0 upstream release Upstream tag: 0.103.0 Upstream commit: a5d1cc81 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 +++++-- plans/full.fmf | 2 +- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 082bd5d..6d04e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -122,3 +122,4 @@ /packitos-0.102.0.tar.gz /packitos-0.102.1.tar.gz /packitos-0.102.2.tar.gz +/packitos-0.103.0.tar.gz diff --git a/README.packit b/README.packit index 448ae0f..2aacb72 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.102.1.post1.dev11+g3f4c6592. +The file was generated using packit 0.102.2.post1.dev7+g84eff49c. diff --git a/packit.spec b/packit.spec index 0f7b454..ddc8395 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.102.2 +Version: 0.103.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -26,7 +26,7 @@ projects into Fedora operating system. Summary: %{summary} # new-sources Requires: fedpkg -Requires: git +Requires: git-core # kinit Requires: krb5-workstation # rpmbuild @@ -79,6 +79,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Nov 10 2024 Packit - 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 - 0.102.2-1 - Fixed passing list of resolved bugs when running `packit propose-downstream` or `packit pull-from-upstream`. (#2447) - Resolves: rhbz#2321004 diff --git a/plans/full.fmf b/plans/full.fmf index 01ab0cc..60a6092 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -20,4 +20,4 @@ adjust: - how: install package: python3-pip - how: shell - script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy + script: pip3 install build deepdiff diff --git a/plans/main.fmf b/plans/main.fmf index 82dcffa..a79478f 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 3f4c6592c42d996176cee21e7c00eafcb477773f + ref: a5d1cc81d154012a8235fcefbd40653f999991ea diff --git a/sources b/sources index 7034ba4..cd71201 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.102.2.tar.gz) = f37696d16eacf05e2f9acd23a1be0d303444dea82a825d5e06b7912aa03c3e78d653b88f6481f10145a9c37e0ccf1baf097e99bfc5f733053665421ca23e39a3 +SHA512 (packitos-0.103.0.tar.gz) = ae48bf77d7068e6f09788a25cd2ade008753c1623004af56d74bfcd5d15e135ee2a598cffa4468844457a3287599642150b5cf5ea4c7725dd90199e956172a6d From 8319aa000345012aca97f7356caf1bf0bea1e821 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 15 Nov 2024 14:42:05 +0000 Subject: [PATCH 104/147] Update to 0.104.0 upstream release - Resolves: rhbz#2325040 Upstream tag: 0.104.0 Upstream commit: 861e6dd7 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 22 +++++++++++++++++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6d04e4e..bed81cb 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,4 @@ /packitos-0.102.1.tar.gz /packitos-0.102.2.tar.gz /packitos-0.103.0.tar.gz +/packitos-0.104.0.tar.gz diff --git a/README.packit b/README.packit index 2aacb72..440defe 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.102.2.post1.dev7+g84eff49c. +The file was generated using packit 0.103.0.post1.dev6+g8dc70d0c. diff --git a/packit.spec b/packit.spec index ddc8395..b5b19d9 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.103.0 +Version: 0.104.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -79,6 +79,26 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Nov 15 2024 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index a79478f..70a1d7c 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: a5d1cc81d154012a8235fcefbd40653f999991ea + ref: 861e6dd7aeffee65fe96e41ebb34c1260e9cde1c diff --git a/sources b/sources index cd71201..093d415 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.103.0.tar.gz) = ae48bf77d7068e6f09788a25cd2ade008753c1623004af56d74bfcd5d15e135ee2a598cffa4468844457a3287599642150b5cf5ea4c7725dd90199e956172a6d +SHA512 (packitos-0.104.0.tar.gz) = a95161a99437cfcd67a46c05a263f9c5735e1179fd954ed309591f63e6f4a872753525868f9c5763364109d59e1f9dad24091e80a4aa7c72e1367a623581ef79 From 7626fb3a15cb9847cdc156e42fafd668c6e5ebd8 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 25 Nov 2024 16:20:16 +0000 Subject: [PATCH 105/147] Update to 0.104.1 upstream release - Resolves: rhbz#2328698 Upstream tag: 0.104.1 Upstream commit: 23aec6b3 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bed81cb..5b40e14 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,4 @@ /packitos-0.102.2.tar.gz /packitos-0.103.0.tar.gz /packitos-0.104.0.tar.gz +/packitos-0.104.1.tar.gz diff --git a/README.packit b/README.packit index 440defe..93a843d 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.103.0.post1.dev6+g8dc70d0c. +The file was generated using packit 0.104.0.post1.dev4+g44502dfe. diff --git a/packit.spec b/packit.spec index b5b19d9..bef2bb4 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.104.0 +Version: 0.104.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 +* Mon Nov 25 2024 Packit - 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 - 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.: diff --git a/plans/main.fmf b/plans/main.fmf index 70a1d7c..f0d3e74 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 861e6dd7aeffee65fe96e41ebb34c1260e9cde1c + ref: 23aec6b3c38dcac0791cad421c8685e372afb4fd diff --git a/sources b/sources index 093d415..b39be64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.104.0.tar.gz) = a95161a99437cfcd67a46c05a263f9c5735e1179fd954ed309591f63e6f4a872753525868f9c5763364109d59e1f9dad24091e80a4aa7c72e1367a623581ef79 +SHA512 (packitos-0.104.1.tar.gz) = 05780ae01afda4ac987e593bba38ed977f1a647d23fa18a7dfd3d275c35bdfcd72477f112e4a66b8b86956e760be68a56a92fb0d574f28f1e62741c8ced7e11f From 5f59cba88bad928f8ccbe51343f90d4b05b23fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 3 Dec 2024 14:50:08 +0100 Subject: [PATCH 106/147] Remove outdated EPEL 9 workaround It is not needed anymore and the epel9 branch is diverged anyway. [skip changelog] --- packit.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packit.spec b/packit.spec index bef2bb4..2f3a49f 100644 --- a/packit.spec +++ b/packit.spec @@ -48,8 +48,7 @@ check out packit package for the executable. %generate_buildrequires -# The -w flag is required for EPEL 9's older hatchling -%pyproject_buildrequires %{?with_tests:-x testing} %{?el9:-w} +%pyproject_buildrequires %{?with_tests:-x testing} %build From 236a9d091a3f7b4f53ccff8b2b56a74291d7399f Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Dec 2024 09:36:30 +0000 Subject: [PATCH 107/147] Update to 0.105.0 upstream release - Resolves: rhbz#2330760 Upstream tag: 0.105.0 Upstream commit: bf58501c Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5b40e14..48e97e9 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,4 @@ /packitos-0.103.0.tar.gz /packitos-0.104.0.tar.gz /packitos-0.104.1.tar.gz +/packitos-0.105.0.tar.gz diff --git a/README.packit b/README.packit index 93a843d..e0b7fe7 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.104.0.post1.dev4+g44502dfe. +The file was generated using packit 0.104.1.post1.dev6+g9a3fda38. diff --git a/packit.spec b/packit.spec index 2f3a49f..d3ef30d 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.104.1 +Version: 0.105.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Dec 06 2024 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index f0d3e74..639d998 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 23aec6b3c38dcac0791cad421c8685e372afb4fd + ref: bf58501c583d9b81e1ea2101e7e7a6475a7d4990 diff --git a/sources b/sources index b39be64..ef05dad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.104.1.tar.gz) = 05780ae01afda4ac987e593bba38ed977f1a647d23fa18a7dfd3d275c35bdfcd72477f112e4a66b8b86956e760be68a56a92fb0d574f28f1e62741c8ced7e11f +SHA512 (packitos-0.105.0.tar.gz) = cdec19e35b592fcb111585308dc3286a25aa6e69c66235c89efadd7be9fc3e42c5a6d29b7a7afebbdb62ab991af439f3e60da4ca44b75944f4cffd2d18733e23 From 88c2af50e6923dc07835ece36538fbbdd4250ce3 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 16 Dec 2024 08:41:37 +0000 Subject: [PATCH 108/147] Update to 0.106.0 upstream release - Resolves: rhbz#2332425 Upstream tag: 0.106.0 Upstream commit: e5b3d8c9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 4 ++++ README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 48e97e9..ff967f4 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,4 @@ /packitos-0.104.0.tar.gz /packitos-0.104.1.tar.gz /packitos-0.105.0.tar.gz +/packitos-0.106.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 06fd322..859496d 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -60,6 +60,7 @@ jobs: trigger: pull_request targets: - fedora-all + - fedora-all-aarch64 - epel-9 packages: - packit @@ -77,6 +78,7 @@ jobs: branch: main targets: - fedora-all + - fedora-all-aarch64 - epel-9 project: packit-dev list_on_homepage: True @@ -87,6 +89,7 @@ jobs: branch: stable targets: - fedora-stable + - fedora-stable-aarch64 - epel-9 project: packit-stable list_on_homepage: True @@ -96,6 +99,7 @@ jobs: trigger: release targets: - fedora-stable + - fedora-stable-aarch64 - epel-9 project: packit-releases list_on_homepage: True diff --git a/README.packit b/README.packit index e0b7fe7..1da7848 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.104.1.post1.dev6+g9a3fda38. +The file was generated using packit 0.105.0.post1.dev12+gf83936a0. diff --git a/packit.spec b/packit.spec index d3ef30d..5a44ab3 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 0.105.0 +Version: 0.106.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Dec 16 2024 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 639d998..4f6e19b 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: bf58501c583d9b81e1ea2101e7e7a6475a7d4990 + ref: e5b3d8c94ec79aa9cc5e1fa8dd7d0aabc1dcfbf4 diff --git a/sources b/sources index ef05dad..78c6ca9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.105.0.tar.gz) = cdec19e35b592fcb111585308dc3286a25aa6e69c66235c89efadd7be9fc3e42c5a6d29b7a7afebbdb62ab991af439f3e60da4ca44b75944f4cffd2d18733e23 +SHA512 (packitos-0.106.0.tar.gz) = f82380ce4a5f438185c0c829192b715698e934432fbb421bb1e031c277ed5cd3b15caf5716fabdffae6d2ce6e47fcdf1cf4534b2504eca6d696905e1dc85890f From 9388ee5f4ab872798718755b5d7625e7bbdc6923 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 22:10:10 +0000 Subject: [PATCH 109/147] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 5a44ab3..0db1806 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 0.106.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 0.106.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Dec 16 2024 Packit - 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 From 2e8f56453c97e0923e4d55c98dc6a407ad88a40d Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Jan 2025 10:47:18 +0000 Subject: [PATCH 110/147] Update to 1.0.0 upstream release - Resolves: rhbz#2338988 Upstream tag: 1.0.0 Upstream commit: 13b5df48 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 11 +++++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ff967f4..6022ccf 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ /packitos-0.104.1.tar.gz /packitos-0.105.0.tar.gz /packitos-0.106.0.tar.gz +/packitos-1.0.0.tar.gz diff --git a/README.packit b/README.packit index 1da7848..49a4b7c 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.105.0.post1.dev12+gf83936a0. +The file was generated using packit 0.106.0.post1.dev16+g8d849922. diff --git a/packit.spec b/packit.spec index 0db1806..1f67620 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 0.106.0 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Jan 20 2025 Packit - 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 - 0.106.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index 4f6e19b..931054c 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: e5b3d8c94ec79aa9cc5e1fa8dd7d0aabc1dcfbf4 + ref: 13b5df486a1d75581a554bd9c533d7e1754c5e98 diff --git a/sources b/sources index 78c6ca9..ead0259 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.106.0.tar.gz) = f82380ce4a5f438185c0c829192b715698e934432fbb421bb1e031c277ed5cd3b15caf5716fabdffae6d2ce6e47fcdf1cf4534b2504eca6d696905e1dc85890f +SHA512 (packitos-1.0.0.tar.gz) = 5c8ec707dfeeb75b2b79c58ab48f099c3d0f55559e98c2c3a732d0e046d6dbc8816aa9348c13331faa20c9c1ce7504d421e95cf4ead8b7c9dc96093a206a2257 From e09131496c08ed532af11f289d8ed03c74160982 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 26 Jan 2025 22:57:47 +0000 Subject: [PATCH 111/147] Update to 1.0.1 upstream release - Resolves: rhbz#2342176 Upstream tag: 1.0.1 Upstream commit: 809a89b4 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 3 --- README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6022ccf..943658a 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ /packitos-0.105.0.tar.gz /packitos-0.106.0.tar.gz /packitos-1.0.0.tar.gz +/packitos-1.0.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 859496d..a4244c2 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -53,9 +53,6 @@ jobs: fast_forward_merge_into: [fedora-branched] epel-9: {} - - job: sync_from_downstream - trigger: commit - - job: copr_build trigger: pull_request targets: diff --git a/README.packit b/README.packit index 49a4b7c..cb66358 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.106.0.post1.dev16+g8d849922. +The file was generated using packit 1.0.0.post1.dev4+g9467df56. diff --git a/packit.spec b/packit.spec index 1f67620..6830b88 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jan 26 2025 Packit - 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 - 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`. diff --git a/plans/main.fmf b/plans/main.fmf index 931054c..0d21250 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 13b5df486a1d75581a554bd9c533d7e1754c5e98 + ref: 809a89b439f8772db18da1697ffa3ee40fe41c15 diff --git a/sources b/sources index ead0259..ca42f65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.0.0.tar.gz) = 5c8ec707dfeeb75b2b79c58ab48f099c3d0f55559e98c2c3a732d0e046d6dbc8816aa9348c13331faa20c9c1ce7504d421e95cf4ead8b7c9dc96093a206a2257 +SHA512 (packitos-1.0.1.tar.gz) = 3c53ef8dadbe80890c19bbf837d82af3c1e3b9b9af34899771f98d61445dbf0b16409b8fa1701298cb42ce0d456bf47459af2d488606d8dd6eae890db11adc1e From 1a47458ed2429a7f50f5925a385903d151ae67bf Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 2 Feb 2025 10:26:29 +0000 Subject: [PATCH 112/147] Update to 1.1.0 upstream release - Resolves: rhbz#2343396 Upstream tag: 1.1.0 Upstream commit: b038051a Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 943658a..b2783f5 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,4 @@ /packitos-0.106.0.tar.gz /packitos-1.0.0.tar.gz /packitos-1.0.1.tar.gz +/packitos-1.1.0.tar.gz diff --git a/README.packit b/README.packit index cb66358..6d5cfa5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.0.0.post1.dev4+g9467df56. +The file was generated using packit 1.0.1.post1.dev3+g97cfea82. diff --git a/packit.spec b/packit.spec index 6830b88..5159c3c 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Feb 02 2025 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 0d21250..1d01d79 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 809a89b439f8772db18da1697ffa3ee40fe41c15 + ref: b038051a619fdbffcb40441b97b972f014e240c1 diff --git a/sources b/sources index ca42f65..47f8839 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.0.1.tar.gz) = 3c53ef8dadbe80890c19bbf837d82af3c1e3b9b9af34899771f98d61445dbf0b16409b8fa1701298cb42ce0d456bf47459af2d488606d8dd6eae890db11adc1e +SHA512 (packitos-1.1.0.tar.gz) = 9defb7674526c562832aab44aab8705807e574060ce51d25a0859255d9f2b552e56be47a584485e8f58b5fac2c87a1df555b0e5525ea2d32ccf64c6cc911b49c From d3dc9e6dc54bba8ab6667e2d6c27fad9030f83ac Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 14 Feb 2025 14:46:58 +0000 Subject: [PATCH 113/147] Update to 1.1.1 upstream release - Resolves: rhbz#2345745 Upstream tag: 1.1.1 Upstream commit: c5ddfd17 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b2783f5..f0133fa 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,4 @@ /packitos-1.0.0.tar.gz /packitos-1.0.1.tar.gz /packitos-1.1.0.tar.gz +/packitos-1.1.1.tar.gz diff --git a/README.packit b/README.packit index 6d5cfa5..7017e6c 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.0.1.post1.dev3+g97cfea82. +The file was generated using packit 1.1.0.post1.dev2+gf7b527d0. diff --git a/packit.spec b/packit.spec index 5159c3c..03075e3 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Feb 14 2025 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 1d01d79..d702a42 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: b038051a619fdbffcb40441b97b972f014e240c1 + ref: c5ddfd17c5adac846a41e85c06af522d644afa4d diff --git a/sources b/sources index 47f8839..aeddd8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.1.0.tar.gz) = 9defb7674526c562832aab44aab8705807e574060ce51d25a0859255d9f2b552e56be47a584485e8f58b5fac2c87a1df555b0e5525ea2d32ccf64c6cc911b49c +SHA512 (packitos-1.1.1.tar.gz) = bc3513bdcedd7be0dae88c66adf2da2c7e900136b39ff36299128b322880b3a6607e78f15af4172fad8fd522141ad2abf4c37446400490d0a427ff22c5899f7e From 1d4e975265699bf8022915fd999e3449ce6c556a Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 23 Feb 2025 14:48:01 +0000 Subject: [PATCH 114/147] Update to 1.2.0 upstream release - Resolves: rhbz#2347179 Upstream tag: 1.2.0 Upstream commit: 90fc3c06 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f0133fa..2670d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ /packitos-1.0.1.tar.gz /packitos-1.1.0.tar.gz /packitos-1.1.1.tar.gz +/packitos-1.2.0.tar.gz diff --git a/README.packit b/README.packit index 7017e6c..fa32923 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.1.0.post1.dev2+gf7b527d0. +The file was generated using packit 1.1.1.post1.dev7+gc29520b1. diff --git a/packit.spec b/packit.spec index 03075e3..0f79d49 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Feb 23 2025 Packit - 1.2.0-1 +- Packit reloads spec file after `create-archive` to keep user changes. (#2533) +- Resolves: rhbz#2347179 + * Fri Feb 14 2025 Packit - 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 diff --git a/plans/main.fmf b/plans/main.fmf index d702a42..14d08b4 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: c5ddfd17c5adac846a41e85c06af522d644afa4d + ref: 90fc3c068c285e8af5f7f77623f0725913cc434d diff --git a/sources b/sources index aeddd8d..ce5f408 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.1.1.tar.gz) = bc3513bdcedd7be0dae88c66adf2da2c7e900136b39ff36299128b322880b3a6607e78f15af4172fad8fd522141ad2abf4c37446400490d0a427ff22c5899f7e +SHA512 (packitos-1.2.0.tar.gz) = 655fb041a059b09809d82d3462f8accb1914979a44116005fa0ef5ecbb1af82e00b3b0c2127bc612b400818cf7881ef65b1226e68cb08e819a058c01a3513242 From 5e1e1890c782febc27be1e25d10c606c5aa0e31c Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 18 Mar 2025 14:05:19 +0000 Subject: [PATCH 115/147] Update to 1.3.0 upstream release - Resolves: rhbz#2353174 Upstream tag: 1.3.0 Upstream commit: 69afa2b7 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 12 ++---------- README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 2670d2d..2169164 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,4 @@ /packitos-1.1.0.tar.gz /packitos-1.1.1.tar.gz /packitos-1.2.0.tar.gz +/packitos-1.3.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index a4244c2..56aa5bd 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -58,7 +58,6 @@ jobs: targets: - fedora-all - fedora-all-aarch64 - - epel-9 packages: - packit @@ -66,7 +65,6 @@ jobs: trigger: pull_request targets: - fedora-all - - epel-9 packages: - packit @@ -76,7 +74,6 @@ jobs: targets: - fedora-all - fedora-all-aarch64 - - epel-9 project: packit-dev list_on_homepage: True preserve_project: True @@ -85,9 +82,8 @@ jobs: trigger: commit branch: stable targets: - - fedora-stable - - fedora-stable-aarch64 - - epel-9 + - fedora-latest-stable + - fedora-latest-stable-aarch64 project: packit-stable list_on_homepage: True preserve_project: True @@ -97,7 +93,6 @@ jobs: targets: - fedora-stable - fedora-stable-aarch64 - - epel-9 project: packit-releases list_on_homepage: True preserve_project: True @@ -108,7 +103,6 @@ jobs: dist_git_branches: rawhide: fast_forward_merge_into: [fedora-branched] - epel-9: {} - job: koji_build trigger: commit | koji_build @@ -120,7 +114,6 @@ jobs: - python-specfile dist_git_branches: - fedora-all - - epel-9 - job: bodhi_update trigger: koji_build @@ -132,7 +125,6 @@ jobs: - python-specfile dist_git_branches: - fedora-all - - epel-9 # - job: vm_image_build # trigger: pull_request # packit_instances: ["stg"] diff --git a/README.packit b/README.packit index fa32923..33d5f21 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.1.1.post1.dev7+gc29520b1. +The file was generated using packit 1.2.0.post1.dev19+g772be563. diff --git a/packit.spec b/packit.spec index 0f79d49..896b954 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.2.0 +Version: 1.3.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Mar 18 2025 Packit - 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 - 1.2.0-1 - Packit reloads spec file after `create-archive` to keep user changes. (#2533) - Resolves: rhbz#2347179 diff --git a/plans/main.fmf b/plans/main.fmf index 14d08b4..ce26f10 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 90fc3c068c285e8af5f7f77623f0725913cc434d + ref: 69afa2b7e5e8e351c548b5c4f97b42c322658579 diff --git a/sources b/sources index ce5f408..2b88eb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.2.0.tar.gz) = 655fb041a059b09809d82d3462f8accb1914979a44116005fa0ef5ecbb1af82e00b3b0c2127bc612b400818cf7881ef65b1226e68cb08e819a058c01a3513242 +SHA512 (packitos-1.3.0.tar.gz) = 7d2aff6ad3623d070c1defa17d2083265238c9971fcdc05183dcf3fb1788eaad6d3266f47c260c82f9509f4ceab92247adc393fc873a1573d26c017fc300cc13 From 3f61bf36589ce8a8aa6ab73f5453828098cde2a4 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 31 Mar 2025 13:50:00 +0000 Subject: [PATCH 116/147] Update to 1.5.0 upstream release - Resolves: rhbz#2356218 Upstream tag: 1.5.0 Upstream commit: 34f547b5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2169164..3269889 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,4 @@ /packitos-1.1.1.tar.gz /packitos-1.2.0.tar.gz /packitos-1.3.0.tar.gz +/packitos-1.5.0.tar.gz diff --git a/README.packit b/README.packit index 33d5f21..c8a9914 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.2.0.post1.dev19+g772be563. +The file was generated using packit 1.3.0.post1.dev11+gc1ea1e48. diff --git a/packit.spec b/packit.spec index 896b954..598bbcc 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.3.0 +Version: 1.5.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Mar 31 2025 Packit - 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 - 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. diff --git a/plans/main.fmf b/plans/main.fmf index ce26f10..8fa3330 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -3,4 +3,4 @@ execute: discover: how: fmf url: https://github.com/packit/packit.git - ref: 69afa2b7e5e8e351c548b5c4f97b42c322658579 + ref: 34f547b5377bf7fe475f7ea8cba6cd409ebc5843 diff --git a/sources b/sources index 2b88eb3..0e8825e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.3.0.tar.gz) = 7d2aff6ad3623d070c1defa17d2083265238c9971fcdc05183dcf3fb1788eaad6d3266f47c260c82f9509f4ceab92247adc393fc873a1573d26c017fc300cc13 +SHA512 (packitos-1.5.0.tar.gz) = 7b3f0eaff50afd7d56c67931b29582a87a984e5c76ce9c114b29182090eed0ea0e571d8b3ff320a72626292785d0367de9d98d45166d29adb9c956d1cfae058f From 5eeb9034317b850b1a7a6d402eecf17fe7c18b2c Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 4 Apr 2025 15:25:20 +0000 Subject: [PATCH 117/147] Update to 1.6.0 upstream release - Resolves: rhbz#2357504 Upstream tag: 1.6.0 Upstream commit: a3ff593d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 1 - README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 3 +++ plans/main.fmf | 6 +++--- plans/rpmlint.fmf | 2 ++ plans/session-recording.fmf | 7 ++++++- plans/smoke.fmf | 1 + sources | 2 +- 10 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3269889..03dddaa 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,4 @@ /packitos-1.2.0.tar.gz /packitos-1.3.0.tar.gz /packitos-1.5.0.tar.gz +/packitos-1.6.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 56aa5bd..ee16bfc 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -51,7 +51,6 @@ jobs: dist_git_branches: rawhide: fast_forward_merge_into: [fedora-branched] - epel-9: {} - job: copr_build trigger: pull_request diff --git a/README.packit b/README.packit index c8a9914..578dd57 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.3.0.post1.dev11+gc1ea1e48. +The file was generated using packit 1.5.0.post1.dev7+gc7954f67. diff --git a/packit.spec b/packit.spec index 598bbcc..ccadcd0 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.5.0 +Version: 1.6.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Apr 04 2025 Packit - 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 - 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 diff --git a/plans/full.fmf b/plans/full.fmf index 60a6092..7f882e9 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -1,6 +1,8 @@ summary: Unit, integration & functional tests. + discover+: filter: tag:full + adjust: - when: "initiator == packit" because: "have the latest builds of ogr and specfile available for upstream test jobs" @@ -14,6 +16,7 @@ adjust: # upgrade ogr and specfile in case they are already installed - how: shell script: dnf -y upgrade python3-ogr python3-specfile + - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" because: "build and deepdiff are not in EPEL 9" prepare+: diff --git a/plans/main.fmf b/plans/main.fmf index 8fa3330..29871b8 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ -execute: - how: tmt discover: how: fmf url: https://github.com/packit/packit.git - ref: 34f547b5377bf7fe475f7ea8cba6cd409ebc5843 + ref: a3ff593dd7a7d53f25edfdc7817daa91dac3c7d0 +execute: + how: tmt diff --git a/plans/rpmlint.fmf b/plans/rpmlint.fmf index f9487df..c220c74 100644 --- a/plans/rpmlint.fmf +++ b/plans/rpmlint.fmf @@ -1,10 +1,12 @@ summary: Execute rpmlint on the spec file + discover: how: shell tests: - name: rpmlint test: rpmlint packit.spec + prepare: - name: packages how: install diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index fe7b016..ac89b53 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -1,6 +1,8 @@ summary: Session recording testcases + discover+: - filter: tier:2 + filter: tag:requre + adjust: - when: "initiator == packit" because: "have the latest builds of ogr and specfile available for upstream test jobs" @@ -8,12 +10,15 @@ adjust: # enable packit-dev Copr repo to get the latest builds of ogr and specfile - how: install copr: packit/packit-dev + # make sure the Copr repo has higher priority than TF Tag Repository - how: shell 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 + - when: "distro <= rhel-9 or distro <= centos-9 or distro == centos-stream-8 or distro == centos-stream-9" prepare+: - how: install diff --git a/plans/smoke.fmf b/plans/smoke.fmf index c67e52c..f797e91 100644 --- a/plans/smoke.fmf +++ b/plans/smoke.fmf @@ -1,3 +1,4 @@ summary: Basic simple tests + discover+: filter: tier:0 diff --git a/sources b/sources index 0e8825e..d26e8da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.5.0.tar.gz) = 7b3f0eaff50afd7d56c67931b29582a87a984e5c76ce9c114b29182090eed0ea0e571d8b3ff320a72626292785d0367de9d98d45166d29adb9c956d1cfae058f +SHA512 (packitos-1.6.0.tar.gz) = ccebe8ceed7154f267b9c64f8cd4aae739e776c55bb9417c34632d4ea84046460862518bf4f240fa579b9edd65f2417333e2363d81759354547e301ec2b1c86e From 5ec79d683e6c59bdc6b0e458dc7b4a9e115048a5 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 13 Apr 2025 20:05:13 +0000 Subject: [PATCH 118/147] Update to 1.7.0 upstream release - Resolves: rhbz#2359309 Upstream tag: 1.7.0 Upstream commit: 641502d2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/full.fmf | 9 +++++++-- plans/main.fmf | 2 +- plans/session-recording.fmf | 8 ++++++-- sources | 2 +- 7 files changed, 22 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 03dddaa..1987586 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,4 @@ /packitos-1.3.0.tar.gz /packitos-1.5.0.tar.gz /packitos-1.6.0.tar.gz +/packitos-1.7.0.tar.gz diff --git a/README.packit b/README.packit index 578dd57..807ffc6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.5.0.post1.dev7+gc7954f67. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/packit.spec b/packit.spec index ccadcd0..3afbe2d 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.6.0 +Version: 1.7.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Apr 13 2025 Packit - 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 - 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) diff --git a/plans/full.fmf b/plans/full.fmf index 7f882e9..888283c 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -13,9 +13,14 @@ adjust: # make sure the Copr repo has higher priority than TF Tag Repository - how: shell 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 + + # upgrade or install ‹ogr›, if needed - how: shell - script: dnf -y upgrade python3-ogr python3-specfile + script: dnf -y upgrade python3-ogr || dnf -y install python3-ogr + + # upgrade or install ‹specfile›, if needed + - how: shell + script: dnf -y upgrade python3-specfile || dnf -y install python3-specfile - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" because: "build and deepdiff are not in EPEL 9" diff --git a/plans/main.fmf b/plans/main.fmf index 29871b8..662fbb7 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: a3ff593dd7a7d53f25edfdc7817daa91dac3c7d0 + ref: 641502d2567dbd85518076ce1c201b88097a8246 execute: how: tmt diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index ac89b53..141a092 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -15,9 +15,13 @@ adjust: - how: shell 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 + # upgrade or install ‹ogr›, if needed - how: shell - script: dnf -y upgrade python3-ogr python3-specfile + script: dnf -y upgrade python3-ogr || dnf -y install python3-ogr + + # upgrade or install ‹specfile›, if needed + - how: shell + script: dnf -y upgrade python3-specfile || dnf -y install python3-specfile - when: "distro <= rhel-9 or distro <= centos-9 or distro == centos-stream-8 or distro == centos-stream-9" prepare+: diff --git a/sources b/sources index d26e8da..a919521 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.6.0.tar.gz) = ccebe8ceed7154f267b9c64f8cd4aae739e776c55bb9417c34632d4ea84046460862518bf4f240fa579b9edd65f2417333e2363d81759354547e301ec2b1c86e +SHA512 (packitos-1.7.0.tar.gz) = 71acbb9ff1f526595a8849909354950208dde0a724b3748fcbbd70c287908fbc57cc7147da9619641c8cc347ea8a17db97f0e6b8c88926ad1673136f21f21f79 From b2239d3e34b45af343e459acf57d39411a210c8e Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 9 May 2025 08:41:10 +0000 Subject: [PATCH 119/147] Update to 1.8.0 upstream release - Resolves: rhbz#2365298 Upstream tag: 1.8.0 Upstream commit: dfc652f2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1987586..b3a9fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,4 @@ /packitos-1.5.0.tar.gz /packitos-1.6.0.tar.gz /packitos-1.7.0.tar.gz +/packitos-1.8.0.tar.gz diff --git a/README.packit b/README.packit index 807ffc6..3be3f54 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. +The file was generated using packit 1.7.0.post1.dev8+g7368453f. diff --git a/packit.spec b/packit.spec index 3afbe2d..c211436 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.7.0 +Version: 1.8.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri May 09 2025 Packit - 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 - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 662fbb7..e287575 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 641502d2567dbd85518076ce1c201b88097a8246 + ref: dfc652f27d90b78ee56e40d5a508e7d4cd75dd7e execute: how: tmt diff --git a/sources b/sources index a919521..ce786d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.7.0.tar.gz) = 71acbb9ff1f526595a8849909354950208dde0a724b3748fcbbd70c287908fbc57cc7147da9619641c8cc347ea8a17db97f0e6b8c88926ad1673136f21f21f79 +SHA512 (packitos-1.8.0.tar.gz) = 23b8d86901a26d1bbc6c1679a89d8292575c29745cb3f092a1ba42f8e4e8fd8b61d707756eca706a1e2149f9c19fa84b7a58482134cbc549e8e2878ed9bf8bb3 From d579bb405535adb082b7b92b22bc6f52311f24cd Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 11 Jun 2025 15:25:46 +0000 Subject: [PATCH 120/147] Update to 1.9.0 upstream release - Resolves: rhbz#2372314 Upstream tag: 1.9.0 Upstream commit: c5d55fc1 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 4 ++-- README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 8 ++++++++ plans/main.fmf | 2 +- plans/session-recording.fmf | 8 ++++++++ sources | 2 +- 8 files changed, 28 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b3a9fd7..e0ca782 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,4 @@ /packitos-1.6.0.tar.gz /packitos-1.7.0.tar.gz /packitos-1.8.0.tar.gz +/packitos-1.9.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index ee16bfc..d17ccf4 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -81,8 +81,8 @@ jobs: trigger: commit branch: stable targets: - - fedora-latest-stable - - fedora-latest-stable-aarch64 + - fedora-stable + - fedora-stable-aarch64 project: packit-stable list_on_homepage: True preserve_project: True diff --git a/README.packit b/README.packit index 3be3f54..6beb40f 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.7.0.post1.dev8+g7368453f. +The file was generated using packit 1.8.0.post1.dev31+g9980e597. diff --git a/packit.spec b/packit.spec index c211436..5191bd3 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.8.0 +Version: 1.9.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed Jun 11 2025 Packit - 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 - 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) diff --git a/plans/full.fmf b/plans/full.fmf index 888283c..c0532a7 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -29,3 +29,11 @@ adjust: package: python3-pip - how: shell script: pip3 install build deepdiff + + - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" + because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" + prepare+: + - how: install + package: python3-pip + - how: shell + script: pip3 install flexmock diff --git a/plans/main.fmf b/plans/main.fmf index e287575..ca72244 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: dfc652f27d90b78ee56e40d5a508e7d4cd75dd7e + ref: c5d55fc12ba9368591b46e7e9a19a333f02db3bc execute: how: tmt diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 141a092..8e46f27 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -28,3 +28,11 @@ adjust: - how: install name: Enable the Copr-repo for Requre copr: packit/packit-dev + + - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" + because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" + prepare+: + - how: install + package: python3-pip + - how: shell + script: pip3 install flexmock diff --git a/sources b/sources index ce786d6..0a056c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.8.0.tar.gz) = 23b8d86901a26d1bbc6c1679a89d8292575c29745cb3f092a1ba42f8e4e8fd8b61d707756eca706a1e2149f9c19fa84b7a58482134cbc549e8e2878ed9bf8bb3 +SHA512 (packitos-1.9.0.tar.gz) = eec55167cfe142b51cea40c4aa622ac727957e23e260fac3a00bec820466afd4667a035b501cac093f5d1e9d1c58ef64b389fe46016e0dc849ebd3e1db71ad9a From 5902ae72944e258184996dd6cc03bdd1a18722ba Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sun, 22 Jun 2025 13:53:55 +0200 Subject: [PATCH 121/147] Rebuilt for Python 3.14 --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index c211436..c3caa86 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jun 22 2025 Python Maint - 1.8.0-2 +- Rebuilt for Python 3.14 + * Fri May 09 2025 Packit - 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) From 30008ca439f6c4e71947e6d9c0aa090878e7e3b8 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 11 Jul 2025 14:28:15 +0000 Subject: [PATCH 122/147] Update to 1.10.0 upstream release - Resolves: rhbz#2372314 Upstream tag: 1.10.0 Upstream commit: 833c3d79 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 4 ++-- README.packit | 2 +- packit.spec | 9 +++++++-- plans/full.fmf | 8 ++++++++ plans/main.fmf | 2 +- plans/session-recording.fmf | 8 ++++++++ sources | 2 +- 8 files changed, 29 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b3a9fd7..ef57c4e 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,4 @@ /packitos-1.6.0.tar.gz /packitos-1.7.0.tar.gz /packitos-1.8.0.tar.gz +/packitos-1.10.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index ee16bfc..d17ccf4 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -81,8 +81,8 @@ jobs: trigger: commit branch: stable targets: - - fedora-latest-stable - - fedora-latest-stable-aarch64 + - fedora-stable + - fedora-stable-aarch64 project: packit-stable list_on_homepage: True preserve_project: True diff --git a/README.packit b/README.packit index 3be3f54..dde2a46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.7.0.post1.dev8+g7368453f. +The file was generated using packit 1.9.0.post1.dev4+g48b4c222. diff --git a/packit.spec b/packit.spec index c3caa86..2e57fed 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.8.0 -Release: 2%{?dist} +Version: 1.10.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 +* Fri Jul 11 2025 Packit - 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 - 1.8.0-2 - Rebuilt for Python 3.14 diff --git a/plans/full.fmf b/plans/full.fmf index 888283c..c0532a7 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -29,3 +29,11 @@ adjust: package: python3-pip - how: shell script: pip3 install build deepdiff + + - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" + because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" + prepare+: + - how: install + package: python3-pip + - how: shell + script: pip3 install flexmock diff --git a/plans/main.fmf b/plans/main.fmf index e287575..9a1bf35 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: dfc652f27d90b78ee56e40d5a508e7d4cd75dd7e + ref: 833c3d79e4d59a3b1d5b8661eb38c7f2e501be2c execute: how: tmt diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 141a092..8e46f27 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -28,3 +28,11 @@ adjust: - how: install name: Enable the Copr-repo for Requre copr: packit/packit-dev + + - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" + because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" + prepare+: + - how: install + package: python3-pip + - how: shell + script: pip3 install flexmock diff --git a/sources b/sources index ce786d6..968d020 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.8.0.tar.gz) = 23b8d86901a26d1bbc6c1679a89d8292575c29745cb3f092a1ba42f8e4e8fd8b61d707756eca706a1e2149f9c19fa84b7a58482134cbc549e8e2878ed9bf8bb3 +SHA512 (packitos-1.10.0.tar.gz) = 7c2987dd689d6666899db325019f5c4774a65014deec789a901a0e8e7ffaa329d53d8ab5110aec339a640a6230224cd0899d193b7ca1e3e0f7496008de2d45bf From 6cfc52565e37fcde3211e7d4d53746596bd4eb8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 23:51:21 +0000 Subject: [PATCH 123/147] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index cde20bc..b76e936 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jul 11 2025 Packit - 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) From 19f67182b00587ca5179523796f8107e55a9c8a8 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 28 Jul 2025 11:02:02 +0000 Subject: [PATCH 124/147] Update to 1.11.0 upstream release Upstream tag: 1.11.0 Upstream commit: 2303dfa9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 +++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 177d178..9ed8733 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,4 @@ /packitos-1.8.0.tar.gz /packitos-1.10.0.tar.gz /packitos-1.9.0.tar.gz +/packitos-1.11.0.tar.gz diff --git a/README.packit b/README.packit index dde2a46..4efda45 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.9.0.post1.dev4+g48b4c222. +The file was generated using packit 1.10.0.post1.dev2+g50324129. diff --git a/packit.spec b/packit.spec index b76e936..76030e2 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.10.0 -Release: 2%{?dist} +Version: 1.11.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Jul 28 2025 Packit - 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) + * Thu Jul 24 2025 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index 9a1bf35..bb45a03 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 833c3d79e4d59a3b1d5b8661eb38c7f2e501be2c + ref: 2303dfa94729675478027f604f65020716decdf1 execute: how: tmt diff --git a/sources b/sources index 968d020..47f805b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.10.0.tar.gz) = 7c2987dd689d6666899db325019f5c4774a65014deec789a901a0e8e7ffaa329d53d8ab5110aec339a640a6230224cd0899d193b7ca1e3e0f7496008de2d45bf +SHA512 (packitos-1.11.0.tar.gz) = 5b9c7774fc572596b149234599d31367653e72f263c417d9c777ce6a366344fff9f9ad699c4e3f5c31c8db8e0205949d927b28e56f96386ca978662753a056d7 From 87cb694f60b38d82d0595592b8672446db1e1af3 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 28 Jul 2025 11:57:09 +0000 Subject: [PATCH 125/147] Update to 1.11.0 upstream release - Resolves: rhbz#2383891 Upstream tag: 1.11.0 Upstream commit: 2303dfa9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 177d178..9ed8733 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,4 @@ /packitos-1.8.0.tar.gz /packitos-1.10.0.tar.gz /packitos-1.9.0.tar.gz +/packitos-1.11.0.tar.gz diff --git a/README.packit b/README.packit index dde2a46..4efda45 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.9.0.post1.dev4+g48b4c222. +The file was generated using packit 1.10.0.post1.dev2+g50324129. diff --git a/packit.spec b/packit.spec index b76e936..a9f433c 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.10.0 -Release: 2%{?dist} +Version: 1.11.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Jul 28 2025 Packit - 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 - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index 9a1bf35..bb45a03 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 833c3d79e4d59a3b1d5b8661eb38c7f2e501be2c + ref: 2303dfa94729675478027f604f65020716decdf1 execute: how: tmt diff --git a/sources b/sources index 968d020..47f805b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.10.0.tar.gz) = 7c2987dd689d6666899db325019f5c4774a65014deec789a901a0e8e7ffaa329d53d8ab5110aec339a640a6230224cd0899d193b7ca1e3e0f7496008de2d45bf +SHA512 (packitos-1.11.0.tar.gz) = 5b9c7774fc572596b149234599d31367653e72f263c417d9c777ce6a366344fff9f9ad699c4e3f5c31c8db8e0205949d927b28e56f96386ca978662753a056d7 From 13bc1c15abffeb8387fc75c9b1a20d4ee9ec87de Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 13:05:21 +0200 Subject: [PATCH 126/147] Rebuilt for Python 3.14.0rc2 bytecode --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 76030e2..e17081b 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Aug 15 2025 Python Maint - 1.11.0-2 +- Rebuilt for Python 3.14.0rc2 bytecode + * Mon Jul 28 2025 Packit - 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) From ca05cf257628821ae0dda46607ef8e2c49c57df5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:35:40 +0200 Subject: [PATCH 127/147] Rebuilt for Python 3.14.0rc3 bytecode --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index e17081b..3709708 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 19 2025 Python Maint - 1.11.0-3 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.11.0-2 - Rebuilt for Python 3.14.0rc2 bytecode From 578e20d73a4c9944d6b7e0c3aabd63157e369611 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 19 Sep 2025 10:41:38 +0000 Subject: [PATCH 128/147] Update to 1.12.0 upstream release Upstream tag: 1.12.0 Upstream commit: dbe235f9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 4 ++-- README.packit | 2 +- packit.spec | 16 ++++++++++++++-- plans/full.fmf | 8 ++------ plans/main.fmf | 2 +- plans/session-recording.fmf | 8 ++------ sources | 2 +- 8 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 9ed8733..d7ae918 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,4 @@ /packitos-1.10.0.tar.gz /packitos-1.9.0.tar.gz /packitos-1.11.0.tar.gz +/packitos-1.12.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index d17ccf4..8946ad5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -28,8 +28,8 @@ issue_repository: https://github.com/packit/packit actions: create-archive: - - "python3 -m build --sdist --outdir ." - - "sh -c 'echo packitos-$(hatch version).tar.gz'" + - "sh -c 'hatch build -t sdist 2>&1 | tee hatch_build.log'" + - "tail -n1 hatch_build.log" get-current-version: - "hatch version" pre-sync: diff --git a/README.packit b/README.packit index 4efda45..fb341a1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.10.0.post1.dev2+g50324129. +The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. diff --git a/packit.spec b/packit.spec index 3709708..069f2ee 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.11.0 -Release: 3%{?dist} +Version: 1.12.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,18 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 19 2025 Packit - 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) + * Fri Sep 19 2025 Python Maint - 1.11.0-3 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/plans/full.fmf b/plans/full.fmf index c0532a7..cfe51f6 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -31,9 +31,5 @@ adjust: script: pip3 install build deepdiff - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock + because: "We are missing dependencies in EL10 that prohibit us from building." + enabled: false diff --git a/plans/main.fmf b/plans/main.fmf index bb45a03..6ebce38 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 2303dfa94729675478027f604f65020716decdf1 + ref: dbe235f913d74de4e1fb8175a14ca0e0f17a15e4 execute: how: tmt diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 8e46f27..5fc26c7 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -30,9 +30,5 @@ adjust: copr: packit/packit-dev - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock + because: "We are missing dependencies in EL10 that prohibit us from building." + enabled: false diff --git a/sources b/sources index 47f805b..c397c7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.11.0.tar.gz) = 5b9c7774fc572596b149234599d31367653e72f263c417d9c777ce6a366344fff9f9ad699c4e3f5c31c8db8e0205949d927b28e56f96386ca978662753a056d7 +SHA512 (packitos-1.12.0.tar.gz) = 514d3cb1315b322aafa6975bfe325714bb83cac1af72c647ac3a93b8464b6b0a41661f42d5b934ac01851d86359ea9df0c64a761c8c3fb5cb8dea88027d3aca7 From f6eab64a25aa39f3e80ff1181bd958e6ce54fc1c Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 19 Sep 2025 12:54:08 +0000 Subject: [PATCH 129/147] Update to 1.12.0 upstream release - Resolves: rhbz#2396659 Upstream tag: 1.12.0 Upstream commit: dbe235f9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 4 ++-- README.packit | 2 +- packit.spec | 17 +++++++++++++++-- plans/full.fmf | 8 ++------ plans/main.fmf | 2 +- plans/session-recording.fmf | 8 ++------ sources | 2 +- 8 files changed, 25 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 9ed8733..d7ae918 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,4 @@ /packitos-1.10.0.tar.gz /packitos-1.9.0.tar.gz /packitos-1.11.0.tar.gz +/packitos-1.12.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index d17ccf4..8946ad5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -28,8 +28,8 @@ issue_repository: https://github.com/packit/packit actions: create-archive: - - "python3 -m build --sdist --outdir ." - - "sh -c 'echo packitos-$(hatch version).tar.gz'" + - "sh -c 'hatch build -t sdist 2>&1 | tee hatch_build.log'" + - "tail -n1 hatch_build.log" get-current-version: - "hatch version" pre-sync: diff --git a/README.packit b/README.packit index 4efda45..fb341a1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.10.0.post1.dev2+g50324129. +The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. diff --git a/packit.spec b/packit.spec index 3709708..6346049 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.11.0 -Release: 3%{?dist} +Version: 1.12.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,19 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 19 2025 Packit - 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 - 1.11.0-3 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/plans/full.fmf b/plans/full.fmf index c0532a7..cfe51f6 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -31,9 +31,5 @@ adjust: script: pip3 install build deepdiff - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock + because: "We are missing dependencies in EL10 that prohibit us from building." + enabled: false diff --git a/plans/main.fmf b/plans/main.fmf index bb45a03..6ebce38 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 2303dfa94729675478027f604f65020716decdf1 + ref: dbe235f913d74de4e1fb8175a14ca0e0f17a15e4 execute: how: tmt diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 8e46f27..5fc26c7 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -30,9 +30,5 @@ adjust: copr: packit/packit-dev - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock + because: "We are missing dependencies in EL10 that prohibit us from building." + enabled: false diff --git a/sources b/sources index 47f805b..c397c7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.11.0.tar.gz) = 5b9c7774fc572596b149234599d31367653e72f263c417d9c777ce6a366344fff9f9ad699c4e3f5c31c8db8e0205949d927b28e56f96386ca978662753a056d7 +SHA512 (packitos-1.12.0.tar.gz) = 514d3cb1315b322aafa6975bfe325714bb83cac1af72c647ac3a93b8464b6b0a41661f42d5b934ac01851d86359ea9df0c64a761c8c3fb5cb8dea88027d3aca7 From e3186cb768cc14027d4571251ffdba4fc6c5b1c8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 13:05:21 +0200 Subject: [PATCH 130/147] Rebuilt for Python 3.14.0rc2 bytecode --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index a9f433c..50f028d 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Aug 15 2025 Python Maint - 1.11.0-2 +- Rebuilt for Python 3.14.0rc2 bytecode + * Mon Jul 28 2025 Packit - 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 From 0c68c38e10a898ffeb29a94e8b77958f2b775c13 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:35:40 +0200 Subject: [PATCH 131/147] Rebuilt for Python 3.14.0rc3 bytecode --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 50f028d..d754da8 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 19 2025 Python Maint - 1.11.0-3 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.11.0-2 - Rebuilt for Python 3.14.0rc2 bytecode From 1497e0ce1731e079b71d7d6f3f4208c55ae8ed73 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 19 Sep 2025 12:54:08 +0000 Subject: [PATCH 132/147] Update to 1.12.0 upstream release - Resolves: rhbz#2396659 Upstream tag: 1.12.0 Upstream commit: dbe235f9 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 4 ++-- README.packit | 2 +- packit.spec | 17 +++++++++++++++-- plans/full.fmf | 8 ++------ plans/main.fmf | 2 +- plans/session-recording.fmf | 8 ++------ sources | 2 +- 8 files changed, 25 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 9ed8733..d7ae918 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,4 @@ /packitos-1.10.0.tar.gz /packitos-1.9.0.tar.gz /packitos-1.11.0.tar.gz +/packitos-1.12.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index d17ccf4..8946ad5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -28,8 +28,8 @@ issue_repository: https://github.com/packit/packit actions: create-archive: - - "python3 -m build --sdist --outdir ." - - "sh -c 'echo packitos-$(hatch version).tar.gz'" + - "sh -c 'hatch build -t sdist 2>&1 | tee hatch_build.log'" + - "tail -n1 hatch_build.log" get-current-version: - "hatch version" pre-sync: diff --git a/README.packit b/README.packit index 4efda45..fb341a1 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.10.0.post1.dev2+g50324129. +The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. diff --git a/packit.spec b/packit.spec index d754da8..f67c911 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.11.0 -Release: 3%{?dist} +Version: 1.12.0 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,19 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 19 2025 Packit - 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 - 1.11.0-3 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/plans/full.fmf b/plans/full.fmf index c0532a7..cfe51f6 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -31,9 +31,5 @@ adjust: script: pip3 install build deepdiff - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock + because: "We are missing dependencies in EL10 that prohibit us from building." + enabled: false diff --git a/plans/main.fmf b/plans/main.fmf index bb45a03..6ebce38 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 2303dfa94729675478027f604f65020716decdf1 + ref: dbe235f913d74de4e1fb8175a14ca0e0f17a15e4 execute: how: tmt diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 8e46f27..5fc26c7 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -30,9 +30,5 @@ adjust: copr: packit/packit-dev - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835" - prepare+: - - how: install - package: python3-pip - - how: shell - script: pip3 install flexmock + because: "We are missing dependencies in EL10 that prohibit us from building." + enabled: false diff --git a/sources b/sources index 47f805b..c397c7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.11.0.tar.gz) = 5b9c7774fc572596b149234599d31367653e72f263c417d9c777ce6a366344fff9f9ad699c4e3f5c31c8db8e0205949d927b28e56f96386ca978662753a056d7 +SHA512 (packitos-1.12.0.tar.gz) = 514d3cb1315b322aafa6975bfe325714bb83cac1af72c647ac3a93b8464b6b0a41661f42d5b934ac01851d86359ea9df0c64a761c8c3fb5cb8dea88027d3aca7 From 14ad9f57efe9e43e54e7bf601c9f17347fcf91f9 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 9 Dec 2025 15:13:30 +0000 Subject: [PATCH 133/147] Update to 1.13.0 upstream release - Resolves: rhbz#2420553 Upstream tag: 1.13.0 Upstream commit: a882649b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d7ae918..3954cee 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,4 @@ /packitos-1.9.0.tar.gz /packitos-1.11.0.tar.gz /packitos-1.12.0.tar.gz +/packitos-1.13.0.tar.gz diff --git a/README.packit b/README.packit index fb341a1..1d2f35b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. +The file was generated using packit 1.12.0.post1.dev22+gfe66fd850. diff --git a/packit.spec b/packit.spec index 6346049..83a3325 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.12.0 +Version: 1.13.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Dec 09 2025 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 6ebce38..7670694 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: dbe235f913d74de4e1fb8175a14ca0e0f17a15e4 + ref: a882649bf680ca1000fbce2b33df220d70487330 execute: how: tmt diff --git a/sources b/sources index c397c7d..1887413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.12.0.tar.gz) = 514d3cb1315b322aafa6975bfe325714bb83cac1af72c647ac3a93b8464b6b0a41661f42d5b934ac01851d86359ea9df0c64a761c8c3fb5cb8dea88027d3aca7 +SHA512 (packitos-1.13.0.tar.gz) = 113be69f5eafb51a7a9adeb294d0b3dbcfb984938df63c25734f0f0a1884e76e570c2be64bc31808fc5394a01afdd2478bfb74a804b4d588412fd2a4640b22a8 From 27e582b595db1def2355f889b4b157fdf3d12a4f Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 9 Dec 2025 15:13:30 +0000 Subject: [PATCH 134/147] Update to 1.13.0 upstream release - Resolves: rhbz#2420553 Upstream tag: 1.13.0 Upstream commit: a882649b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d7ae918..3954cee 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,4 @@ /packitos-1.9.0.tar.gz /packitos-1.11.0.tar.gz /packitos-1.12.0.tar.gz +/packitos-1.13.0.tar.gz diff --git a/README.packit b/README.packit index fb341a1..1d2f35b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. +The file was generated using packit 1.12.0.post1.dev22+gfe66fd850. diff --git a/packit.spec b/packit.spec index 069f2ee..70e373f 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.12.0 +Version: 1.13.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Dec 09 2025 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 6ebce38..7670694 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: dbe235f913d74de4e1fb8175a14ca0e0f17a15e4 + ref: a882649bf680ca1000fbce2b33df220d70487330 execute: how: tmt diff --git a/sources b/sources index c397c7d..1887413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.12.0.tar.gz) = 514d3cb1315b322aafa6975bfe325714bb83cac1af72c647ac3a93b8464b6b0a41661f42d5b934ac01851d86359ea9df0c64a761c8c3fb5cb8dea88027d3aca7 +SHA512 (packitos-1.13.0.tar.gz) = 113be69f5eafb51a7a9adeb294d0b3dbcfb984938df63c25734f0f0a1884e76e570c2be64bc31808fc5394a01afdd2478bfb74a804b4d588412fd2a4640b22a8 From 724b048d678526b5d43647ac107685363db52bf2 Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 9 Dec 2025 15:13:30 +0000 Subject: [PATCH 135/147] Update to 1.13.0 upstream release - Resolves: rhbz#2420553 Upstream tag: 1.13.0 Upstream commit: a882649b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d7ae918..3954cee 100644 --- a/.gitignore +++ b/.gitignore @@ -141,3 +141,4 @@ /packitos-1.9.0.tar.gz /packitos-1.11.0.tar.gz /packitos-1.12.0.tar.gz +/packitos-1.13.0.tar.gz diff --git a/README.packit b/README.packit index fb341a1..1d2f35b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. +The file was generated using packit 1.12.0.post1.dev22+gfe66fd850. diff --git a/packit.spec b/packit.spec index f67c911..50985e6 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.12.0 +Version: 1.13.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Dec 09 2025 Packit - 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 - 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) diff --git a/plans/main.fmf b/plans/main.fmf index 6ebce38..7670694 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: dbe235f913d74de4e1fb8175a14ca0e0f17a15e4 + ref: a882649bf680ca1000fbce2b33df220d70487330 execute: how: tmt diff --git a/sources b/sources index c397c7d..1887413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.12.0.tar.gz) = 514d3cb1315b322aafa6975bfe325714bb83cac1af72c647ac3a93b8464b6b0a41661f42d5b934ac01851d86359ea9df0c64a761c8c3fb5cb8dea88027d3aca7 +SHA512 (packitos-1.13.0.tar.gz) = 113be69f5eafb51a7a9adeb294d0b3dbcfb984938df63c25734f0f0a1884e76e570c2be64bc31808fc5394a01afdd2478bfb74a804b4d588412fd2a4640b22a8 From 8d7f458f229ef30549f62b05398cc2b21803b749 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 8 Jan 2026 15:08:55 +0000 Subject: [PATCH 136/147] Update to 1.14.0 upstream release - Resolves: rhbz#2427944 Upstream tag: 1.14.0 Upstream commit: 87042fca Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3954cee..ca6cbac 100644 --- a/.gitignore +++ b/.gitignore @@ -142,3 +142,4 @@ /packitos-1.11.0.tar.gz /packitos-1.12.0.tar.gz /packitos-1.13.0.tar.gz +/packitos-1.14.0.tar.gz diff --git a/README.packit b/README.packit index 1d2f35b..03bf1f3 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.12.0.post1.dev22+gfe66fd850. +The file was generated using packit 1.13.0.post1.dev9+gac12f1be7. diff --git a/packit.spec b/packit.spec index 50985e6..c5ef481 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.13.0 +Version: 1.14.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jan 08 2026 Packit - 1.14.0-1 +- We have added the `--preserve-spec` flag to the `prepare-sources` and `srpm` commands. When used, Packit will not change the spec file in any way (e.g., release is not bumped, Source0 is not changed). When enabled, it implies `--no-update-release`. (#2653) +- Resolves: rhbz#2427944 + * Tue Dec 09 2025 Packit - 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 diff --git a/plans/main.fmf b/plans/main.fmf index 7670694..8a24df6 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: a882649bf680ca1000fbce2b33df220d70487330 + ref: 87042fcac49435dd55a1b989ed0c6ead290e703d execute: how: tmt diff --git a/sources b/sources index 1887413..3759c47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.13.0.tar.gz) = 113be69f5eafb51a7a9adeb294d0b3dbcfb984938df63c25734f0f0a1884e76e570c2be64bc31808fc5394a01afdd2478bfb74a804b4d588412fd2a4640b22a8 +SHA512 (packitos-1.14.0.tar.gz) = 77acce155d17d06e1713d8c7ac219e8ff6ce5d9a48fffbda6f666c1fad0a55067bb53a23129c233d3c09a646d096be3a6ee4d3047ae84c0973c935baf190b1e2 From 209f53b76b44008d393b0014e6a76584ccdc5a5c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 23:11:40 +0000 Subject: [PATCH 137/147] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index c5ef481..ff41cfd 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jan 08 2026 Packit - 1.14.0-1 - We have added the `--preserve-spec` flag to the `prepare-sources` and `srpm` commands. When used, Packit will not change the spec file in any way (e.g., release is not bumped, Source0 is not changed). When enabled, it implies `--no-update-release`. (#2653) - Resolves: rhbz#2427944 From 7b263fc40015e92a4134b362d53e4e9ca3671241 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 12 Feb 2026 17:32:03 +0000 Subject: [PATCH 138/147] 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/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 9 +++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ca6cbac..c18957a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.packit b/README.packit index 03bf1f3..48ac383 100644 --- a/README.packit +++ b/README.packit @@ -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. diff --git a/packit.spec b/packit.spec index ff41cfd..eecf971 100644 --- a/packit.spec +++ b/packit.spec @@ -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 - 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 - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index 8a24df6..47101b7 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 87042fcac49435dd55a1b989ed0c6ead290e703d + ref: d507597e6a4c9c2e456694de97d0353fe99e894f execute: how: tmt diff --git a/sources b/sources index 3759c47..027055f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.14.0.tar.gz) = 77acce155d17d06e1713d8c7ac219e8ff6ce5d9a48fffbda6f666c1fad0a55067bb53a23129c233d3c09a646d096be3a6ee4d3047ae84c0973c935baf190b1e2 +SHA512 (packitos-1.15.0.tar.gz) = 5a7d4ade59e2449ca7b42f8f1c0d6f9ab73e376358177b9242c7b9ae7386e0a43adcff3232fd4b1105d4caf22e9ba1bee503c1ae5ce809ab56237bbb6c60c5ff From cc692b7b08e8a56974f4c356779c369c860d1f17 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 6 Mar 2026 14:03:12 +0000 Subject: [PATCH 139/147] Update to 1.15.1 upstream release - Resolves: rhbz#2445195 Upstream tag: 1.15.1 Upstream commit: 460154b0 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + .packit.yaml | 11 ++++++++++- README.packit | 2 +- packit.spec | 6 +++++- plans/full.fmf | 4 ---- plans/main.fmf | 2 +- plans/session-recording.fmf | 4 ---- sources | 2 +- 8 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index c18957a..34a9947 100644 --- a/.gitignore +++ b/.gitignore @@ -144,3 +144,4 @@ /packitos-1.13.0.tar.gz /packitos-1.14.0.tar.gz /packitos-1.15.0.tar.gz +/packitos-1.15.1.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 8946ad5..0178029 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -51,12 +51,14 @@ jobs: dist_git_branches: rawhide: fast_forward_merge_into: [fedora-branched] - + epel-10: + fast_forward_merge_into: [epel-10-branched] - job: copr_build trigger: pull_request targets: - fedora-all - fedora-all-aarch64 + - epel-10-all packages: - packit @@ -64,6 +66,7 @@ jobs: trigger: pull_request targets: - fedora-all + - epel-10-all packages: - packit @@ -73,6 +76,7 @@ jobs: targets: - fedora-all - fedora-all-aarch64 + - epel-10-all project: packit-dev list_on_homepage: True preserve_project: True @@ -92,6 +96,7 @@ jobs: targets: - fedora-stable - fedora-stable-aarch64 + - epel-10-all project: packit-releases list_on_homepage: True preserve_project: True @@ -102,6 +107,8 @@ jobs: dist_git_branches: rawhide: fast_forward_merge_into: [fedora-branched] + epel-10: + fast_forward_merge_into: [epel-10-branched] - job: koji_build trigger: commit | koji_build @@ -113,6 +120,7 @@ jobs: - python-specfile dist_git_branches: - fedora-all + - epel-10-all - job: bodhi_update trigger: koji_build @@ -124,6 +132,7 @@ jobs: - python-specfile dist_git_branches: - fedora-all + - epel-10-all # - job: vm_image_build # trigger: pull_request # packit_instances: ["stg"] diff --git a/README.packit b/README.packit index 48ac383..2e2c30b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.14.0.post1.dev14+gd507597e6. +The file was generated using packit 1.15.0.post1.dev8+gd88d89df5. diff --git a/packit.spec b/packit.spec index eecf971..c60075a 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.15.0 +Version: 1.15.1 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Mar 06 2026 Packit - 1.15.1-1 +- We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691) +- Resolves: rhbz#2445195 + * Thu Feb 12 2026 Packit - 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) diff --git a/plans/full.fmf b/plans/full.fmf index cfe51f6..888283c 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -29,7 +29,3 @@ adjust: package: python3-pip - how: shell script: pip3 install build deepdiff - - - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "We are missing dependencies in EL10 that prohibit us from building." - enabled: false diff --git a/plans/main.fmf b/plans/main.fmf index 47101b7..c51c350 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: d507597e6a4c9c2e456694de97d0353fe99e894f + ref: 460154b02830ae01f957e84142b9abb707d1ca7f execute: how: tmt diff --git a/plans/session-recording.fmf b/plans/session-recording.fmf index 5fc26c7..141a092 100644 --- a/plans/session-recording.fmf +++ b/plans/session-recording.fmf @@ -28,7 +28,3 @@ adjust: - how: install name: Enable the Copr-repo for Requre copr: packit/packit-dev - - - when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10" - because: "We are missing dependencies in EL10 that prohibit us from building." - enabled: false diff --git a/sources b/sources index 027055f..41aa9bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.15.0.tar.gz) = 5a7d4ade59e2449ca7b42f8f1c0d6f9ab73e376358177b9242c7b9ae7386e0a43adcff3232fd4b1105d4caf22e9ba1bee503c1ae5ce809ab56237bbb6c60c5ff +SHA512 (packitos-1.15.1.tar.gz) = 180a91f2612df66f170eac9d01ca4f3debfff01b37a44a4aab0bb53512e27dbdaed8ab301552c87649996de9b7fa5a544908568d78a262dce1bbc784f0a1b973 From ab83dee83933bbb41a3de2b1cae05eb1a73679ad Mon Sep 17 00:00:00 2001 From: Packit Date: Tue, 24 Mar 2026 17:55:12 +0000 Subject: [PATCH 140/147] Update to 1.15.2 upstream release - Resolves: rhbz#2450841 Upstream tag: 1.15.2 Upstream commit: b7382833 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 34a9947..358a605 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,4 @@ /packitos-1.14.0.tar.gz /packitos-1.15.0.tar.gz /packitos-1.15.1.tar.gz +/packitos-1.15.2.tar.gz diff --git a/README.packit b/README.packit index 2e2c30b..c72c444 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.0.post1.dev8+gd88d89df5. +The file was generated using packit 1.15.1.post1.dev10+gc5437527a. diff --git a/packit.spec b/packit.spec index c60075a..aa49cbb 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.15.1 +Version: 1.15.2 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Tue Mar 24 2026 Packit - 1.15.2-1 +- Packit now uses the specfile library's sanitization when parsing spec files. +- Resolves: rhbz#2450841 + * Fri Mar 06 2026 Packit - 1.15.1-1 - We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691) - Resolves: rhbz#2445195 diff --git a/plans/main.fmf b/plans/main.fmf index c51c350..ae84f23 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 460154b02830ae01f957e84142b9abb707d1ca7f + ref: b7382833de9e46ac53653de3b7e96b3f27500ae4 execute: how: tmt diff --git a/sources b/sources index 41aa9bc..973a3b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.15.1.tar.gz) = 180a91f2612df66f170eac9d01ca4f3debfff01b37a44a4aab0bb53512e27dbdaed8ab301552c87649996de9b7fa5a544908568d78a262dce1bbc784f0a1b973 +SHA512 (packitos-1.15.2.tar.gz) = 74017fc7b2da051d599bfa090ccce48079b1acc8e089a2a96eb0696af98222d2a75534ca069e49963f7f0534a8a2a4ab58abe54598b91be3ebdaaa6c684906a5 From 4d3ab9df47191adb49935a1d813817a5de778ad5 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 1 Apr 2026 13:48:15 +0000 Subject: [PATCH 141/147] Update to 1.15.3 upstream release - Resolves: rhbz#2453842 Upstream tag: 1.15.3 Upstream commit: e0ba48ac Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 6 +++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 358a605..d624306 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,4 @@ /packitos-1.15.0.tar.gz /packitos-1.15.1.tar.gz /packitos-1.15.2.tar.gz +/packitos-1.15.3.tar.gz diff --git a/README.packit b/README.packit index c72c444..f81f407 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.1.post1.dev10+gc5437527a. +The file was generated using packit 1.15.2.post1.dev9+gc92be17fa. diff --git a/packit.spec b/packit.spec index aa49cbb..c7310af 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.15.2 +Version: 1.15.3 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Wed Apr 01 2026 Packit - 1.15.3-1 +- We've fixed the formatting of the strings Packit appends to the changelog. Now there will be at most one blank line before or after the Packit comment. (#2707) +- Resolves: rhbz#2453842 + * Tue Mar 24 2026 Packit - 1.15.2-1 - Packit now uses the specfile library's sanitization when parsing spec files. - Resolves: rhbz#2450841 diff --git a/plans/main.fmf b/plans/main.fmf index ae84f23..6129b91 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: b7382833de9e46ac53653de3b7e96b3f27500ae4 + ref: e0ba48ac6bd8608f55f075f72d36d00e5f13550d execute: how: tmt diff --git a/sources b/sources index 973a3b5..6705f2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.15.2.tar.gz) = 74017fc7b2da051d599bfa090ccce48079b1acc8e089a2a96eb0696af98222d2a75534ca069e49963f7f0534a8a2a4ab58abe54598b91be3ebdaaa6c684906a5 +SHA512 (packitos-1.15.3.tar.gz) = 899558cae60980caf3ef040b9b57298f8da34b1ac42027ea7418c00deadb786be2d3d3566392a6d85fe37ca88b8eeae162d5a2dd45c14d79cff1cd32dae97246 From 7fc713a2cc1655e9b58c8fe64b7d6708c22031e6 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 24 Apr 2026 08:52:57 +0000 Subject: [PATCH 142/147] Update to 1.16.0 upstream release - Resolves: rhbz#2461103 Upstream tag: 1.16.0 Upstream commit: 3824aae5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d624306..7e5639f 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,4 @@ /packitos-1.15.1.tar.gz /packitos-1.15.2.tar.gz /packitos-1.15.3.tar.gz +/packitos-1.16.0.tar.gz diff --git a/README.packit b/README.packit index f81f407..7698114 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.2.post1.dev9+gc92be17fa. +The file was generated using packit 1.15.3.post1.dev4+g553394da5. diff --git a/packit.spec b/packit.spec index c7310af..ac90393 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.15.3 +Version: 1.16.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Apr 24 2026 Packit - 1.16.0-1 +- Packit CLI has a new option `--[no-]update-release` that, by default, follows the value of the option set in the config, and also allows you to override manually, if necessary. (#2713) +- In addition to `version_update_mask`, users can now use a new `version_update_specifiers` configuration option to control the upstream versions allowed to be release-synced. The option accepts [PEP440 version specifier sets](https://packaging.pypa.io/en/stable/specifiers.html), for example `version_update_specifiers: >=1.0,~=1.0`. (#2710) +- Resolves: rhbz#2461103 + * Wed Apr 01 2026 Packit - 1.15.3-1 - We've fixed the formatting of the strings Packit appends to the changelog. Now there will be at most one blank line before or after the Packit comment. (#2707) - Resolves: rhbz#2453842 diff --git a/plans/main.fmf b/plans/main.fmf index 6129b91..4cfa456 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: e0ba48ac6bd8608f55f075f72d36d00e5f13550d + ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569 execute: how: tmt diff --git a/sources b/sources index 6705f2c..7f39d0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.15.3.tar.gz) = 899558cae60980caf3ef040b9b57298f8da34b1ac42027ea7418c00deadb786be2d3d3566392a6d85fe37ca88b8eeae162d5a2dd45c14d79cff1cd32dae97246 +SHA512 (packitos-1.16.0.tar.gz) = cb9edfa23a5153439739f13e82da13e3017d97f43d2fdfdf8c1afd6e7de7b31f64c29c006c5f0dbda353fa4a12f1a7761935353ef87b306f71d109abf09bc802 From 2af9d43fbfee3d4c3c9d69a8e0e0feaa69fbebdc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 5 Jun 2026 13:21:31 +0200 Subject: [PATCH 143/147] Rebuilt for Python 3.15 --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index ac90393..a6b7e3f 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Jun 05 2026 Python Maint - 1.16.0-2 +- Rebuilt for Python 3.15 + * Fri Apr 24 2026 Packit - 1.16.0-1 - Packit CLI has a new option `--[no-]update-release` that, by default, follows the value of the option set in the config, and also allows you to override manually, if necessary. (#2713) - In addition to `version_update_mask`, users can now use a new `version_update_specifiers` configuration option to control the upstream versions allowed to be release-synced. The option accepts [PEP440 version specifier sets](https://packaging.pypa.io/en/stable/specifiers.html), for example `version_update_specifiers: >=1.0,~=1.0`. (#2710) From 9a9b1ed8e0eca7f87002ca6383b3f8f6b01bd063 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 14 Jun 2026 18:08:01 +0000 Subject: [PATCH 144/147] Update to 1.16.1 upstream release - Resolves: rhbz#2488767 Upstream tag: 1.16.1 Upstream commit: 6e09edce Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7e5639f..b58d702 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,4 @@ /packitos-1.15.2.tar.gz /packitos-1.15.3.tar.gz /packitos-1.16.0.tar.gz +/packitos-1.16.1.tar.gz diff --git a/README.packit b/README.packit index 7698114..4e76cbe 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.15.3.post1.dev4+g553394da5. +The file was generated using packit 1.16.0.post1.dev8+g8a0482385. diff --git a/packit.spec b/packit.spec index a6b7e3f..f23d457 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.16.0 -Release: 2%{?dist} +Version: 1.16.1 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Sun Jun 14 2026 Packit - 1.16.1-1 +- Fixed a couple of Copr-related issues. (#2721, #2727) +- Resolves: rhbz#2488767 + * Fri Jun 05 2026 Python Maint - 1.16.0-2 - Rebuilt for Python 3.15 diff --git a/plans/main.fmf b/plans/main.fmf index 4cfa456..a4b19ec 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569 + ref: 6e09edce1afd9c96955ef4ddb4da3a206c658f69 execute: how: tmt diff --git a/sources b/sources index 7f39d0e..248ce43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.16.0.tar.gz) = cb9edfa23a5153439739f13e82da13e3017d97f43d2fdfdf8c1afd6e7de7b31f64c29c006c5f0dbda353fa4a12f1a7761935353ef87b306f71d109abf09bc802 +SHA512 (packitos-1.16.1.tar.gz) = 6a8ef7f836c013b5c4c38568f97f7d9ce4db805c7b9bfb5db78c0fdd902677b496b7630005e6884cfb30fdda70cc8f7a165e6da0c314fc07e21788771bb97aff From 4d95c3e9b8747ce97d722a7a21ea4696f32a152a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jul 2026 10:42:59 +0000 Subject: [PATCH 145/147] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- packit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index f23d457..2aac632 100644 --- a/packit.spec +++ b/packit.spec @@ -7,7 +7,7 @@ Name: packit Version: 1.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Thu Jul 16 2026 Fedora Release Engineering - 1.16.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sun Jun 14 2026 Packit - 1.16.1-1 - Fixed a couple of Copr-related issues. (#2721, #2727) - Resolves: rhbz#2488767 From 7f9f1b684cd1214cccc1dc8b8c2ba459c6b75fcc Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 20 Jul 2026 17:25:37 +0000 Subject: [PATCH 146/147] Update to 1.16.2 upstream release - Resolves: rhbz#2502899 Upstream tag: 1.16.2 Upstream commit: 33bc381e Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 8 ++++++-- plans/main.fmf | 2 +- sources | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b58d702..e71c1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,4 @@ /packitos-1.15.3.tar.gz /packitos-1.16.0.tar.gz /packitos-1.16.1.tar.gz +/packitos-1.16.2.tar.gz diff --git a/README.packit b/README.packit index 4e76cbe..173195e 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.16.0.post1.dev8+g8a0482385. +The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b. diff --git a/packit.spec b/packit.spec index 2aac632..ffa40fb 100644 --- a/packit.spec +++ b/packit.spec @@ -6,8 +6,8 @@ %endif Name: packit -Version: 1.16.1 -Release: 2%{?dist} +Version: 1.16.2 +Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system License: MIT @@ -78,6 +78,10 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Mon Jul 20 2026 Packit - 1.16.2-1 +- Add HTTP timeouts and make `get_monitoring_metadata()` unauthenticated which should improve the UX of `packit validate`. (#2730) +- Resolves: rhbz#2502899 + * Thu Jul 16 2026 Fedora Release Engineering - 1.16.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild diff --git a/plans/main.fmf b/plans/main.fmf index a4b19ec..379819d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 6e09edce1afd9c96955ef4ddb4da3a206c658f69 + ref: 33bc381e684e4a9c649f26d557620fd361f21532 execute: how: tmt diff --git a/sources b/sources index 248ce43..fef546b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.16.1.tar.gz) = 6a8ef7f836c013b5c4c38568f97f7d9ce4db805c7b9bfb5db78c0fdd902677b496b7630005e6884cfb30fdda70cc8f7a165e6da0c314fc07e21788771bb97aff +SHA512 (packitos-1.16.2.tar.gz) = 7d52f5ad3409a5772bab0d96f8baa834a7d95cf069153c2018bebe52076523cf42a7a6b79234f7c220af009a5de1ae8feac2442d2fbf6b78cddebe02faaf1138 From 34fcb6811c3d027becf3f26c9b6872ace599afaf Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 4 Sep 2026 11:06:17 +0000 Subject: [PATCH 147/147] Update to 1.16.3 upstream release - Resolves: rhbz#2528471 Upstream tag: 1.16.3 Upstream commit: 868f8f6b Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- packit.spec | 7 ++++++- plans/full.fmf | 7 +++++++ plans/main.fmf | 2 +- sources | 2 +- 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e71c1d7..3485cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ /packitos-1.16.0.tar.gz /packitos-1.16.1.tar.gz /packitos-1.16.2.tar.gz +/packitos-1.16.3.tar.gz diff --git a/README.packit b/README.packit index 173195e..72ae4cd 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b. +The file was generated using packit 1.16.2.post1.dev18+g099fa292c. diff --git a/packit.spec b/packit.spec index ffa40fb..f130f29 100644 --- a/packit.spec +++ b/packit.spec @@ -6,7 +6,7 @@ %endif Name: packit -Version: 1.16.2 +Version: 1.16.3 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,11 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit %doc README.md %changelog +* Fri Sep 04 2026 Packit - 1.16.3-1 +- Packit now retries when it encounters connection errors during authentication when attempting to create a Bodhi update. (#2749) +- Fixed an issue where a relative `--dist-git-path` (e.g. `.`) could cause packit to incorrectly identify a dist-git directory as an upstream repository. (#2736) +- Resolves: rhbz#2528471 + * Mon Jul 20 2026 Packit - 1.16.2-1 - Add HTTP timeouts and make `get_monitoring_metadata()` unauthenticated which should improve the UX of `packit validate`. (#2730) - Resolves: rhbz#2502899 diff --git a/plans/full.fmf b/plans/full.fmf index 888283c..fd42d60 100644 --- a/plans/full.fmf +++ b/plans/full.fmf @@ -3,6 +3,13 @@ summary: Unit, integration & functional tests. discover+: filter: tag:full +# marshmallow-jsonschema has no Fedora/EPEL package, install it from PyPI +prepare: + - how: install + package: python3-pip + - how: shell + script: pip3 install marshmallow-jsonschema + adjust: - when: "initiator == packit" because: "have the latest builds of ogr and specfile available for upstream test jobs" diff --git a/plans/main.fmf b/plans/main.fmf index 379819d..ee8dd03 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,6 @@ discover: how: fmf url: https://github.com/packit/packit.git - ref: 33bc381e684e4a9c649f26d557620fd361f21532 + ref: 868f8f6b5f04b0dfc5f4e42aa466721ffc0e4b15 execute: how: tmt diff --git a/sources b/sources index fef546b..fa66d96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-1.16.2.tar.gz) = 7d52f5ad3409a5772bab0d96f8baa834a7d95cf069153c2018bebe52076523cf42a7a6b79234f7c220af009a5de1ae8feac2442d2fbf6b78cddebe02faaf1138 +SHA512 (packitos-1.16.3.tar.gz) = 0bf3d8a574f09d78261044e6b66447363e6c1d14f77c610b73773565aeac696aac952a2fc777aafc769023c211436ac18a84dce935f0da006fec02f981313758