From d214ee82d220b1f501ec73a3e25693b18bafaa90 Mon Sep 17 00:00:00 2001 From: inknos Date: Thu, 23 Nov 2023 14:09:46 +0000 Subject: [PATCH] Release 5.1.8 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ VERSION.cmake | 2 +- dnf5.spec | 5 ++++- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f39232005..2e05d8c98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +# 5.1.8 + +- Update translations from weblate +- github: Do not run scheduled workflow on forks +- Workflow for *.pot sync exits if only creation dates were changed +- Add translations update to prepare release workflow +- Github action to retrieve translations from weblate +- Workflow for *.pot synchronization to weblate +- Add *.po files for libdnf5 plugins +- Add *.po files for dnf5 plugins +- Fresh *.pot files +- Add arch to module pool +- Epoch formatting: set whole seconds precision +- build: Restore compatiblity with libxml2-2.12.0 +- modules: Don't run infinitely when enabling dependent modules and module is not found +- modules: Fix detecting module dependencies when no stream is specified +- goal: Take skip_unavailable into account for pkg removal +- goal: Removal of not-installed group does not fail +- modules: Always print "[d]" in module list for default streams +- use rpmlint pre-commit +- modules: Fix transaction table headers for module operations +- [dnf5 plugin] config-manager: Support "--add-or-replace" in "addrepo" +- [dnf5 plugin] config-manager: Support for creating missing directories +- [dnf5 plugin] config-manager +- Add packit job copr and tests +- modules: Test globs in module_spec argument in `Goal::add_module_enable()` +- modules: Allow globs in module_spec arguments +- needs-restarting: Add no-op -r for DNF 4 compat +- needs-restarting: Fix filter_reboot_suggested +- needs-restarting: Fixes and simplifications from code review +- needs-restarting: docstring for filter_reboot_suggested +- changes.rst: document changes to needs-restarting +- doc: document needs-restarting plugin +- needs-restarting: Get boot time from systemd +- needs-restarting: implement --services +- needs-restarting: Adjust list of core packages +- Initial implementation of needs-restarting + # 5.1.7 - Actions plugin's actions.conf can set "Enabled" for each action separately diff --git a/VERSION.cmake b/VERSION.cmake index 41fd11b9e6..9449e7a1b3 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ set(DEFAULT_PROJECT_VERSION_MAJOR 5) set(DEFAULT_PROJECT_VERSION_MINOR 1) -set(DEFAULT_PROJECT_VERSION_PATCH 7) +set(DEFAULT_PROJECT_VERSION_PATCH 8) if(DEFINED PROJECT_VERSION_MAJOR) if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR}) diff --git a/dnf5.spec b/dnf5.spec index b076422632..171036d6d3 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -1,6 +1,6 @@ %global project_version_major 5 %global project_version_minor 1 -%global project_version_patch 7 +%global project_version_patch 8 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10] @@ -744,6 +744,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf %changelog +* Thu Nov 23 2023 Packit Team - 5.1.8-1 +- New upstream release 5.1.8 + * Thu Nov 09 2023 Packit Team - 5.1.7-1 - New upstream release 5.1.7