Update to 3.1.0
This commit is contained in:
parent
eabba36833
commit
eb67bd8ca3
1
.gitignore
vendored
1
.gitignore
vendored
@ -115,3 +115,4 @@
|
||||
/dnf-3.0.2.tar.gz
|
||||
/dnf-3.0.3.tar.gz
|
||||
/dnf-3.0.4.tar.gz
|
||||
/dnf-3.1.0.tar.gz
|
||||
|
16
dnf.spec
16
dnf.spec
@ -1,5 +1,5 @@
|
||||
# default dependencies
|
||||
%global hawkey_version 0.16.0
|
||||
%global hawkey_version 0.16.1
|
||||
%global librepo_version 1.9.0
|
||||
%global libcomps_version 0.1.8
|
||||
%global libmodulemd_version 1.4.0
|
||||
@ -73,16 +73,13 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 3.0.4
|
||||
Version: 3.1.0
|
||||
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
|
||||
# Avoid systemd dependency loop in dnf-makecache.timer
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1600823
|
||||
# https://github.com/rpm-software-management/dnf/commit/4ca1555ab6ffb1b916094802440b84e74aca2eb5
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
@ -489,6 +486,15 @@ rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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'.
|
||||
- [goal] Exclude @System repo packages from distro_sync.
|
||||
- [conf] Setup configuration values using C++ bindings.
|
||||
- [module] Drop module lock command.
|
||||
- [crypto] Use handle from repo in dnf.crypto.retrieve().
|
||||
- [module] Assume a 'default' profile exists for all modules (RhBug:1568165)
|
||||
- [base] Introduce easy installation of package, group and module specs.
|
||||
|
||||
* Sun Jul 22 2018 Daniel Mach <dmach@redhat.com> - 3.0.4-1
|
||||
- [transaction] Fix 'TransactionItem not found for key' error.
|
||||
- [module] Allow removing module profile without specifying a stream.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-3.0.4.tar.gz) = 7e863df96d00dfeffa152163b18957934fe3f8f6a69bad25ffd81245ac1485709a4b0ac98458280e487b3e2b516b86f9eee3e985a7556d012bfee8d89fe1bbfd
|
||||
SHA512 (dnf-3.1.0.tar.gz) = 73602d814f84af67101e741227652b8d2b44d8aa9c64d40617c1109434272608e084d2f668c7c03fdbd4ea6b4c100da1c33e9a0618552b64a1579660bea3a0cc
|
||||
|
Loading…
Reference in New Issue
Block a user