Update to 4.2.11
This commit is contained in:
parent
bdbf4be79a
commit
671021315d
1
.gitignore
vendored
1
.gitignore
vendored
@ -131,3 +131,4 @@
|
||||
/dnf-4.2.7.tar.gz
|
||||
/dnf-4.2.8.tar.gz
|
||||
/dnf-4.2.9.tar.gz
|
||||
/dnf-4.2.11.tar.gz
|
||||
|
20
dnf.spec
20
dnf.spec
@ -79,18 +79,14 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 4.2.9
|
||||
Release: 3%{?dist}
|
||||
Version: 4.2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: %{pkg_summary}
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
License: GPLv2+ and GPLv2 and GPL
|
||||
URL: https://github.com/rpm-software-management/dnf
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0001: 0001-Revert-Add-best-as-default-behavior-RhBug16707761671683.patch
|
||||
Patch0002: 0002-Keep-installed-packages-in-upgrade-job-RhBug172825216442411741381.patch
|
||||
# Temporary patch to not fail on modular RPMs without modular metadata
|
||||
# until the infrastructure is ready
|
||||
Patch0007: 0007-Revert-consequences-of-Fail-Safe-mechanism.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
@ -507,6 +503,18 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 01 2019 Ales Matej <amatej@redhat.com> - 4.2.11-1
|
||||
- Improve modularity documentation (RhBug:1730162,1730162,1730807,1734081)
|
||||
- Fix detection whether system is running on battery (used by metadata caching timer) (RhBug:1498680)
|
||||
- New repoquery queryformat: %{reason}
|
||||
- Print rpm errors during test transaction (RhBug:1730348)
|
||||
- Fix: --setopt and repo with dots
|
||||
- Fix incorrectly marked profile and stream after failed rpm transaction check (RhBug:1719679)
|
||||
- Show transaction errors inside dnf shell (RhBug:1743644)
|
||||
- Don't reinstall modified packages with the same NEVRA (RhBug:1644241)
|
||||
- dnf-automatic now respects versionlock excludes (RhBug:1746562)
|
||||
- Fully enable the modular fail safe mechanism (RhBug:1616167)
|
||||
|
||||
* Thu Sep 10 2019 Jaroslav Mracek <jmracek@redhat.com> - 4.2.9-3
|
||||
- Backport patch to fix reinstalling packages with a different buildtime
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-4.2.9.tar.gz) = 7f3d9f4bac0fb217af4bee44c8407c94ee93a4367faa05522fc708d4753e2898b4ecd8d6b9bd7b2a496d0b976dc96ffa581171480d6e71c53f569b12daacb572
|
||||
SHA512 (dnf-4.2.11.tar.gz) = 894b9c23cc655fdd21d6445e92e5f2fe64b410419f0cc487220a2ddd103ab973a0f91f676cd2a1540db80a3033536034309810a9e6253f1aa95509d055883abf
|
||||
|
Loading…
Reference in New Issue
Block a user