#9 Update rawhide to upstream release 2.9.1
Merged 10 days ago by sergiomb. Opened 16 days ago by packit.

file modified
+1
@@ -34,3 +34,4 @@ 

  /apt-2.7.11.tar.gz

  /apt-2.7.12.tar.gz

  /apt-2.7.14.tar.gz

+ /apt-2.9.1.tar.gz

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.94.0.post1.dev2+g7ce7e679.

+ The file was generated using packit 0.94.2.

file modified
+6 -2
@@ -13,8 +13,8 @@ 

  %bcond_with check_integration

  

  Name:           apt

- Version:        2.7.14

- Release:        2%{?dist}

+ Version:        2.9.1

+ Release:        1%{?dist}

  Summary:        Command-line package manager for Debian packages

  

  License:        GPL-2.0-or-later
@@ -315,6 +315,10 @@ 

  %doc %{_docdir}/%{name}-utils

  

  %changelog

+ * Sun Apr 14 2024 Packit <hello@packit.dev> - 2.9.1-1

+ - Update to version 2.9.1

+ - Resolves: rhbz#2274776

+ 

  * Sat Apr 13 2024 Daan De Meyer <daan.j.demeyer@gmail.com> - 2.7.14-2

  - Make perl a Recommends dependency

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (apt-2.7.14.tar.gz) = 3dbf4088efec6ca26c3f12074c54edf12bee4809193fe272644005dbfa2b6c909cbf261823f7736efb35b2626ae70c3e93378d5a6603d1216b7a255a477f8844

+ SHA512 (apt-2.9.1.tar.gz) = e28ae6a560600ae7e3395c08546ffcb25c68a9ce6005484a459043ce42702d15c2f18c28a71cc7752ead229c7338507d14abd2d5313d03c817486bf796447fcd

Upstream tag: 2.9.1
Upstream commit: 604f5f30
Release monitoring project: 7208
Resolves: rhbz#2274776


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/apt.git
cd apt
git checkout 2.9.1-rawhide-update-pull_from_upstream
git push origin 2.9.1-rawhide-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd apt
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/apt.git
git fetch packit refs/heads/2.9.1-rawhide-update-pull_from_upstream
git checkout 2.9.1-rawhide-update-pull_from_upstream
git push packit 2.9.1-rawhide-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by sergiomb

10 days ago