Update to 4.2.19
This commit is contained in:
parent
00f63a1790
commit
d1e691d8d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -135,3 +135,4 @@
|
|||||||
/dnf-4.2.15.tar.gz
|
/dnf-4.2.15.tar.gz
|
||||||
/dnf-4.2.17.tar.gz
|
/dnf-4.2.17.tar.gz
|
||||||
/dnf-4.2.18.tar.gz
|
/dnf-4.2.18.tar.gz
|
||||||
|
/dnf-4.2.19.tar.gz
|
||||||
|
28
dnf.spec
28
dnf.spec
@ -1,5 +1,5 @@
|
|||||||
# default dependencies
|
# default dependencies
|
||||||
%global hawkey_version 0.41.0
|
%global hawkey_version 0.45.0
|
||||||
%global libcomps_version 0.1.8
|
%global libcomps_version 0.1.8
|
||||||
%global libmodulemd_version 1.4.0
|
%global libmodulemd_version 1.4.0
|
||||||
%global rpm_version 4.14.0
|
%global rpm_version 4.14.0
|
||||||
@ -81,8 +81,8 @@
|
|||||||
It supports RPMs, modules and comps groups & environments.
|
It supports RPMs, modules and comps groups & environments.
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.2.18
|
Version: 4.2.19
|
||||||
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+ and GPLv2 and GPL
|
License: GPLv2+ and GPLv2 and GPL
|
||||||
@ -195,9 +195,6 @@ Requires: %{name}-data = %{version}-%{release}
|
|||||||
Recommends: deltarpm
|
Recommends: deltarpm
|
||||||
Recommends: python2-unbound
|
Recommends: python2-unbound
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?centos}
|
|
||||||
Requires: deltarpm
|
|
||||||
%endif
|
|
||||||
Requires: python2-hawkey >= %{hawkey_version}
|
Requires: python2-hawkey >= %{hawkey_version}
|
||||||
Requires: python2-libdnf >= %{hawkey_version}
|
Requires: python2-libdnf >= %{hawkey_version}
|
||||||
Requires: python2-libcomps >= %{libcomps_version}
|
Requires: python2-libcomps >= %{libcomps_version}
|
||||||
@ -235,9 +232,6 @@ Requires: %{name}-data = %{version}-%{release}
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Recommends: deltarpm
|
Recommends: deltarpm
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?centos}
|
|
||||||
Requires: deltarpm
|
|
||||||
%endif
|
|
||||||
Requires: python3-hawkey >= %{hawkey_version}
|
Requires: python3-hawkey >= %{hawkey_version}
|
||||||
Requires: python3-libdnf >= %{hawkey_version}
|
Requires: python3-libdnf >= %{hawkey_version}
|
||||||
Requires: python3-libcomps >= %{libcomps_version}
|
Requires: python3-libcomps >= %{libcomps_version}
|
||||||
@ -510,6 +504,22 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 24 2020 Aleš Matěj <amatej@redhat.com> - 4.2.19-1
|
||||||
|
- List arguments: only first empty value is used (RhBug:1788154)
|
||||||
|
- Report missing profiles or default as broken module (RhBug:1790967)
|
||||||
|
- repoquery: fix rich deps matching by using provide expansion from libdnf (RhBug:1534123)
|
||||||
|
- [documentation] repoquery --what* with multiple arguments (RhBug:1790262)
|
||||||
|
- Format history table to use actual terminal width (RhBug:1786316)
|
||||||
|
- Update `dnf alias` documentation
|
||||||
|
- Handle custom exceptions from libdnf
|
||||||
|
- Fix _skipped_packages to return only skipped (RhBug:1774617)
|
||||||
|
- Add setter for tsi.reason
|
||||||
|
- Add new hook for commands: Run_resolved
|
||||||
|
- Add doc entry: include url (RhBug 1786072)
|
||||||
|
- Clean also .yaml repository metadata
|
||||||
|
- New API function base.setup_loggers() (RhBug:1788212)
|
||||||
|
- Use WantedBy=timers.target for all dnf timers (RhBug:1798475)
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.18-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.18-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.2.18.tar.gz) = e7b30cd985c8c0a85e379db310ba3174e2a429e64eaf15d719d15f3128c18c21a32ee216f4700c72898ebfa19f2dbb96cfcd1f4704e5e326ed59134d97e2d915
|
SHA512 (dnf-4.2.19.tar.gz) = c5af79ac8f273b7a7bc3b48eb9237287c0496614efe9c7fcf2f595a7db1b208176394ea63ed8eed6faf1ee85f605105b7d4243269ef6a9af1ea5fa50927a90da
|
||||||
|
Loading…
Reference in New Issue
Block a user