#78 Update rawhide to upstream release 5.2.1.0
Closed 2 days ago by jkolarik. Opened 24 days ago by packit.

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

  /dnf5-5.1.16.tar.gz

  /dnf5-5.1.17.tar.gz

  /dnf5-5.2.0.0.tar.gz

+ /dnf5-5.2.1.0.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.95.0.

+ The file was generated using packit 0.95.0.post1.dev8+gce6bd577.

file modified
+20 -1
@@ -1,6 +1,6 @@ 

  %global project_version_prime 5

  %global project_version_major 2

- %global project_version_minor 0

+ %global project_version_minor 1

  %global project_version_micro 0

  

  %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11]
@@ -861,6 +861,25 @@ 

  %ldconfig_scriptlets

  

  %changelog

+ * Mon May 06 2024 Packit <hello@packit.dev> - 5.2.1.0-1

+ - Update translations from weblate

+ - bindings: Tests for using struct attributes in Python

+ - bindings: Add Python attributes for structs

+ - docs: Fix diff link on the dnf 5.2.0.0 changes page

+ - docs: Add diff with API changes in dnf5-5.2.0.0

+ - docs: Add a page about public API changes in dnf 5.2.0.0

+ - system-upgrade: fix missing \n before transaction test

+ - system-upgrade: comment to clarify progress bar logic

+ - system-upgrade: drop [[maybe_unused]] from reboot() arg

+ - system-upgrade: fix progress bars, set transaction description

+ - system-upgrade: adapt to new transaction serialization format

+ - system-upgrade: clean up releasever logic

+ - system-upgrade: fix poweroff_after

+ - copr: the dnf5 copr enable sets CoprRepoPart.enabled = true

+ - Add file search result for repoquery --whatprovides

+ - doc: Add enviroment variables and clarify options for loading the plugins

+ - dnfdaemon: Fix Rpm interface introspection file

+ 

  * Wed Apr 24 2024 Packit <hello@packit.dev> - 5.2.0.0-1

  - Update translations from weblate

  - [DNF5] `--enable-plugin` and `--disable-pluin`: no match found message

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

- SHA512 (dnf5-5.2.0.0.tar.gz) = ff0a77fc50d5e1da0ac12658809f27ea97064b8e5e8a611be25a52f1fd93d7765a20d07054c6bec4a966bc376e28e396a1fa489a4a5922c65e147670faca76b7

+ SHA512 (dnf5-5.2.1.0.tar.gz) = 95aed99530c72dc22e06c67606ced0b1889bc3a4fa96461a03f98ef095ecbec77eb02be77955465089668bb4fc082a6dfad063e27be10c54689446bee2b312f4

Upstream tag: 5.2.1.0
Upstream commit: e4502c21


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/dnf5.git
cd dnf5
git checkout 5.2.1.0-rawhide-update-propose_downstream
git push origin 5.2.1.0-rawhide-update-propose_downstream

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

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

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 closed by jkolarik

2 days ago