Hello community, here is the log from the commit of package dnf for openSUSE:Factory checked in at 2019-04-01 12:39:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dnf (Old) and /work/SRC/openSUSE:Factory/.dnf.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnf" Mon Apr 1 12:39:54 2019 rev:11 rq:690194 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dnf/dnf.changes 2019-02-20 14:10:24.598957871 +0100 +++ /work/SRC/openSUSE:Factory/.dnf.new.25356/dnf.changes 2019-04-01 12:39:57.797961168 +0200 @@ -1,0 +2,25 @@ +Sun Mar 31 15:40:56 UTC 2019 - Neal Gompa <[email protected]> + +- Update to version 4.2.2 + + Allow to enable modules that break default modules (rh#1648839) + + Enhance documentation - API examples + + Add --nobest option + + Do not allow direct module switch (rh#1669491) + + Use improved config parser that preserves order of data + + Fix alias list command (rh#1666325) + + Update documentation: implemented plugins; options; deprecated commands (rh#1670835, rh#1673278) + + Support zchunk (".zck") compression + + Fix behavior of ``--bz`` option when specifying more values + + Follow RPM security policy for package verification + + Update modules regardless of installed profiles + + Fix ``list --showduplicates`` (rh#1655605) + + [conf] Use environment variables prefixed with DNF_VAR_ + + Enhance documentation of --whatdepends option (rh#1687070) + + Allow adjustment of repo from --repofrompath (rh#1689591) + + Document cachedir option (rh#1691365) + + Retain order of headers in search results (rh#1613860) + + Solve traceback with the "dnf install @module" (rh#1688823) +- Drop upstreamed patch that is part of this release + * 0001-doc-Use-the-correct-sphinx-build-binary-for-Python-2.patch + +------------------------------------------------------------------- Old: ---- 0001-doc-Use-the-correct-sphinx-build-binary-for-Python-2.patch dnf-4.0.10.tar.gz New: ---- dnf-4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dnf.spec ++++++ --- /var/tmp/diff_new_pack.DplxzG/_old 2019-04-01 12:39:58.345961434 +0200 +++ /var/tmp/diff_new_pack.DplxzG/_new 2019-04-01 12:39:58.345961434 +0200 @@ -17,11 +17,11 @@ # -%global hawkey_version 0.24.1 +%global hawkey_version 0.28.1 %global libcomps_version 0.1.8 %global rpm_version 4.14.0 -%global min_plugins_core 4.0.0 -%global min_plugins_extras 3.0.0 +%global min_plugins_core 4.0.6 +%global min_plugins_extras 4.0.4 %global confdir %{_sysconfdir}/%{name} @@ -37,7 +37,7 @@ %bcond_with tests Name: dnf -Version: 4.0.10 +Version: 4.2.2 Release: 0 Summary: Package manager forked from Yum, using libsolv as a dependency resolver # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -46,9 +46,6 @@ Url: https://github.com/rpm-software-management/dnf Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM: Use the correct sphinx-build binary for Python 2 or Python 3 -Patch0001: 0001-doc-Use-the-correct-sphinx-build-binary-for-Python-2.patch - BuildRequires: bash-completion BuildRequires: cmake BuildRequires: gettext @@ -115,7 +112,6 @@ BuildRequires: python3-devel BuildRequires: python3-gpg BuildRequires: python3-hawkey >= %{hawkey_version} -BuildRequires: python3-iniparse BuildRequires: python3-libcomps >= %{libcomps_version} BuildRequires: python3-nose BuildRequires: python3-rpm >= %{rpm_version} @@ -125,7 +121,6 @@ Requires: python3-curses Requires: python3-gpg Requires: python3-hawkey >= %{hawkey_version} -Requires: python3-iniparse Requires: python3-libcomps >= %{libcomps_version} Requires: python3-rpm >= %{rpm_version} Recommends: bash-completion @@ -172,6 +167,7 @@ %find_lang %{name} mkdir -p %{buildroot}%{confdir}/repos.d +mkdir -p %{buildroot}%{confdir}/vars mkdir -p %{buildroot}%{pluginconfpath} mkdir -p %{buildroot}%{py3pluginpath} mkdir -p %{buildroot}%{_sharedstatedir}/dnf @@ -183,6 +179,9 @@ mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/yum +# We don't want this just yet... +rm -f %{buildroot}%{confdir}/protected.d/yum.conf + %if ! %{with service_units} rm %{buildroot}%{_bindir}/dnf-automatic rm -rf %{buildroot}%{_unitdir} @@ -221,6 +220,7 @@ %dir %{pluginconfpath} %dir %{confdir}/protected.d %dir %{confdir}/repos.d +%dir %{confdir}/vars %config(noreplace) %{confdir}/%{name}.conf %config(noreplace) %{confdir}/protected.d/%{name}.conf %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} ++++++ dnf-4.0.10.tar.gz -> dnf-4.2.2.tar.gz ++++++ ++++ 140411 lines of diff (skipped)
