Update to 4.11.0
This commit is contained in:
parent
c1962de876
commit
edbb2cf900
1
.gitignore
vendored
1
.gitignore
vendored
@ -148,3 +148,4 @@
|
|||||||
/dnf-4.8.0.tar.gz
|
/dnf-4.8.0.tar.gz
|
||||||
/dnf-4.9.0.tar.gz
|
/dnf-4.9.0.tar.gz
|
||||||
/dnf-4.10.0.tar.gz
|
/dnf-4.10.0.tar.gz
|
||||||
|
/dnf-4.11.0.tar.gz
|
||||||
|
42
dnf.spec
42
dnf.spec
@ -2,13 +2,13 @@
|
|||||||
%define __cmake_in_source_build 1
|
%define __cmake_in_source_build 1
|
||||||
|
|
||||||
# default dependencies
|
# default dependencies
|
||||||
%global hawkey_version 0.65.0
|
%global hawkey_version 0.66.0
|
||||||
%global libcomps_version 0.1.8
|
%global libcomps_version 0.1.8
|
||||||
%global libmodulemd_version 2.9.3
|
%global libmodulemd_version 2.9.3
|
||||||
%global rpm_version 4.14.0
|
%global rpm_version 4.14.0
|
||||||
|
|
||||||
# conflicts
|
# conflicts
|
||||||
%global conflicts_dnf_plugins_core_version 4.0.20
|
%global conflicts_dnf_plugins_core_version 4.0.26
|
||||||
%global conflicts_dnf_plugins_extras_version 4.0.4
|
%global conflicts_dnf_plugins_extras_version 4.0.4
|
||||||
%global conflicts_dnfdaemon_version 0.3.19
|
%global conflicts_dnfdaemon_version 0.3.19
|
||||||
|
|
||||||
@ -65,8 +65,8 @@
|
|||||||
It supports RPMs, modules and comps groups & environments.
|
It supports RPMs, modules and comps groups & environments.
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.10.0
|
Version: 4.11.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -85,7 +85,6 @@ Requires: python-dbus
|
|||||||
Requires: %{_bindir}/sqlite3
|
Requires: %{_bindir}/sqlite3
|
||||||
%else
|
%else
|
||||||
Recommends: (python3-dbus if NetworkManager)
|
Recommends: (python3-dbus if NetworkManager)
|
||||||
Recommends: (%{_bindir}/sqlite3 if bash-completion)
|
|
||||||
%endif
|
%endif
|
||||||
Provides: dnf-command(alias)
|
Provides: dnf-command(alias)
|
||||||
Provides: dnf-command(autoremove)
|
Provides: dnf-command(autoremove)
|
||||||
@ -128,13 +127,12 @@ Common data and configuration files for DNF
|
|||||||
%package -n %{yum_subpackage_name}
|
%package -n %{yum_subpackage_name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
%if 0%{?fedora}
|
|
||||||
%if 0%{?fedora} >= 31
|
%if 0%{?fedora} && 0%{?fedora} < 31
|
||||||
|
Conflicts: yum < 3.4.3-505
|
||||||
|
%else
|
||||||
Provides: %{name}-yum = %{version}-%{release}
|
Provides: %{name}-yum = %{version}-%{release}
|
||||||
Obsoletes: %{name}-yum < 5
|
Obsoletes: %{name}-yum < 5
|
||||||
%else
|
|
||||||
Conflicts: yum < 3.4.3-505
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n %{yum_subpackage_name}
|
%description -n %{yum_subpackage_name}
|
||||||
@ -155,6 +153,8 @@ Requires: python3-gpg
|
|||||||
Requires: %{name}-data = %{version}-%{release}
|
Requires: %{name}-data = %{version}-%{release}
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Recommends: deltarpm
|
Recommends: deltarpm
|
||||||
|
# required for DNSSEC main.gpgkey_dns_verification https://dnf.readthedocs.io/en/latest/conf_ref.html
|
||||||
|
Recommends: python3-unbound
|
||||||
%endif
|
%endif
|
||||||
Requires: python3-hawkey >= %{hawkey_version}
|
Requires: python3-hawkey >= %{hawkey_version}
|
||||||
Requires: python3-libdnf >= %{hawkey_version}
|
Requires: python3-libdnf >= %{hawkey_version}
|
||||||
@ -162,12 +162,10 @@ Requires: python3-libcomps >= %{libcomps_version}
|
|||||||
Requires: python3-libdnf
|
Requires: python3-libdnf
|
||||||
BuildRequires: python3-rpm >= %{rpm_version}
|
BuildRequires: python3-rpm >= %{rpm_version}
|
||||||
Requires: python3-rpm >= %{rpm_version}
|
Requires: python3-rpm >= %{rpm_version}
|
||||||
# required for DNSSEC main.gpgkey_dns_verification https://dnf.readthedocs.io/en/latest/conf_ref.html
|
|
||||||
Recommends: python3-unbound
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
Requires: rpm-plugin-systemd-inhibit
|
Requires: rpm-plugin-systemd-inhibit
|
||||||
%else
|
%else
|
||||||
Recommends: rpm-plugin-systemd-inhibit
|
Recommends: (rpm-plugin-systemd-inhibit if systemd)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python3-%{name}
|
||||||
@ -361,6 +359,24 @@ popd
|
|||||||
%{python3_sitelib}/%{name}/automatic/
|
%{python3_sitelib}/%{name}/automatic/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.0-1
|
||||||
|
- Allow destdir option with modulesync command
|
||||||
|
- Add documentation for query api flags (RhBug:2035577)
|
||||||
|
- Fix swap command to work with local rpm files correctly (RhBug:2036434)
|
||||||
|
- Don't recommend %{_bindir}/sqlite3 for bash-completion (RhBug:1947925)
|
||||||
|
- Recommend rpm-plugin-systemd-inhibit only if systemd (RhBug:1947924)
|
||||||
|
- Fix regression in verifying signatures using rpmkeys
|
||||||
|
- Use rpm.TransactionSet.dbCookie() to determining if rpmdb has changed (RhBug:2043476)
|
||||||
|
- Fix decompression of groups.xml (RhBug:2030255)
|
||||||
|
- Fix history undo on a Reason Change (RhBug:2010259,2053014)
|
||||||
|
- Remove /usr/bin from sys.path to avoid accidentally importing garbage
|
||||||
|
- Fix: Python dnf API does not respect cacheonly (RhBug:1862970)
|
||||||
|
- Fix python3.11 build: remove deprecated, update traceback regex
|
||||||
|
- fix dnf mark error when history sqlite missing
|
||||||
|
- [doc] Improve description of multilib_policy=all (RhBug:1996681,1995630)
|
||||||
|
- [doc] clarify effect of --enablerepo and --disablerepo options (RhBug:2031414)
|
||||||
|
- [doc] default values for module_obsoletes and module_stream_switch (RhBug: 2051846)
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.0-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.10.0.tar.gz) = 7fddfd0ec0c37ea06f674820d1b5bcf8052420670dca9d28810193eb8f380fb5d5a642650785eaf10868b2bdb603002c46e86503b46e65e0c2940033d801e78f
|
SHA512 (dnf-4.11.0.tar.gz) = 1507e8648364f442128f81702224e1cc6cd5ce825e653dc8b867ac2b3f7a1cb36def83a19d8f2edf6e804dc4023b6cd75222b84b0cf192bc04ca95b42b3105c5
|
||||||
|
Loading…
Reference in New Issue
Block a user