From 9d04ae2e2e9c3f91bffe8b9c7584851d2bb29d20 Mon Sep 17 00:00:00 2001 From: pkratoch Date: Thu, 29 Jun 2023 08:04:48 +0000 Subject: [PATCH] Release 5.0.15 --- CHANGELOG.md | 22 ++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ac7e868..ee8911a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 5.0.15 + +- Add `module enable` subcommand +- Add `--repofrompath` option +- Add `--forcearch` option to multiple commands +- Add `reinstall --allowerasing` option +- Add `repoquery --sourcerpm` option +- Add `repoquery --srpm` option +- Add `chacheonly` configuration option +- Add `--cacheonly` option +- Add `--refresh` option +- Change default value for `best` configuration to true +- Change default value for `allow_vendor_change` configuration to false +- changelog: Fix behavior of `--since` option +- builddep: Fix handling BuildRequires in spec files +- swig: Return None for unset options in Python +- Verify transaction PGP signatures automatically +- Fix checking whether updateinfo metadata are required +- Fix handling empty epoch when comparing nevra +- Fix building with upcoming fmt-10 library +- Rename namespace, includes and directories from libdnf to libdnf5 + # 5.0.14 - Modify libdnf5-devel to generate pkgconf(libdnf5) diff --git a/VERSION.cmake b/VERSION.cmake index eaf8077fc..b6856123f 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) set(DEFAULT_PROJECT_VERSION_MINOR 0) -set(DEFAULT_PROJECT_VERSION_PATCH 14) +set(DEFAULT_PROJECT_VERSION_PATCH 15) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index 6a4c9133a..9212de045 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 %global project_version_minor 0 -%global project_version_patch 14 +%global project_version_patch 15 Name: dnf5 Version: %{project_version_major}.%{project_version_minor}.%{project_version_patch} @@ -662,6 +662,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %changelog +* Thu Jun 29 2023 Packit Team - 5.0.15-1 +- New upstream release 5.0.15 + * Wed Jun 14 2023 Packit Team - 5.0.14-1 - New upstream release 5.0.14