Release 5.2.15.0

This commit is contained in:
pkratoch 2025-07-11 11:25:51 +00:00 committed by GitHub
parent a7fc63652d
commit 0d79d86bcb
3 changed files with 36 additions and 2 deletions

View File

@ -1,3 +1,34 @@
# 5.2.15.0
- Update translations from weblate
- Adapt missing gpg key check for parallel downloading
- repoclosure: skip rich dependencies
- search: Do not separate a package from a summary with a colon
- Fix: add_up_down_distrosync_to_goal: to_repo_ids filtering
- dnf5: distro-sync: Argument "--from-repo"
- swig: Add %thread directive for repo_sack.hpp for Python
- dnfdaemon: Fix a crash under dnf5daemon::DownloadCB::create_signal_download()
- Add dnf5daemon-server requirement for polkit subpkg
- doc: Correct handling the translations
- dnfdaemon-client: Call server methods asynchronously
- offline: Require D-Bus socket service from dnf5-offline-transaction.service
- offline: Perform gracefull powerof/reboot instead of immediate one
- readthedocs: add swig include to fix doc builds
- readthedocs: extract `SOURCE_DIR` variable
- readthedocs: fix path joining
- dnfdaemon: Make permission check more consistent
- dnfdaemon: Removed incorrect output parameter names
- dnfdaemon: support all_advisories option for recent_changes()
- advisory: Add support for filtering advisories by Nevra
- dnfdaemon: support installonly pkgs in recent_changes()
- dnfdaemon: Add new History interface
- dnf5: repoclosure: Support globs in "--check=" option
- doc: Handling translations
- Docs: enhance install command behavior description
- Unify commands help with package specs
- Introduce new format denoting package spec formats
- test: ease path assertions in tests
# 5.2.14.0
- Update translations from weblate

View File

@ -1,6 +1,6 @@
set(DEFAULT_PROJECT_VERSION_PRIME 5)
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
set(DEFAULT_PROJECT_VERSION_MINOR 14)
set(DEFAULT_PROJECT_VERSION_MINOR 15)
set(DEFAULT_PROJECT_VERSION_MICRO 0)
if(DEFINED PROJECT_VERSION_PRIME)

View File

@ -1,6 +1,6 @@
%global project_version_prime 5
%global project_version_major 2
%global project_version_minor 14
%global project_version_minor 15
%global project_version_micro 0
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]
@ -1023,6 +1023,9 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
%ldconfig_scriptlets
%changelog
* Fri Jul 11 2025 Packit Team <hello@packit.dev> - 5.2.15.0-1
- New upstream release 5.2.15.0
* Fri Jun 20 2025 Packit Team <hello@packit.dev> - 5.2.14.0-1
- New upstream release 5.2.14.0