Skip to content

Commit

Permalink
Release 5.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos authored Jan 11, 2024
1 parent f4f6f46 commit 9751054
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 5.1.11

- Update translations from weblate
- Fix `--skip-unavailable` documentation
- Remove unused headers in goal_elements.hpp
- Make cachedir, system_cachedir relative to installroot
- Workaround for swig-4.2.0 missing fragment dependency
- D-Bus: Fix download_end signal name in org.rpm.dnf.v0.Base interface
- repoquery: add `--recursive` option
- repoquery: add `--providers-of=PACKAGE_ATTRIBUTE` option
- repoquery: remove unused include
- repoquery: when filtering by --file we need to load filelists
- [Minor] Update of documentation of repoquery
- Update of documentation for remove command behavior
- Limit search pattern for remove command to NEVRAs and files
- Packaging: Require an exact release of libdnf5-cli by dnf5-plugins
- Disable zchunk on RHEL
- Add dnf5.conf man page
- dnf5daemon-server: Add RPM package Group attribute
- doc: Document changes related to caching
- doc: Update the main page regarding cache
- doc: Introduce caching man page
- Change Dropped to dropped
- doc: Global Option --help-cmd dropped
- log_event: Correct message for HINT_ICASE

# 5.1.10

- Document dnf5 plugins
Expand Down
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DEFAULT_PROJECT_VERSION_MAJOR 5)
set(DEFAULT_PROJECT_VERSION_MINOR 1)
set(DEFAULT_PROJECT_VERSION_PATCH 10)
set(DEFAULT_PROJECT_VERSION_PATCH 11)

if(DEFINED PROJECT_VERSION_MAJOR)
if(NOT ${DEFAULT_PROJECT_VERSION_MAJOR} STREQUAL ${PROJECT_VERSION_MAJOR})
Expand Down
5 changes: 4 additions & 1 deletion dnf5.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global project_version_major 5
%global project_version_minor 1
%global project_version_patch 10
%global project_version_patch 11

%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]

Expand Down Expand Up @@ -768,6 +768,9 @@ ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf
%ldconfig_scriptlets

%changelog
* Thu Jan 11 2024 Packit Team <[email protected]> - 5.1.11-1
- New upstream release 5.1.11

* Tue Jan 02 2024 Packit Team <[email protected]> - 5.1.10-1
- New upstream release 5.1.10

Expand Down

0 comments on commit 9751054

Please sign in to comment.