Update to 4.0.18
This commit is contained in:
parent
0952a9b425
commit
fb3808f03c
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/dnf-plugins-core-4.0.14.tar.gz
|
/dnf-plugins-core-4.0.14.tar.gz
|
||||||
/dnf-plugins-core-4.0.15.tar.gz
|
/dnf-plugins-core-4.0.15.tar.gz
|
||||||
/dnf-plugins-core-4.0.16.tar.gz
|
/dnf-plugins-core-4.0.16.tar.gz
|
||||||
|
/dnf-plugins-core-4.0.18.tar.gz
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.0.16
|
Version: 4.0.18
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||||
@ -170,7 +170,7 @@ Additionally provides generate_completion_cache passive plugin.
|
|||||||
%if %{with yumutils}
|
%if %{with yumutils}
|
||||||
%package -n %{yum_utils_subpackage_name}
|
%package -n %{yum_utils_subpackage_name}
|
||||||
%if "%{yum_utils_subpackage_name}" == "dnf-utils"
|
%if "%{yum_utils_subpackage_name}" == "dnf-utils"
|
||||||
Conflicts: yum-utils < 1.1.31-530
|
Conflicts: yum-utils < 1.1.31-520
|
||||||
%if 0%{?rhel} != 7
|
%if 0%{?rhel} != 7
|
||||||
Provides: yum-utils = %{version}-%{release}
|
Provides: yum-utils = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
@ -744,6 +744,18 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 08 2020 Nicola Sella <nsella@redhat.com> - 4.0.18-1
|
||||||
|
- [needs-restarting] Fix plugin fail if needs-restarting.d does not exist
|
||||||
|
- [needs-restarting] add kernel-rt to reboot list
|
||||||
|
- Fix debug-restore command
|
||||||
|
- [config-manager] enable/disable comma separated pkgs (RhBug:1830530)
|
||||||
|
- [debug] Use standard demands.resolving for transaction handling
|
||||||
|
- [debug] Do not remove install-only packages (RhBug:1844533)
|
||||||
|
- return error when dnf download failed
|
||||||
|
- README: Reference Fedora Weblate instead of Zanata
|
||||||
|
- [reposync] Add latest NEVRAs per stream to download (RhBug: 1833074)
|
||||||
|
- copr: don't try to list runtime dependencies
|
||||||
|
|
||||||
* Mon Aug 10 2020 Nicola Sella <nsella@redhat.com> - 4.0.16-4
|
* Mon Aug 10 2020 Nicola Sella <nsella@redhat.com> - 4.0.16-4
|
||||||
- spec: Fix building with new cmake macros
|
- spec: Fix building with new cmake macros
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-plugins-core-4.0.16.tar.gz) = d08cdf1224081ffef049c18c4eb953e7c9bc6cd31039452ea5c578c874645fbb772b9636edcff4e107497ae895d06116a6ee5257b153191ba76e7ef24ab26396
|
SHA512 (dnf-plugins-core-4.0.18.tar.gz) = b74d37f8506bc2c13fe3815ee013ae5bb16e87ef32c0072ffeaf465a8b6e4accb907c5e813dcb742575d2c838973ae4c7ffb8349c66f5730e3eb5d328145af42
|
||||||
|
Loading…
Reference in New Issue
Block a user