Update to 3.2.0
This commit is contained in:
parent
eb67bd8ca3
commit
38d64216f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -116,3 +116,4 @@
|
|||||||
/dnf-3.0.3.tar.gz
|
/dnf-3.0.3.tar.gz
|
||||||
/dnf-3.0.4.tar.gz
|
/dnf-3.0.4.tar.gz
|
||||||
/dnf-3.1.0.tar.gz
|
/dnf-3.1.0.tar.gz
|
||||||
|
/dnf-3.2.0.tar.gz
|
||||||
|
15
dnf.spec
15
dnf.spec
@ -1,5 +1,5 @@
|
|||||||
# default dependencies
|
# default dependencies
|
||||||
%global hawkey_version 0.16.1
|
%global hawkey_version 0.17.0
|
||||||
%global librepo_version 1.9.0
|
%global librepo_version 1.9.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
|
||||||
@ -73,7 +73,7 @@
|
|||||||
It supports RPMs, modules and comps groups & environments.
|
It supports RPMs, modules and comps groups & environments.
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 3.1.0
|
Version: 3.2.0
|
||||||
Release: 1%{?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
|
||||||
@ -486,6 +486,17 @@ rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 07 2018 Daniel Mach <dmach@redhat.com> - 3.2.0-1
|
||||||
|
- [sack] Use module_platform_id option.
|
||||||
|
- [module] Switch module persistor to libdnf implementation.
|
||||||
|
- [module] Auto-enable module streams based on installed RPMs.
|
||||||
|
- [transaction] Fix: show packages from the current transaction.
|
||||||
|
- [conf] Convert any VectorString type to list.
|
||||||
|
- [module] Replace 'enabled' config option with 'state'.
|
||||||
|
- [install_specs] Do not exclude groups' packages
|
||||||
|
- [module] Use module sack filtering from libdnf
|
||||||
|
- [module] Many UX fixes.
|
||||||
|
|
||||||
* Fri Jul 27 2018 Daniel Mach <dmach@redhat.com> - 3.1.0-1
|
* Fri Jul 27 2018 Daniel Mach <dmach@redhat.com> - 3.1.0-1
|
||||||
- [module] Move 'hotfixes' conf option to libdnf and rename it to 'module_hotfixes'.
|
- [module] Move 'hotfixes' conf option to libdnf and rename it to 'module_hotfixes'.
|
||||||
- [goal] Exclude @System repo packages from distro_sync.
|
- [goal] Exclude @System repo packages from distro_sync.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-3.1.0.tar.gz) = 73602d814f84af67101e741227652b8d2b44d8aa9c64d40617c1109434272608e084d2f668c7c03fdbd4ea6b4c100da1c33e9a0618552b64a1579660bea3a0cc
|
SHA512 (dnf-3.2.0.tar.gz) = 3c00840182ac377ef5e632f06e0fb8b2243e7a66a205b935fc6eda65527b1d32ab24da0c234fdfb88317152e7cd13aa4b9a2d03013734292d3fcbdbb684f8fdc
|
||||||
|
Loading…
Reference in New Issue
Block a user