Skip to content

Commit be7b08d

Browse files
committed
Release 5.2.13.0
1 parent b5bcaf2 commit be7b08d

File tree

3 files changed

+53
-2
lines changed

3 files changed

+53
-2
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# 5.2.13.0
2+
3+
- Update translations from weblate
4+
- daemon: Add the configuration file for the daemon
5+
- repo: Allow system_cachedir copy for the root user
6+
- Fix conditional which assumed RHEL 10 could support SOLVER_FLAG_FOCUS_NEW
7+
- repo: Log correct path when loading system repo
8+
- Unify duplicated group attributes handling
9+
- Add `order_int` support to dnf5 daemon
10+
- Move comps ordering to libdnf5-cli
11+
- Add new group/env API to its adapters and interfaces
12+
- comps: Test merging environment grouplists and optionlists
13+
- comps: Create env grouplist by merging grouplists of all its solvables
14+
- comps: Create group packagelist by merging packagelists of all its solvables
15+
- nevra: Fix description of evrcmp and rpmvercmp functions
16+
- SWIG: unit tests for exceptions
17+
- SWIG: Implement exception forwarding
18+
- libdnf5::FormatDetailLevel: Change to enum class and add doc strings
19+
- Disallow `dnf download non-sense` without `--skip-unavailable`
20+
- Show cleaned space bytes for `dnf clean`
21+
- spec: Remove a duplicate record for %{_prefix}/lib/sysimage/libdnf5
22+
- Fix `history list` with unknown terminal size
23+
- comps: Respect the display_order with listing groups and environments
24+
- comps: Add methods to get the integer value of the display_order
25+
- spec: Correct libdnf5-plugin-appstream description
26+
- dnfdaemon: Allow Base::clean("expire-cache") without admin privileges
27+
- Fix invalid hint for unknown short argument
28+
- Add missing rpm scriptlet types: sysusers and pre/postuntrans
29+
- solv: Drop the size check from swap_considered_map
30+
- Improve missing `proxy_password` message
31+
- Ask for superuser privileges on `history <undo|redo|rollback>`
32+
- RepoDownloader: remove unused code
33+
- expired-pgp-keys: Drop braced initialization to fix clang build
34+
- spec: Fix building without any libdnf5 plugin
35+
- spec: Conditional find_lang calls
36+
- spec: Fix building without dnf5 plugins
37+
- spec: Fix building without man pages
38+
- doc: DNF_SYSTEM_UPGRADE_NO_REBOOT environment variable
39+
- doc: Environment variables for a terminal and temporary files
40+
- Add `-i` and `-f` shoft options for repoquery
41+
- Reimplement `--color` flag
42+
- expired-pgp-keys: Respect install root
43+
- comps: Add configuration options for group and environment excludes
44+
- comps: Add group and environment excludes
45+
- comps: Add comps sack to later store comps excludes
46+
- spec: Package CHANGELOG and other project documentation files
47+
- spec: Set mode to ghost files
48+
149
# 5.2.12.0
250

351
- Update translations from weblate

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(DEFAULT_PROJECT_VERSION_PRIME 5)
22
set(DEFAULT_PROJECT_VERSION_MAJOR 2)
3-
set(DEFAULT_PROJECT_VERSION_MINOR 12)
3+
set(DEFAULT_PROJECT_VERSION_MINOR 13)
44
set(DEFAULT_PROJECT_VERSION_MICRO 0)
55

66
if(DEFINED PROJECT_VERSION_PRIME)

dnf5.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%global project_version_prime 5
22
%global project_version_major 2
3-
%global project_version_minor 12
3+
%global project_version_minor 13
44
%global project_version_micro 0
55

66
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]
@@ -1014,6 +1014,9 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
10141014
%ldconfig_scriptlets
10151015

10161016
%changelog
1017+
* Mon Apr 21 2025 Packit Team <hello@packit.dev> - 5.2.13.0-1
1018+
- New upstream release 5.2.13.0
1019+
10171020
* Tue Mar 18 2025 Packit Team <hello@packit.dev> - 5.2.12.0-1
10181021
- New upstream release 5.2.12.0
10191022

0 commit comments

Comments
 (0)