diff --git a/dnf-4.16.2.tar.gz b/dnf-4.16.2.tar.gz deleted file mode 100644 index 50f5e68135a5d6b12bfeffa1f5f90a6b970f9210..0000000000000000000000000000000000000000 Binary files a/dnf-4.16.2.tar.gz and /dev/null differ diff --git a/dnf-4.17.0.tar.gz b/dnf-4.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3eed8ee59307f6125daf2f80782c1bc21d188d06 Binary files /dev/null and b/dnf-4.17.0.tar.gz differ diff --git a/dnf.spec b/dnf.spec index 0962324d91dcfaeb747d80292a4d238130f55683..ddbc4aa712ae812f730be7b83ffc91475a861213 100644 --- a/dnf.spec +++ b/dnf.spec @@ -3,7 +3,7 @@ %global relate_libdnf_version 0.66.0 Name: dnf -Version: 4.16.2 +Version: 4.17.0 Release: 11 Summary: A software package manager that manages packages on Linux distributions. License: GPL-2.0-or-later AND GPL-1.0-only @@ -12,7 +12,6 @@ Source0: https://github.com/rpm-software-management/dnf/archive/%{v Patch6000: dnf-4.10.0-sw.patch Patch6001: 0001-Add-loongarch-architecture-support.patch -Patch6002: backport-Fix-bash-completion-due-to-sqlite-changes.patch Patch6003: backport-remove-duplicates-when-no-duplicates-exit-with-0.patch Patch6004: backport-remove-oldinstallonly-when-no-old-installonly-packages-exit-with-0.patch Patch6005: backport-Add-all-candidates-for-reinstall-to-solver.patch @@ -20,7 +19,6 @@ Patch6006: backport-Limit-queries-to-nevra-forms-when-provided-by-com Patch6007: backport-doc-Remove-provide-of-spec-definition-for-repoquery-command.patch Patch6008: backport-Update-the-man-page-entry-for-the-countme-option.patch Patch6009: backport-Allow-local-downloads-to-same-downloaddir.patch -Patch6010: backport-Revert-Unprotect-dnf-and-yum-protect-python3-dnf.patch Patch9001: bugfix-automatic-Use-add_security_filters-not-_update_secur.patch Patch9002: add-rpm-transaction-debuginfo.patch @@ -251,6 +249,9 @@ export TERM=linux %{_mandir}/man8/%{name}-automatic.8* %changelog +* Thu Nov 20 2025 yangxiaodong - 4.17.0-11 +- update version to 4.17.0 + * Tue Sep 16 2025 hanhuihui - 4.16.2-11 - DESC:Revert "Unprotect dnf and yum, protect python3-dnf"