Blame SPECS/dnf.spec

0f2fcc
# default dependencies
0f2fcc
%global hawkey_version 0.22.5-3
0f2fcc
%global libcomps_version 0.1.8
0f2fcc
%global libmodulemd_version 1.4.0
0f2fcc
%global rpm_version 4.14.0
0f2fcc
0f2fcc
# conflicts
0f2fcc
%global conflicts_dnf_plugins_core_version 4.0.2
0f2fcc
%global conflicts_dnf_plugins_extras_version 3.0.2
0f2fcc
%global conflicts_dnfdaemon_version 0.3.19
0f2fcc
0f2fcc
# override dependencies for rhel 7
0f2fcc
%if 0%{?rhel} == 7
0f2fcc
    %global rpm_version 4.11.3-32
0f2fcc
%endif
0f2fcc
0f2fcc
%if 0%{?rhel} == 7 && 0%{?centos}
0f2fcc
    %global rpm_version 4.11.3-25.el7.centos.1
0f2fcc
%endif
0f2fcc
0f2fcc
# override dependencies for fedora 26
0f2fcc
%if 0%{?fedora} == 26
0f2fcc
    %global rpm_version 4.13.0.1-7
0f2fcc
%endif
0f2fcc
0f2fcc
0f2fcc
%if 0%{?rhel} && 0%{?rhel} <= 7
0f2fcc
%bcond_with python3
0f2fcc
%else
0f2fcc
%bcond_without python3
0f2fcc
%endif
0f2fcc
0f2fcc
%if 0%{?rhel} >= 8 || 0%{?fedora} > 29
0f2fcc
# Disable python2 build
0f2fcc
%bcond_with python2
0f2fcc
%else
0f2fcc
%bcond_without python2
0f2fcc
%endif
0f2fcc
0f2fcc
# configurable name for the compat yum package
0f2fcc
%global yum_subpackage_name %{name}-yum
0f2fcc
0f2fcc
# provide nextgen-yum4 on rhel <= 7 to avoid conflict with existing yum
0f2fcc
%if 0%{?rhel} && 0%{?rhel} <= 7
0f2fcc
    %global yum_subpackage_name nextgen-yum4
0f2fcc
%endif
0f2fcc
0f2fcc
# provide yum on rhel >= 8, it replaces old yum
0f2fcc
%if 0%{?rhel} && 0%{?rhel} >= 8
0f2fcc
    %global yum_subpackage_name yum
0f2fcc
%endif
0f2fcc
0f2fcc
0f2fcc
# paths
0f2fcc
%global confdir %{_sysconfdir}/%{name}
0f2fcc
%global pluginconfpath %{confdir}/plugins
0f2fcc
0f2fcc
%if %{with python2}
0f2fcc
    %global py2pluginpath %{python2_sitelib}/%{name}-plugins
0f2fcc
%endif
0f2fcc
0f2fcc
%if %{with python3}
0f2fcc
    %global py3pluginpath %{python3_sitelib}/%{name}-plugins
0f2fcc
%endif
0f2fcc
0f2fcc
# Use the same directory of the main package for subpackage licence and docs
0f2fcc
%global _docdir_fmt %{name}
0f2fcc
0f2fcc
0f2fcc
%global pkg_summary     Package manager
0f2fcc
%global pkg_description Utility that allows users to manage packages on their systems. \
0f2fcc
It supports RPMs, modules and comps groups & environments.
0f2fcc
0f2fcc
Name:           dnf
0f2fcc
Version:        4.0.9.2
0f2fcc
Release:        5%{?dist}
0f2fcc
Summary:        %{pkg_summary}
0f2fcc
# For a breakdown of the licensing, see PACKAGE-LICENSING
0f2fcc
License:        GPLv2+ and GPLv2 and GPL
0f2fcc
URL:            https://github.com/rpm-software-management/dnf
0f2fcc
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
0f2fcc
Patch0:         1293.patch
0f2fcc
Patch1:         0001-Add-best-as-default-behavior-RhBug16707761671683.patch
0f2fcc
Patch2:         0002-Add---nobest-option.patch
0f2fcc
Patch3:         0003-Correct-formatting-string-for-translation.patch
0f2fcc
Patch4:         0004-Enhance-help-message-for---nobest-option.patch
0f2fcc
Patch5:         0005-Fix-minor-problem-with-suggestion-printed-to-terminal.patch
0f2fcc
Patch6:         0006-Remove-_moduleContainer-attribute-from-sack.patch
0f2fcc
Patch7:         0007-Not-allow-direct-module-switch-RhBug1669491.patch
0f2fcc
Patch8:         0008-Document-the-new-behavior-of-module-enableinstall-commands.patch
0f2fcc
0f2fcc
BuildArch:      noarch
0f2fcc
BuildRequires:  cmake
0f2fcc
BuildRequires:  gettext
0f2fcc
# Documentation
0f2fcc
BuildRequires:  %{_bindir}/sphinx-build
0f2fcc
BuildRequires:  systemd
0f2fcc
BuildRequires:  bash-completion
0f2fcc
%if %{with python3}
0f2fcc
Requires:       python3-%{name} = %{version}-%{release}
0f2fcc
%else
0f2fcc
Requires:       python2-%{name} = %{version}-%{release}
0f2fcc
%endif
0f2fcc
%if 0%{?rhel} && 0%{?rhel} <= 7
0f2fcc
Requires:       python-dbus
0f2fcc
Requires:       %{_bindir}/sqlite3
0f2fcc
%else
0f2fcc
%if %{with python3}
0f2fcc
Recommends:     (python3-dbus if NetworkManager)
0f2fcc
%else
0f2fcc
Recommends:     (python2-dbus if NetworkManager)
0f2fcc
%endif
0f2fcc
Recommends:     (%{_bindir}/sqlite3 if bash-completion)
0f2fcc
%endif
0f2fcc
%{?systemd_requires}
0f2fcc
Provides:       dnf-command(alias)
0f2fcc
Provides:       dnf-command(autoremove)
0f2fcc
Provides:       dnf-command(check-update)
0f2fcc
Provides:       dnf-command(clean)
0f2fcc
Provides:       dnf-command(distro-sync)
0f2fcc
Provides:       dnf-command(downgrade)
0f2fcc
Provides:       dnf-command(group)
0f2fcc
Provides:       dnf-command(history)
0f2fcc
Provides:       dnf-command(info)
0f2fcc
Provides:       dnf-command(install)
0f2fcc
Provides:       dnf-command(list)
0f2fcc
Provides:       dnf-command(makecache)
0f2fcc
Provides:       dnf-command(mark)
0f2fcc
Provides:       dnf-command(provides)
0f2fcc
Provides:       dnf-command(reinstall)
0f2fcc
Provides:       dnf-command(remove)
0f2fcc
Provides:       dnf-command(repolist)
0f2fcc
Provides:       dnf-command(repoquery)
0f2fcc
Provides:       dnf-command(repository-packages)
0f2fcc
Provides:       dnf-command(search)
0f2fcc
Provides:       dnf-command(updateinfo)
0f2fcc
Provides:       dnf-command(upgrade)
0f2fcc
Provides:       dnf-command(upgrade-to)
0f2fcc
Conflicts:      python2-dnf-plugins-core < %{conflicts_dnf_plugins_core_version}
0f2fcc
Conflicts:      python3-dnf-plugins-core < %{conflicts_dnf_plugins_core_version}
0f2fcc
Conflicts:      python2-dnf-plugins-extras < %{conflicts_dnf_plugins_extras_version}
0f2fcc
Conflicts:      python3-dnf-plugins-extras < %{conflicts_dnf_plugins_extras_version}
0f2fcc
0f2fcc
%description
0f2fcc
%{pkg_description}
0f2fcc
0f2fcc
%package data
0f2fcc
Summary:        Common data and configuration files for DNF
0f2fcc
Requires:       libreport-filesystem
0f2fcc
Obsoletes:      %{name}-conf <= %{version}-%{release}
0f2fcc
Provides:       %{name}-conf = %{version}-%{release}
0f2fcc
0f2fcc
%description data
0f2fcc
Common data and configuration files for DNF
0f2fcc
0f2fcc
%package -n %{yum_subpackage_name}
0f2fcc
Requires:       %{name} = %{version}-%{release}
0f2fcc
Summary:        %{pkg_summary}
0f2fcc
%if 0%{?fedora}
0f2fcc
%if 0%{?fedora} >= 30
0f2fcc
Conflicts:      yum
0f2fcc
%else
0f2fcc
Conflicts:      yum < 3.4.3-505
0f2fcc
%endif
0f2fcc
%endif
0f2fcc
0f2fcc
%description -n %{yum_subpackage_name}
0f2fcc
%{pkg_description}
0f2fcc
0f2fcc
%if %{with python2}
0f2fcc
%package -n python2-%{name}
0f2fcc
Summary:        Python 2 interface to DNF
0f2fcc
%{?python_provide:%python_provide python2-%{name}}
0f2fcc
BuildRequires:  python2-devel
0f2fcc
BuildRequires:  python2-hawkey >= %{hawkey_version}
0f2fcc
BuildRequires:  python2-libdnf >= %{hawkey_version}
0f2fcc
BuildRequires:  python2-libcomps >= %{libcomps_version}
0f2fcc
BuildRequires:  python2-libdnf
0f2fcc
BuildRequires:  python2-nose
0f2fcc
BuildRequires:  libmodulemd >= %{libmodulemd_version}
0f2fcc
Requires:       libmodulemd >= %{libmodulemd_version}
0f2fcc
%if (0%{?rhel} && 0%{?rhel} <= 7)
0f2fcc
BuildRequires:  pygpgme
0f2fcc
Requires:       pygpgme
0f2fcc
BuildRequires:  python-enum34
0f2fcc
Requires:       python-enum34
0f2fcc
%else
0f2fcc
BuildRequires:  python2-gpg
0f2fcc
Requires:       python2-gpg
0f2fcc
BuildRequires:  python2-enum34
0f2fcc
Requires:       python2-enum34
0f2fcc
%endif
0f2fcc
BuildRequires:  pyliblzma
0f2fcc
Requires:       pyliblzma
0f2fcc
Requires:       %{name}-data = %{version}-%{release}
0f2fcc
%if 0%{?fedora}
0f2fcc
Recommends:     deltarpm
0f2fcc
Recommends:     python2-unbound
0f2fcc
%endif
0f2fcc
%if 0%{?centos}
0f2fcc
Requires:       deltarpm
0f2fcc
%endif
0f2fcc
Requires:       python2-hawkey >= %{hawkey_version}
0f2fcc
Requires:       python2-libdnf >= %{hawkey_version}
0f2fcc
Requires:       python2-libcomps >= %{libcomps_version}
0f2fcc
Requires:       python2-libdnf
0f2fcc
%if 0%{?rhel} && 0%{?rhel} <= 7
0f2fcc
BuildRequires:  python-iniparse
0f2fcc
Requires:       python-iniparse
0f2fcc
BuildRequires:  rpm-python >= %{rpm_version}
0f2fcc
Requires:       rpm-python >= %{rpm_version}
0f2fcc
%else
0f2fcc
BuildRequires:  python2-iniparse
0f2fcc
Requires:       python2-iniparse
0f2fcc
BuildRequires:  python2-rpm >= %{rpm_version}
0f2fcc
Requires:       python2-rpm >= %{rpm_version}
0f2fcc
Recommends:     rpm-plugin-systemd-inhibit
0f2fcc
%endif
0f2fcc
Conflicts:      dnfdaemon < %{conflicts_dnfdaemon_version}
0f2fcc
0f2fcc
%description -n python2-%{name}
0f2fcc
Python 2 interface to DNF.
0f2fcc
%endif  # %%{with python2}
0f2fcc
0f2fcc
%if %{with python3}
0f2fcc
%package -n python3-%{name}
0f2fcc
Summary:        Python 3 interface to DNF
0f2fcc
%{?python_provide:%python_provide python3-%{name}}
0f2fcc
BuildRequires:  python3-devel
0f2fcc
BuildRequires:  python3-hawkey >= %{hawkey_version}
0f2fcc
BuildRequires:  python3-libdnf >= %{hawkey_version}
0f2fcc
BuildRequires:  python3-iniparse
0f2fcc
BuildRequires:  python3-libcomps >= %{libcomps_version}
0f2fcc
BuildRequires:  python3-libdnf
0f2fcc
BuildRequires:  libmodulemd >= %{libmodulemd_version}
0f2fcc
Requires:       libmodulemd >= %{libmodulemd_version}
0f2fcc
BuildRequires:  python3-nose
0f2fcc
BuildRequires:  python3-gpg
0f2fcc
Requires:       python3-gpg
0f2fcc
Requires:       %{name}-data = %{version}-%{release}
0f2fcc
%if 0%{?fedora}
0f2fcc
Recommends:     deltarpm
0f2fcc
%endif
0f2fcc
%if 0%{?centos}
0f2fcc
Requires:       deltarpm
0f2fcc
%endif
0f2fcc
Requires:       python3-hawkey >= %{hawkey_version}
0f2fcc
Requires:       python3-libdnf >= %{hawkey_version}
0f2fcc
Requires:       python3-iniparse
0f2fcc
Requires:       python3-libcomps >= %{libcomps_version}
0f2fcc
Requires:       python3-libdnf
0f2fcc
BuildRequires:  python3-rpm >= %{rpm_version}
0f2fcc
Requires:       python3-rpm >= %{rpm_version}
0f2fcc
Recommends:     python3-unbound
0f2fcc
%if 0%{?rhel} && 0%{?rhel} <= 7
0f2fcc
Requires:       rpm-plugin-systemd-inhibit
0f2fcc
%else
0f2fcc
Recommends:     rpm-plugin-systemd-inhibit
0f2fcc
%endif
0f2fcc
0f2fcc
%description -n python3-%{name}
0f2fcc
Python 3 interface to DNF.
0f2fcc
%endif
0f2fcc
0f2fcc
%package automatic
0f2fcc
Summary:        %{pkg_summary} - automated upgrades
0f2fcc
BuildRequires:  systemd
0f2fcc
Requires:       %{name} = %{version}-%{release}
0f2fcc
%{?systemd_requires}
0f2fcc
0f2fcc
%description automatic
0f2fcc
Systemd units that can periodically download package upgrades and apply them.
0f2fcc
0f2fcc
0f2fcc
%prep
0f2fcc
%autosetup -p1
0f2fcc
mkdir build-py2
0f2fcc
mkdir build-py3
0f2fcc
0f2fcc
0f2fcc
%build
0f2fcc
%if %{with python2}
0f2fcc
    pushd build-py2
0f2fcc
    %cmake .. -DPYTHON_DESIRED:FILEPATH=%{__python2}
0f2fcc
    %make_build
0f2fcc
    make doc-man
0f2fcc
    popd
0f2fcc
%endif
0f2fcc
0f2fcc
%if %{with python3}
0f2fcc
    pushd build-py3
0f2fcc
    %cmake .. -DPYTHON_DESIRED:FILEPATH=%{__python3}
0f2fcc
    %make_build
0f2fcc
    make doc-man
0f2fcc
    popd
0f2fcc
%endif
0f2fcc
0f2fcc
0f2fcc
%install
0f2fcc
%if %{with python2}
0f2fcc
    pushd build-py2
0f2fcc
    %make_install
0f2fcc
    popd
0f2fcc
%endif
0f2fcc
0f2fcc
%if %{with python3}
0f2fcc
    pushd build-py3
0f2fcc
    %make_install
0f2fcc
    popd
0f2fcc
%endif
0f2fcc
0f2fcc
%find_lang %{name}
0f2fcc
mkdir -p %{buildroot}%{confdir}/vars
0f2fcc
mkdir -p %{buildroot}%{confdir}/aliases.d
0f2fcc
mkdir -p %{buildroot}%{pluginconfpath}/
0f2fcc
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules.d
0f2fcc
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules.defaults.d
0f2fcc
%if %{with python2}
0f2fcc
mkdir -p %{buildroot}%{py2pluginpath}/
0f2fcc
%endif
0f2fcc
%if %{with python3}
0f2fcc
mkdir -p %{buildroot}%{py3pluginpath}/__pycache__/
0f2fcc
%endif
0f2fcc
ln -sr  %{buildroot}%{confdir}/%{name}.conf %{buildroot}%{_sysconfdir}/yum.conf
0f2fcc
mkdir -p %{buildroot}%{_localstatedir}/log/
0f2fcc
mkdir -p %{buildroot}%{_var}/cache/dnf/
0f2fcc
touch %{buildroot}%{_localstatedir}/log/%{name}.log
0f2fcc
%if %{with python3}
0f2fcc
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf
0f2fcc
mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic
0f2fcc
ln -sr  %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/yum
0f2fcc
%else
0f2fcc
ln -sr %{buildroot}%{_bindir}/dnf-2 %{buildroot}%{_bindir}/dnf
0f2fcc
mv %{buildroot}%{_bindir}/dnf-automatic-2 %{buildroot}%{_bindir}/dnf-automatic
0f2fcc
%if 0%{?rhel} && 0%{?rhel} <= 7
0f2fcc
ln -sr  %{buildroot}%{_bindir}/dnf-2 %{buildroot}%{_bindir}/yum4
0f2fcc
ln -sr  %{buildroot}%{_mandir}/man8/dnf.8.gz %{buildroot}%{_mandir}/man8/yum4.8.gz
0f2fcc
rm -f %{buildroot}%{_mandir}/man8/yum.8.gz
0f2fcc
%else
0f2fcc
ln -sr  %{buildroot}%{_bindir}/dnf-2 %{buildroot}%{_bindir}/yum
0f2fcc
%endif
0f2fcc
%endif
0f2fcc
rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
0f2fcc
%if "%{yum_subpackage_name}" == "yum"
0f2fcc
mkdir -p %{buildroot}%{_sysconfdir}/yum
0f2fcc
ln -sr  %{buildroot}%{pluginconfpath} %{buildroot}%{_sysconfdir}/yum/pluginconf.d
0f2fcc
ln -sr  %{buildroot}%{confdir}/protected.d %{buildroot}%{_sysconfdir}/yum/protected.d
0f2fcc
ln -sr  %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
0f2fcc
%endif
0f2fcc
0f2fcc
0f2fcc
%check
0f2fcc
%if %{with python2}
0f2fcc
    pushd build-py2
0f2fcc
    ctest -VV
0f2fcc
    popd
0f2fcc
%endif
0f2fcc
0f2fcc
%if %{with python3}
0f2fcc
    pushd build-py3
0f2fcc
    ctest -VV
0f2fcc
    popd
0f2fcc
%endif
0f2fcc
0f2fcc
0f2fcc
%post
0f2fcc
%systemd_post dnf-makecache.timer
0f2fcc
0f2fcc
%preun
0f2fcc
%systemd_preun dnf-makecache.timer
0f2fcc
0f2fcc
%postun
0f2fcc
%systemd_postun_with_restart dnf-makecache.timer
0f2fcc
0f2fcc
0f2fcc
%post automatic
0f2fcc
%systemd_post dnf-automatic.timer
0f2fcc
%systemd_post dnf-automatic-notifyonly.timer
0f2fcc
%systemd_post dnf-automatic-download.timer
0f2fcc
%systemd_post dnf-automatic-install.timer
0f2fcc
0f2fcc
%preun automatic
0f2fcc
%systemd_preun dnf-automatic.timer
0f2fcc
%systemd_preun dnf-automatic-notifyonly.timer
0f2fcc
%systemd_preun dnf-automatic-download.timer
0f2fcc
%systemd_preun dnf-automatic-install.timer
0f2fcc
0f2fcc
%postun automatic
0f2fcc
%systemd_postun_with_restart dnf-automatic.timer
0f2fcc
%systemd_postun_with_restart dnf-automatic-notifyonly.timer
0f2fcc
%systemd_postun_with_restart dnf-automatic-download.timer
0f2fcc
%systemd_postun_with_restart dnf-automatic-install.timer
0f2fcc
0f2fcc
0f2fcc
%files -f %{name}.lang
0f2fcc
%{_bindir}/%{name}
0f2fcc
%if 0%{?rhel} && 0%{?rhel} <= 7
0f2fcc
%{_sysconfdir}/bash_completion.d/%{name}
0f2fcc
%else
0f2fcc
%dir %{_datadir}/bash-completion
0f2fcc
%dir %{_datadir}/bash-completion/completions
0f2fcc
%{_datadir}/bash-completion/completions/%{name}
0f2fcc
%endif
0f2fcc
%{_mandir}/man8/%{name}.8*
0f2fcc
%{_mandir}/man8/yum2dnf.8*
0f2fcc
%{_unitdir}/%{name}-makecache.service
0f2fcc
%{_unitdir}/%{name}-makecache.timer
0f2fcc
%{_var}/cache/%{name}/
0f2fcc
0f2fcc
%files data
0f2fcc
%license COPYING PACKAGE-LICENSING
0f2fcc
%doc AUTHORS README.rst
0f2fcc
%dir %{confdir}
0f2fcc
%dir %{confdir}/modules.d
0f2fcc
%dir %{confdir}/modules.defaults.d
0f2fcc
%dir %{pluginconfpath}
0f2fcc
%dir %{confdir}/protected.d
0f2fcc
%dir %{confdir}/vars
0f2fcc
%dir %{confdir}/aliases.d
0f2fcc
%config(noreplace) %{confdir}/%{name}.conf
0f2fcc
%config(noreplace) %{confdir}/protected.d/%{name}.conf
0f2fcc
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
0f2fcc
%ghost %attr(644,-,-) %{_localstatedir}/log/hawkey.log
0f2fcc
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.log
0f2fcc
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.librepo.log
0f2fcc
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.rpm.log
0f2fcc
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.plugin.log
0f2fcc
%ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}
0f2fcc
%ghost %attr(644,-,-) %{_sharedstatedir}/%{name}/groups.json
0f2fcc
%ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}/yumdb
0f2fcc
%ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}/history
0f2fcc
%{_mandir}/man5/%{name}.conf.5*
0f2fcc
%{_tmpfilesdir}/%{name}.conf
0f2fcc
%{_sysconfdir}/libreport/events.d/collect_dnf.conf
0f2fcc
0f2fcc
%files -n %{yum_subpackage_name}
0f2fcc
%if "%{yum_subpackage_name}" == "yum"
0f2fcc
%{_bindir}/yum
0f2fcc
%{_mandir}/man8/yum.8*
0f2fcc
%{_sysconfdir}/yum.conf
0f2fcc
%{_sysconfdir}/yum/pluginconf.d
0f2fcc
%{_sysconfdir}/yum/protected.d
0f2fcc
%{_sysconfdir}/yum/vars
0f2fcc
%{_mandir}/man5/yum.conf.5.*
0f2fcc
%{_mandir}/man8/yum.8*
0f2fcc
%{_mandir}/man8/yum-shell.8*
0f2fcc
%{_mandir}/man1/yum-aliases.1*
0f2fcc
%else
0f2fcc
%exclude %{_mandir}/man8/yum-shell.8*
0f2fcc
%exclude %{_mandir}/man1/yum-aliases.1*
0f2fcc
%exclude %{_sysconfdir}/yum/pluginconf.d
0f2fcc
%exclude %{_sysconfdir}/yum/protected.d
0f2fcc
%exclude %{_sysconfdir}/yum/vars
0f2fcc
%endif
0f2fcc
0f2fcc
%if "%{yum_subpackage_name}" == "nextgen-yum4"
0f2fcc
%{_bindir}/yum4
0f2fcc
%{_mandir}/man8/yum4.8*
0f2fcc
%exclude %{_sysconfdir}/yum.conf
0f2fcc
%exclude %{_mandir}/man5/yum.conf.5.*
0f2fcc
%exclude %{_mandir}/man8/yum.8*
0f2fcc
%endif
0f2fcc
0f2fcc
%if "%{yum_subpackage_name}" == "%{name}-yum"
0f2fcc
%{_bindir}/yum
0f2fcc
%{_mandir}/man8/yum.8*
0f2fcc
%if 0%{?fedora} >= 30
0f2fcc
%{_sysconfdir}/yum.conf
0f2fcc
%{_mandir}/man5/yum.conf.5*
0f2fcc
%else
0f2fcc
%exclude %{_sysconfdir}/yum.conf
0f2fcc
%exclude %{_mandir}/man5/yum.conf.5*
0f2fcc
%endif
0f2fcc
%endif
0f2fcc
0f2fcc
%if %{with python2}
0f2fcc
%files -n python2-%{name}
0f2fcc
%{_bindir}/%{name}-2
0f2fcc
%exclude %{python2_sitelib}/%{name}/automatic
0f2fcc
%{python2_sitelib}/%{name}/
0f2fcc
%dir %{py2pluginpath}
0f2fcc
%endif
0f2fcc
0f2fcc
%if %{with python3}
0f2fcc
%files -n python3-%{name}
0f2fcc
%{_bindir}/%{name}-3
0f2fcc
%exclude %{python3_sitelib}/%{name}/automatic
0f2fcc
%{python3_sitelib}/%{name}/
0f2fcc
%dir %{py3pluginpath}
0f2fcc
%dir %{py3pluginpath}/__pycache__
0f2fcc
%endif
0f2fcc
0f2fcc
%files automatic
0f2fcc
%{_bindir}/%{name}-automatic
0f2fcc
%config(noreplace) %{confdir}/automatic.conf
0f2fcc
%{_mandir}/man8/%{name}.automatic.8*
0f2fcc
%{_unitdir}/%{name}-automatic.service
0f2fcc
%{_unitdir}/%{name}-automatic.timer
0f2fcc
%{_unitdir}/%{name}-automatic-notifyonly.service
0f2fcc
%{_unitdir}/%{name}-automatic-notifyonly.timer
0f2fcc
%{_unitdir}/%{name}-automatic-download.service
0f2fcc
%{_unitdir}/%{name}-automatic-download.timer
0f2fcc
%{_unitdir}/%{name}-automatic-install.service
0f2fcc
%{_unitdir}/%{name}-automatic-install.timer
0f2fcc
%if %{with python3}
0f2fcc
%{python3_sitelib}/%{name}/automatic/
0f2fcc
%else
0f2fcc
%{python2_sitelib}/%{name}/automatic/
0f2fcc
%endif
0f2fcc
0f2fcc
%changelog
0f2fcc
* Thu Feb 14 2019 Jaroslav Mracek <jmracek@redhat.com> - 4.0.9.2-5
0f2fcc
- Backport patch to not allow direct module switch
0f2fcc
0f2fcc
* Fri Feb 08 2019 Jaroslav Mracek <jmracek@redhat.com> - 4.0.9.2-4
0f2fcc
- Backport patch to add support for modular updateinfoxml data
0f2fcc
0f2fcc
* Thu Feb 07 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.9.2-3
0f2fcc
- Backport patch: Fix minor problem with suggestion printed to terminal
0f2fcc
0f2fcc
* Wed Feb 06 2019 Jaroslav Mracek <jmracek@redhat.com> - 4.0.9.2-2
0f2fcc
- Backport patches for: RHEL should use --best option by default for dnf / libdnf (RhBug:1670776)
0f2fcc
- Add --nobest dnf option to revert the new default behavior from commandline
0f2fcc
0f2fcc
* Fri Jan 04 2019 Jaroslav Mracek <jmracek@redhat.com> - 4.0.9.2-1
0f2fcc
- Print information about skipped packages after the transaction
0f2fcc
- Sort reported skipped packages, force ignore_weak
0f2fcc
- Allow to enable modules that break default modules (RhBug:1648839)
0f2fcc
0f2fcc
* Mon Dec 17 2018 Daniel Mach <dmach@redhat.com> - 4.0.9.1-1
0f2fcc
- Updated difference YUM vs. DNF for yum-updateonboot
0f2fcc
- Added new command ``dnf alias [options] [list|add|delete] [<name>...]`` to allow the user to
0f2fcc
  define and manage a list of aliases
0f2fcc
- Enhanced documentation
0f2fcc
- Unifying return codes for remove operations
0f2fcc
- [transaction] Make transaction content available for commands
0f2fcc
- Add hotfix packages to install pool (RhBug:1654738)
0f2fcc
- Report group operation in transaction table
0f2fcc
- [sack] Change algorithm to calculate rpmdb_version
0f2fcc
- Add basic integration with %_pkgverify_level (RhBug:1614351)
0f2fcc
0f2fcc
* Fri Nov 23 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.9-1
0f2fcc
- Added dnf.repo.Repo.get_http_headers
0f2fcc
- Added dnf.repo.Repo.set_http_headers
0f2fcc
- Added dnf.repo.Repo.add_metadata_type_to_download
0f2fcc
- Added dnf.repo.Repo.get_metadata_path
0f2fcc
- Added dnf.repo.Repo.get_metadata_content
0f2fcc
- Added --changelogs option for check-update command
0f2fcc
- [module] Add information about active modules
0f2fcc
- Hide messages created only for logging
0f2fcc
- Enhanced --setopt option
0f2fcc
- [module] Fix dnf remove @<module>
0f2fcc
- [transaction] Make transaction content available for plugins
0f2fcc
0f2fcc
* Mon Nov 19 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.4-2
0f2fcc
- Backport patches for setting cachedir with --setopt
0f2fcc
0f2fcc
* Mon Oct 15 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.4-1
0f2fcc
- Update to 4.0.4
0f2fcc
- Add dnssec extension
0f2fcc
- Set termforce to AUTO to automatically detect if stdout is terminal
0f2fcc
- Repoquery command accepts --changelogs option (RhBug:1483458)
0f2fcc
- Calculate sack version from all installed packages (RhBug:1624291)
0f2fcc
- [module] Allow to enable module dependencies (RhBug:1622566)
0f2fcc
0f2fcc
* Tue Sep 25 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.6.1-1
0f2fcc
- [module] Improved module commands list, info
0f2fcc
- [module] Reports error from module solver
0f2fcc
- Fix: Error detected when calling 'RepoCB.fastestMirror' (RhBug:1628056)
0f2fcc
- Preserve packages from other installed mod profiles (RhBug:1629841)
0f2fcc
- [spec] Postpone conflict with yum to Fedora 30+ (RhBug:1600444)
0f2fcc
- [cli] Install command recommends alternative packages (RhBug:1625586)
0f2fcc
- [cli] Fix case insensitive hint (1628514)
0f2fcc
- Fix installed profiles for module info (RhBug:1629689)
0f2fcc
- Fix module provides not having consistent output (RhBug:1623866)
0f2fcc
- Enhance label for transaction table (RhBug:1609919)
0f2fcc
- Implement C_, the gettext function with a context (RhBug:1305340)
0f2fcc
- Actually disambiguate some messages using C_ (RhBug:1305340)
0f2fcc
- Restore 'strict' choice for group installs (#1461539)
0f2fcc
- [repoquery] More strict queryformat parsing (RhBug:1631458)
0f2fcc
- Redirect repo progress to std error (RhBug:1626011)
0f2fcc
- Unify behavior of remove and module remove (RhBug:1629848)
0f2fcc
- Change behavior of disabled module for module install (RhBug:1629711)
0f2fcc
- Allow enablement on disabled plugin (RhBug:1614539)
0f2fcc
- Resolves: rhbz#1622585 - [modularity] dnf should not be proposing distro-sync
0f2fcc
- Resolves: rhbz#1614531 - dnf 3.2 does not depsolve correctly
0f2fcc
- Bug 1564369 - don't show duplicate errors in dnf output
0f2fcc
- Resolves: rhbz#1597257 - dnf should accept localinstall command, at least as an alias
0f2fcc
- Resolves: rhbz#1613860 - dnf search behaviour is slightly confusing
0f2fcc
- Resolves: rhbz#1625586 - Advise user about alternatives to the non-existing "python" package
0f2fcc
- Resolves: rhbz#1614346 - dnf rollback doesn't work after install/downgrade/upgrade
0f2fcc
- Resolves: rhbz#1612752 - platform-python should be used in completion_helper
0f2fcc
- Resolves: rhbz#1618421 - dnf module install fails to find non-modular dependencies
0f2fcc
- Bug 1629655 - not helpful/complete error message when specifying wrong stream or profile
0f2fcc
- Bug 1629709 - disabled modules should be identified in the module listing
0f2fcc
- Bug 1630761 - [usability] unable to determine if a stream with [d] is enabled or not
0f2fcc
- Bug 1625270 - there is ???% [=== when baseurl is wrong
0f2fcc
- Resolves: rhbz#1624056 - quoted baseurl is error out
0f2fcc
0f2fcc
* Mon Sep 10 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.5.1-1
0f2fcc
- [module] Fixed list and info subcommands (RhBug:1623388) (RhBug:1623535)
0f2fcc
0f2fcc
* Fri Sep 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.5.0-1
0f2fcc
- New implementation of modularity
0f2fcc
- dnf makecache should not fail in red color if no enabled repos (RhBug:1622090)
0f2fcc
- [modularity] dnf module profile command doesn't work (RhBug:1622580)
0f2fcc
- [modularity] incorrect output in dnf module list (RhBug:1623398)
0f2fcc
- [modularity] dnf could be smarter when installing what's already installed (RhBug:1622599)
0f2fcc
- [modularity] dnf module install circular error on missing dependency (RhBug:1620233)
0f2fcc
- not descriptive output in dnf verbose (RhBug:1612718)
0f2fcc
- RFE: provide way to query all packages from module (RhBug:1569068)
0f2fcc
0f2fcc
* Fri Aug 31 2018 Daniel Mach <dmach@redhat.com> - 3.4.0-1
0f2fcc
- [history] Fix 'attempt to write a readonly database' error in addConsoleOutputLine().
0f2fcc
- [spec] Improve YUM v3 compat layer.
0f2fcc
- [doc] document missing link from yum-rhn-plugin to dnf-plugin-spacewalk (RhBug:1580356)
0f2fcc
- [doc] document difference between yum and dnf when listing packages (RhBug:1615834)
0f2fcc
- [doc] document missing download functionality after transaction table is displayed (RhBug:1585140)
0f2fcc
- [systemd] dnf-makecache.timer: move the ordering after network to .service
0f2fcc
- [translations] Update translations from zanata.
0f2fcc
- [cli] Fix 'already installed' message output.
0f2fcc
- [module] change 'module_nsvp' to 'module_spec'
0f2fcc
- [module] show module profiles without ', ...'
0f2fcc
- [module] unify usability of RepoModuleDict.get_info*(); fix traceback
0f2fcc
- [security] fix update count (RhBug:1585138)
0f2fcc
- [cli] enable reposync to use --destdir (RhBug:1582152)
0f2fcc
- [repo] Replace dnf.repo.Repo with libdnf implementation.
0f2fcc
- [dnf] Limit DeprecationWarning to dnf.* modules only.
0f2fcc
0f2fcc
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 3.3.0-1
0f2fcc
- [misc] Fallback to os.getuid() if /proc/self/loginuid can't be read (RhBug:1597005)
0f2fcc
- [translations] Update translations from zanata.
0f2fcc
- [doc] Update module documentation.
0f2fcc
- [module] Fix `module provides` output.
0f2fcc
- [module] Add `module reset` command.
0f2fcc
- [module] Fix module disable command
0f2fcc
- [repo] Improve error message on broken repo (RhBug:1595796)
0f2fcc
- [doc] Enhance a command documentation (RhBug:1361617)
0f2fcc
- [module] Automatically save module persistor in do_transaction().
0f2fcc
- [drpm] Fixed setting deltarpm_percentage=0 to switch drpm off
0f2fcc
- [repo] Split base.download_packages into two functions
0f2fcc
- [output] Use libdnf wrapper for smartcols
0f2fcc
- [conf] Do not traceback on empty option (RhBug:1613577)
0f2fcc
0f2fcc
* Tue Aug 07 2018 Daniel Mach <dmach@redhat.com> - 3.2.0-1
0f2fcc
- [sack] Use module_platform_id option.
0f2fcc
- [module] Switch module persistor to libdnf implementation.
0f2fcc
- [module] Auto-enable module streams based on installed RPMs.
0f2fcc
- [transaction] Fix: show packages from the current transaction.
0f2fcc
- [conf] Convert any VectorString type to list.
0f2fcc
- [module] Replace 'enabled' config option with 'state'.
0f2fcc
- [install_specs] Do not exclude groups' packages
0f2fcc
- [module] Use module sack filtering from libdnf
0f2fcc
- [module] Many UX fixes.
0f2fcc
0f2fcc
* Fri Jul 27 2018 Daniel Mach <dmach@redhat.com> - 3.1.0-1
0f2fcc
- [module] Move 'hotfixes' conf option to libdnf and rename it to 'module_hotfixes'.
0f2fcc
- [goal] Exclude @System repo packages from distro_sync.
0f2fcc
- [conf] Setup configuration values using C++ bindings.
0f2fcc
- [module] Drop module lock command.
0f2fcc
- [crypto] Use handle from repo in dnf.crypto.retrieve().
0f2fcc
- [module] Assume a 'default' profile exists for all modules (RhBug:1568165)
0f2fcc
- [base] Introduce easy installation of package, group and module specs.
0f2fcc
0f2fcc
* Thu Jul 19 2018 Daniel Mach <dmach@redhat.com> - 3.0.4-1
0f2fcc
- [transaction] Fix 'TransactionItem not found for key' error.
0f2fcc
- [module] Allow removing module profile without specifying a stream.
0f2fcc
- [module] Fix 'BaseCli' object has no attribute '_yumdb' error.
0f2fcc
- [callback] Fix TransactionDisplay.PKG_ERASE redirect to a non-existing constant.
0f2fcc
- [spec] Change yum compat package version to 4.0.version.
0f2fcc
- [cache] Clean transaction temp files after successfull transaction
0f2fcc
- [log] Log messages from libdnf logger
0f2fcc
- [transaction] Add states to report rpm transaction progress
0f2fcc
- [transaction] Cache TransactionItem during handling of RPM callback (RhBug:1599597)
0f2fcc
- [systemd] dnf-makecache.timer: move to multi-user to fix loop
0f2fcc
0f2fcc
* Thu Jul 12 2018 Martin Hatina <mhatina@redhat.com> - 3.0.3-1
0f2fcc
- Bug fix release
0f2fcc
0f2fcc
* Fri Jun 29 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.0.2-1
0f2fcc
- Update to 3.0.2-1
0f2fcc
0f2fcc
* Tue Jun 26 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.0.1-1
0f2fcc
- Update to 3.0.1-1
0f2fcc
- Support of MODULES - new DNF command `module`
0f2fcc
- Add attribute dnf.conf.Conf.proxy_auth_method
0f2fcc
- New repoquery option `--depends` and `--whatdepends`
0f2fcc
- Enhanced support of variables
0f2fcc
- Enhanced documentation
0f2fcc
- Resolves: rhbz#1565599
0f2fcc
- Resolves: rhbz#1508839
0f2fcc
- Resolves: rhbz#1506486
0f2fcc
- Resolves: rhbz#1506475
0f2fcc
- Resolves: rhbz#1505577
0f2fcc
- Resolves: rhbz#1505574
0f2fcc
- Resolves: rhbz#1505573
0f2fcc
- Resolves: rhbz#1480481
0f2fcc
- Resolves: rhbz#1496732
0f2fcc
- Resolves: rhbz#1497272
0f2fcc
- Resolves: rhbz#1488100
0f2fcc
- Resolves: rhbz#1488086
0f2fcc
- Resolves: rhbz#1488112
0f2fcc
- Resolves: rhbz#1488105
0f2fcc
- Resolves: rhbz#1488089
0f2fcc
- Resolves: rhbz#1488092
0f2fcc
- Resolves: rhbz#1486839
0f2fcc
- Resolves: rhbz#1486839
0f2fcc
- Resolves: rhbz#1486827
0f2fcc
- Resolves: rhbz#1486816
0f2fcc
- Resolves: rhbz#1565647
0f2fcc
- Resolves: rhbz#1583834
0f2fcc
- Resolves: rhbz#1576921
0f2fcc
- Resolves: rhbz#1270295
0f2fcc
- Resolves: rhbz#1361698
0f2fcc
- Resolves: rhbz#1369847
0f2fcc
- Resolves: rhbz#1368651
0f2fcc
- Resolves: rhbz#1563841
0f2fcc
- Resolves: rhbz#1387622
0f2fcc
- Resolves: rhbz#1575998
0f2fcc
- Resolves: rhbz#1577854
0f2fcc
- Resolves: rhbz#1387622
0f2fcc
- Resolves: rhbz#1542416
0f2fcc
- Resolves: rhbz#1542416
0f2fcc
- Resolves: rhbz#1496153
0f2fcc
- Resolves: rhbz#1568366
0f2fcc
- Resolves: rhbz#1539803
0f2fcc
- Resolves: rhbz#1552576
0f2fcc
- Resolves: rhbz#1545075
0f2fcc
- Resolves: rhbz#1544359
0f2fcc
- Resolves: rhbz#1547672
0f2fcc
- Resolves: rhbz#1537957
0f2fcc
- Resolves: rhbz#1542920
0f2fcc
- Resolves: rhbz#1507129
0f2fcc
- Resolves: rhbz#1512956
0f2fcc
- Resolves: rhbz#1512663
0f2fcc
- Resolves: rhbz#1247083
0f2fcc
- Resolves: rhbz#1247083
0f2fcc
- Resolves: rhbz#1247083
0f2fcc
- Resolves: rhbz#1519325
0f2fcc
- Resolves: rhbz#1492036
0f2fcc
- Resolves: rhbz#1391911
0f2fcc
- Resolves: rhbz#1391911
0f2fcc
- Resolves: rhbz#1479330
0f2fcc
- Resolves: rhbz#1505185
0f2fcc
- Resolves: rhbz#1305232
0f2fcc
0f2fcc
* Wed Oct 18 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.5-1
0f2fcc
- Improve performance for excludes and includes handling (RHBZ #1500361)
0f2fcc
- Fixed problem of handling checksums for local repositories (RHBZ #1502106)
0f2fcc
- Fix traceback when using dnf.Base.close() (RHBZ #1503575)
0f2fcc
0f2fcc
* Mon Oct 16 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.4-1
0f2fcc
- Update to 2.7.4-1
0f2fcc
- Enhanced performance for excludes and includes handling
0f2fcc
- Solved memory leaks at time of closing of dnf.Base()
0f2fcc
- Resolves: rhbz#1480979 - I thought it abnormal that dnf crashed.
0f2fcc
- Resolves: rhbz#1461423 - Memory leak in python-dnf
0f2fcc
- Resolves: rhbz#1499564 - dnf list installed crashes
0f2fcc
- Resolves: rhbz#1499534 - dnf-2 is much slower than dnf-1 when handling groups
0f2fcc
- Resolves: rhbz#1499623 - Mishandling stderr vs stdout (dnf search, dnf repoquery)
0f2fcc
0f2fcc
* Fri Oct 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.3-1
0f2fcc
- Fix URL detection (RHBZ #1472847)
0f2fcc
- Do not remove downloaded files with --destdir option (RHBZ #1498426)
0f2fcc
- Fix handling of conditional packages in comps (RHBZ #1427144)
0f2fcc
0f2fcc
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.2-1
0f2fcc
- Update to 2.7.2-1
0f2fcc
- Added new option ``--comment=<comment>`` that adds a comment to transaction in history
0f2fcc
- :meth:`dnf.Base.pre_configure_plugin` configure plugins by running their pre_configure() method
0f2fcc
- Added pre_configure() methotd for plugins and commands to configure dnf before repos are loaded
0f2fcc
- Resolves: rhbz#1421478 - dnf repository-packages: error: unrecognized arguments: -x rust-rpm-macros
0f2fcc
- Resolves: rhbz#1491560 - 'dnf check' reports spurious "has missing requires of" errors
0f2fcc
- Resolves: rhbz#1465292 - DNF remove protected duplicate package
0f2fcc
- Resolves: rhbz#1279001 - [RFE] Missing dnf --downloaddir option
0f2fcc
- Resolves: rhbz#1212341 - [RFE] Allow plugins to override the core configuration
0f2fcc
- Resolves: rhbz#1299482 - mock --init fails with message "Failed calculating RPMDB checksum"
0f2fcc
- Resolves: rhbz#1488398 - dnf upstream tests failures on f26
0f2fcc
- Resolves: rhbz#1192811 - dnf whatprovides should show which provides matched a pattern
0f2fcc
- Resolves: rhbz#1288845 - "dnf provides" wildcard matching is unreliable (not all packages with matches listed)
0f2fcc
- Resolves: rhbz#1473933 - [abrt] dnf-automatic: resolved(): rpm_conf.py:58:resolved:AttributeError: 'Rpmconf' object has no attribute '_interactive'
0f2fcc
- Resolves: rhbz#1237349 - dnf autoremove not removing what dnf list extras shows
0f2fcc
- Resolves: rhbz#1470050 - the 'priority=' option in /etc/yum.repos.d/*.repo is not respected
0f2fcc
- Resolves: rhbz#1347927 - dnf --cacheonly downloads packages
0f2fcc
- Resolves: rhbz#1478115 - [abrt] dnf: _hcmd_undo(): __init__.py:888:_hcmd_undo:IndexError: list index out of range
0f2fcc
- Resolves: rhbz#1461171 -  RFE: support --advisory= with install
0f2fcc
- Resolves: rhbz#1448874 - "dnf needs-restarting" vanished from bash completion
0f2fcc
- Resolves: rhbz#1495116 - Dnf version fails with traceback in container
0f2fcc
0f2fcc
* Mon Aug 07 2017 Jaroslav Mracek <jmracek@redhat.com> 2.6.3-1
0f2fcc
- Fix problem with dnf.Package().remote_location() (RhBug:1476215) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Change behavior of -C according to documentation (RhBug:1473964) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- It should prevent to ask attribute of None (RhBug:1359482) (Jaroslav Mracek)
0f2fcc
- Solve a problems with --arch options (RhBug:1476834) (Jaroslav Mracek)
0f2fcc
- Use security plugin code for dnf-automatic (Jaroslav Mracek)
0f2fcc
- Fix unicode error for python2 (Jaroslav Mracek)
0f2fcc
- Inform about packages installed for group (Jaroslav Mracek)
0f2fcc
- Provide info if pkg is removed due to dependency (RhBug:1244755) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Unify format of %%{_mandir} paths in dnf.spec (Jaroslav Mracek)
0f2fcc
- Remove test_yumlayer.py as unneeded test (Jaroslav Mracek)
0f2fcc
- Provide yum4 package for rhel7 build (Jaroslav Mracek)
0f2fcc
- Make yum compatible layer very minimal (RhBug:1476748) (Jaroslav Mracek)
0f2fcc
- Remove metadata_expire from yum compatible layer (Jaroslav Mracek)
0f2fcc
- Remove keepcache from yum compatibility layer (Jaroslav Mracek)
0f2fcc
- Remove options from yum conf (Jaroslav Mracek)
0f2fcc
- Remove unused functionality from  yum compatible layer (Jaroslav Mracek)
0f2fcc
- Add deplist command for dnf (Jaroslav Mracek)
0f2fcc
- Fix problems with --downloaddir options (RhBug:1476464) (Jaroslav Mracek)
0f2fcc
- Move description of --forcearch into proper place (Jaroslav Mracek)
0f2fcc
- Provide description of --downloaddir option (Jaroslav Mracek)
0f2fcc
- Fix if in spec file (Jaroslav Mracek)
0f2fcc
- Add description of "test" tsflags (Jaroslav Mracek)
0f2fcc
- Enable import gpg_keys with tsflag test (RhBug:1464192) (Jaroslav Mracek)
0f2fcc
- Keep old reason when undoing erase (RhBug:1463107) (Eduard Čuba)
0f2fcc
- spec: eliminate other weak dependencies for el<=7 (Igor Gnatenko)
0f2fcc
- spec: do not strongly require inhibit plugin (Igor Gnatenko)
0f2fcc
- Inform that packages are only downloaded (RhBug:1426196) (Jaroslav Mracek)
0f2fcc
- Move releasever check after the etc/dnf/vars substitutions. (Alexander
0f2fcc
  Kanavin)
0f2fcc
- Provide substitution for Repodict.add_new_repo() (RhBug:1457507) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
0f2fcc
* Mon Jul 24 2017 Jaroslav Mracek <jmracek@redhat.com> 2.6.2-1
0f2fcc
- Remove autodeglob optimization (Jaroslav Rohel)
0f2fcc
- Integrate --destdir with --destdir from download plugin (Ondřej Sojka)
0f2fcc
- Add CLI option --destdir (RhBug:1279001) (Ondřej Sojka)
0f2fcc
- Add myself to the AUTHORS file (Nathaniel McCallum)
0f2fcc
- Add the --forcearch CLI flag (Nathaniel McCallum)
0f2fcc
- Add 'ignorearch' option (Nathaniel McCallum)
0f2fcc
- Provide an API for setting 'arch' and 'basearch' (Nathaniel McCallum)
0f2fcc
- Add nevra forms for repoquery command (Jaroslav Rohel)
0f2fcc
- Fix UnicodeDecodeError during checkSig() on non UTF-8 locale (RhBug:1397848)
0f2fcc
  (Jaroslav Rohel)
0f2fcc
- Add dnf option --noautoremove (RhBug:1361424) (Jaroslav Mracek)
0f2fcc
- Add group argument for mark command (Jaroslav Mracek)
0f2fcc
- Report problems for each pkg during gpgcheck (RhBug:1387925) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- fix minor spelling mistakes (René Genz)
0f2fcc
- Print warning when wrong delimiter in cache (RhBug:1332099) (Vítek Hoch)
0f2fcc
- Fix the loading of config for dnf-automatic command_email (RhBug:1470116)
0f2fcc
  (Jaroslav Rohel)
0f2fcc
- Enable download progress bar if redirected output (RhBug:1161950) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Support short abbrevations of commands (RhBug:1320254) (Vítek Hoch)
0f2fcc
- Remove unused variables kwargs (Jaroslav Mracek)
0f2fcc
- Not reinstall packages if install from repository-pkgs used (Jaroslav Mracek)
0f2fcc
- bump dnf version to 2.6.0 (Igor Gnatenko)
0f2fcc
- spec: use python2- prefix for hawkey (Igor Gnatenko)
0f2fcc
- spec: use sphinx-build binary rather than package name (Igor Gnatenko)
0f2fcc
- spec: python-bugzilla is not needed for building (Igor Gnatenko)
0f2fcc
- spec: fix instructions about generating tarball (Igor Gnatenko)
0f2fcc
- po: Update translations (Igor Gnatenko)
0f2fcc
- Add an example of installation without weak-deps  (RhBug:1424723) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Add detection if mirrorlist is used for metalink (Jaroslav Mracek)
0f2fcc
- Rename variable (Jaroslav Mracek)
0f2fcc
- Add --groupmember option to repoquery (RhBug:1462486) (Jaroslav Mracek)
0f2fcc
- Check checksum for local repositories (RhBug:1314405) (Jaroslav Mracek)
0f2fcc
- Spelling fixes (Ville Skyttä)
0f2fcc
- repoquery --obsoletes prints obsoletes (RhBug:1457368) (Matěj Cepl)
0f2fcc
- Provide pkg name hint for icase (RhBug:1339280) (RhBug:1138978) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Return only latest pkgs for "dnf list upgrades" (RhBug:1423472) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- cleanup code not executed in case of exception (Marek Blaha)
0f2fcc
- Allow to modify message for user confirmation (Jaroslav Mracek)
0f2fcc
- Add autocheck_running_kernel config option (Štěpán Smetana)
0f2fcc
- Inform about skipped packages for group install (RhBug:1427365) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Remove group remove unneeded pkgs (RhBug:1398871) (RhBug:1432312) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
0f2fcc
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> 2.5.1-1
0f2fcc
- bump version to 2.5.1 + update release notes (Jaroslav Mracek)
0f2fcc
- Fix: dnf update --refresh fails for repo_gpgcheck=1 (RhBug:1456419) (Daniel
0f2fcc
  Mach)
0f2fcc
- Don't try to cut datetime message (Jaroslav Rohel)
0f2fcc
- Use localized datetime format (RhBug:1445021) (Jaroslav Rohel)
0f2fcc
- Work with locale date (Jaroslav Rohel)
0f2fcc
- Use ISO 8601 time format in logfile (Jaroslav Rohel)
0f2fcc
- Add unitest to prevent callbacks breakage (Jaroslav Mracek)
0f2fcc
- Provide compatibility for tools that do not use total_drpms (Jaroslav Mracek)
0f2fcc
- Requires strict usage of repoquery --recursive (Jaroslav Mracek)
0f2fcc
- Fix output for --resolve with --installed for repoquery (Jaroslav Mracek)
0f2fcc
- Remove unnecessary inheritance of yum conf options (Martin Hatina)
0f2fcc
- Remove alwaysprompt option support (RhBug:1400714) (Jaroslav Rohel)
0f2fcc
- Allow to install groups with multilib_policy=all (RhBug:1250702) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Redesign Base.install() to provide alternatives (Jaroslav Mracek)
0f2fcc
- Report excludes includes into logger.debug (RhBug:1381988) (Jaroslav Mracek)
0f2fcc
- Provide new API to parse string to NEVRA () (Jaroslav Mracek)
0f2fcc
- Add more repoquery querytags (Jaroslav Rohel)
0f2fcc
- Not hide tracebacks (Jaroslav Mracek)
0f2fcc
- Solve error handling for get attr in yumdb (RhBug:1397848) (Jaroslav Mracek)
0f2fcc
- Provide a better error if throttle to low (RhBug:1321407) (Jaroslav Mracek)
0f2fcc
- Change timeout to 30s (RhBug:1291867) (Jaroslav Mracek)
0f2fcc
- Add pre_transaction hook for plugins (Jaroslav Rohel)
0f2fcc
- Not download metadata if "dnf history [info|list|userinstalled]" (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Not download metadata if "dnf repo-pkgs <repo> list --installed" (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Not download metadata if "dnf list --installed" (RhBug:1372895) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Format pkg str for repoquery --tree due to -qf (RhBug:1444751) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
0f2fcc
* Mon May 22 2017 Jaroslav Mracek <jmracek@redhat.com> 2.5.0-1
0f2fcc
- Update release notes (Jaroslav Mracek)
0f2fcc
- Change documentation for history --userinstalled (RhBug:1370062) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Change example to install plugin using versionlock (Jaroslav Mracek)
0f2fcc
- Remove unused method Goal.best_run_diff() (Jaroslav Mracek)
0f2fcc
- Change recommendations if some problems appear (RhBug:1293067) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Report problems for goals with optional=True (Jaroslav Mracek)
0f2fcc
- Format resolve problem messages in method in dnf.util (Jaroslav Mracek)
0f2fcc
- Enhance reports about broken dep (RhBug:1398040)(RhBug:1393814) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- search: do not generate error if not match anything (RhBug:1342157) (Jaroslav
0f2fcc
  Rohel)
0f2fcc
- Check if any plugin is removed in transaction (RhBug:1379906) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Show progress for DRPM (RhBug:1198975) (Jaroslav Mracek)
0f2fcc
- Fix disabledplugin option (Iavael)
0f2fcc
- [history]: fixed info command merged output (Eduard Čuba)
0f2fcc
0f2fcc
* Thu May 11 2017 Jaroslav Mracek <jmracek@redhat.com> 2.4.1-1
0f2fcc
- bump version to 2.4.1 + update release notes (Jaroslav Mracek)
0f2fcc
- goal: do not mark weak dependencies as userinstalled (Igor Gnatenko)
0f2fcc
- fix typo in supplements (RhBug:1446756) (Igor Gnatenko)
0f2fcc
- Describe present behavior of installonly_limit conf option (Jaroslav Mracek)
0f2fcc
- Reset all transaction for groups if Base.reset() (RhBug:1446432) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Explain how add negative num for --latest-limit (RhBug:1446641) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- trivial: don't duplicate option names (Igor Gnatenko)
0f2fcc
- Add support for --userinstalled for repoquery command (RhBug:1278124)
0f2fcc
  (Jaroslav Rohel)
0f2fcc
- Fix header of search result sections (RhBug:1301868) (Jaroslav Rohel)
0f2fcc
- Filter out src for get_best_selector (Jaroslav Mracek)
0f2fcc
- Add minor changes in formating of documentation (Jaroslav Mracek)
0f2fcc
0f2fcc
* Tue May 02 2017 Jaroslav Mracek <jmracek@redhat.com> 2.4.0-1
0f2fcc
- po: Update translations (Igor Gnatenko)
0f2fcc
- po: Update translations (Igor Gnatenko)
0f2fcc
- introduce '--enableplugin' option (Martin Hatina)
0f2fcc
- Improve detection of file patterns (Jaroslav Mracek)
0f2fcc
- Add method _get_nevra_solution() for subject (Jaroslav Mracek)
0f2fcc
- Do not add "*" into query filter in _nevra_to_filters() (Jaroslav Mracek)
0f2fcc
- Remove usage of nevra_possibilities_real() (Jaroslav Mracek)
0f2fcc
- Increase performance for downgrade_to() (Jaroslav Mracek)
0f2fcc
- Add additional keys for get_best_query() (Jaroslav Mracek)
0f2fcc
- Increase performance for get_best_selector() (Jaroslav Mracek)
0f2fcc
- Increase performance for get_best_query() (Jaroslav Mracek)
0f2fcc
- Fix "Package" text translation (RhBug:1302935) (Jaroslav Rohel)
0f2fcc
- Create a warning if releasever is None (Jaroslav Mracek)
0f2fcc
- Adds cost, excludepkgs, and includepkgs to Doc (RhBug:1248684) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Change auto-detection of releasever in empty installroot (Jaroslav Mracek)
0f2fcc
- Do not load system repo for makecache command (RhBug:1441636) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Do not raise assertion if group inst and rmv pkgs (RhBug:1438438) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- yum layer using python3 (Martin Hatina)
0f2fcc
- Filter url protocols for baseurl in Package.remote_location (Jaroslav Mracek)
0f2fcc
- Add armv5tl to arm basearch (Neal Gompa)
0f2fcc
- Setup additional parameters for handler for remote packages (Jaroslav Mracek)
0f2fcc
- Use same method for user/password setting of every librepo.handle (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Fix PEP8 violations and remove unused import (Jaroslav Mracek)
0f2fcc
- Handle unknown file size in download progress (Jaroslav Mracek)
0f2fcc
- Allow to delete cashed files from command line by clean command (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Save command line packages into chachedir (RhBug:1256313) (Jaroslav Mracek)
0f2fcc
- Add progress bar for download of commandline pkgs (RhBug:1161950) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Fix minor typo Closes: #781 Approved by: ignatenkobrain (Yuri Chornoivan)
0f2fcc
- Mark unremoved packages as failed (RhBug:1421244) (Jaroslav Mracek)
0f2fcc
0f2fcc
* Mon Apr 10 2017 Jaroslav Mracek <jmracek@redhat.com> 2.3.0-1
0f2fcc
- update release notes (Jaroslav Mracek)
0f2fcc
- po: Update translations (Igor Gnatenko)
0f2fcc
- Add require of subcommand for repo-pkgs command (Jaroslav Rohel)
0f2fcc
- shell: Fix commands initialization (Jaroslav Rohel)
0f2fcc
- po: Update translations (Igor Gnatenko)
0f2fcc
- Add support for --location for repoquery command (RhBug:1290137) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Add support of --recursive with --resolve in repoquery (Jaroslav Mracek)
0f2fcc
- Add --recursive option for repoquery (Jaroslav Mracek)
0f2fcc
- Add --whatconflicts for repoquery (Jaroslav Mracek)
0f2fcc
- Add support for multiple options for repoquery (Jaroslav Mracek)
0f2fcc
- Add multiple format option for repoquery (Jaroslav Mracek)
0f2fcc
- Fix problem with "dnf repoquery --querytags" (Jaroslav Mracek)
0f2fcc
- Add support of 3 options into updateinfo command (Jaroslav Mracek)
0f2fcc
- Add inheritance of reason for obsoleting packages (Jaroslav Mracek)
0f2fcc
- Mark installonlypkgs correctly as user installed (RhBug:1349314) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Solve a problem with None names in callbacks (Jaroslav Mracek)
0f2fcc
- Solve a problem for callbacks (Jaroslav Mracek)
0f2fcc
- Revert "remove: CLI: --randomwait" (RhBug:1247122) (Ondřej Sojka)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- Set strings for translations (RhBug:1298717) (Jaroslav Mracek)
0f2fcc
0f2fcc
* Mon Mar 27 2017 Jaroslav Mracek <jmracek@redhat.com> 2.2.0-1
0f2fcc
- bump version to 2.2.0 + update release notes (Jaroslav Mracek)
0f2fcc
- Add documentation of new API callback actions (RhBug:1411432) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Fix python2 doesn't have e.__traceback__ attribute (Jaroslav Mracek)
0f2fcc
- Do not report erasing package as None. (Jaroslav Mracek)
0f2fcc
- Display scriplet for transaction (RhBug:1411423) (RhBug:1406130) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Add support for rpmcallbacks (Jaroslav Mracek)
0f2fcc
- AUTHORS: updated (Jaroslav Rohel)
0f2fcc
- Not show expiration check if no repo enabled (RhBug:1369212) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Fix changelog in dnf spec file (Jaroslav Mracek)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- Add myself (mhatina) to AUTHORS (Martin Hatina)
0f2fcc
- po: Update translations (Igor Gnatenko)
0f2fcc
0f2fcc
* Tue Mar 21 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.1-1
0f2fcc
- bump version to 2.1.1 + update release notes (Jaroslav Mracek)
0f2fcc
- Sync the translation with locale (Jaroslav Rohel)
0f2fcc
- Disable exceptions in logging (Jaroslav Rohel)
0f2fcc
- Fix severity info in "updateinfo info" (Jaroslav Mracek)
0f2fcc
- Add help for shell commands (Jaroslav Rohel)
0f2fcc
- shell: no crash if missing args (Jaroslav Rohel)
0f2fcc
- proper check of releasever, when using installroot (RhBug:1417542) (Martin
0f2fcc
  Hatina)
0f2fcc
- Inform about "Cache was expired" with "dnf clean" (RhBug:1401446) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- crypto: port to the official gpgme bindings (Igor Gnatenko)
0f2fcc
- Fix doc example for `fill_sack` method (Lubomír Sedlář)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- Not try to install src package (RhBug:1416699) (Jaroslav Mracek)
0f2fcc
- Add usage for add_new_repo() with repofrompath option (Jaroslav Mracek)
0f2fcc
- Add new API add_new_repo() in RepoDict() (RhBug:1427132) (Jaroslav Mracek)
0f2fcc
- docs: adds documentation for dnf-automatic's Command and CommandEmail
0f2fcc
  emitters. (rhn)
0f2fcc
- docs: fixes typo in section description in automatic (rhn)
0f2fcc
- Adds new emitters for dnf-automatic. (rhn)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- Ensure that callback will not kill dnf transaction (Jaroslav Mracek)
0f2fcc
- Ensure that name will be not requested on None (RhBug:1397047) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Python 3.6 invalid escape sequence deprecation fix (Ville Skyttä)
0f2fcc
- display severity information in updateinfo (#741) (Michael Mraka)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- Add --nodocs option for dnf (RhBug:1379628) (Jaroslav Mracek)
0f2fcc
- Replace passive plugin noroot (Jaroslav Mracek)
0f2fcc
- Fix incorrect formating of string for logger.info (Jaroslav Mracek)
0f2fcc
- Not print help if empty line in script for shell command (Jaroslav Mracek)
0f2fcc
- Run fill_sack after all repos have changed status (Jaroslav Mracek)
0f2fcc
- Remove Hawkey object from repo if rerun of dnf.fill_sack (Jaroslav Mracek)
0f2fcc
- util/on_metered_connection: be more polite to failures (Igor Gnatenko)
0f2fcc
- cosmetic: i18n: rewording of 'Login user' (RhBug:1424939) (Jan Silhan)
0f2fcc
- Fix problem with --whatprovides in repoquery (RhBug:1396992) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Add -a and --all option for repoquery (RhBug:1412970) (Jaroslav Mracek)
0f2fcc
- Change camel-case of output of grouplist (Jaroslav Mracek)
0f2fcc
- Minor correction in release notes (Jaroslav Mracek)
0f2fcc
- Minor correction in release notes (Jaroslav Mracek)
0f2fcc
0f2fcc
* Thu Feb 16 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.0-1
0f2fcc
- bump version to 2.1.0 + update release notes (Jaroslav Mracek)
0f2fcc
- Fix problem with --recent option in repoquery (Jaroslav Mracek)
0f2fcc
- Fix problem with duplicated --obsoletes (RhBug:1421835) (Jaroslav Mracek)
0f2fcc
- Python 3.6 invalid escape sequence deprecation fixes (Ville Skyttä)
0f2fcc
- Add --repoid as alias for --repo (Jaroslav Mracek)
0f2fcc
- introduce dnf.base.Base.update_cache() (Martin Hatina)
0f2fcc
- Try to install uninstalled packages if group installed (Jaroslav Mracek)
0f2fcc
- Enable search of provides in /usr/(s)bin (RgBug:1421618) (Jaroslav Mracek)
0f2fcc
- style: ignore E261 (Igor Gnatenko)
0f2fcc
- makecache: do not run on metered connections (RhBug:1415711) (Igor Gnatenko)
0f2fcc
- change '--disableplugins' to '--disableplugin' (Martin Hatina)
0f2fcc
- cosmetic: removed unused import (Jan Silhan)
0f2fcc
- show hint how to display why package was skipped (RhBug:1417627) (Jan Silhan)
0f2fcc
- spec: add information how to obtain archive (Igor Gnatenko)
0f2fcc
- fix messages (UX) (Jaroslav Rohel)
0f2fcc
- zanata update (Jan Silhan)
0f2fcc
0f2fcc
* Thu Feb 09 2017 Jaroslav Mracek <jmracek@redhat.com> 2.0.1-1
0f2fcc
- bump version to 2.0.1 + update release notes (Jaroslav Mracek)
0f2fcc
- introduce cli 'obsoletes' option (Martin Hatina)
0f2fcc
- swap tids if they are in wrong order (RhBug:1409361) (Michael Mraka)
0f2fcc
- Disable shell command recursion (Jaroslav Rohel)
0f2fcc
- Honor additional arguments for DNF shell repo list command (Jaroslav Rohel)
0f2fcc
- don't traceback when bug title is not set (Michael Mraka)
0f2fcc
- introducing list-security, info-security etc. commands (Michael Mraka)
0f2fcc
- Add lsedlar to contributors list (Lubomír Sedlář)
0f2fcc
- Return just name from Package.source_name (Lubomír Sedlář)
0f2fcc
- introduce dnf.conf.config.MainConf.exclude() (Martin Hatina)
0f2fcc
- systemd: Disable daemons on ostree-managed systems (Colin Walters)
0f2fcc
- introduced dnf.base.Base.autoremove() (RhBug:1414512) (Martin Hatina)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- build: use relative directory for translations (Igor Gnatenko)
0f2fcc
- Temporary eliminate a problem with install remove loop (Jaroslav Mracek)
0f2fcc
- Handle info message when DRPM wastes data (RhBug:1238808) (Daniel
0f2fcc
  Aleksandersen)
0f2fcc
- Fix output for better translation (RhBug:1386085) (Abhijeet Kasurde)
0f2fcc
- yum layer refactored (Martin Hatina)
0f2fcc
- return values changed to match yum's (Martin Hatina)
0f2fcc
- Reword sentence after removing package (RhBug:1286553) (Abhijeet Kasurde)
0f2fcc
- Minor documentation revisions (Mark Szymanski)
0f2fcc
- Minor code fix (Abhijeet Kasurde)
0f2fcc
- automatic: email emitter date header (David Greenhouse)
0f2fcc
- Solve problem when no repo and only rpms with upgrade command (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- bash_completion: use system-python if it's available (Igor Gnatenko)
0f2fcc
- spec: use system-python for dnf-yum as well (Igor Gnatenko)
0f2fcc
- comps/groups: fix tests (Michal Luscon)
0f2fcc
- comps: adjust group_upgrade to new CompsTransPkg style (Michal Luscon)
0f2fcc
- groups: refactored installation (RhBug:1337731, RhBug:1336879) (Michal
0f2fcc
  Luscon)
0f2fcc
- Increase requirement for hawkey (Jaroslav Mracek)
0f2fcc
- Change reporting problems for downgradePkgs() (Jaroslav Mracek)
0f2fcc
- Use selector for base.package_upgrade() (Jaroslav Mracek)
0f2fcc
- Add usage of selectors for base.package_install() (Jaroslav Mracek)
0f2fcc
- Use selector for base.package_downgrade() (Jaroslav Mracek)
0f2fcc
- Redirect base.downgrade() to base.downgrade_to() (Jaroslav Mracek)
0f2fcc
- Enable wildcard for downgrade command (RhBug:1173349) (Jaroslav Mracek)
0f2fcc
- Refactor downgrade cmd behavior (RhBug:1329617)(RhBug:1283255) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Redirect logger.info into stderr for repolist (RhBug:1369411) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Redirect logger.info into stderr for repoquery (RhBug:1243393) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Add possibility for commands to redirect logger (Jaroslav Mracek)
0f2fcc
- Put information about metadata expiration into stdout (Jaroslav Mracek)
0f2fcc
- Change warning about added repo into info (RhBug:1243393) (Jaroslav Mracek)
0f2fcc
- Move grouplist output from logger into stdout (Jaroslav Mracek)
0f2fcc
- let repo exclude work the same way as global exclude (Michael Mraka)
0f2fcc
- Fix wrong assumptions about metalinks (RhBug:1411349) (Jaroslav Mracek)
0f2fcc
- handle --disablerepo/--enablerepo properly with strict (RhBug:1345976)
0f2fcc
  (Štěpán Smetana)
0f2fcc
- Add fix to notify user about no repos (RhBug:1369212) (Abhijeet Kasurde)
0f2fcc
- Add information about "hidden" option in dnf doc (RhBug:1349247) (Abhijeet
0f2fcc
  Kasurde)
0f2fcc
- Fix for 'history package-list' (Amit Upadhye)
0f2fcc
- Enable multiple args for repoquery -f (RhBug:1403930) (Jaroslav Mracek)
0f2fcc
- Set default repo.name as repo._section (Jaroslav Mracek)
0f2fcc
- Create from self.forms value forms in cmd.run() (Jaroslav Mracek)
0f2fcc
- Add description of swap command into documentation (Jaroslav Mracek)
0f2fcc
- Add swap command (RhBug:1403465) (RhBug:1110780) (Jaroslav Mracek)
0f2fcc
- Solve a problem with shell when empty line or EOF (Jaroslav Mracek)
0f2fcc
- shell: add history of commands (RhBug:1405333) (Michal Luscon)
0f2fcc
- Add info if no files with repoquery -l (RhBug:1254879) (Jaroslav Mracek)
0f2fcc
- po: update translations (Igor Gnatenko)
0f2fcc
- po: migrate to zanata python client and trivial fixes in build (Igor
0f2fcc
  Gnatenko)
0f2fcc
- po: include all possible languages from zanata (Igor Gnatenko)
0f2fcc
- po: include comments for translations (Igor Gnatenko)
0f2fcc
- shell: catch exceptions from depsolving (Michal Luscon)
0f2fcc
- shell: update documentation (Michal Luscon)
0f2fcc
- shell: add transaction reset cmd (Michal Luscon)
0f2fcc
- shell: add transaction resolve cmd (Michal Luscon)
0f2fcc
- shell: provide rewritable demands for cmds (Michal Luscon)
0f2fcc
- shell: catch tracebacks from shlex (Michal Luscon)
0f2fcc
- shell: handle ctrl+D more gracefully (Michal Luscon)
0f2fcc
- groups: set demands in configure instead of run (Michal Luscon)
0f2fcc
- shell: implement config cmd (Michal Luscon)
0f2fcc
- shell: add help (Michal Luscon)
0f2fcc
- shell: make alias repo list -> repolist (Michal Luscon)
0f2fcc
- shell: catch exceptions from do_transaction (Michal Luscon)
0f2fcc
- shell: resolve transaction in ts run (Michal Luscon)
0f2fcc
- shell: add default value for internal methods argument (Michal Luscon)
0f2fcc
- shell: create run alias for ts run (Michal Luscon)
0f2fcc
- shell: add ts list cmd (Michal Luscon)
0f2fcc
- shell: refill sack after every successful repo cmd (Michal Luscon)
0f2fcc
- shell: allow running multiple transaction in one session (Michal Luscon)
0f2fcc
- shell: add ts command (Michal Luscon)
0f2fcc
- shell: catch cmd parsing and run exceptions (Michal Luscon)
0f2fcc
- shell: allow to run scripts (Michal Luscon)
0f2fcc
- shell: add repo cmd (Michal Luscon)
0f2fcc
- shell: add resolving + transaction run support (Michal Luscon)
0f2fcc
- shell: implement quit method (Michal Luscon)
0f2fcc
- shell: add custom cmds stubs (Michal Luscon)
0f2fcc
- shell: implement basic logic (Michal Luscon)
0f2fcc
- shell: register new cmd (Michal Luscon)
0f2fcc
0f2fcc
* Wed Dec 14 2016 Michal Luscon <mluscon@redhat.com> 2.0.0-1
0f2fcc
- tests: catch ModuleNotFoundError as well (Igor Gnatenko)
0f2fcc
- Switch out automatic service for automatic-download and automatic-install
0f2fcc
  (Pat Riehecky)
0f2fcc
- Make upgrade-to alias for upgrade (RhBug:1327999) (Jaroslav Mracek)
0f2fcc
- skip appending an empty option (RhBug: 1400081) (Michael Mraka)
0f2fcc
- Add description of nevra foems for commands and autoremove args (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Add support of arguments nevra forms for autoremove command (Jaroslav Mracek)
0f2fcc
- Add nevra forms for remove command (Jaroslav Mracek)
0f2fcc
- Add nevra forms for install command (Jaroslav Mracek)
0f2fcc
- add bin/yum into .gitignore (Michal Luscon)
0f2fcc
- clean: acquire all locks before cleaning (RhBug:1293782) (Michal Luscon)
0f2fcc
- Change hawkey version requirement (Jaroslav Mracek)
0f2fcc
- Add information for translators (RhBug:1386078) (Jaroslav Mracek)
0f2fcc
- Change info to warning for clean repoquery output (RhBug:1358245) (Jaroslav
0f2fcc
  Mracek)
0f2fcc
- Add description of pkg flag for Query (RhBug:1243393) (Jaroslav Mracek)
0f2fcc
- Add minor changes in documentation (Jaroslav Mracek)
0f2fcc
- Do not always overwrite the name with the repo ID (Neal Gompa)
0f2fcc
0f2fcc
* Fri Dec 02 2016 Martin Hatina <mhatina@redhat.com> 2.0.0-0.rc2.1
0f2fcc
- See http://dnf.readthedocs.io/en/latest/release_notes.html
0f2fcc
0f2fcc
* Thu Sep 29 2016 Michal Luscon <mluscon@redhat.com> 2.0.0-0.rc1.1
0f2fcc
- See http://dnf.readthedocs.io/en/latest/release_notes.html
0f2fcc
0f2fcc
* Thu Sep 08 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.10-2
0f2fcc
- Obsolete dnf-langpacks
0f2fcc
- Backport patch for dnf repolist disabled
0f2fcc
0f2fcc
* Thu Aug 18 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.10-1
0f2fcc
- Update to 1.1.10
0f2fcc
0f2fcc
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.9-6
0f2fcc
- Fix typo
0f2fcc
0f2fcc
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.9-5
0f2fcc
- Also change shebang for %%{?system_python_abi} in %%{_bindir}/dnf
0f2fcc
0f2fcc
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.9-4
0f2fcc
- Add %%{?system_python_abi}
0f2fcc
0f2fcc
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
0f2fcc
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
0f2fcc
0f2fcc
* Tue May 24 2016 Michal Luscon <mluscon@redhat.com> 1.1.9-2
0f2fcc
- Revert "group: treat mandatory pkgs as mandatory if strict=true" (RhBug:1337731)
0f2fcc
- enforce-api: reflect changes from #992475 in completion_helper (RhBug:1338504)
0f2fcc
- enforce-api: add compatibility methods for renamed counterparts (RhBug:1338564)
0f2fcc
0f2fcc
* Thu May 19 2016 Igor Gnatenko <ignatenko@redhat.com> 1.1.9-1
0f2fcc
- doc: release notes 1.1.9 (Igor Gnatenko)
0f2fcc
- spec: correctly set up requirements for python subpkg (Igor Gnatenko)
0f2fcc
- spec: follow new packaging guidelines & make compatible with el7 (Igor
0f2fcc
  Gnatenko)
0f2fcc
- zanata update (Jan Silhan)
0f2fcc
- enforce-api: add missing bits of Base class (Michal Luscon)
0f2fcc
- help: unify help msg strings (Michal Luscon)
0f2fcc
- enforce-api: decorate Base class (Michal Luscon)
0f2fcc
- util: add decorator informing users of nonapi functions (Michal Luscon)
0f2fcc
- Added description for 'autoremove' in dnf help (RhBug:1324086) (Abhijeet
0f2fcc
  Kasurde)
0f2fcc
- i18n: fixup for 0db13feed (Michal Luscon)
0f2fcc
- i18n: use fallback mode if terminal does not support UTF-8 (RhBug:1332012)
0f2fcc
  (Michal Luscon)
0f2fcc
- Revert "spec: follow new packaging guidelines & make compatible with el7"
0f2fcc
  (Michal Luscon)
0f2fcc
- move autoglob feature directly to filterm() and filter() (Michael Mraka)
0f2fcc
- group: treat mandatory pkgs as mandatory if strict=true (RhBug:1292892)
0f2fcc
  (Michal Luscon)
0f2fcc
- locks: fix lock paths in tmpfsd config since cachedir has been changed
0f2fcc
  (Michal Luscon)
0f2fcc
- remove formating from translation strings (Michal Luscon)
0f2fcc
- base: set diskspace check filter before applying the filters (RhBug:1328674)
0f2fcc
  (Michal Luscon)
0f2fcc
- order repos by priority and cost (Michael Mraka)
0f2fcc
- spec: follow new packaging guidelines & make compatible with el7 (Igor
0f2fcc
  Gnatenko)
0f2fcc
- bash-completion: first try to set fallback to BASH_COMPLETION_COMPATDIR (Igor
0f2fcc
  Gnatenko)
0f2fcc
- updated copyrights for files changed this year (Michael Mraka)
0f2fcc
- cli: fix warning from re.split() about non-empty pattern (RhBug:1286556)
0f2fcc
  (Igor Gnatenko)
0f2fcc
- update authors file (Michal Luscon)
0f2fcc
- Define __hash__ method for YumHistoryPackage (RhBug:1245121) (Max Prokhorov)
0f2fcc
0f2fcc
* Tue Apr 05 2016 Michal Luscon <mluscon@redhat.com> 1.1.8-1
0f2fcc
- refactor: repo: add md_expired property (Michal Domonkos)
0f2fcc
- test: fix cachedir usage in LocalRepoTest (Michal Domonkos)
0f2fcc
- clean: operate on all cached repos (RhBug:1278225) (Michal Domonkos)
0f2fcc
- refactor: repo: globally define valid repoid chars (Michal Domonkos)
0f2fcc
- RepoPersistor: only write to disk when requested (Michal Domonkos)
0f2fcc
- clean: remove dead subcommands (Michal Domonkos)
0f2fcc
- doc: --best in case of problem (RhBug:1309408) (Jan Silhan)
0f2fcc
- Added fix for correct error message for group info (RhBug:1209649) (Abhijeet
0f2fcc
  Kasurde)
0f2fcc
- repo: don't get current timeout for librepo (RhBug:1272977) (Igor Gnatenko)
0f2fcc
- doc: fix default timeout value (Michal Luscon)
0f2fcc
- cli: inform only about nonzero md cache check interval (Michal Luscon)
0f2fcc
- base: report errors in batch at the end of md downloading (Michal Luscon)
0f2fcc
- repo: produce more sane error if md download fails (Michal Luscon)
0f2fcc
- zanata update (RhBug:1322226) (Jan Silhan)
0f2fcc
- doc: Fixed syntax of `assumeyes` and `defaultyes` ref lables in
0f2fcc
  `conf_ref.rst` (Matt Sturgeon)
0f2fcc
- Fix output headers for dnf history command (Michael Dunphy)
0f2fcc
- doc: change example of 'dnf-command(repoquery)' (Jaroslav Mracek)
0f2fcc
- makacache.service: shorten journal logs (RhBug:1315349) (Michal Luscon)
0f2fcc
- config: improve UX of error msg (Michal Luscon)
0f2fcc
- Added user friendly message for out of range value (RhBug:1214562) (Abhijeet
0f2fcc
  Kasurde)
0f2fcc
- doc: prefer repoquery to list (Jan Silhan)
0f2fcc
- history: fix empty history cmd (RhBug:1313215) (Michal Luscon)
0f2fcc
- Very minor tweak to the docs for `--assumeyes` and `--assumeno` (Matt
0f2fcc
  Sturgeon)
0f2fcc
0f2fcc
* Thu Feb 25 2016 Michal Luscon <mluscon@redhat.com> 1.1.7-1
0f2fcc
- Add `/etc/distro.repos.d` as a path owned by the dnf package (Neal Gompa
0f2fcc
  (ニール・ゴンパ))
0f2fcc
- Change order of search and add new default repodirs (RhBug:1286477) (Neal
0f2fcc
  Gompa (ニール・ゴンパ))
0f2fcc
- group: don't mark available packages as installed (RhBug:1305356) (Jan
0f2fcc
  Silhan)
0f2fcc
- history: adjust demands for particular subcommands (RhBug:1258503) (Michal
0f2fcc
  Luscon)
0f2fcc
- Added extension command for group list (RhBug:1283432) (Abhijeet Kasurde)
0f2fcc
- perf: dnf repository-packages <repo> upgrade (RhBug:1306304) (Jan Silhan)
0f2fcc
- sack: Pass base.conf.substitutions["arch"] to sack in build_sack() function.
0f2fcc
  (Daniel Mach)
0f2fcc
- build: make python2/3 binaries at build time (Michal Domonkos)
0f2fcc
- fix dnf history traceback (RhBug:1303149) (Jan Silhan)
0f2fcc
- cli: truncate expiration msg (RhBug:1302217) (Michal Luscon)
0f2fcc
0f2fcc
* Mon Jan 25 2016 Michal Luscon <mluscon@redhat.com> 1.1.6-1
0f2fcc
- history: don't fail if there is no history (RhBug:1291895) (Michal Luscon)
0f2fcc
- Allow dnf to use a socks5 proxy, since curl support it (RhBug:1256587)
0f2fcc
  (Michael Scherer)
0f2fcc
- output: do not log rpm info twice (RhBug:1287221) (Michal Luscon)
0f2fcc
- dnf owns /var/lib/dnf dir (RhBug:1294241) (Jan Silhan)
0f2fcc
- Fix handling of repo that never expire (RhBug:1289166) (Jaroslav Mracek)
0f2fcc
- Filter out .src packages when multilib_proto=all (Jeff Smith)
0f2fcc
- Enable string for translation (RhBug:1294355) (Parag Nemade)
0f2fcc
- Let logging format messages on demand (Ville Skyttä)
0f2fcc
- clean: include metadata of local repos (RhBug:1226322) (Michal Domonkos)
0f2fcc
- completion: Install to where bash-completion.pc says (Ville Skyttä)
0f2fcc
- spec: bash completion is not a %%config file (Ville Skyttä)
0f2fcc
- Change assertion handling for rpmsack.py (RhBug:1275878) (Jaroslav Mracek)
0f2fcc
- cli: fix storing arguments in history (RhBug:1239274) (Ting-Wei Lan)
0f2fcc
0f2fcc
* Thu Dec 17 2015 Michal Luscon <mluscon@redhat.com> 1.1.5-1
0f2fcc
- base: save group persistor only after successful transaction (RhBug:1229046)
0f2fcc
  (Michal Luscon)
0f2fcc
- base: do not clean tempfiles after remove transaction (RhBug:1282250) (Michal
0f2fcc
  Luscon)
0f2fcc
- base: clean packages that do not belong to any trans (Michal Luscon)
0f2fcc
- upgrade: allow group upgrade via @ syntax (RhBug:1265391) (Michal Luscon)
0f2fcc
- spec: Mark license files as %%license where available (Ville Skyttä)
0f2fcc
- Remove unused imports (Ville Skyttä)
0f2fcc
- Spelling fixes (Ville Skyttä)
0f2fcc
- Fix typos in documentation (Rob Cutmore)
0f2fcc
- parser: add support for braces in substitution (RhBug:1283017) (Dave
0f2fcc
  Johansen)
0f2fcc
- completion_helper: Don't omit "packages" from clean completions (Ville
0f2fcc
  Skyttä)
0f2fcc
- bash-completion: Avoid unnecessary python invocation per _dnf_helper (Ville
0f2fcc
  Skyttä)
0f2fcc
- repo: Download drpms early (RhBug:1260421) (Ville Skyttä)
0f2fcc
- clean: Don't hardcode list of args in two places (Ville Skyttä)
0f2fcc
- cli: don't crash if y/n and sys.stdin is None (RhBug:1278382) (Adam
0f2fcc
  Williamson)
0f2fcc
- sp err "environement" -> "environment" (Michael Goodwin)
0f2fcc
- Remove -OO from #!/usr/bin/python (RhBug:1230820) (Jaroslav Mracek)
0f2fcc
- cli: warn if plugins are disabled (RhBug:1280240) (Michal Luscon)
0f2fcc
0f2fcc
* Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 1.1.4-1
0f2fcc
- AUTHORS: updated (Jan Silhan)
0f2fcc
- query: add compatibility methods (Michal Luscon)
0f2fcc
- query: add recent, extras and autoremove methods to Query (Michal Luscon)
0f2fcc
- query: add duplicated and latest-limit queries into api (Michal Luscon)
0f2fcc
- format the email message with its as_string method (Olivier Andrieu)
0f2fcc
- added dnf.i18n.ucd* functions as deprecated API (Jan Silhan)
0f2fcc
- i18n: unicode resulting translations (RhBug:1278031) (Jan Silhan)
0f2fcc
- po: get rid of new lines in translation (Jan Silhan)
0f2fcc
- output: add skip count to summary (RhBug:1264032) (Michal Domonkos)
0f2fcc
- groups: fix environment upgrade (Michal Luscon)
0f2fcc
- Fix plural strings extraction (RhBug:1209056) (Baurzhan Muftakhidinov)
0f2fcc
- po: fixed malformed beginning / ending (Jan Silhan)
0f2fcc
- zanata update (Jan Silhan)
0f2fcc
- cli: prevent tracebacks after C^ (RhBug:1274946) (Michal Luscon)
0f2fcc
0f2fcc
* Wed Oct 14 2015 Michal Luscon <mluscon@redhat.com> 1.1.3-1
0f2fcc
- Update command_ref.rst (Jaroslav Mracek)
0f2fcc
- Change in automatic.conf email settings to prevent email error with default
0f2fcc
  sender name (Jaroslav Mracek)
0f2fcc
- Replace assert_called() with assert_called_with() for Py35 support (Neal
0f2fcc
  Gompa (ニール・ゴンパ))
0f2fcc
- doc: improve documentation (Jaroslav Mracek)
0f2fcc
- doc: update the instructions related to nightly builds (Radek Holy)
0f2fcc
- Revert "Add the continuous integration script" (Radek Holy)
0f2fcc
- Revert "cosmetic: ci: fix the Copr name in the README" (Radek Holy)
0f2fcc
- Fix typo in Command.canonical's doctring (Timo Wilken)
0f2fcc
- base: group_install is able to exclude mandatory packages
0f2fcc
  (Related:RhBug:1199868) (Jan Silhan)
0f2fcc
0f2fcc
* Wed Sep 30 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-4
0f2fcc
- don't import readline as it causes crashes in Anaconda
0f2fcc
  (related:RhBug:1258364)
0f2fcc
0f2fcc
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-3
0f2fcc
- Revert "completion_helper: don't get IndexError (RhBug:1250038)"
0f2fcc
0f2fcc
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-2
0f2fcc
- add hawkey version requirement
0f2fcc
- revert commit #70956
0f2fcc
0f2fcc
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-1
0f2fcc
- doc: release notes 1.1.2 (Michal Luscon)
0f2fcc
- sanitize non Unicode command attributes (RhBug:1262082) (Jan Silhan)
0f2fcc
- don't redirect confirmation to stderr RhBug(1258364) (Vladan Kudlac)
0f2fcc
- clean: add rpmdb to usage (Vladan Kudlac)
0f2fcc
- completion_helper: don't get IndexError (RhBug:1250038) (Vladan Kudlac)
0f2fcc
- add --downloadonly switch (RhBug:1048433) (Adam Salih)
0f2fcc
- Add globbing support to base.by_provides() (RhBug:11259650) (Valentina
0f2fcc
  Mukhamedzhanova)
0f2fcc
- spec: packaging python(3)-dnf according to new Fedora guidelines
0f2fcc
  (RhBug:1260198) (Jaroslav Mracek)
0f2fcc
- Bug in Source0: URL in dnf.spec fixed (RhBug:126255) (Jaroslav Mracek)
0f2fcc
- To dnf.spec added provides dnf-command(command name) for 21 dnf commands
0f2fcc
  (RhBug:1259657) (jmracek)
0f2fcc
- Expire repo cache on failed package download (Valentina Mukhamedzhanova)
0f2fcc
- cosmetic: ci: fix the Copr name in the README (Radek Holy)
0f2fcc
- Add the continuous integration script (Radek Holy)
0f2fcc
- Set proper charset on email in dnf-automatic (RhBug:1254982) (Valentina
0f2fcc
  Mukhamedzhanova)
0f2fcc
- doc: improve configuration description (RhBug:1261766) (Michal Luscon)
0f2fcc
- remove: show from which repo a package is (Vladan Kudlac)
0f2fcc
- list: show from which repo a package is (RhBug:1234491) (Vladan Kudlac)
0f2fcc
- Spelling/grammar fixes (Ville Skyttä)
0f2fcc
- install: fix crash when terminal window is small (RhBug:1256531) (Vladan
0f2fcc
  Kudlac)
0f2fcc
- install: mark unification of the progress bar (Vladan Kudlac)
0f2fcc
- fix translations in python3 (RhBug:1254687) (Michal Luscon)
0f2fcc
- group: CompsQuery now returns group ids (RhBug:1261656) (Michal Luscon)
0f2fcc
0f2fcc
* Tue Sep 08 2015 Michal Luscon <mluscon@redhat.com> 1.1.1-2
0f2fcc
- fix access to demands (RhBug:1259194) (Jan Silhan)
0f2fcc
- make clean_requiremets_on_remove=True (RhBug:1260280) (Jan Silhan)
0f2fcc
0f2fcc
* Mon Aug 31 2015 Michal Luscon <mluscon@redhat.com> 1.1.1-1
0f2fcc
- Fixed typo (RhBug:1249319) (Adam Salih)
0f2fcc
- fixed downgrade with wildcard (RhBug:1234763) (Adam Salih)
0f2fcc
- reorganize logic of get_best_selector(s) and query (RhBug:1242946) (Adam
0f2fcc
  Salih)
0f2fcc
- completion_helper: don't crash if exception occurred (RhBug:1225225) (Igor
0f2fcc
  Gnatenko)
0f2fcc
- base: expire cache if repo is not available (Michal Luscon)
0f2fcc
- Don't suggest --allowerasing if it is enabled (Christian Stadelmann)
0f2fcc
- translation works in python3 (RhBug:1254687) (Jan Silhan)
0f2fcc
- logrotate less often (RhBug:1247766) (Jan Silhan)
0f2fcc
- implement dnf mark command (RhBug:1125925) (Michal Luscon)
0f2fcc
- groups: use comps data to migrate persistor (Michal Luscon)
0f2fcc
- groups: preserve api compatibility (Michal Luscon)
0f2fcc
- groups: use persistor data for removing env/group (Michal Luscon)
0f2fcc
- persistor: add migration and bump version (Michal Luscon)
0f2fcc
- persistor: store name and ui_name of group (Michal Luscon)
0f2fcc
- show real metadata timestamp on the server in verbose mode (Jan Silhan)
0f2fcc
- lock: make rpmdb lock blocking (RhBug:1210289) (Michal Luscon)
0f2fcc
0f2fcc
* Wed Aug 12 2015 Michal Luscon <mluscon@redhat.com> 1.1.0-2
0f2fcc
- update: installonly pkgs are not shown in both install and skipped section
0f2fcc
  (RhBug:1252415) (Jan Silhan)
0f2fcc
- output: sort skipped packages (Jan Silhan)
0f2fcc
- output: skipped conflicts are set (RhBug:1252032) (Jan Silhan)
0f2fcc
- keep the dwongrading package installed if transaction fails (RhBug:1249379)
0f2fcc
  (Jan Silhan)
0f2fcc
- don't store empty attributes (RhBug:1246928) (Michael Mraka)
0f2fcc
- doc: correct dnf.conf man section (RhBug:1245349) (Michal Luscon)
0f2fcc
0f2fcc
* Mon Aug 10 2015 Michal Luscon <mluscon@redhat.com> 1.1.0-1
0f2fcc
- print skipped pkg with broken deps too (Related:RhBug:1210445) (Jan Silhan)
0f2fcc
- history: set commands output as default (RhBug:1218401) (Michal Luscon)
0f2fcc
- Update es.po. save:guardar -> save:ahorrar (Máximo Castañeda)
0f2fcc
- cosmetic: option arg in Base.*install is replaced with strict (Jan Silhan)
0f2fcc
- group: don't fail on first non-existing group (Jan Silhan)
0f2fcc
- install: skips local pkgs of lower version when strict=0
0f2fcc
  (Related:RhBug:1227952) (Jan Silhan)
0f2fcc
- install: skip broken/conflicting packages in groups when strict=0 (Jan
0f2fcc
  Silhan)
0f2fcc
- install: skip broken/conflicting packages when strict=0 (Jan Silhan)
0f2fcc
- implemented `strict` config option working in install cmd (RhBug:1197456)
0f2fcc
  (Jan Silhan)
0f2fcc
- fixed 'dnf --quiet repolist' lack of output (RhBug:1236310) (Nick Coghlan)
0f2fcc
- Add support for MIPS architecture (Michal Toman)
0f2fcc
- package: respect baseurl attribute in localPkg() (RhBug:1219638) (Michal
0f2fcc
  Luscon)
0f2fcc
- Download error message is not written on the same line as progress bar
0f2fcc
  anymore (RhBug: 1224248) (Adam Salih)
0f2fcc
- dnf downgrade does not try to downgrade not installed packages (RhBug:
0f2fcc
  1243501) (max9631)
0f2fcc
- pkgs not installed due to rpm error are reported (RhBug:1207981) (Adam Salih)
0f2fcc
- dnf install checks availability of all given packages (RhBug:1208918) (Adam
0f2fcc
  Salih)
0f2fcc
- implemented install_weak_deps config option (RhBug:1221635) (Jan Silhan)
0f2fcc
- ignore SIGPIPE (RhBug:1236306) (Michael Mraka)
0f2fcc
- always add LoggingTransactionDisplay to the list of transaction displays
0f2fcc
  (RhBug:1234639) (Radek Holy)
0f2fcc
- Add missing FILES section (RhBug: 1225237) (Adam Salih)
0f2fcc
- doc: Add yum vs dnf hook information (RhBug:1244486) (Parag Nemade)
0f2fcc
- doc: clarify the expected type of the do_transactions's display parameter
0f2fcc
  (Radek Holy)
0f2fcc
- apichange: add dnf.cli.demand.DemandSheet.transaction_display (Radek Holy)
0f2fcc
- apichange: add dnf.callback.TransactionProgress (Radek Holy)
0f2fcc
- move the error output from TransactionDisplay into a separate class (Radek
0f2fcc
  Holy)
0f2fcc
- rename TransactionDisplay.errorlog to TransactionDisplay.error (Radek Holy)
0f2fcc
- report package verification as a regular RPM transaction event (Radek Holy)
0f2fcc
- rename TransactionDisplay.event to TransactionDisplay.progress (Radek Holy)
0f2fcc
- apichange: deprecate dnf.callback.LoggingTransactionDisplay (Radek Holy)
0f2fcc
- use both CliTransactionDisplay and demands.transaction_display (Radek Holy)
0f2fcc
- apichange: accept multiple displays in do_transaction (Radek Holy)
0f2fcc
- support multiple displays in RPMTransaction (Radek Holy)
0f2fcc
0f2fcc
* Fri Jul 31 2015 Michal Luscon <mluscon@redhat.com> 1.0.2-3
0f2fcc
- Fix regression in group list command introduced by 02c3cc3 (Adam Salih)
0f2fcc
- AUTHORS: updated (Jan Silhan)
0f2fcc
- stop saying "experimental" (Matthew Miller)
0f2fcc
0f2fcc
* Tue Jul 21 2015 Jan Silhan <jsilhan@redhat.com> 1.0.2-2
0f2fcc
- fixed python3 syntax error from f427aa2 (Jan Silhan)
0f2fcc
0f2fcc
* Fri Jul 17 2015 Michal Luscon <mluscon@redhat.com> 1.0.2-1
0f2fcc
- give --allowerasing hint when error occurs during resolution (RhBug:1148630)
0f2fcc
  (Jan Silhan)
0f2fcc
- show --best hint with skipped packages every time (RhBug:1176351) (Jan Silhan)
0f2fcc
- notify about skipped packages when upgrade (RhBug:1210445) (Jan Silhan)
0f2fcc
- dnf-automatic: Document apply_updates=no behavior wrt keepcache (Ville
0f2fcc
  Skyttä)
0f2fcc
- persistor: share functionality of JSONDB (Jan Silhan)
0f2fcc
- keepcache=0 persists packages till next successful transaction
0f2fcc
  (RhBug:1220074) (Jan Silhan)
0f2fcc
- do not use releasever in cache path (related to RhBug:1173107) (Michael
0f2fcc
  Mraka)
0f2fcc
- doc: add dnf list use case (Michal Luscon)
0f2fcc
- repo: allow ntlm proxy auth (RhBug:1219199) (Michal Luscon)
0f2fcc
- add a script which updates release notes (Radek Holy)
0f2fcc
- doc: reverse the order of release notes (Radek Holy)
0f2fcc
- completion_helper: fix tb if list XXX is not known arg (RhBug:1220040) (Igor
0f2fcc
  Gnatenko)
0f2fcc
- configurable maximum number of parallel downloads (RhBug:1230975) (Igor
0f2fcc
  Gnatenko)
0f2fcc
- add info to bash_completion (1nsan3)
0f2fcc
- dnf upgrade does not try to upgrade uninstalled packages (RhBug: 1234763)
0f2fcc
  (Adam Salih)
0f2fcc
- dnf group list now checks every package and prints out only invalid ones
0f2fcc
  (Adam Salih)
0f2fcc
- install: return zero exit code if group is already installed (RhBug:1232815)
0f2fcc
  (Michal Luscon)
0f2fcc
- doc: add -b which does the same as --best (Igor Gnatenko)
0f2fcc
- support category groups (Michael Mraka)
0f2fcc
- cli test update for repofrompath (Michael Mraka)
0f2fcc
- documentation for --repofrompath (Michael Mraka)
0f2fcc
- implemented --repofrompath option (RhBug:1113384) (Michael Mraka)
0f2fcc
- doc: document filter provides and obsoletes (Michal Luscon)
0f2fcc
- doc: extend --quiet explanation (RhBug:1133979) (Jan Silhan)
0f2fcc
- fixed dnf-automatic email emitter unicode error (RhBug:1238958) (Jan Silhan)
0f2fcc
- doc: be specific what 'available' means in list/info (Jan Silhan)
0f2fcc
- cosmetic: fixed typo (RhBug:1238252) (Jan Silhan)
0f2fcc
- groups: clean dependencies (Michal Luscon)
0f2fcc
- groups: fix removing of env that contains previously removed group (Michal
0f2fcc
  Luscon)
0f2fcc
- groups: fix removing of empty group (Michal Luscon)
0f2fcc
- AUTHORS: updated (Jan Silhan)
0f2fcc
- bash-completion: ignore sqlite3 user configuration (Peter Simonyi)
0f2fcc
- Fix package name for rawhide .repo files (Frank Dana)
0f2fcc
- Add 'transaction_display' to DemandSheet (Will Woods)
0f2fcc
- translation: update (Jan Silhan)
0f2fcc
- translation: use zanata instead of transifex (Jan Silhan)
0f2fcc
- Updated Polish translation (Piotr Drąg)
0f2fcc
- updated georgian translation (George Machitidze)
0f2fcc
- group: fixed installing of already installed environment (Jan Silhan)
0f2fcc
- conf: change minrate threshold to librepo default (RhBug:1212320) (Michal
0f2fcc
  Luscon)
0f2fcc
0f2fcc
* Tue Jun 09 2015 Michal Luscon <mluscon@redhat.com> 1.0.1-2
0f2fcc
- conf: change minrate threshold to librepo default (RhBug:1212320)
0f2fcc
- group: fixed installation of already installed environments
0f2fcc
0f2fcc
* Tue Jun 09 2015 Michal Luscon <mluscon@redhat.com> 1.0.1-1
0f2fcc
- doc: document variables in repo conf (Michal Luscon)
0f2fcc
- groups: temporary fix for group remove (RhBug:1214968) (Michal Luscon)
0f2fcc
- group: print summary of marked groups / environments together at the end (Jan
0f2fcc
  Silhan)
0f2fcc
- group: fixed marking as installed (RhBug:1222694) (Jan Silhan)
0f2fcc
- doc: Spelling fixes (Ville Skyttä)
0f2fcc
- dnf-automatic: Fix systemd service description (thanks Ville Skyttä) (Jan
0f2fcc
  Silhan)
0f2fcc
- doc: assumeyes added to Base.conf and config option (Jan Silhan)
0f2fcc
- optionparser: deleted --obsoletes option that conflicted with repoquery
0f2fcc
  plugin (Jan Silhan)
0f2fcc
- dnf-automatic: Document emit_via default (Ville Skyttä)
0f2fcc
- man: yum2dnf don;t show content (RhBug:1225246) (Thanks Adam Salih) (Jan
0f2fcc
  Silhan)
0f2fcc
- doc: allowed chars of repo ID (Jan Silhan)
0f2fcc
- doc: minimal repo config file (Jan Silhan)
0f2fcc
- doc: configuration files replacement policy (Jan Silhan)
0f2fcc
- fixed typo in man page (RhBug:1225168) (Michael Mraka)
0f2fcc
- Update authors (Michal Luscon)
0f2fcc
- dnf-automatic: add random_sleep option (RhBug:1213985) (Vladan Kudlac)
0f2fcc
- don't print bug report statement when rpmdb is corrupted
0f2fcc
  (Related:RhBug:1225277) (Jan Silhan)
0f2fcc
- comps: fix unicode issue (RhBug:1223932) (Thanks Parag) (Parag Nemade)
0f2fcc
- logging: setup librepo log in verbose mode (Michal Luscon)
0f2fcc
- doc: document the versioning scheme (Radek Holy)
0f2fcc
- groups: end up empty group removal before solving (Michal Luscon)
0f2fcc
- groups: end up empty installation before solving (RhBug:1223614) (Michal
0f2fcc
  Luscon)
0f2fcc
- doc: add support for transactions/packages/ranges in "dnf history list"
0f2fcc
  (Radek Holy)
0f2fcc
- doc: add support for transaction ranges in "dnf history info" (Radek Holy)
0f2fcc
- support ssl client certificates (RhBug:1203661) (Michael Mraka)
0f2fcc
- doc: document the "mirrorlist" configuration option (Radek Holy)
0f2fcc
- doc: document the "metalink" configuration option (Radek Holy)
0f2fcc
- doc: document the "baseurl" configuration option (Radek Holy)
0f2fcc
- doc: document the "enabled" configuration option (Radek Holy)
0f2fcc
- doc: document the "name" configuration option (Radek Holy)
0f2fcc
- Revert "spec: added sqlite requirement" (Jan Silhan)
0f2fcc
- spec: added sqlite requirement (Jan Silhan)
0f2fcc
- cosmetic: fixed typo in comment (Jan Silhan)
0f2fcc
- man: added reference to bug reporting guide (Jan Silhan)
0f2fcc
- test: ignore user terminal width (Jan Silhan)
0f2fcc
- cosmetic: base: import dnf.util.first (Jan Silhan)
0f2fcc
- base.upgrade: inform user when pkg not installed and skipped (RhBug:1187741)
0f2fcc
  (Jan Silhan)
0f2fcc
- disable buildtime c/c++ dependency (Michael Mraka)
0f2fcc
- doc: document the new virtual provides (Radek Holy)
0f2fcc
- AUTHORS: updated (Jan Silhan)
0f2fcc
- AUTHORS: distuinguish authors and contributors (Jan Silhan)
0f2fcc
- Create ka.po (George Machitidze)
0f2fcc
- Parser: fix path handling (Haikel Guemar)
0f2fcc
- doc: metadata_timer_sync checked every hour (Jan Silhan)
0f2fcc
0f2fcc
* Wed Apr 29 2015 Michal Luscon <mluscon@redhat.com> 1.0.0-1
0f2fcc
- doc: release notes dnf-1.0.0 (Michal Luscon)
0f2fcc
- completion: don't do aliases (RhBug:1215289) (Jan Silhan)
0f2fcc
- use Sack.load_repo() instead of Sack.load_yum_repo() (Jan Silhan)
0f2fcc
- Repo.name has default value of repo ID (RhBug:1215560) (Jan Silhan)
0f2fcc
- cosmetic: get rid of user visible yum references (Jan Silhan)
0f2fcc
- moved install_or_skip to dnf.comps (Jan Silhan)
0f2fcc
- group: see already installed group during installation (RhBug:1199648) (Jan
0f2fcc
  Silhan)
0f2fcc
- group: install_or_skip returns num of packages to install (Jan Silhan)
0f2fcc
- group: made global function install_or_skip (Jan Silhan)
0f2fcc
- AUTHORS: updated (Radek Holy)
0f2fcc
- describe --refresh option in --help output (Pádraig Brady)
0f2fcc
- better no such command message (RhBug:1208773) (Jan Silhan)
0f2fcc
- doc: package-cleanup example doesn't print 'No match for argument:...'
0f2fcc
  garbage (Jan Silhan)
0f2fcc
- mention yum check replacement (Michael Mraka)
0f2fcc
- added ref to dnf list (Michael Mraka)
0f2fcc
- added package-cleanup to dnf translation table (Michael Mraka)
0f2fcc
- python3: Repo comparison (RhBug:1208018) (Jan Silhan)
0f2fcc
- python3: YumHistoryRpmdbProblem comparison (RhBug:1207861) (Jan Silhan)
0f2fcc
- python3: YumHistoryTransaction comparison (Jan Silhan)
0f2fcc
- tests: use packages in test_transaction (Radek Holy)
0f2fcc
- cosmetic: fix some Pylint errors (Radek Holy)
0f2fcc
- updated documentation wrt installonlypkgs and auto removal (Michael Mraka)
0f2fcc
- mark installonly packages always as userinstalled (RhBug:1201445) (Michael
0f2fcc
  Mraka)
0f2fcc
- mark username/password as api (Michael Mraka)
0f2fcc
- document username/password repo attributes (Michael Mraka)
0f2fcc
- support HTTP basic auth (RhBug:1210275) (Michael Mraka)
0f2fcc
- cli: better metadata timestamp info (Michal Luscon)
0f2fcc
- repo: add metadata mirror failure callback (Michal Luscon)
0f2fcc
- dnf-yum: cosmetic: lower case after comma (Jan Silhan)
0f2fcc
- dnf-yum: print how to install migrate plugin (Jan Silhan)
0f2fcc
- doc: show the real package for each tool in dnf-plugins-extras (Tim
0f2fcc
  Lauridsen)
0f2fcc
- doc: improve the documentation of repo costs (Radek Holy)
0f2fcc
- doc: fix debuginfo-install package name (Michal Luscon)
0f2fcc
- doc: release notes 0.6.5 (Michal Luscon)
0f2fcc
- bash-completion: allow only one subcmd for help (Igor Gnatenko)
0f2fcc
- bash-completion: add history completion (Igor Gnatenko)
0f2fcc
- bash-completion: add completion for help (Igor Gnatenko)
0f2fcc
- bash-completion: check where pointing bin/dnf (Igor Gnatenko)
0f2fcc
- bash-completion: implement completion for clean cmd (Igor Gnatenko)
0f2fcc
- bash_completion: implement downgrade command (Igor Gnatenko)
0f2fcc
- bash-completion: refactor to python helper (Igor Gnatenko)
0f2fcc
- command downgrade does downgrade_to (RhBug:1191275) (Jan Silhan)
0f2fcc
- AUTHORS: updated (Jan Silhan)
0f2fcc
- clean: 'dnf clean all' should also clean presto and updateinfo solvx files
0f2fcc
  (Parag Nemade)
0f2fcc
- dnf-yum: modified warning message (RhBug:1207965) (Jan Silhan)
0f2fcc
0f2fcc
* Tue Mar 31 2015 Michal Luscon <mluscon@redhat.com> 0.6.5-1
0f2fcc
- subject: expand every glob name only once (RhBug:1203151) (Michal Luscon)
0f2fcc
- group mark: skips already installed groups (Jan Silhan)
0f2fcc
- Merge pull request #246 from mluscon/yum2dnf (mluscon)
0f2fcc
- Add yum2dnf man page (Michal Luscon)
0f2fcc
- doc: extend cli_vs_yum (Michal Luscon)
0f2fcc
- dnf-yum package does not conflict with yum 3.4.3-505+ (Jan Silhan)
0f2fcc
- fixed double set of demand from 0e4276f (Jan Silhan)
0f2fcc
- group: remove cmd don't load available_repos, see 04da412 (Jan Silhan)
0f2fcc
- spec: /var/lib/dnf owned by dnf-conf (Jan Silhan)
0f2fcc
- spec: apply the weak dependencies only on F21+ (Radek Holy)
0f2fcc
- dnf-automatic: fixed python_sitelib (RhBug:1199450) (Jan Silhan)
0f2fcc
- Add release instructions (Michal Luscon)
0f2fcc
- setup tito to bump version in VERSION.cmake (Michal Luscon)
0f2fcc
- initialize to use tito (Michal Luscon)
0f2fcc
- prepare repo for tito build system (Michal Luscon)
0f2fcc
- spec: recommends bash-completion (RhBug:1190671) (Jan Silhan)
0f2fcc
- completion: work with just python(3)-dnf (Jan Silhan)
0f2fcc
- spec: move necessary files inside python(3) subpackages (RhBug:1191579) (Jan Silhan)
0f2fcc
- bash-completion: use python method to get commands (RhBug:1187579) (Igor Gnatenko)
0f2fcc
- api: exposed pluginconfpath main config (RhBug:1195325) (Jan Silhan)
0f2fcc
- updated AUTHORS (Jan Silhan)
0f2fcc
- add reinstall to bash_completion (Alberto Ruiz)
0f2fcc
- added new packages to @System for duplicated query test (Michael Mraka)
0f2fcc
- test for duplicated, installonly and latest_limit pkgs (Michael Mraka)
0f2fcc
- tests for autoremove, extras and recent pkgs (Michael Mraka)
0f2fcc
- moved push_userinstalled from base to goal (Michael Mraka)
0f2fcc
- filter or skip 'n' latest packages (Michael Mraka)
0f2fcc
- moved recent to query (Michael Mraka)
0f2fcc
- moved autoremove to query (Michael Mraka)
0f2fcc
- moved extras list to query (Michael Mraka)
0f2fcc
- create query for installonly packages (Michael Mraka)
0f2fcc
- create query for duplicated packages (Michael Mraka)
0f2fcc
- cosmetic: base: fixed pylint warnings (Jan Silhan)
0f2fcc
- do transaction cleanup after plugin hook (RhBug:1185977) (Michal Luscon)
0f2fcc
- base: extend download lock (RhBug:1157233) (Michal Luscon)
0f2fcc
- lock: output meaningful error for malformed lock file (Michal Luscon)
0f2fcc
- util: fix race condition in ensure_dir() (Michal Luscon)
0f2fcc
- lock: switch metadata lock to blocking mode (Michal Luscon)
0f2fcc
- install nonmandatory group packages as optional (Related:RhBug:1167881) (Michal Luscon)
0f2fcc
- remove command deletes whole dependency tree (RhBug:1154202) (Jan Silhan)
0f2fcc
- cmd list takes <package-name-specs> as parameter, revert of 526e674 (Jan Silhan)
0f2fcc
- spec: own /var/lib/dnf directory (RhBug:1198999) (Jan Silhan)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- doc: fixed systemd execution of dnf-automatic (Jan Silhan)
0f2fcc
- doc: how to run dnf-automatic (RhBug:1195240) (Jan Silhan)
0f2fcc
- cosmetic: added forgotten :api mark from 05b03fc (Jan Silhan)
0f2fcc
- api: exposed Repo.skip_if_unavailable config (RhBug:1189083) (Jan Silhan)
0f2fcc
- updated documentation for 'dnf list autoremove' (Michael Mraka)
0f2fcc
- reuse list_autoremove() in autoremove command (Michael Mraka)
0f2fcc
- function for autoremove package list (Michael Mraka)
0f2fcc
- implemented dnf list autoremove (Michael Mraka)
0f2fcc
- exclude not documented history subcommands (RhBug:1193914,1193915) (Jan Silhan)
0f2fcc
- better file pattern recognition (RhBug:1195385) (Jan Silhan)
0f2fcc
- spec: fix Obsoletes of the new DNF (Radek Holy)
0f2fcc
- remove boot only constraint and add missing download lock (Michal Luscon)
0f2fcc
- util: remove unused user_run_dir() function (Michal Luscon)
0f2fcc
- lock: change the destination folder of locks to allow suided programs work properly (RhBug:1195661) (Michal Luscon)
0f2fcc
- install dnf-3 only when python3 is enabled (thanks glensc) (Jan Silhan)
0f2fcc
- fixed unicode Download error (RhBug:1190458) (Jan Silhan)
0f2fcc
- log: print metadata age along with timestamp (Petr Spacek)
0f2fcc
- cli: fix double expansion of cachedir (RhBug:1194685) (Michal Luscon)
0f2fcc
- removed unused dnf-makecache.cron (Jan Silhan)
0f2fcc
- renamed erase command to remove (RhBug:1160806) (Jan Silhan)
0f2fcc
- spec: made python3-dnf package installed by default in f23 (Jan Silhan)
0f2fcc
- AUTHORS: changed email address (Jan Silhan)
0f2fcc
- doc: improve the documentation of the "install" command (Radek Holy)
0f2fcc
- "dnf install non-existent" should fail (Radek Holy)
0f2fcc
- tests: add some tests of Base.install (Radek Holy)
0f2fcc
- tests: add some tests of Base.package_install (Radek Holy)
0f2fcc
- Revert "doesn't upgrade packages by installing local packages" (RhBug:1160950) (Radek Holy)
0f2fcc
- lint: fix all Pylint errors in test_install (Radek Holy)
0f2fcc
- tests: add some tests to test_install (Radek Holy)
0f2fcc
- tests: improve some tests in test_install (Radek Holy)
0f2fcc
- cosmetic: reorder tests in test_install (Radek Holy)
0f2fcc
- cosmetic: rename some tests in test_install and add some docstrings (Radek Holy)
0f2fcc
- AUTHORS: updated (Jan Silhan)
0f2fcc
- Add support for armv6hl (Peter Hjalmarsson)
0f2fcc
- doc: subject.__init__(): what is pkg_spec (Jan Silhan)
0f2fcc
- doc: mentioning raising IOError from Base.fill_sack() (Jan Silhan)
0f2fcc
- option_parser: fixed splitting multiple values (RhBug:1186710) (Jan Silhan)
0f2fcc
- AUTHORS: updated (Jan Silhan)
0f2fcc
- Standardize words describing boolean data type (Christopher Meng)
0f2fcc
0f2fcc
* Wed Feb 4 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.4-1
0f2fcc
- Adapt to librepo-1.7.13, metalink and mirrorlist are not loaded anymore when the repo is local. (Radek Holy)
0f2fcc
- not raises value error when no metadata exist (Jan Silhan)
0f2fcc
- Remove lock files during boot (RhBug:1154476) (Michal Luscon)
0f2fcc
- doc: groups are ordered not categories (Jan Silhan)
0f2fcc
- doc: added Package attributes to API (Jan Silhan)
0f2fcc
- README: link to bug reporting guide (Jan Silhan)
0f2fcc
- README: the official documentation is on readthedoc (Jan Silhan)
0f2fcc
- i18n: unicode encoding does not throw error (RhBug:1155877) (Jan Silhan)
0f2fcc
- conf: added minrate repo option (Related:RhBug:1175466) (Jan Silhan)
0f2fcc
- conf: added timeout repo option (RhBug:1175466) (Jan Silhan)
0f2fcc
- doc: api_queries: add 'file' filter description (RhBug:1186461) (Igor Gnatenko)
0f2fcc
- doc: documenting enablegroups (Jan Silhan)
0f2fcc
- log: printing metadata timestamp (RhBug:1170156) (Jan Silhan)
0f2fcc
- base: setup default cachedir value (RhBug:1184943) (Michal Luscon)
0f2fcc
- orders groups/environments by display_order tag (RhBug:1177002) (Jan Silhan)
0f2fcc
- no need to call create_cmdline_repo (Jan Silhan)
0f2fcc
- base: package-spec matches all packages which the name glob pattern fits (RhBug:1169165) (Michal Luscon)
0f2fcc
- doc: move dnf.conf to appropriate man page section (RhBug:1167982) (Michal Luscon)
0f2fcc
- tests: add test for blocking process lock (Michal Luscon)
0f2fcc
- lock: fix several race conditions in process lock mechanism (Michal Luscon)
0f2fcc
- base: use blocking process lock during download phase (RhBug:1157233) (Michal Luscon)
0f2fcc
- Update the Source0 generation commands in dnf.spec.in file (Parag Nemade)
0f2fcc
- Enhancement to dnf.spec.in file which follows current fedora packaging guidelines (Parag Nemade)
0f2fcc
- doc: add some examples and documentation of the core use case (RhBug:1138096) (Radek Holy)
0f2fcc
- bash-completion: enable downgrading packages for local files (RhBug:1181189) (Igor Gnatenko)
0f2fcc
- group: prints plain package name when package not in any repo (RhBug:1181397) (Jan Silhan)
0f2fcc
- spec: own __pycache__ for python 3 (Igor Gnatenko)
0f2fcc
- changed hawkey.log dir to /var/log (RhBug:1175434) (Jan Silhan)
0f2fcc
- bash-completion: handle sqlite errors (Igor Gnatenko)
0f2fcc
- use LANG=C when invoking 'dnf help' and 'sed' with regular expressions (Jakub Dorňák)
0f2fcc
- spec: own __pycache__ directory for py3 (Igor Gnatenko)
0f2fcc
- doc: mentioning Install command accepts path to local rpm package (Jan Silhan)
0f2fcc
- groups: in erase and install cmd non-existent group does not abort transaction (Jan Silhan)
0f2fcc
- doc: running tests in README (Jan Silhan)
0f2fcc
- api: transaction: added install_set and remove_set (RhBug:1162887) (Jan Silhan)
0f2fcc
- cosmetic: fixed some typos in documentation (Jan Silhan)
0f2fcc
- groups: environments described after @ sign works (RhBug:1156084) (Jan Silhan)
0f2fcc
- own /etc/dnf/protected.d (RhBug:1175098) (Jan Silhan)
0f2fcc
- i18n: computing width of char right (RhBug:1174136) (Jan Silhan)
0f2fcc
- cosmetic: renamed _splitArg -> _split_arg (Jan Silhan)
0f2fcc
- conf: removed include name conflict (RhBug:1055910) (Jan Silhan)
0f2fcc
- output: removed unpredictable decision based on probability introduced in ab4d2c5 (Jan Silhan)
0f2fcc
- output: history list is not limited to 20 records (RhBug:1155918) (Jan Silhan)
0f2fcc
- doc: referenced forgotten bug fix to release notes (Jan Silhan)
0f2fcc
- cosmetic: doc: removed duplicated word (Jan Silhan)
0f2fcc
- doc: described unavailable package corner case with skip_if_unavailable option (RhBug:1119030) (Jan Silhan)
0f2fcc
- log: replaced size with maxsize directive (RhBug:1177394) (Jan Silhan)
0f2fcc
- spec: fixed %ghost log file names (Jan Silhan)
0f2fcc
0f2fcc
* Mon Dec 8 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.3-2
0f2fcc
- logging: reverted naming from a6dde81
0f2fcc
0f2fcc
* Mon Dec 8 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.3-1
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- bash-completion: don't query if we trying to use local file (RhBug:1153543) (Igor Gnatenko)
0f2fcc
- bash-completion: fix local completion (RhBug:1151231) (Igor Gnatenko)
0f2fcc
- bash-completion: use sqlite cache from dnf-plugins-core (Igor Gnatenko)
0f2fcc
- base: output a whole list of installed packages with glob pattern (RhBug:1163063) (Michal Luscon)
0f2fcc
- cli: _process_demands() does not respect --caheonly (RhBug:1151854) (Michal Luscon)
0f2fcc
- new authors added (Jan Silhan)
0f2fcc
- install: allow installation of provides with glob (Related:RhBug:1148353) (Michal Luscon)
0f2fcc
- tests: removed mock patch for _, P_ (Jan Silhan)
0f2fcc
- fixed error summary traceback (RhBug:1151740) (Jan Silhan)
0f2fcc
- doc: swap command alternative mentioned (RhBug:1110780) (Jan Silhan)
0f2fcc
- base: package_reinstall works only with the same package versions (Jan Silhan)
0f2fcc
- base: package_install allows install different arch of installed package (Jan Silhan)
0f2fcc
- base: package_downgrade prints message on failure (Jan Silhan)
0f2fcc
- base: package_upgrade does not reinstall or downgrade (RhBug:1149972) (Jan Silhan)
0f2fcc
- groups: searches also within localized names (RhBug:1150474) (Jan Silhan)
0f2fcc
- Run tests with C locales. (Daniel Mach)
0f2fcc
- Adds new motd emitter for dnf-automatic (RhBug:995537) (Kushal Das)
0f2fcc
- Fix wrong cache directory path used to clean up binary cache (Satoshi Matsumoto)
0f2fcc
- fix: traceback in history info <name> (RhBug: 1149952) (Tim Lauridsen)
0f2fcc
- logging: added logrotate script for hawkey.log (RhBug:1149350) (Jan Silhan)
0f2fcc
- output: renamed displayPkgsInGroups (Jan Silhan)
0f2fcc
- logging: renamed log files (RhBug:1074715)" (Jan Silhan)
0f2fcc
- comps: Environment differentiates optional and mandatory groups (Jan Silhan)
0f2fcc
- group info handles environments (RhBug:1147523) (Jan Silhan)
0f2fcc
- deltarpm enabled by default (RhBug:1148208) (Jan Silhan)
0f2fcc
- doc: deplist command (Jan Silhan)
0f2fcc
- doc: minor fixes + repo references changed (Jan Silhan)
0f2fcc
- spec: requires rpm-plugin-systemd-inhibit (RhBug:1109927) (Jan Silhan)
0f2fcc
0f2fcc
* Fri Oct 3 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.2-1
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- refactor: move MakeCacheCommand out into its own file. (Ales Kozumplik)
0f2fcc
- api: add dnf.cli.CliError. (Ales Kozumplik)
0f2fcc
- Update user_faq.rst (Stef Krie)
0f2fcc
- Make --refresh play nice with lazy commands. (Ales Kozumplik)
0f2fcc
- bash-completion: more faster completing install/remove (Igor Gnatenko)
0f2fcc
- bash-completion: complete 'clean|groups|repolist' using help (Igor Gnatenko)
0f2fcc
- Allow some commands to use stale metadata. (RhBug:909856) (Ales Kozumplik)
0f2fcc
- does not install new pkgs when updating from local pkgs (RhBug:1134893) (Jan Silhan)
0f2fcc
- doesn't upgrade packages by installing local packages (Related:RhBug:1138700) (Jan Silhan)
0f2fcc
- refactor: repo: separate concepts of 'expiry' and 'sync strategy'. (Ales Kozumplik)
0f2fcc
- fix: dnf.cli.util.* leaks file handles. (Ales Kozumplik)
0f2fcc
- remove: YumRPMTransError. (Ales Kozumplik)
0f2fcc
- rename: Base's runTransaction -> _run_transaction(). (Ales Kozumplik)
0f2fcc
- drop unused parameter of Base.verify_transaction(). (Ales Kozumplik)
0f2fcc
- bash-completion: new completion from scratch (RhBug:1070902) (Igor Gnatenko)
0f2fcc
- py3: add queue.Queue to pycomp. (Ales Kozumplik)
0f2fcc
- locking: store lockfiles with the resource they are locking. (RhBug:1124316) (Ales Kozumplik)
0f2fcc
- groups: marks reason 'group' for packages that have no record yet (RhBug:1136584) (Jan Silhan)
0f2fcc
- goal: renamed undefined name variable (Jan Silhan)
0f2fcc
- refactor: split out and clean up the erase command. (Ales Kozumplik)
0f2fcc
- py3: fix traceback in fmtColumns() on a non-subscriptable 'columns'. (Ales Kozumplik)
0f2fcc
- groups: allow erasing depending packages on remove (RhBug:1135861) (Ales Kozumplik)
0f2fcc
- history: fixed wrong set operation (RhBug:1136223) (Jan Silhan)
0f2fcc
- base: does not reinstall pkgs from local rpms with install command (RhBug:1122617) (Jan Silhan)
0f2fcc
- refactor: crypto: drop the integer keyid representation altogether. (Ales Kozumplik)
0f2fcc
- crypto: fix importing rpmfusion keys. (RhBug:1133830) (Ales Kozumplik)
0f2fcc
- refactor: crypto: Key is a class, not an "info" dict. (Ales Kozumplik)
0f2fcc
- repos: fix total downloaded size reporting for cached packages. (RhBug:1121184) (Ales Kozumplik)
0f2fcc
0f2fcc
* Thu Aug 28 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.1-1
0f2fcc
- packaging: add dnf-yum. (Ales Kozumplik)
0f2fcc
- cli: added plugins missing hint (RhBug:1132335) (Jan Silhan)
0f2fcc
- using ts.addReinstall for package reinstallation (RhBug:1071854) (Jan Silhan)
0f2fcc
- Add history redo command. (Radek Holy)
0f2fcc
- Add a TransactionConverter class. (Radek Holy)
0f2fcc
- bash-completion: complete `help` with commands (Igor Gnatenko)
0f2fcc
- bash-completion: generate commands dynamically (Igor Gnatenko)
0f2fcc
- base: group_install accepts glob exclude names (RhBug:1131969) (Jan Silhan)
0f2fcc
- README: changed references to new repo location (Jan Silhan)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- syntax: fixed indentation (Jan Silhan)
0f2fcc
- removed lt.po which was accidentally added in c2e9b39 (Jan Silhan)
0f2fcc
- lint: fix convention violations in the new source files (Radek Holy)
0f2fcc
- Fix setting of the resolving demand for repo-pkgs command. (Radek Holy)
0f2fcc
- Add repository-packages remove-or-distro-sync command. (RhBug:908764) (Radek Holy)
0f2fcc
- fix: traceback that GroupPersistor._original might not exist. (RhBug:1130878) (Ales Kozumplik)
0f2fcc
- pycomp: drop to_ord(). (Ales Kozumplik)
0f2fcc
- refactor: crypto.keyids_from_pubring() using _extract_signing_subkey(). (Ales Kozumplik)
0f2fcc
- fix: another 32-bit hex() problem in crypto. (Ales Kozumplik)
0f2fcc
- remove: pgpmsg.py. (Ales Kozumplik)
0f2fcc
- replace the whole of pgpmsg.py with gpgme and a dummy context. (Ales Kozumplik)
0f2fcc
- cosmetic: sort methods of Repo according to the coding standard. (Ales Kozumplik)
0f2fcc
- Fix dnf.crypto.keyinfo2keyid(). (Ales Kozumplik)
0f2fcc
- util: get rid of an inconvenient 'default_handle' constant. (Ales Kozumplik)
0f2fcc
- simplify misc.import_key_to_pubring()'s signature. (Ales Kozumplik)
0f2fcc
- cleanup: header of dnf.yum.pgpmsg. (Ales Kozumplik)
0f2fcc
- crypto: add crypto.retrieve() and drop Base._retrievePublicKey() (Ales Kozumplik)
0f2fcc
- cosmetic: order of functions in dnf.crypto. (Ales Kozumplik)
0f2fcc
- unicode: fixed locale.format error (RhBug:1130432) (Jan Silhan)
0f2fcc
- remove: misc.valid_detached_sig(). (Ales Kozumplik)
0f2fcc
- tests: some tests for dnf.crypto. (Ales Kozumplik)
0f2fcc
- crypto: use pubring_dir() context manager systematically. (Ales Kozumplik)
0f2fcc
- Drop unused argument from getgpgkeyinfo(). (Ales Kozumplik)
0f2fcc
- remove: Base._log_key_import(). (Ales Kozumplik)
0f2fcc
- doc: cosmetic: conf_ref: maintain alphabetical order of the options. (Ales Kozumplik)
0f2fcc
- crypto: document crypto options for repo. (Ales Kozumplik)
0f2fcc
- crypto: fixup procgpgkey() to work with Py3 bytes. (Ales Kozumplik)
0f2fcc
- dnf.util.urlopen(): do not create unicode streams for Py3 and bytes for Py2 by default. (Ales Kozumplik)
0f2fcc
- lint: delinting of the repo_gpgcheck patchset. (Ales Kozumplik)
0f2fcc
- Add CLI parts to let the user confirm key imports. (RhBug:1118236) (Ales Kozumplik)
0f2fcc
- gpg: make key decoding work under Py3. (Ales Kozumplik)
0f2fcc
- crypto: add dnf.crypto and fix things up so untrusted repo keys can be imported. (Ales Kozumplik)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- syntax: fixed indentation (Jan Silhan)
0f2fcc
- packaging: pygpgme is a requirement. (Ales Kozumplik)
0f2fcc
- remove: support for gpgcakey gets dropped for now. (Ales Kozumplik)
0f2fcc
- repo: smarter _DetailedLibrepoError construction. (Ales Kozumplik)
0f2fcc
- repo: nicer error message on librepo's perform() failure. (Ales Kozumplik)
0f2fcc
- get_best_selector returns empty selector instead of None (Jan Silhan)
0f2fcc
- packaging: add automatic's systemd unit files. (RhBug:1109915) (Ales Kozumplik)
0f2fcc
- automatic: handle 'security' update_cmd. (Ales Kozumplik)
0f2fcc
0f2fcc
* Tue Aug 12 2014 Aleš Kozumplík <ales@redhat.com> - 0.6.0-1
0f2fcc
- lint: fix convention violations in the new source files (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] [<availability>] security" command. (RhBug:850912) (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] [<availability>] bugfix" command. (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] [<availability>] enhancement" command. (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] [<availability>] [<package-name>...]" command. (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] [<availability>] [<advisory>...]" command. (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] all" command. (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] updates" command. (Radek Holy)
0f2fcc
- Add "updateinfo [<output>] installed" command. (Radek Holy)
0f2fcc
- Add "-v updateinfo info" command. (Radek Holy)
0f2fcc
- Add "updateinfo info" command. (Radek Holy)
0f2fcc
- Add "updateinfo list" command. (Radek Holy)
0f2fcc
- Add "updateinfo available" command. (Radek Holy)
0f2fcc
- Add "updateinfo summary" command. (Radek Holy)
0f2fcc
- Add basic updateinfo command. (Radek Holy)
0f2fcc
- test: add updateinfo to the testing repository (Radek Holy)
0f2fcc
- test: support adding directory repos to Base stubs (Radek Holy)
0f2fcc
- test: really don't break other tests with the DRPM fixture (Radek Holy)
0f2fcc
- Load UpdateInfo.xml during the sack preparation. (Radek Holy)
0f2fcc
- Add Repo.updateinfo_fn. (Radek Holy)
0f2fcc
- lint: add Selector calls to false positives, it's a hawkey type. (Ales Kozumplik)
0f2fcc
- removed recursive calling of ucd in DownloadError (Jan Silhan)
0f2fcc
- does not throw error when selector is empty (RhBug:1127206) (Jan Silhan)
0f2fcc
- remove etc/version-groups.conf, not used. (Ales Kozumplik)
0f2fcc
- lint: dnf.conf.parser (Ales Kozumplik)
0f2fcc
- rename: dnf.conf.parser.varReplace()->substitute() (Ales Kozumplik)
0f2fcc
- pycomp: add urlparse/urllib.parser. (Ales Kozumplik)
0f2fcc
- move: dnf.yum.parser -> dnf.conf.parser. (Ales Kozumplik)
0f2fcc
- packaging: add dnf-automatic subpackage. (Ales Kozumplik)
0f2fcc
- doc: properly list the authors. (Ales Kozumplik)
0f2fcc
- automatic: add documentation, including dnf.automatic(8) man page. (Ales Kozumplik)
0f2fcc
- dnf-automatic: tool supplying the yum-cron functionality. (Ales Kozumplik)
0f2fcc
- doc: cosmetic: fixed indent in proxy directive (Jan Silhan)
0f2fcc
- include directive support added (RhBug:1055910) (Jan Silhan)
0f2fcc
- refactor: move MultiCallList to util. (Ales Kozumplik)
0f2fcc
- cli: do not output that extra starting newline in list_transaction(). (Ales Kozumplik)
0f2fcc
- refactor: extract CLI cachedir magic to cli.cachedir_fit. (Ales Kozumplik)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- move: test_output to tests/cli. (Ales Kozumplik)
0f2fcc
- refactor: move Term into its own module. (Ales Kozumplik)
0f2fcc
- refactoring: cleanup and linting in dnf.exceptions. (Ales Kozumplik)
0f2fcc
- lint: test_cli.py (Ales Kozumplik)
0f2fcc
- lint: rudimentary cleanups in tests.support. (Ales Kozumplik)
0f2fcc
- refactor: loggers are module-level variables. (Ales Kozumplik)
0f2fcc
- groups: promote unknown-reason installed packages to 'group' on group install. (RhBug:1116666) (Ales Kozumplik)
0f2fcc
- c82267f refactoring droppped plugins.run_transaction(). (Ales Kozumplik)
0f2fcc
- cli: sort packages in the transaction summary. (Ales Kozumplik)
0f2fcc
- refactor: cli: massively simplify how errors are propagated from do_transaction(). (Ales Kozumplik)
0f2fcc
- groups: rearrange things in CLI so user has to confirm the group changes. (Ales Kozumplik)
0f2fcc
- groups: committing the persistor data should only happen at one place. (Ales Kozumplik)
0f2fcc
- groups: visualizing the groups transactions. (Ales Kozumplik)
0f2fcc
- Add dnf.util.get_in() to navigate nested dicts with sequences of keys. (Ales Kozumplik)
0f2fcc
- group persistor: generate diffs between old and new DBs. (Ales Kozumplik)
0f2fcc
- Better quoting in dnf_pylint. (Ales Kozumplik)
0f2fcc
- lint: logging.py. (Ales Kozumplik)
0f2fcc
- Do not print tracebacks to the tty on '-d 10' (RhBug:1118272) (Ales Kozumplik)
0f2fcc
- search: do not double-report no matches. (Ales Kozumplik)
0f2fcc
- refactor: move UpgradeToCommand to its own module. (Ales Kozumplik)
0f2fcc
0f2fcc
* Mon Jul 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.5-1
0f2fcc
- packaging: also add pyliblzma to BuildRequires. (Ales Kozumplik)
0f2fcc
- essential cleanup in dnf.yum.misc, removing a couple of functions too. (Ales Kozumplik)
0f2fcc
- remove: Base.findDeps and friends. (Ales Kozumplik)
0f2fcc
- Make pyliblzma a requriement. (RhBug:1123688) (Ales Kozumplik)
0f2fcc
- whole user name can contain non-ascii chars (RhBug:1121280) (Jan Silhan)
0f2fcc
- Straighten up the exceptions when getting a packages header. (RhBug:1122900) (Ales Kozumplik)
0f2fcc
- tests: refactor: rename test_resource_path() -> resource_path() and use it more. (Ales Kozumplik)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- remove: conf.commands. (Ales Kozumplik)
0f2fcc
- proxy username and password, for both CLI and API. (RhBug:1120583) (Ales Kozumplik)
0f2fcc
- conf: only 'main' is a reserved section name. (Ales Kozumplik)
0f2fcc
- refactoring: cleanup a couple of lint warnings in base.py. (Ales Kozumplik)
0f2fcc
- refactoring: move repo reading implementation out of dnf.Base. (Ales Kozumplik)
0f2fcc
- refactor: repo_setopts is a CLI thing and doesn't belong to Base. (Ales Kozumplik)
0f2fcc
- refactor: move cleanup methods to dnf.cli.commands.clean. (Ales Kozumplik)
0f2fcc
- depsolving: doesn't install both architectures of pkg by filename (RhBug:1100946) (Jan Silhan)
0f2fcc
- refactor: put CleanCommand in its own module. (Ales Kozumplik)
0f2fcc
- cli: avoid 'Error: None' output on malformed CLI commands. (Ales Kozumplik)
0f2fcc
- remove the special SIGQUIT handler. (Ales Kozumplik)
0f2fcc
- api: In Repo(), cachedir is a required argument. (Ales Kozumplik)
0f2fcc
- api: better describe how Repos should be created, example. (RhBug:1117789) (Ales Kozumplik)
0f2fcc
- Base._conf lasts the lifetime of Base and can be passed via constructor. (Ales Kozumplik)
0f2fcc
- doc: faq: having Yum and DNF installed at the same time. (Ales Kozumplik)
0f2fcc
- remove: protected_packages config option, it has been ignored. (Ales Kozumplik)
0f2fcc
- fix: misleading error message when no repo is enabled. (Ales Kozumplik)
0f2fcc
0f2fcc
* Wed Jul 16 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.4-1
0f2fcc
- pkg name from rpm transaction callback is in Unicode (RhBug:1118796) (Jan Silhan)
0f2fcc
- packaging: python3-dnf depends on dnf. (RhBug:1119032) (Ales Kozumplik)
0f2fcc
- Ship /usr/bin/dnf-3 to run DNF under Py3. (RhBug:1117678) (Ales Kozumplik)
0f2fcc
- packaging: own /etc/dnf/plugins. (RhBug:1118178) (Ales Kozumplik)
0f2fcc
- fix: pluginconfpath is a list. (Ales Kozumplik)
0f2fcc
- cosmetic: use classmethod as a decorator in config.py. (Ales Kozumplik)
0f2fcc
- cleanup: imports in dnf.cli.output (Ales Kozumplik)
0f2fcc
- lint: straightforward lint fixes in dnf.cli.output. (Ales Kozumplik)
0f2fcc
- Repo.__setattr__ has to use the parsed value. (Ales Kozumplik)
0f2fcc
- Repo priorities. (RhBug:1048973) (Ales Kozumplik)
0f2fcc
- repo: simplify how things are propagated to repo.hawkey_repo. (Ales Kozumplik)
0f2fcc
- refactor: concentrate Repo.hawkey_repo construction in Repo.__init__(). (Ales Kozumplik)
0f2fcc
- bash-completion: Update command and option lists, sort in same order as --help (Ville Skyttä)
0f2fcc
- bash-completion: Use grep -E instead of deprecated egrep (Ville Skyttä)
0f2fcc
- output: fixed identation of info command output (Jan Silhan)
0f2fcc
- i18n: calculates right width of asian utf-8 strings (RhBug:1116544) (Jan Silhan)
0f2fcc
- transifex update + renamed po files to Fedora conventions (Jan Silhan)
0f2fcc
- remove: CLI: --randomwait (Ales Kozumplik)
0f2fcc
- cli: fix: --installroot has to be used with --releasever (RhBug:1117293) (Ales Kozumplik)
0f2fcc
- Base.reset(goal=True) also resets the group persistor (RhBug:1116839) (Ales Kozumplik)
0f2fcc
- tests: fix failing DistroSync.test_distro_sync(). (Ales Kozumplik)
0f2fcc
- logging: RPM transaction markers are too loud. (Ales Kozumplik)
0f2fcc
- logging: silence drpm a bit. (Ales Kozumplik)
0f2fcc
- logging: put timing functionality into one place. (Ales Kozumplik)
0f2fcc
- repolist: fix traceback with disabled repos. (RhBug:1116845) (Ales Kozumplik)
0f2fcc
- refactor: cleanups in repolist. (Ales Kozumplik)
0f2fcc
- lint: remove some unused imports. (Ales Kozumplik)
0f2fcc
- cli: break out the repolsit command into a separate module. (Ales Kozumplik)
0f2fcc
- does not crash with non-ascii user name (RhBug:1108908) (Jan Silhan)
0f2fcc
- doc: document 'pluginpath' configuration option. (RhBug:1117102) (Ales Kozumplik)
0f2fcc
- Spelling fixes (Ville Skyttä)
0f2fcc
- cli: Fix software name in --version help (Ville Skyttä)
0f2fcc
- doc: ip_resolve documented at two places. remove one. (Ales Kozumplik)
0f2fcc
0f2fcc
* Thu Jul 3 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.3-1
0f2fcc
- packaging: bump hawkey dep to 0.4.17. (Ales Kozumplik)
0f2fcc
- api: remove Base.select_group(). (Ales Kozumplik)
0f2fcc
- tests: cleanup our base test case classes a bit. (Ales Kozumplik)
0f2fcc
- Add DNF itself among the protected packages. (Ales Kozumplik)
0f2fcc
- api: plugins: add the resolved() hook. (Ales Kozumplik)
0f2fcc
- api: expose Transaction introspecting in the API. (RhBug:1067156) (Ales Kozumplik)
0f2fcc
- api: add basic documentation for dnf.package.Package. (Ales Kozumplik)
0f2fcc
- tests: cosmetic: conf.protected_packages is ignored, drop it in FakeConf. (Ales Kozumplik)
0f2fcc
- cli: simplify exception handling more. (Ales Kozumplik)
0f2fcc
- Fixed a minor typo in user_faq - 'intall' should be 'install' (Martin Preisler)
0f2fcc
- fixed encoding of parsed config line (RhBug:1110800) (Jan Silhan)
0f2fcc
- syntax: replaced tab with spaces (Jan Silhan)
0f2fcc
- doc: acknowledge the existence of plugins on the man page (RhBug:1112669) (Ales Kozumplik)
0f2fcc
- improve the 'got root?' message of why a transaction couldn't start. (RhBug:1111569) (Ales Kozumplik)
0f2fcc
- traceback in Base.do_transaction. to_utf8() is gone since 06fb280. (Ales Kozumplik)
0f2fcc
- fix traceback from broken string formatting in _retrievePublicKey(). (RhBug:1111997) (Ales Kozumplik)
0f2fcc
- doc: replace Yum with DNF in command_ref.rst (Viktor Ashirov)
0f2fcc
- Fix a missing s in the title (mscherer)
0f2fcc
- api: add dnf.rpm.detect_releasever() (Ales Kozumplik)
0f2fcc
- Detect distroverpkg from 'system-release(release)' (RhBug:1047049) (Ales Kozumplik)
0f2fcc
- bulid: add dnf/conf to cmake. (Ales Kozumplik)
0f2fcc
- lint: clean up most lint messages in dnf.yum.config (Ales Kozumplik)
0f2fcc
- remove: couple of dead-code methods in dnf.yum.config. (Ales Kozumplik)
0f2fcc
- api: document client's responsibility to preset the substitutions. (RhBug:1104757) (Ales Kozumplik)
0f2fcc
- move: rpmUtils -> rpm. (Ales Kozumplik)
0f2fcc
- refactor: move yumvar out into its proper module dnf.conf.substitutions. (Ales Kozumplik)
0f2fcc
- refactor: turn dnf.conf into a package. (Ales Kozumplik)
0f2fcc
- doc: api_base.rst pointing to nonexistent method. (Ales Kozumplik)
0f2fcc
- remove: some logging from Transaction.populate_rpm_ts(). (Ales Kozumplik)
0f2fcc
- Update cli_vs_yum.rst (James Pearson)
0f2fcc
- api: doc: queries relation specifiers, with an example. (RhBug:1105009) (Ales Kozumplik)
0f2fcc
- doc: phrasing in ip_resolve documentation. (Ales Kozumplik)
0f2fcc
- cli: refactored transferring cmdline options to conf (Jan Silhan)
0f2fcc
- cli: added -4/-6 option for using ipv4/ipv6 connection (RhBug:1093420) (Jan Silhan)
0f2fcc
- cosmetic: empty set inicialization (Jan Silhan)
0f2fcc
- repo: improve the RepoError message to include URL. (Ales Kozumplik)
0f2fcc
- remove: dnf.yum.config.writeRawRepoFile(). (Ales Kozumplik)
0f2fcc
- remove: bunch of (now) blank config options. (Ales Kozumplik)
0f2fcc
- removed unique function (Jan Silhan)
0f2fcc
- tests: mock.assert_has_calls() enforces its iterable arguments in py3.4. (Ales Kozumplik)
0f2fcc
- logging: improve how repolist logs the total number of packages. (Ales Kozumplik)
0f2fcc
- logging: Base.close() should not log to the terminal. (Ales Kozumplik)
0f2fcc
0f2fcc
* Wed May 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.2-1
0f2fcc
- doc: packaging: add license block to each .rst. (Ales Kozumplik)
0f2fcc
- cosmetic: replaced yum with dnf in comment (Jan Silhan)
0f2fcc
- takes non-ascii cmd line input (RhBug:1092777) (Jan Silhan)
0f2fcc
- replaced 'unicode' conversion functions with 'ucd' (RhBug:1095861) (Jan Silhan)
0f2fcc
- using write_to_file py2/py3 compatibility write function (Jan Silhan)
0f2fcc
- encoding: all encode methods are using utf-8 coding instead of default ascii (Jan Silhan)
0f2fcc
- fixed rpmbuild warning of missing file (Jan Silhan)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- fixed typos in comments (Jan Silhan)
0f2fcc
- Drop --debugrepodata and susetags generation with it. (Ales Kozumplik)
0f2fcc
- doc: document --debugsolver. (Ales Kozumplik)
0f2fcc
- fix: 'dnf repo-pkgs' failures (RhBug:1092006) (Radek Holy)
0f2fcc
- lint: make dnf_pylint take '-s' that suppresses line/column numbers. (Ales Kozumplik)
0f2fcc
- doc: cli_vs_yum: we do not promote installs to the obsoleting package. (RhBug:1096506) (Ales Kozumplik)
0f2fcc
- dealing with installonlies, we always need RPMPROB_FILTER_OLDPACKAGE (RhBug:1095580) (Ales Kozumplik)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- arch: recognize noarch as noarch's basearch. (RhBug:1094594) (Ales Kozumplik)
0f2fcc
- pylint: clean up dnf.repo. (Ales Kozumplik)
0f2fcc
- sslverify: documentation and bumped librepo require. (Ales Kozumplik)
0f2fcc
- repos: support sslverify setting. (RhBug:1076045) (Ales Kozumplik)
0f2fcc
- search: exact matches should propagate higher. (RhBug:1093888) (Ales Kozumplik)
0f2fcc
- refactor: concentrate specific search functionality in commands.search. (Ales Kozumplik)
0f2fcc
- refactor: SearchCommand in its own file. (Ales Kozumplik)
0f2fcc
- pylint: fix around one hundred pylint issues in dnf.base. (Ales Kozumplik)
0f2fcc
- pylint: add simple pylint script (Ales Kozumplik)
0f2fcc
- autoerase: write out the debugdata used to calculate redundant packages. (Ales Kozumplik)
0f2fcc
- cosmetic: fix pylint comment in test_group.py. (Ales Kozumplik)
0f2fcc
- refactor: err_mini_usage() is public. (Ales Kozumplik)
0f2fcc
- refactor: fix several pylint errors in dnf.cli.commands.group. (Ales Kozumplik)
0f2fcc
- fix: 'dnf remove' is deprecated so autoremove should be autoerase. (Ales Kozumplik)
0f2fcc
- doc: command_ref: remove the deprecated aliases from the initial list. (Ales Kozumplik)
0f2fcc
- Add autoremove command. (RhBug:963345) (Ales Kozumplik)
0f2fcc
- refactor: Base.push_userinstalled() is public. (Ales Kozumplik)
0f2fcc
- Remove sudo from dnf-completion.bash RhBug:1073457 (Elad Alfassa)
0f2fcc
- exclude switch takes <package-spec> as a parameter (Jan Silhan)
0f2fcc
- using nevra glob query during list command (RhBug:1083679) (Jan Silhan)
0f2fcc
- removed rpm.RPMPROB_FILTER_REPLACEOLDFILES filter flag (Jan Silhan)
0f2fcc
- test: changed tests according to new distro-sync behavior (Jan Silhan)
0f2fcc
- packaging: cosmetic: copyright years in bin/dnf. (Ales Kozumplik)
0f2fcc
- bin/dnf: run the python interpreter with -OO. (Ales Kozumplik)
0f2fcc
0f2fcc
* Fri May 2 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.1-1
0f2fcc
- drpm: output stats (RhBug:1065882) (Ales Kozumplik)
0f2fcc
- refactor: architectures. (Ales Kozumplik)
0f2fcc
- cli: be lot less verbose about dep processing. (Ales Kozumplik)
0f2fcc
- groups: do not error out if group install/remove produces no RPM transaction. (Ales Kozumplik)
0f2fcc
- fix: do not traceback on comps remove operations if proper pkg reasons can not be found. (Ales Kozumplik)
0f2fcc
- fix: tracebacks in 'group remove ...' (Ales Kozumplik)
0f2fcc
- groups: move all the logic of persistor saving from main.py to Base. (Ales Kozumplik)
0f2fcc
- groups: auto-saving the groups persistor. (RhBug:1089864) (Ales Kozumplik)
0f2fcc
- transifex update (Jan Silhan)
0f2fcc
- remove: profiling code from cli.main. (Ales Kozumplik)
0f2fcc
- remove: removal of dead code (Miroslav Suchý)
0f2fcc
- doc: changes to rhbug.py to work on readthedocs.org. (Ales Kozumplik)
0f2fcc
- doc: build the documentation without any dependencies (on DNF or anything else). (Ales Kozumplik)
0f2fcc
- doc: make clear where one should expect bin/dnf (Miroslav Suchý)
0f2fcc
- abrt: disable abrt for 'dnf makecache timer' run from systemd.service. (RhBug:1081753) (Ales Kozumplik)
0f2fcc
- remove: stray itertools import from group.py. (Ales Kozumplik)
0f2fcc
0f2fcc
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.5.0-1
0f2fcc
- doc: fix formatting in api_cli.rst. (Ales Kozumplik)
0f2fcc
- doc: document operation of 'group upgrade'. (Ales Kozumplik)
0f2fcc
- comps: ensure only packages of 'group' reason get deleted on 'group erase'. (Ales Kozumplik)
0f2fcc
- comps: store 'group' reason when installing a group-membering package. (Ales Kozumplik)
0f2fcc
- Override Goal.get_reason(). (Ales Kozumplik)
0f2fcc
- Add dnf.goal.Goal deriving from hawkey.Goal. (Ales Kozumplik)
0f2fcc
- fix: encoding of yumdb directory names in py3. (Ales Kozumplik)
0f2fcc
- tests: clean up the functions that load seeded comps a bit. (Ales Kozumplik)
0f2fcc
- remove: cli._*aybeYouMeant(). (Ales Kozumplik)
0f2fcc
- simplify groups/envs API methods in Base a lot. (Ales Kozumplik)
0f2fcc
- tests: add test for Base._translate_comps_pkg_types() (Ales Kozumplik)
0f2fcc
- refactor: move the group listing etc. methods() away from Base into GroupCommand. (Ales Kozumplik)
0f2fcc
- api: add group.upgrade opration to Base and CLI (RhBug:1029022) (Ales Kozumplik)
0f2fcc
- remove: OriginalGroupPersistor. (Ales Kozumplik)
0f2fcc
- groups: store format version of the groups db. (Ales Kozumplik)
0f2fcc
- groups: saving the persistent data. (Ales Kozumplik)
0f2fcc
- refactor: extract out the transactioning part of _main(). (Ales Kozumplik)
0f2fcc
- groups: Integrate the redone components with Base. (Ales Kozumplik)
0f2fcc
- Add comps Solver. (Ales Kozumplik)
0f2fcc
- groups: redo the GroupPersistor class. (Ales Kozumplik)
0f2fcc
- doc: faq: why we don't check for root. (RhBug:1088166) (Ales Kozumplik)
0f2fcc
- cosmetic: reordered import statements (Jan Silhan)
0f2fcc
- added --refresh option (RhBug:1064226) (Jan Silhan)
0f2fcc
- added forgotten import (Jan Silhan)
0f2fcc
- fixed import errors after yum/i18n.py removal (Jan Silhan)
0f2fcc
- removed to_utf8 from yum/i18n.py (Jan Silhan)
0f2fcc
- removed to_str from yum/i18n.py (Jan Silhan)
0f2fcc
- removed utf8_text_fill from yum/i18n.py (Jan Silhan)
0f2fcc
- removed utf8_width from yum/i18n.py (Jan Silhan)
0f2fcc
- removed utf8_width_fill from yum/i18n.py (Jan Silhan)
0f2fcc
- removed to_unicode from yum/i18n.py (Jan Silhan)
0f2fcc
- make all strings unicode_literals implicitly (Jan Silhan)
0f2fcc
- moved _, P_ to dnf/i18n.py (Jan Silhan)
0f2fcc
- removed utf8_valid from yum/i18n.py (Jan Silhan)
0f2fcc
- removed str_eq from yum/i18n.py (Jan Silhan)
0f2fcc
- removed exception2msg from yum/i18n.py (Jan Silhan)
0f2fcc
- removed dummy_wrapper from yum/i18n.py (Jan Silhan)
0f2fcc
- cosmetics: leave around the good things from 660c3e5 (documentation, UT). (Ales Kozumplik)
0f2fcc
- Revert "fix: provides are not recognized for erase command. (RhBug:1087063)" (Ales Kozumplik)
0f2fcc
- fix: provides are not recognized for erase command. (RhBug:1087063) (Ales Kozumplik)
0f2fcc
- test: fix UsageTest test, so it work without dnf is installed on the system PEP8 cleanup (Tim Lauridsen)
0f2fcc
- cleanup: getSummary() and getUsage() can be dropped entirely now. (Ales Kozumplik)
0f2fcc
- test: use Command.usage & Command.summary API in unittest (Tim Lauridsen)
0f2fcc
- show plugin commands in separate block api: add new public Command.usage & Command.summary API cleanup: make Commands (Tim Lauridsen)
0f2fcc
- tests: move libcomps test to a separate test file. (Ales Kozumplik)
0f2fcc
- refactor: put DistoSyncCommand into its own file (Tim Lauridsen)
0f2fcc
- refactor: commands.group: _split_extcmd is a static method. (Ales Kozumplik)
0f2fcc
- GroupsCommand: make the way comps are searched more robust. (RhBug:1051869) (Ales Kozumplik)
0f2fcc
- tests: move GroupCommand tests to a more proper place. (Ales Kozumplik)
0f2fcc
- fix leak: Base.__del__ causes GC-uncollectable circles. (Ales Kozumplik)
0f2fcc
- gruops: 'list' and similar commands should run without root. (RhBug:1080331) (Ales Kozumplik)
0f2fcc
- refactor: conf is given to Output on instantiation. (Ales Kozumplik)
0f2fcc
- remove: Command.done_command_once and Command.hidden. (Ales Kozumplik)
0f2fcc
- [doc] improve documentation of '--best' (RhBug:1084553) (Ales Kozumplik)
0f2fcc
- api: Command.base and Command.cli are API attributes. (Ales Kozumplik)
0f2fcc
- demands: similarly to 78661a4, commands should set the exit success_exit_status directly. (Ales Kozumplik)
0f2fcc
- demands: commands requiring resolving dymamically need to set the demand now. (Ales Kozumplik)
0f2fcc
- doc: typo in group doc. (RhBug:1084139) (Ales Kozumplik)
0f2fcc
- api: Base.resolve() takes allow_erasing. (RhBug:1073859) (Ales Kozumplik)
0f2fcc
- refactor: OptionParser._checkAbsInstallRoot is static. (Ales Kozumplik)
0f2fcc
- option_parser: remove base dependency. (Ales Kozumplik)
0f2fcc
- move: dnf.cli.cli.OptionParser -> dnf.cli.option_parser.OptionParser. (Ales Kozumplik)
0f2fcc
- doc: 'clean packages' incorrectly mentions we do not delete cached packages. (RhBug:1083767) (Ales Kozumplik)
0f2fcc
- fix: TypeError in dnf history info <id> (RHBug: #1082230) (Tim Lauridsen)
0f2fcc
- Start new version: 0.5.0. (Ales Kozumplik)
0f2fcc
- remove: instance attrs of Base, namely cacheonly. (Ales Kozumplik)
0f2fcc
- tests: remove: support.MockCli. (Ales Kozumplik)
0f2fcc
- tests: fix locale independence. (Radek Holy)
0f2fcc
- cleanups in cli.OptionParser. (Ales Kozumplik)
0f2fcc
- fix: PendingDeprecationWarning from RPM in gpgKeyCheck(). (Ales Kozumplik)
0f2fcc
- api: add Cli.demands.root_user (RhBug:1062889) (Ales Kozumplik)
0f2fcc
- api: add Cli.demands and Command.config() to the API (RhBug:1062884) (Ales Kozumplik)
0f2fcc
- Integrate DemandSheet into CLI. (Ales Kozumplik)
0f2fcc
- Command.configure() takes the command arguments like run(). (Ales Kozumplik)
0f2fcc
- Add dnf.cli.demand.DemandSheet. (Ales Kozumplik)
0f2fcc
- remove: dead code for deplist, version and check-rpmdb commands. (Ales Kozumplik)
0f2fcc
- sync with transifex (Jan Silhan)
0f2fcc
- removed _enc method that did nothing without specspo (Jan Silhan)
0f2fcc
- fixed local reinstall error (Jan Silhan)
0f2fcc
- Fix Term.MODE setting under Python 3 in case of incapable tty stdout. (Radek Holy)
0f2fcc
- tests: move Term tests to better file. (Radek Holy)
0f2fcc
- refactor: move ReinstallCommand in its own module. (Ales Kozumplik)
0f2fcc
- rename: yumbase (case insensitive) -> base. (Ales Kozumplik)
0f2fcc
- fixed py3 error thrown by search command (Jan Silhan)
0f2fcc
- fixed wrong named variable (Jan Silhan)
0f2fcc
- fixed local downgrade error (Jan Silhan)
0f2fcc
- doc: fix Package references that are ambiguous now. (Ales Kozumplik)
0f2fcc
- fix: resource leak in yum.misc.checksum() under py3. (Ales Kozumplik)
0f2fcc
- fix: leak: couple of files objects left open. (Ales Kozumplik)
0f2fcc
- fix PendingDepreaction warning from rpm in _getsysver(). (Ales Kozumplik)
0f2fcc
- repo: Repo.cachedir is not a list. (Ales Kozumplik)
0f2fcc
- api: add Base.package_install et al. and Base.add_remote_rpm(). (RhBug:1079519) (Ales Kozumplik)
0f2fcc
- tests: fix tests broken under foreign locale after 32818b2. (Ales Kozumplik)
0f2fcc
- refactor: move install, downgrade and upgrade commands into separate modules. (Ales Kozumplik)
0f2fcc
- tests: refactor: make Term tests more isolated. (Radek Holy)
0f2fcc
- tests: fix terminfo capability independence. (Radek Holy)
0f2fcc
- api: explain that Base is a context manager with a close(). (Ales Kozumplik)
0f2fcc
- cosmetic: move stuff around in comps. (Ales Kozumplik)
0f2fcc
- api: groups: add comps.Package, add group.package_iter(). (RhBug:1079932) (Ales Kozumplik)
0f2fcc
- fixed installation of conflicted packages (RhBug:1061780) (Jan Silhan)
0f2fcc
- removed never executed code based on _ts_saved_file variable (Jan Silhan)
0f2fcc
- added logrotate script and ownership of log files to dnf (RhBug:1064211) (Jan Silhan)
0f2fcc
- fixed: highlight characters broken under py3 (RhBug:1076884) (Jan Silhan)
0f2fcc
- remove: base.deselectGroup(). it is not used. (Ales Kozumplik)
0f2fcc
- tests: fix broken InstallMultilib.test_install_src_fails(). (Ales Kozumplik)
0f2fcc
- groups: support manipulation with environments (RhBug:1063666) (Ales Kozumplik)
0f2fcc
- add dnf.util.partition(). (Ales Kozumplik)
0f2fcc
- refactor: RepoPersistor: use the global logger instead of an instance variable. (Ales Kozumplik)
0f2fcc
- groups: besides installed groups also store persistently the environments. (Ales Kozumplik)
0f2fcc
- rename: persistor.Groups -> ClonableDict. (Ales Kozumplik)
0f2fcc
- doc: cli_vs_yum: typography in bandwidth limiting section. (Ales Kozumplik)
0f2fcc
- doc: cli_vs_yum: we do not partially allow operations that install .srpm. (RhBug:1080489) (Ales Kozumplik)
0f2fcc
- refactor: imports order in cli/commands/__init__.py. (Ales Kozumplik)
0f2fcc
- refactor: groups: make all commands use _patterns2groups(). (Ales Kozumplik)
0f2fcc
- kernel: remove kernel-source from const.INSTALLONLYPKGS. (Ales Kozumplik)
0f2fcc
- build: 0.4.19-1 (Ales Kozumplik)
0f2fcc
- New version: 0.4.19 (Ales Kozumplik)
0f2fcc
- downloads: bump number of downloaded files on a skip. (RhBug:1079621) (Ales Kozumplik)
0f2fcc
- packaging: add dnf.cli.commands to the installation. (Ales Kozumplik)
0f2fcc
- refactor: put GroupCommand into its separate module. (Ales Kozumplik)
0f2fcc
- rename: make cli.commands a subpackage. (Ales Kozumplik)
0f2fcc
- AUTHORS: added Albert. (Ales Kozumplik)
0f2fcc
- test: fixed CacheTest.test_noroot() when running as root (Albert Uchytil)
0f2fcc
- AUTHORS: added Tim. (Ales Kozumplik)
0f2fcc
- fixes TypeError: '_DownloadErrors' object is not iterable (RhBug:1078832) (Tim Lauridsen)
0f2fcc
- fixed not including .mo files (Jan Silhan)
0f2fcc
- comps: _by_pattern() no longer does the comma splitting. (Ales Kozumplik)
0f2fcc
0f2fcc
* Mon Mar 24 2014 Aleš Kozumplík <ales@redhat.com> - 0.4.19-1
0f2fcc
- downloads: bump number of downloaded files on a skip. (RhBug:1079621) (Ales Kozumplik)
0f2fcc
- packaging: add dnf.cli.commands to the installation. (Ales Kozumplik)
0f2fcc
- refactor: put GroupCommand into its separate module. (Ales Kozumplik)
0f2fcc
- rename: make cli.commands a subpackage. (Ales Kozumplik)
0f2fcc
- AUTHORS: added Albert. (Ales Kozumplik)
0f2fcc
- test: fixed CacheTest.test_noroot() when running as root (Albert Uchytil)
0f2fcc
- AUTHORS: added Tim. (Ales Kozumplik)
0f2fcc
- fixes TypeError: '_DownloadErrors' object is not iterable (RhBug:1078832) (Tim Lauridsen)
0f2fcc
- fixed not including .mo files (Jan Silhan)
0f2fcc
- comps: _by_pattern() no longer does the comma splitting. (Ales Kozumplik)
0f2fcc
- including .mo files correctly (Jan Silhan)
0f2fcc
- tests: fix locale independence. (Radek Holy)
0f2fcc
- remove: unused trashy methods in dnf.yum.misc. (Ales Kozumplik)
0f2fcc
- persistor: do not save Groups if it didn't change (RhBug:1077173) (Ales Kozumplik)
0f2fcc
- tests: simplify the traceback logging. (Ales Kozumplik)
0f2fcc
- main: log IO errors etc. thrown even during Base.__exit__. (Ales Kozumplik)
0f2fcc
- logging: do not log IOError tracebacks in verbose mode. (Ales Kozumplik)
0f2fcc
- refactor: move out main._main()'s inner error handlers. (Ales Kozumplik)
0f2fcc
- added gettext as a build dependency  for translation files (Jan Silhan)
0f2fcc
- translation: updated .pot file and fetched fresh .po files from transifex (Jan Silhan)
0f2fcc
- removed redundant word from persistor translation (Jan Silhan)
0f2fcc
- translation: show relative path in generated pot file (Jan Silhan)
0f2fcc
- refactor: replaced type comparisons with isinstance (Jan Silhan)
0f2fcc
- translation: added mo files generation and including them in rpm package (Jan Silhan)
0f2fcc
- removed unused imports in base.py (Jan Silhan)
0f2fcc
- doc: typo in Base.group_install(). (Ales Kozumplik)
0f2fcc
0f2fcc
* Mon Mar 17 2014 Aleš Kozumplík <ales@redhat.com> - 0.4.18-1
0f2fcc
- api: drop items deprecated since 0.4.9 or earlier. (Ales Kozumplik)
0f2fcc
- api: deprecate Base.select_group() (Ales Kozumplik)
0f2fcc
- doc: document the group marking operations. (Ales Kozumplik)
0f2fcc
- api: add Base.group_install() with exclude capability. (Ales Kozumplik)
0f2fcc
- groups: recognize 'mark install' instead of 'mark-install'. (Ales Kozumplik)
0f2fcc
- Allow installing optional packages from a group. (RhBug:1067136) (Ales Kozumplik)
0f2fcc
- groups: add installing groups the object marking style. (Ales Kozumplik)
0f2fcc
- groups: add Base.group_remove(). (Ales Kozumplik)
0f2fcc
- groups: add support for marking/unmarking groups. (Ales Kozumplik)
0f2fcc
- groups: add dnf.persistor.GroupPersistor(), to store the installed groups. (Ales Kozumplik)
0f2fcc
- logging: log plugin import tracebacks on the subdebug level. (Ales Kozumplik)
0f2fcc
- rename: dnf.persistor.Persistor -> RepoPersistor. (Ales Kozumplik)
0f2fcc
- doc: update README and FAQ with the unabbreviated name. (Ales Kozumplik)
0f2fcc
- groups: fix grouplist crashes with new libcomps. (Ales Kozumplik)
0f2fcc
- Do not terminate for unreadable repository config. (RhBug:1071212) (Ales Kozumplik)
0f2fcc
- cli: get rid of ridiculous slashes and the file:// scheme on config read fails. (Ales Kozumplik)
0f2fcc
- repo: log more than nothing about a remote repo MD download. (Ales Kozumplik)
0f2fcc
- drpm: fallback to .rpm download on drpm rebuild error. (RhBug:1071501) (Ales Kozumplik)
0f2fcc
- remove: Base.download_packages()' inner function mediasort(). (Ales Kozumplik)
0f2fcc
- tests: tidy up the imports, in particular import mock from support. (Ales Kozumplik)
0f2fcc
- changed documentation of distro-sync command (Jan Silhan)
0f2fcc
- added distro-sync explicit packages support (RhBug:963710) (Jan Silhan)
0f2fcc
- renamed testcase to distro_sync_all (Jan Silhan)
0f2fcc
- Minor spelling (Arjun Temurnikar)
0f2fcc
- i18n: translate repo sync error message. (Ales Kozumplik)
0f2fcc
- add support for ppc64le (Dennis Gilmore)
0f2fcc
- there is no arch called arm64 it is aarch64 (Dennis Gilmore)
0f2fcc
0f2fcc
* Wed Mar 5 2014 Aleš Kozumplík <ales@redhat.com> - 0.4.17-1
0f2fcc
- doc: in the faq, warn users who might install rawhide packages on stable. (RhBug:1071677) (Ales Kozumplik)
0f2fcc
- cli: better format the download errors report. (Ales Kozumplik)
0f2fcc
- drpm: properly report applydeltarpm errors. (RhBug:1071501) (Ales Kozumplik)
0f2fcc
- fixed Japanese translatated message (RhBug:1071455) (Jan Silhan)
0f2fcc
- generated and synchronized translations with transifex (Jan Silhan)
0f2fcc
- added transifex support to cmake (gettext-export, gettext-update) (Jan Silhan)
0f2fcc
- api: expose RepoDict.get_matching() and RepoDict.all() (RhBug:1071323) (Ales Kozumplik)
0f2fcc
- api: add Repo.set_progress_bar() to the API. (Ales Kozumplik)
0f2fcc
- tests: test_cli_progress uses StringIO to check the output. (Ales Kozumplik)
0f2fcc
- downloads: fix counting past 100% on mirror failures (RhBug:1070598) (Ales Kozumplik)
0f2fcc
- repo: log callback calls to librepo. (Ales Kozumplik)
0f2fcc
- Add repository-packages remove-or-reinstall command. (Radek Holy)
0f2fcc
- Support negative filtering by new repository name in Base.reinstall. (Radek Holy)
0f2fcc
- Support removal N/A packages in Base.reinstall. (Radek Holy)
0f2fcc
- Add repository-packages remove command. (Radek Holy)
0f2fcc
- refactor: Reduce amount of code in repository-packages subcommands. (Radek Holy)
0f2fcc
- Support filtering by repository name in Base.remove. (Radek Holy)
0f2fcc
- remove: BaseCli.erasePkgs (Radek Holy)
0f2fcc
- Add repository-packages reinstall command. (Radek Holy)
0f2fcc
- exceptions: improve empty key handling in DownloadError.__str__(). (Ales Kozumplik)
0f2fcc
- downloads: fix fatal error message return value from download_payloads() (RhBug:1071518) (Ales Kozumplik)
0f2fcc
- fixes problem with TypeError in Base.read_comps() in python3 (RhBug:1070710) (Tim Lauridsen)
0f2fcc
- fix read_comps: not throwing exceptions when repo has no repodata (RhBug:1059704) (Jan Silhan)
0f2fcc
- not decompressing groups when --cacheonly option is set (RhBug:1058224) (Jan Silhan)
0f2fcc
- added forgotten import (Jan Silhan)
0f2fcc
- Add repository-packages move-to command. (Radek Holy)
0f2fcc
- Add repository-packages reinstall-old command. (Radek Holy)
0f2fcc
- Support filtering by repository name in Base.reinstall. (Radek Holy)
0f2fcc
- tests: test effects instead of mock calls. (Radek Holy)
0f2fcc
- Wrap some recently added long lines. (Radek Holy)
0f2fcc
- remove: BaseCli.reinstallPkgs (Radek Holy)
0f2fcc
- repos: repos can never expire. (RhBug:1069538) (Ales Kozumplik)
0f2fcc
- build: rebuild with 9d95442 (updated summaries_cache). (Ales Kozumplik)
0f2fcc
- doc: update summaries_cache. (Ales Kozumplik)
0f2fcc
0f2fcc
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.4.16-1
0f2fcc
- fix: ensure MDPayload always has a valid progress attribute. (RhBug:1069996) (Ales Kozumplik)
0f2fcc
- refactor: Move repo-pkgs upgrade-to to a standalone class instead of reusing the UpgradeToCommand. (Radek Holy)
0f2fcc
- remove: BaseCli.updatePkgs (Radek Holy)
0f2fcc
- refactor: Remove the reference to updatePkgs from UpgradeSubCommand. (Radek Holy)
0f2fcc
- refactor: Remove the reference to updatePkgs from UpgradeCommand. (Radek Holy)
0f2fcc
- refactor: Move repo-pkgs upgrade to a standalone class instead of reusing the UpgradeCommand. (Radek Holy)
0f2fcc
- remove: BaseCli.installPkgs (Radek Holy)
0f2fcc
- refactor: Remove the reference to installPkgs from InstallSubCommand. (Radek Holy)
0f2fcc
- refactor: Remove the reference to installPkgs from InstallCommand. (Radek Holy)
0f2fcc
- refactor: Move repo-pkgs install to a standalone class instead of reusing the InstallCommand. (Radek Holy)
0f2fcc
- Revert "Support filtering by repository name in install_groupie." (Radek Holy)
0f2fcc
- Revert "Support filtering by repository name in Base.select_group." (Radek Holy)
0f2fcc
- Drop group filtering by repository name from installPkgs. (Radek Holy)
0f2fcc
- Drop "repo-pkgs install @Group" support. (Radek Holy)
0f2fcc
- refactor: Move CheckUpdateCommand.check_updates to BaseCli. (Radek Holy)
0f2fcc
- refactor: Move repo-pkgs check-update to a standalone class instead of reusing the CheckUpdateCommand. (Radek Holy)
0f2fcc
- refactor: Move repo-pkgs list to a standalone class instead of reusing the ListCommand. (Radek Holy)
0f2fcc
- tests: Add tests of repo-pkgs info against the documentation. (Radek Holy)
0f2fcc
- Fix "repo-pkgs info installed" behavior with respect to the documentation. (Radek Holy)
0f2fcc
- refactor: Move MockBase methods to BaseStubMixin. (Radek Holy)
0f2fcc
- refactor: Move repo-pkgs info to a standalone class instead of reusing the InfoCommand. (Radek Holy)
0f2fcc
- refactor: Move InfoCommand._print_packages to BaseCli.output_packages. (Radek Holy)