215cb2f
%global hawkey_version 0.9.3
Michal Luscon f2b8e8e
%global librepo_version 1.7.19
Michal Luscon f2b8e8e
%global libcomps_version 0.1.8
Michal Luscon f2b8e8e
%global rpm_version 4.13.0-0.rc1.29
215cb2f
%global min_plugins_core 2.1.3
Igor Gnatenko 3eb943f
%global dnf_langpacks_ver 0.15.1-6
Ales Kozumplik 5b0a3a7
Igor Gnatenko 9c312c7
%global confdir %{_sysconfdir}/%{name}
Ales Kozumplik 74edd96
Jan Silhan 70404f9
%global pluginconfpath %{confdir}/plugins
Igor Gnatenko 9c312c7
%global py2pluginpath %{python2_sitelib}/%{name}-plugins
Jan Silhan 70404f9
Igor Gnatenko 9c312c7
%if 0%{?rhel} && 0%{?rhel} <= 7
Igor Gnatenko 9c312c7
%bcond_with python3
Igor Gnatenko 9c312c7
%else
Igor Gnatenko 9c312c7
%bcond_without python3
Igor Gnatenko 9c312c7
%endif
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
%global py3pluginpath %{python3_sitelib}/%{name}-plugins
Igor Gnatenko 9c312c7
%endif
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
# Use the same directory of the main package for subpackage licence and docs
Igor Gnatenko 9c312c7
%global _docdir_fmt %{name}
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
Name:           dnf
215cb2f
Version:        2.6.2
Igor Gnatenko cf55de7
Release:        3%{?dist}
Igor Gnatenko 9c312c7
Summary:        Package manager forked from Yum, using libsolv as a dependency resolver
Ales Kozumplik 74edd96
# For a breakdown of the licensing, see PACKAGE-LICENSING
Igor Gnatenko 9c312c7
License:        GPLv2+ and GPLv2 and GPL
Igor Gnatenko 9c312c7
URL:            https://github.com/rpm-software-management/dnf
Igor Gnatenko 5873eaa
# git clone https://github.com/rpm-software-management/dnf
Igor Gnatenko 5873eaa
# cd dnf
215cb2f
# tito build --tgz --tag=dnf-2.5.1-1
Igor Gnatenko 5873eaa
Source0:        %{name}-%{version}.tar.gz
Igor Gnatenko cf55de7
# https://bugzilla.redhat.com/show_bug.cgi?id=1476464
Igor Gnatenko cf55de7
Patch0001:      0001-Fix-problems-with-downloaddir-options-RhBug-1476464.patch
Igor Gnatenko 9c312c7
BuildArch:      noarch
Jan Silhan accb529
BuildRequires:  cmake
Jan Silhan accb529
BuildRequires:  gettext
215cb2f
# Documentation
215cb2f
BuildRequires:  %{_bindir}/sphinx-build
Ales Kozumplik b5e4047
BuildRequires:  systemd
Igor Gnatenko 9c312c7
BuildRequires:  bash-completion
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
Requires:       python3-%{name} = %{version}-%{release}
Jan Silhan accb529
%else
Igor Gnatenko 9c312c7
Requires:       python2-%{name} = %{version}-%{release}
Jan Silhan accb529
%endif
54d1fbf
# TODO: use rich deps once it is allowed in Fedora
54d1fbf
#Recommends:     (python%{?with_python3:3}-dbus if NetworkManager)
54d1fbf
Recommends:     python%{?with_python3:3}-dbus
Jan Silhan accb529
Requires(post):     systemd
Jan Silhan accb529
Requires(preun):    systemd
Jan Silhan accb529
Requires(postun):   systemd
Michal Luscon c727c9c
Provides:       dnf-command(autoremove)
Michal Luscon c727c9c
Provides:       dnf-command(check-update)
Michal Luscon c727c9c
Provides:       dnf-command(clean)
Michal Luscon c727c9c
Provides:       dnf-command(distro-sync)
Michal Luscon c727c9c
Provides:       dnf-command(downgrade)
Michal Luscon c727c9c
Provides:       dnf-command(group)
Michal Luscon c727c9c
Provides:       dnf-command(history)
Michal Luscon c727c9c
Provides:       dnf-command(info)
Michal Luscon c727c9c
Provides:       dnf-command(install)
Michal Luscon c727c9c
Provides:       dnf-command(list)
Michal Luscon c727c9c
Provides:       dnf-command(makecache)
Michal Luscon c727c9c
Provides:       dnf-command(mark)
Michal Luscon c727c9c
Provides:       dnf-command(provides)
Michal Luscon c727c9c
Provides:       dnf-command(reinstall)
Michal Luscon c727c9c
Provides:       dnf-command(remove)
Michal Luscon c727c9c
Provides:       dnf-command(repolist)
Michal Luscon f2b8e8e
Provides:       dnf-command(repoquery)
Michal Luscon c727c9c
Provides:       dnf-command(repository-packages)
Michal Luscon c727c9c
Provides:       dnf-command(search)
Michal Luscon c727c9c
Provides:       dnf-command(updateinfo)
Michal Luscon c727c9c
Provides:       dnf-command(upgrade)
Michal Luscon c727c9c
Provides:       dnf-command(upgrade-to)
Michal Luscon f2b8e8e
Conflicts:      python2-dnf-plugins-core < %{min_plugins_core}
Michal Luscon f2b8e8e
Conflicts:      python3-dnf-plugins-core < %{min_plugins_core}
Igor Gnatenko 9c312c7
Igor Gnatenko 3eb943f
# dnf-langpacks package is retired in F25
Igor Gnatenko 3eb943f
# to have clean upgrade path for dnf-langpacks
Igor Gnatenko 3eb943f
Obsoletes:      dnf-langpacks < %{dnf_langpacks_ver}
Igor Gnatenko 3eb943f
Ales Kozumplik 74edd96
%description
Ales Kozumplik 74edd96
Package manager forked from Yum, using libsolv as a dependency resolver.
Ales Kozumplik 74edd96
Jan Silhan accb529
%package conf
Igor Gnatenko 9c312c7
Summary:        Configuration files for DNF
Igor Gnatenko 9c312c7
Requires:       libreport-filesystem
Igor Gnatenko 3eb943f
# dnf-langpacks package is retired in F25
Igor Gnatenko 3eb943f
# to have clean upgrade path for dnf-langpacks
Igor Gnatenko 3eb943f
Obsoletes:      dnf-langpacks-conf < %{dnf_langpacks_ver}
Igor Gnatenko 9c312c7
Jan Silhan accb529
%description conf
Jan Silhan accb529
Configuration files for DNF.
Jan Silhan accb529
Igor Gnatenko 9c312c7
%package yum
Michal Luscon ccb58e4
Conflicts:      yum < 3.4.3-505
Igor Gnatenko 9c312c7
Requires:       %{name} = %{version}-%{release}
Igor Gnatenko 9c312c7
Summary:        As a Yum CLI compatibility layer, supplies /usr/bin/yum redirecting to DNF
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%description yum
Jan Silhan 8f39787
As a Yum CLI compatibility layer, supplies /usr/bin/yum redirecting to DNF.
Jan Silhan 8f39787
Igor Gnatenko 9c312c7
%package -n python2-%{name}
Igor Gnatenko 9c312c7
Summary:        Python 2 interface to DNF
Igor Gnatenko 9c312c7
%{?python_provide:%python_provide python2-%{name}}
Igor Gnatenko 9c312c7
BuildRequires:  python2-devel
215cb2f
BuildRequires:  python2-hawkey >= %{hawkey_version}
Jan Silhan accb529
BuildRequires:  python-iniparse
Jan Silhan accb529
BuildRequires:  python-libcomps >= %{libcomps_version}
Jan Silhan accb529
BuildRequires:  python-librepo >= %{librepo_version}
Jan Silhan accb529
BuildRequires:  python-nose
c681384
BuildRequires:  python2-gpg
c681384
Requires:       python2-gpg
Igor Gnatenko 9c312c7
BuildRequires:  pyliblzma
Jan Silhan accb529
BuildRequires:  rpm-python >= %{rpm_version}
Igor Gnatenko 9c312c7
Requires:       pyliblzma
Igor Gnatenko 9c312c7
Requires:       %{name}-conf = %{version}-%{release}
Igor Gnatenko 9c312c7
Requires:       deltarpm
215cb2f
Requires:       python2-hawkey >= %{hawkey_version}
Igor Gnatenko 9c312c7
Requires:       python-iniparse
Igor Gnatenko 9c312c7
Requires:       python-libcomps >= %{libcomps_version}
Igor Gnatenko 9c312c7
Requires:       python-librepo >= %{librepo_version}
Igor Gnatenko 9c312c7
Requires:       rpm-plugin-systemd-inhibit
Igor Gnatenko 9c312c7
Requires:       rpm-python >= %{rpm_version}
Igor Gnatenko 3eb943f
# dnf-langpacks package is retired in F25
Igor Gnatenko 3eb943f
# to have clean upgrade path for dnf-langpacks
Igor Gnatenko 3eb943f
Obsoletes:      python-dnf-langpacks < %{dnf_langpacks_ver}
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%description -n python2-%{name}
Jan Silhan accb529
Python 2 interface to DNF.
Ales Kozumplik 5327059
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
%package -n python3-%{name}
Igor Gnatenko 9c312c7
Summary:        Python 3 interface to DNF.
Igor Gnatenko fcad5cd
%{?system_python_abi}
Igor Gnatenko 9c312c7
%{?python_provide:%python_provide python3-%{name}}
Jan Silhan accb529
BuildRequires:  python3-devel
Michal Luscon f2b8e8e
BuildRequires:  python3-hawkey >= %{hawkey_version}
Jan Silhan accb529
BuildRequires:  python3-iniparse
Jan Silhan accb529
BuildRequires:  python3-libcomps >= %{libcomps_version}
Jan Silhan accb529
BuildRequires:  python3-librepo >= %{librepo_version}
Jan Silhan accb529
BuildRequires:  python3-nose
c681384
BuildRequires:  python3-gpg
c681384
Requires:       python3-gpg
Jan Silhan accb529
BuildRequires:  rpm-python3 >= %{rpm_version}
Igor Gnatenko 9c312c7
Requires:       %{name}-conf = %{version}-%{release}
Igor Gnatenko 9c312c7
Requires:       deltarpm
Michal Luscon f2b8e8e
Requires:       python3-hawkey >= %{hawkey_version}
Igor Gnatenko 9c312c7
Requires:       python3-iniparse
Igor Gnatenko 9c312c7
Requires:       python3-libcomps >= %{libcomps_version}
Igor Gnatenko 9c312c7
Requires:       python3-librepo >= %{librepo_version}
Igor Gnatenko 9c312c7
Requires:       rpm-plugin-systemd-inhibit
Igor Gnatenko 9c312c7
Requires:       rpm-python3 >= %{rpm_version}
Igor Gnatenko 3eb943f
# dnf-langpacks package is retired in F25
Igor Gnatenko 3eb943f
# to have clean upgrade path for dnf-langpacks
Igor Gnatenko 3eb943f
Obsoletes:      python3-dnf-langpacks < %{dnf_langpacks_ver}
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%description -n python3-%{name}
Jan Silhan accb529
Python 3 interface to DNF.
Igor Gnatenko 9c312c7
%endif
Ales Kozumplik 5327059
Ales Kozumplik c31e4f5
%package automatic
Igor Gnatenko 9c312c7
Summary:        Alternative CLI to "dnf upgrade" suitable for automatic, regular execution.
Jan Silhan 8f39787
BuildRequires:  systemd
Igor Gnatenko 9c312c7
Requires:       %{name} = %{version}-%{release}
Igor Gnatenko 9c312c7
Requires(post):   systemd
Igor Gnatenko 9c312c7
Requires(preun):  systemd
Igor Gnatenko 9c312c7
Requires(postun): systemd
Igor Gnatenko 9c312c7
Ales Kozumplik c31e4f5
%description automatic
Ales Kozumplik c31e4f5
Alternative CLI to "dnf upgrade" suitable for automatic, regular execution.
Ales Kozumplik c31e4f5
Ales Kozumplik 74edd96
%prep
Igor Gnatenko b23bb37
%autosetup -p1
Igor Gnatenko 9c312c7
mkdir build
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
mkdir build-py3
Igor Gnatenko 9c312c7
%endif
Ales Kozumplik 74edd96
Ales Kozumplik 74edd96
%build
Igor Gnatenko 9c312c7
pushd build
Igor Gnatenko 9c312c7
  %cmake ..
Igor Gnatenko 9c312c7
  %make_build
Igor Gnatenko 9c312c7
  make doc-man
Igor Gnatenko 9c312c7
popd
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
pushd build-py3
Igor Gnatenko 9c312c7
  %cmake .. -DPYTHON_DESIRED:str=3 -DWITH_MAN=0
Igor Gnatenko 9c312c7
  %make_build
Ales Kozumplik 5327059
popd
Igor Gnatenko 9c312c7
%endif
Ales Kozumplik 74edd96
Ales Kozumplik 74edd96
%install
Igor Gnatenko 9c312c7
pushd build
Igor Gnatenko 9c312c7
  %make_install
Igor Gnatenko 9c312c7
popd
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
pushd build-py3
Igor Gnatenko 9c312c7
  %make_install
Ales Kozumplik 5327059
popd
Igor Gnatenko 9c312c7
%endif
Igor Gnatenko 9c312c7
%find_lang %{name}
Ales Kozumplik 74edd96
Igor Gnatenko 9c312c7
mkdir -p %{buildroot}%{pluginconfpath}/
Igor Gnatenko 9c312c7
mkdir -p %{buildroot}%{py2pluginpath}/
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
mkdir -p %{buildroot}%{py3pluginpath}/__pycache__/
Igor Gnatenko 9c312c7
%endif
Igor Gnatenko 9c312c7
mkdir -p %{buildroot}%{_localstatedir}/log/
Igor Gnatenko 9c312c7
mkdir -p %{buildroot}%{_var}/cache/dnf/
Igor Gnatenko 9c312c7
touch %{buildroot}%{_localstatedir}/log/%{name}.log
Igor Gnatenko 9c312c7
%if %{with python3}
f88ea04
%{?system_python_abi:sed -i 's|#!%{__python3}|#!%{_libexecdir}/system-python|' %{buildroot}%{_bindir}/{dnf-3,yum-3}}
Igor Gnatenko 9c312c7
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf
Igor Gnatenko 9c312c7
mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic
f88ea04
mv %{buildroot}%{_bindir}/yum-3 %{buildroot}%{_bindir}/yum
Jan Silhan accb529
%else
Igor Gnatenko 9c312c7
ln -sr %{buildroot}%{_bindir}/dnf-2 %{buildroot}%{_bindir}/dnf
Igor Gnatenko 9c312c7
mv %{buildroot}%{_bindir}/dnf-automatic-2 %{buildroot}%{_bindir}/dnf-automatic
f88ea04
mv %{buildroot}%{_bindir}/yum-2 %{buildroot}%{_bindir}/yum
Jan Silhan accb529
%endif
Igor Gnatenko 9c312c7
rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
f88ea04
rm -vf %{buildroot}%{_bindir}/yum-*
Ales Kozumplik 31f5920
Ales Kozumplik fed13af
%check
Igor Gnatenko 9c312c7
pushd build
308129b
  ctest -VV
Igor Gnatenko 9c312c7
popd
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
pushd build-py3
308129b
  ctest -VV
Ales Kozumplik f51eed7
popd
Igor Gnatenko 9c312c7
%endif
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%post
Igor Gnatenko 9c312c7
%systemd_post dnf-makecache.timer
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%preun
Igor Gnatenko 9c312c7
%systemd_preun dnf-makecache.timer
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%postun
Igor Gnatenko 9c312c7
%systemd_postun_with_restart dnf-makecache.timer
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%post automatic
Michal Luscon 00a11cf
%systemd_post dnf-automatic-notifyonly.timer
Michal Luscon 00a11cf
%systemd_post dnf-automatic-download.timer
Michal Luscon 00a11cf
%systemd_post dnf-automatic-install.timer
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%preun automatic
Michal Luscon 00a11cf
%systemd_preun dnf-automatic-notifyonly.timer
Michal Luscon 00a11cf
%systemd_preun dnf-automatic-download.timer
Michal Luscon 00a11cf
%systemd_preun dnf-automatic-install.timer
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%postun automatic
Michal Luscon 00a11cf
%systemd_postun_with_restart dnf-automatic-notifyonly.timer
Michal Luscon 00a11cf
%systemd_postun_with_restart dnf-automatic-download.timer
Michal Luscon 00a11cf
%systemd_postun_with_restart dnf-automatic-install.timer
Igor Gnatenko 9c312c7
Ales Kozumplik f11d920
%files -f %{name}.lang
Igor Gnatenko 9c312c7
%{_bindir}/%{name}
Igor Gnatenko 9c312c7
%if 0%{?rhel} && 0%{?rhel} <= 7
Igor Gnatenko 9c312c7
%{_sysconfdir}/bash_completion.d/%{name}
Igor Gnatenko 9c312c7
%else
Michal Luscon cf0fc6a
%dir %{_datadir}/bash-completion
Michal Luscon cf0fc6a
%dir %{_datadir}/bash-completion/completions
Igor Gnatenko 9c312c7
%{_datadir}/bash-completion/completions/%{name}
Igor Gnatenko 9c312c7
%endif
Igor Gnatenko 9c312c7
%{_mandir}/man8/%{name}.8*
Igor Gnatenko 9c312c7
%{_mandir}/man8/yum2dnf.8*
Igor Gnatenko 9c312c7
%{_unitdir}/%{name}-makecache.service
Igor Gnatenko 9c312c7
%{_unitdir}/%{name}-makecache.timer
Igor Gnatenko 9c312c7
%{_var}/cache/%{name}/
Jan Silhan accb529
Jan Silhan accb529
%files conf
Michal Luscon fa35c48
%license COPYING PACKAGE-LICENSING
Michal Luscon fa35c48
%doc AUTHORS README.rst
Ales Kozumplik 5327059
%dir %{confdir}
Ales Kozumplik 56fbe46
%dir %{pluginconfpath}
1e2260e
%dir %{confdir}/protected.d
Igor Gnatenko 9c312c7
%config(noreplace) %{confdir}/%{name}.conf
Igor Gnatenko 9c312c7
%config(noreplace) %{confdir}/protected.d/%{name}.conf
Ales Kozumplik 1ca4fba
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
Jan Silhan accb529
%ghost %{_localstatedir}/log/hawkey.log
Ales Kozumplik 1ca4fba
%ghost %{_localstatedir}/log/%{name}.log
mluscon de255a7
%ghost %{_localstatedir}/log/%{name}.librepo.log
Jan Silhan 70404f9
%ghost %{_localstatedir}/log/%{name}.rpm.log
Jan Silhan 70404f9
%ghost %{_localstatedir}/log/%{name}.plugin.log
Igor Gnatenko 9c312c7
%ghost %{_sharedstatedir}/%{name}
Igor Gnatenko 9c312c7
%ghost %{_sharedstatedir}/%{name}/groups.json
Igor Gnatenko 9c312c7
%ghost %{_sharedstatedir}/%{name}/yumdb
Igor Gnatenko 9c312c7
%ghost %{_sharedstatedir}/%{name}/history
Igor Gnatenko 9c312c7
%{_mandir}/man5/%{name}.conf.5.gz
Igor Gnatenko 9c312c7
%{_tmpfilesdir}/%{name}.conf
Ales Kozumplik 5327059
%{_sysconfdir}/libreport/events.d/collect_dnf.conf
Ales Kozumplik 5327059
Igor Gnatenko 9c312c7
%files yum
Jan Silhan 8f39787
%{_bindir}/yum
Michal Luscon ccb58e4
%{_mandir}/man8/yum.8.gz
Jan Silhan 8f39787
Igor Gnatenko 9c312c7
%files -n python2-%{name}
Igor Gnatenko 9c312c7
%{_bindir}/%{name}-2
Igor Gnatenko 9c312c7
%exclude %{python2_sitelib}/%{name}/automatic
Igor Gnatenko 9c312c7
%{python2_sitelib}/%{name}/
Jan Silhan accb529
%dir %{py2pluginpath}
Jan Silhan accb529
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
%files -n python3-%{name}
Igor Gnatenko 9c312c7
%{_bindir}/%{name}-3
Igor Gnatenko 9c312c7
%exclude %{python3_sitelib}/%{name}/automatic
Igor Gnatenko 9c312c7
%{python3_sitelib}/%{name}/
Jan Silhan 70404f9
%dir %{py3pluginpath}
Jan Silhan 70404f9
%dir %{py3pluginpath}/__pycache__
Igor Gnatenko 9c312c7
%endif
Ales Kozumplik b5e4047
Ales Kozumplik c31e4f5
%files automatic
Igor Gnatenko 9c312c7
%{_bindir}/%{name}-automatic
Ales Kozumplik c31e4f5
%config(noreplace) %{confdir}/automatic.conf
Igor Gnatenko 9c312c7
%{_mandir}/man8/%{name}.automatic.8.gz
Michal Luscon 00a11cf
%{_unitdir}/%{name}-automatic-notifyonly.service
Michal Luscon 00a11cf
%{_unitdir}/%{name}-automatic-notifyonly.timer
Michal Luscon 00a11cf
%{_unitdir}/%{name}-automatic-download.service
Michal Luscon 00a11cf
%{_unitdir}/%{name}-automatic-download.timer
Michal Luscon 00a11cf
%{_unitdir}/%{name}-automatic-install.service
Michal Luscon 00a11cf
%{_unitdir}/%{name}-automatic-install.timer
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
%{python3_sitelib}/%{name}/automatic/
Michal Luscon ccb58e4
%else
Igor Gnatenko 9c312c7
%{python2_sitelib}/%{name}/automatic/
Michal Luscon ccb58e4
%endif
Ales Kozumplik c31e4f5
Ales Kozumplik 74edd96
%changelog
Igor Gnatenko cf55de7
* Tue Aug 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.6.2-3
Igor Gnatenko cf55de7
- Unblock libguestfs builds due to regression here
Igor Gnatenko cf55de7
1436ff2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
1436ff2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1436ff2
215cb2f
* Mon Jul 24 2017 Jaroslav Mracek <jmracek@redhat.com> 2.6.2-1
215cb2f
- Remove autodeglob optimization (Jaroslav Rohel)
215cb2f
- Integrate --destdir with --destdir from download plugin (Ondřej Sojka)
215cb2f
- Add CLI option --destdir (RhBug:1279001) (Ondřej Sojka)
215cb2f
- Add myself to the AUTHORS file (Nathaniel McCallum)
215cb2f
- Add the --forcearch CLI flag (Nathaniel McCallum)
215cb2f
- Add 'ignorearch' option (Nathaniel McCallum)
215cb2f
- Provide an API for setting 'arch' and 'basearch' (Nathaniel McCallum)
215cb2f
- Add nevra forms for repoquery command (Jaroslav Rohel)
215cb2f
- Fix UnicodeDecodeError during checkSig() on non UTF-8 locale (RhBug:1397848)
215cb2f
  (Jaroslav Rohel)
215cb2f
- Add dnf option --noautoremove (RhBug:1361424) (Jaroslav Mracek)
215cb2f
- Add group argument for mark command (Jaroslav Mracek)
215cb2f
- Report problems for each pkg during gpgcheck (RhBug:1387925) (Jaroslav
215cb2f
  Mracek)
215cb2f
- fix minor spelling mistakes (René Genz)
215cb2f
- Print warning when wrong delimiter in cache (RhBug:1332099) (Vítek Hoch)
215cb2f
- Fix the loading of config for dnf-automatic command_email (RhBug:1470116)
215cb2f
  (Jaroslav Rohel)
215cb2f
- Enable download progress bar if redirected output (RhBug:1161950) (Jaroslav
215cb2f
  Mracek)
215cb2f
- Support short abbrevations of commands (RhBug:1320254) (Vítek Hoch)
215cb2f
- Remove unused variables kwargs (Jaroslav Mracek)
215cb2f
- Not reinstall packages if install from repository-pkgs used (Jaroslav Mracek)
215cb2f
- bump dnf version to 2.6.0 (Igor Gnatenko)
215cb2f
- spec: use python2- prefix for hawkey (Igor Gnatenko)
215cb2f
- spec: use sphinx-build binary rather than package name (Igor Gnatenko)
215cb2f
- spec: python-bugzilla is not needed for building (Igor Gnatenko)
215cb2f
- spec: fix instructions about generating tarball (Igor Gnatenko)
215cb2f
- po: Update translations (Igor Gnatenko)
215cb2f
- Add an example of installation without weak-deps  (RhBug:1424723) (Jaroslav
215cb2f
  Mracek)
215cb2f
- Add detection if mirrorlist is used for metalink (Jaroslav Mracek)
215cb2f
- Rename variable (Jaroslav Mracek)
215cb2f
- Add --groupmember option to repoquery (RhBug:1462486) (Jaroslav Mracek)
215cb2f
- Check checksum for local repositories (RhBug:1314405) (Jaroslav Mracek)
215cb2f
- Spelling fixes (Ville Skyttä)
215cb2f
- repoquery --obsoletes prints obsoletes (RhBug:1457368) (Matěj Cepl)
215cb2f
- Provide pkg name hint for icase (RhBug:1339280) (RhBug:1138978) (Jaroslav
215cb2f
  Mracek)
215cb2f
- Return only latest pkgs for "dnf list upgrades" (RhBug:1423472) (Jaroslav
215cb2f
  Mracek)
215cb2f
- cleanup code not executed in case of exception (Marek Blaha)
215cb2f
- Allow to modify message for user confirmation (Jaroslav Mracek)
215cb2f
- Add autocheck_running_kernel config option (Štěpán Smetana)
215cb2f
- Inform about skipped packages for group install (RhBug:1427365) (Jaroslav
215cb2f
  Mracek)
215cb2f
- Remove group remove unneeded pkgs (RhBug:1398871) (RhBug:1432312) (Jaroslav
215cb2f
  Mracek)
215cb2f
- po: update translations (Igor Gnatenko)
215cb2f
eaef4a5
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> 2.5.1-1
eaef4a5
- bump version to 2.5.1 + update release notes (Jaroslav Mracek)
eaef4a5
- Fix: dnf update --refresh fails for repo_gpgcheck=1 (RhBug:1456419) (Daniel
eaef4a5
  Mach)
eaef4a5
- Don't try to cut datetime message (Jaroslav Rohel)
eaef4a5
- Use localized datetime format (RhBug:1445021) (Jaroslav Rohel)
eaef4a5
- Work with locale date (Jaroslav Rohel)
eaef4a5
- Use ISO 8601 time format in logfile (Jaroslav Rohel)
eaef4a5
- Add unitest to prevent callbacks breakage (Jaroslav Mracek)
eaef4a5
- Provide compatibility for tools that do not use total_drpms (Jaroslav Mracek)
eaef4a5
- Requires strict usage of repoquery --recursive (Jaroslav Mracek)
eaef4a5
- Fix output for --resolve with --installed for repoquery (Jaroslav Mracek)
eaef4a5
- Remove unnecessary inheritance of yum conf options (Martin Hatina)
eaef4a5
- Remove alwaysprompt option support (RhBug:1400714) (Jaroslav Rohel)
eaef4a5
- Allow to install groups with multilib_policy=all (RhBug:1250702) (Jaroslav
eaef4a5
  Mracek)
eaef4a5
- Redesign Base.install() to provide alternatives (Jaroslav Mracek)
eaef4a5
- Report excludes includes into logger.debug (RhBug:1381988) (Jaroslav Mracek)
eaef4a5
- Provide new API to parse string to NEVRA () (Jaroslav Mracek)
eaef4a5
- Add more repoquery querytags (Jaroslav Rohel)
eaef4a5
- Not hide tracebacks (Jaroslav Mracek)
eaef4a5
- Solve error handling for get attr in yumdb (RhBug:1397848) (Jaroslav Mracek)
eaef4a5
- Provide a better error if throttle to low (RhBug:1321407) (Jaroslav Mracek)
eaef4a5
- Change timeout to 30s (RhBug:1291867) (Jaroslav Mracek)
eaef4a5
- Add pre_transaction hook for plugins (Jaroslav Rohel)
eaef4a5
- Not download metadata if "dnf history [info|list|userinstalled]" (Jaroslav
eaef4a5
  Mracek)
eaef4a5
- Not download metadata if "dnf repo-pkgs <repo> list --installed" (Jaroslav
eaef4a5
  Mracek)
eaef4a5
- Not download metadata if "dnf list --installed" (RhBug:1372895) (Jaroslav
eaef4a5
  Mracek)
eaef4a5
- Format pkg str for repoquery --tree due to -qf (RhBug:1444751) (Jaroslav
eaef4a5
  Mracek)
eaef4a5
Igor Gnatenko a0db35d
* Wed May 24 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.5.0-2
Igor Gnatenko a0db35d
- Revert patch which breaks API
Igor Gnatenko a0db35d
308129b
* Mon May 22 2017 Jaroslav Mracek <jmracek@redhat.com> 2.5.0-1
308129b
- Update release notes (Jaroslav Mracek)
308129b
- Change documentation for history --userinstalled (RhBug:1370062) (Jaroslav
308129b
  Mracek)
308129b
- Change example to install plugin using versionlock (Jaroslav Mracek)
308129b
- Remove unused method Goal.best_run_diff() (Jaroslav Mracek)
308129b
- Change recommendations if some problems appear (RhBug:1293067) (Jaroslav
308129b
  Mracek)
308129b
- Report problems for goals with optional=True (Jaroslav Mracek)
308129b
- Format resolve problem messages in method in dnf.util (Jaroslav Mracek)
308129b
- Enhance reports about broken dep (RhBug:1398040)(RhBug:1393814) (Jaroslav
308129b
  Mracek)
308129b
- search: do not generate error if not match anything (RhBug:1342157) (Jaroslav
308129b
  Rohel)
308129b
- Check if any plugin is removed in transaction (RhBug:1379906) (Jaroslav
308129b
  Mracek)
308129b
- Show progress for DRPM (RhBug:1198975) (Jaroslav Mracek)
308129b
- Fix disabledplugin option (Iavael)
308129b
- [history]: fixed info command merged output (Eduard Čuba)
308129b
fd06881
* Thu May 11 2017 Jaroslav Mracek <jmracek@redhat.com> 2.4.1-1
fd06881
- bump version to 2.4.1 + update release notes (Jaroslav Mracek)
fd06881
- goal: do not mark weak dependencies as userinstalled (Igor Gnatenko)
fd06881
- fix typo in supplements (RhBug:1446756) (Igor Gnatenko)
fd06881
- Describe present behavior of installonly_limit conf option (Jaroslav Mracek)
fd06881
- Reset all transaction for groups if Base.reset() (RhBug:1446432) (Jaroslav
fd06881
  Mracek)
fd06881
- Explain how add negative num for --latest-limit (RhBug:1446641) (Jaroslav
fd06881
  Mracek)
fd06881
- trivial: don't duplicate option names (Igor Gnatenko)
fd06881
- Add support for --userinstalled for repoquery command (RhBug:1278124)
fd06881
  (Jaroslav Rohel)
fd06881
- Fix header of search result sections (RhBug:1301868) (Jaroslav Rohel)
fd06881
- Filter out src for get_best_selector (Jaroslav Mracek)
fd06881
- Add minor changes in formating of documentation (Jaroslav Mracek)
fd06881
Igor Gnatenko 9087cf5
* Thu May 04 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.4.0-2
Igor Gnatenko 9087cf5
- Don't choose src packages for installation
Igor Gnatenko 9087cf5
f88ea04
* Tue May 02 2017 Jaroslav Mracek <jmracek@redhat.com> 2.4.0-1
f88ea04
- po: Update translations (Igor Gnatenko)
f88ea04
- po: Update translations (Igor Gnatenko)
f88ea04
- introduce '--enableplugin' option (Martin Hatina)
f88ea04
- Improve detection of file patterns (Jaroslav Mracek)
f88ea04
- Add method _get_nevra_solution() for subject (Jaroslav Mracek)
f88ea04
- Do not add "*" into query filter in _nevra_to_filters() (Jaroslav Mracek)
f88ea04
- Remove usage of nevra_possibilities_real() (Jaroslav Mracek)
f88ea04
- Increase performance for downgrade_to() (Jaroslav Mracek)
f88ea04
- Add additional keys for get_best_query() (Jaroslav Mracek)
f88ea04
- Increase performance for get_best_selector() (Jaroslav Mracek)
f88ea04
- Increase performance for get_best_query() (Jaroslav Mracek)
f88ea04
- Fix "Package" text translation (RhBug:1302935) (Jaroslav Rohel)
f88ea04
- Create a warning if releasever is None (Jaroslav Mracek)
f88ea04
- Adds cost, excludepkgs, and includepkgs to Doc (RhBug:1248684) (Jaroslav
f88ea04
  Mracek)
f88ea04
- Change auto-detection of releasever in empty installroot (Jaroslav Mracek)
f88ea04
- Do not load system repo for makecache command (RhBug:1441636) (Jaroslav
f88ea04
  Mracek)
f88ea04
- Do not raise assertion if group inst and rmv pkgs (RhBug:1438438) (Jaroslav
f88ea04
  Mracek)
f88ea04
- yum layer using python3 (Martin Hatina)
f88ea04
- Filter url protocols for baseurl in Package.remote_location (Jaroslav Mracek)
f88ea04
- Add armv5tl to arm basearch (Neal Gompa)
f88ea04
- Setup additional parameters for handler for remote packages (Jaroslav Mracek)
f88ea04
- Use same method for user/password setting of every librepo.handle (Jaroslav
f88ea04
  Mracek)
f88ea04
- Fix PEP8 violations and remove unused import (Jaroslav Mracek)
f88ea04
- Handle unknown file size in download progress (Jaroslav Mracek)
f88ea04
- Allow to delete cashed files from command line by clean command (Jaroslav
f88ea04
  Mracek)
f88ea04
- Save command line packages into chachedir (RhBug:1256313) (Jaroslav Mracek)
f88ea04
- Add progress bar for download of commandline pkgs (RhBug:1161950) (Jaroslav
f88ea04
  Mracek)
f88ea04
- Fix minor typo Closes: #781 Approved by: ignatenkobrain (Yuri Chornoivan)
f88ea04
- Mark unremoved packages as failed (RhBug:1421244) (Jaroslav Mracek)
f88ea04
868148f
* Mon Apr 10 2017 Jaroslav Mracek <jmracek@redhat.com> 2.3.0-1
868148f
- update release notes (Jaroslav Mracek)
868148f
- po: Update translations (Igor Gnatenko)
868148f
- Add require of subcommand for repo-pkgs command (Jaroslav Rohel)
868148f
- shell: Fix commands initialization (Jaroslav Rohel)
868148f
- po: Update translations (Igor Gnatenko)
868148f
- Add support for --location for repoquery command (RhBug:1290137) (Jaroslav
868148f
  Mracek)
868148f
- Add support of --recursive with --resolve in repoquery (Jaroslav Mracek)
868148f
- Add --recursive option for repoquery (Jaroslav Mracek)
868148f
- Add --whatconflicts for repoquery (Jaroslav Mracek)
868148f
- Add support for multiple options for repoquery (Jaroslav Mracek)
868148f
- Add multiple format option for repoquery (Jaroslav Mracek)
868148f
- Fix problem with "dnf repoquery --querytags" (Jaroslav Mracek)
868148f
- Add support of 3 options into updateinfo command (Jaroslav Mracek)
868148f
- Add inheritance of reason for obsoleting packages (Jaroslav Mracek)
868148f
- Mark installonlypkgs correctly as user installed (RhBug:1349314) (Jaroslav
868148f
  Mracek)
868148f
- Solve a problem with None names in callbacks (Jaroslav Mracek)
868148f
- Solve a problem for callbacks (Jaroslav Mracek)
868148f
- Revert "remove: CLI: --randomwait" (RhBug:1247122) (Ondřej Sojka)
868148f
- po: update translations (Igor Gnatenko)
868148f
- po: update translations (Igor Gnatenko)
868148f
- Set strings for translations (RhBug:1298717) (Jaroslav Mracek)
868148f
4d95010
* Mon Mar 27 2017 Jaroslav Mracek <jmracek@redhat.com> 2.2.0-1
4d95010
- bump version to 2.2.0 + update release notes (Jaroslav Mracek)
4d95010
- Add documentation of new API callback actions (RhBug:1411432) (Jaroslav
4d95010
  Mracek)
4d95010
- Fix python2 doesn't have e.__traceback__ attribute (Jaroslav Mracek)
4d95010
- Do not report erasing package as None. (Jaroslav Mracek)
4d95010
- Display scriplet for transaction (RhBug:1411423) (RhBug:1406130) (Jaroslav
4d95010
  Mracek)
4d95010
- Add support for rpmcallbacks (Jaroslav Mracek)
4d95010
- AUTHORS: updated (Jaroslav Rohel)
4d95010
- Not show expiration check if no repo enabled (RhBug:1369212) (Jaroslav
4d95010
  Mracek)
4d95010
- Fix changelog in dnf spec file (Jaroslav Mracek)
4d95010
- po: update translations (Igor Gnatenko)
4d95010
- Add myself (mhatina) to AUTHORS (Martin Hatina)
4d95010
- po: Update translations (Igor Gnatenko)
4d95010
51c1e12
* Tue Mar 21 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.1-1.1
51c1e12
- Exchange tarball of dnf-2.1.1
51c1e12
c681384
* Tue Mar 21 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.1-1
c681384
- bump version to 2.1.1 + update release notes (Jaroslav Mracek)
4d95010
- Sync the translation with locale (Jaroslav Rohel)
4d95010
- Disable exceptions in logging (Jaroslav Rohel)
c681384
- Fix severity info in "updateinfo info" (Jaroslav Mracek)
c681384
- Add help for shell commands (Jaroslav Rohel)
c681384
- shell: no crash if missing args (Jaroslav Rohel)
c681384
- proper check of releasever, when using installroot (RhBug:1417542) (Martin
c681384
  Hatina)
c681384
- Inform about "Cache was expired" with "dnf clean" (RhBug:1401446) (Jaroslav
c681384
  Mracek)
c681384
- crypto: port to the official gpgme bindings (Igor Gnatenko)
c681384
- Fix doc example for `fill_sack` method (Lubomír Sedlář)
c681384
- po: update translations (Igor Gnatenko)
c681384
- Not try to install src package (RhBug:1416699) (Jaroslav Mracek)
c681384
- Add usage for add_new_repo() with repofrompath option (Jaroslav Mracek)
c681384
- Add new API add_new_repo() in RepoDict() (RhBug:1427132) (Jaroslav Mracek)
c681384
- docs: adds documentation for dnf-automatic's Command and CommandEmail
c681384
  emitters. (rhn)
c681384
- docs: fixes typo in section description in automatic (rhn)
c681384
- Adds new emitters for dnf-automatic. (rhn)
c681384
- po: update translations (Igor Gnatenko)
c681384
- Ensure that callback will not kill dnf transaction (Jaroslav Mracek)
c681384
- Ensure that name will be not requested on None (RhBug:1397047) (Jaroslav
c681384
  Mracek)
c681384
- Python 3.6 invalid escape sequence deprecation fix (Ville Skyttä)
c681384
- display severity information in updateinfo (#741) (Michael Mraka)
c681384
- po: update translations (Igor Gnatenko)
c681384
- Add --nodocs option for dnf (RhBug:1379628) (Jaroslav Mracek)
c681384
- Replace passive plugin noroot (Jaroslav Mracek)
c681384
- Fix incorrect formating of string for logger.info (Jaroslav Mracek)
c681384
- Not print help if empty line in script for shell command (Jaroslav Mracek)
c681384
- Run fill_sack after all repos have changed status (Jaroslav Mracek)
c681384
- Remove Hawkey object from repo if rerun of dnf.fill_sack (Jaroslav Mracek)
c681384
- util/on_metered_connection: be more polite to failures (Igor Gnatenko)
c681384
- cosmetic: i18n: rewording of 'Login user' (RhBug:1424939) (Jan Silhan)
c681384
- Fix problem with --whatprovides in repoquery (RhBug:1396992) (Jaroslav
c681384
  Mracek)
c681384
- Add -a and --all option for repoquery (RhBug:1412970) (Jaroslav Mracek)
c681384
- Change camel-case of output of grouplist (Jaroslav Mracek)
c681384
- Minor correction in release notes (Jaroslav Mracek)
c681384
- Minor correction in release notes (Jaroslav Mracek)
c681384
54d1fbf
* Thu Feb 16 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.0-1
54d1fbf
- bump version to 2.1.0 + update release notes (Jaroslav Mracek)
54d1fbf
- Fix problem with --recent option in repoquery (Jaroslav Mracek)
54d1fbf
- Fix problem with duplicated --obsoletes (RhBug:1421835) (Jaroslav Mracek)
54d1fbf
- Python 3.6 invalid escape sequence deprecation fixes (Ville Skyttä)
54d1fbf
- Add --repoid as alias for --repo (Jaroslav Mracek)
54d1fbf
- introduce dnf.base.Base.update_cache() (Martin Hatina)
54d1fbf
- Try to install uninstalled packages if group installed (Jaroslav Mracek)
54d1fbf
- Enable search of provides in /usr/(s)bin (RgBug:1421618) (Jaroslav Mracek)
54d1fbf
- style: ignore E261 (Igor Gnatenko)
54d1fbf
- makecache: do not run on metered connections (RhBug:1415711) (Igor Gnatenko)
54d1fbf
- change '--disableplugins' to '--disableplugin' (Martin Hatina)
54d1fbf
- cosmetic: removed unused import (Jan Silhan)
54d1fbf
- show hint how to display why package was skipped (RhBug:1417627) (Jan Silhan)
54d1fbf
- spec: add information how to obtain archive (Igor Gnatenko)
54d1fbf
- fix messages (UX) (Jaroslav Rohel)
54d1fbf
- zanata update (Jan Silhan)
54d1fbf
Igor Gnatenko 5179cc2
* Thu Feb 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.1-2
Igor Gnatenko 5179cc2
- Update to 2.0.1
Igor Gnatenko 5179cc2
54d1fbf
* Thu Feb 09 2017 Jaroslav Mracek <jmracek@redhat.com> 2.0.1-1
54d1fbf
- bump version to 2.0.1 + update release notes (Jaroslav Mracek)
54d1fbf
- introduce cli 'obsoletes' option (Martin Hatina)
54d1fbf
- swap tids if they are in wrong order (RhBug:1409361) (Michael Mraka)
54d1fbf
- Disable shell command recursion (Jaroslav Rohel)
54d1fbf
- Honor additional arguments for DNF shell repo list command (Jaroslav Rohel)
54d1fbf
- don't traceback when bug title is not set (Michael Mraka)
54d1fbf
- introducing list-security, info-security etc. commands (Michael Mraka)
54d1fbf
- Add lsedlar to contributors list (Lubomír Sedlář)
54d1fbf
- Return just name from Package.source_name (Lubomír Sedlář)
54d1fbf
- introduce dnf.conf.config.MainConf.exclude() (Martin Hatina)
54d1fbf
- systemd: Disable daemons on ostree-managed systems (Colin Walters)
54d1fbf
- introduced dnf.base.Base.autoremove() (RhBug:1414512) (Martin Hatina)
54d1fbf
- po: update translations (Igor Gnatenko)
54d1fbf
- build: use relative directory for translations (Igor Gnatenko)
54d1fbf
- Temporary eliminate a problem with install remove loop (Jaroslav Mracek)
54d1fbf
- Handle info message when DRPM wastes data (RhBug:1238808) (Daniel
54d1fbf
  Aleksandersen)
54d1fbf
- Fix output for better translation (RhBug:1386085) (Abhijeet Kasurde)
54d1fbf
- yum layer refactored (Martin Hatina)
54d1fbf
- return values changed to match yum's (Martin Hatina)
54d1fbf
- Reword sentence after removing package (RhBug:1286553) (Abhijeet Kasurde)
54d1fbf
- Minor documentation revisions (Mark Szymanski)
54d1fbf
- Minor code fix (Abhijeet Kasurde)
54d1fbf
- automatic: email emitter date header (David Greenhouse)
54d1fbf
- Solve problem when no repo and only rpms with upgrade command (Jaroslav
54d1fbf
  Mracek)
54d1fbf
- bash_completion: use system-python if it's available (Igor Gnatenko)
54d1fbf
- spec: use system-python for dnf-yum as well (Igor Gnatenko)
54d1fbf
- comps/groups: fix tests (Michal Luscon)
54d1fbf
- comps: adjust group_upgrade to new CompsTransPkg style (Michal Luscon)
54d1fbf
- groups: refactored installation (RhBug:1337731, RhBug:1336879) (Michal
54d1fbf
  Luscon)
54d1fbf
- Increase requirement for hawkey (Jaroslav Mracek)
54d1fbf
- Change reporting problems for downgradePkgs() (Jaroslav Mracek)
54d1fbf
- Use selector for base.package_upgrade() (Jaroslav Mracek)
54d1fbf
- Add usage of selectors for base.package_install() (Jaroslav Mracek)
54d1fbf
- Use selector for base.package_downgrade() (Jaroslav Mracek)
54d1fbf
- Redirect base.downgrade() to base.downgrade_to() (Jaroslav Mracek)
54d1fbf
- Enable wildcard for downgrade command (RhBug:1173349) (Jaroslav Mracek)
54d1fbf
- Refactor downgrade cmd behavior (RhBug:1329617)(RhBug:1283255) (Jaroslav
54d1fbf
  Mracek)
54d1fbf
- Redirect logger.info into stderr for repolist (RhBug:1369411) (Jaroslav
54d1fbf
  Mracek)
54d1fbf
- Redirect logger.info into stderr for repoquery (RhBug:1243393) (Jaroslav
54d1fbf
  Mracek)
54d1fbf
- Add possibility for commands to redirect logger (Jaroslav Mracek)
54d1fbf
- Put information about metadata expiration into stdout (Jaroslav Mracek)
54d1fbf
- Change warning about added repo into info (RhBug:1243393) (Jaroslav Mracek)
54d1fbf
- Move grouplist output from logger into stdout (Jaroslav Mracek)
54d1fbf
- let repo exclude work the same way as global exclude (Michael Mraka)
54d1fbf
- Fix wrong assumptions about metalinks (RhBug:1411349) (Jaroslav Mracek)
54d1fbf
- handle --disablerepo/--enablerepo properly with strict (RhBug:1345976)
54d1fbf
  (Štěpán Smetana)
54d1fbf
- Add fix to notify user about no repos (RhBug:1369212) (Abhijeet Kasurde)
54d1fbf
- Add information about "hidden" option in dnf doc (RhBug:1349247) (Abhijeet
54d1fbf
  Kasurde)
54d1fbf
- Fix for 'history package-list' (Amit Upadhye)
54d1fbf
- Enable multiple args for repoquery -f (RhBug:1403930) (Jaroslav Mracek)
54d1fbf
- Set default repo.name as repo._section (Jaroslav Mracek)
54d1fbf
- Create from self.forms value forms in cmd.run() (Jaroslav Mracek)
54d1fbf
- Add description of swap command into documentation (Jaroslav Mracek)
54d1fbf
- Add swap command (RhBug:1403465) (RhBug:1110780) (Jaroslav Mracek)
54d1fbf
- Solve a problem with shell when empty line or EOF (Jaroslav Mracek)
54d1fbf
- shell: add history of commands (RhBug:1405333) (Michal Luscon)
54d1fbf
- Add info if no files with repoquery -l (RhBug:1254879) (Jaroslav Mracek)
54d1fbf
- po: update translations (Igor Gnatenko)
54d1fbf
- po: migrate to zanata python client and trivial fixes in build (Igor
54d1fbf
  Gnatenko)
54d1fbf
- po: include all possible languages from zanata (Igor Gnatenko)
54d1fbf
- po: include comments for translations (Igor Gnatenko)
54d1fbf
- shell: catch exceptions from depsolving (Michal Luscon)
54d1fbf
- shell: update documentation (Michal Luscon)
54d1fbf
- shell: add transaction reset cmd (Michal Luscon)
54d1fbf
- shell: add transaction resolve cmd (Michal Luscon)
54d1fbf
- shell: provide rewritable demands for cmds (Michal Luscon)
54d1fbf
- shell: catch tracebacks from shlex (Michal Luscon)
54d1fbf
- shell: handle ctrl+D more gracefully (Michal Luscon)
54d1fbf
- groups: set demands in configure instead of run (Michal Luscon)
54d1fbf
- shell: implement config cmd (Michal Luscon)
54d1fbf
- shell: add help (Michal Luscon)
54d1fbf
- shell: make alias repo list -> repolist (Michal Luscon)
54d1fbf
- shell: catch exceptions from do_transaction (Michal Luscon)
54d1fbf
- shell: resolve transaction in ts run (Michal Luscon)
54d1fbf
- shell: add default value for internal methods argument (Michal Luscon)
54d1fbf
- shell: create run alias for ts run (Michal Luscon)
54d1fbf
- shell: add ts list cmd (Michal Luscon)
54d1fbf
- shell: refill sack after every successful repo cmd (Michal Luscon)
54d1fbf
- shell: allow running multiple transaction in one session (Michal Luscon)
54d1fbf
- shell: add ts command (Michal Luscon)
54d1fbf
- shell: catch cmd parsing and run exceptions (Michal Luscon)
54d1fbf
- shell: allow to run scripts (Michal Luscon)
54d1fbf
- shell: add repo cmd (Michal Luscon)
54d1fbf
- shell: add resolving + transaction run support (Michal Luscon)
54d1fbf
- shell: implement quit method (Michal Luscon)
54d1fbf
- shell: add custom cmds stubs (Michal Luscon)
54d1fbf
- shell: implement basic logic (Michal Luscon)
54d1fbf
- shell: register new cmd (Michal Luscon)
54d1fbf
Igor Gnatenko b23bb37
* Thu Dec 15 2016 mluscon <mluscon@redhat.com> - 2.0.0-2
Igor Gnatenko b23bb37
- rebuild py36
Michal Luscon de3827f
Michal Luscon 00a11cf
* Wed Dec 14 2016 Michal Luscon <mluscon@redhat.com> 2.0.0-1
Michal Luscon 00a11cf
- tests: catch ModuleNotFoundError as well (Igor Gnatenko)
Michal Luscon 00a11cf
- Switch out automatic service for automatic-download and automatic-install
Michal Luscon 00a11cf
  (Pat Riehecky)
Michal Luscon 00a11cf
- Make upgrade-to alias for upgrade (RhBug:1327999) (Jaroslav Mracek)
Michal Luscon 00a11cf
- skip appending an empty option (RhBug: 1400081) (Michael Mraka)
Michal Luscon 00a11cf
- Add description of nevra foems for commands and autoremove args (Jaroslav
Michal Luscon 00a11cf
  Mracek)
Michal Luscon 00a11cf
- Add support of arguments nevra forms for autoremove command (Jaroslav Mracek)
Michal Luscon 00a11cf
- Add nevra forms for remove command (Jaroslav Mracek)
Michal Luscon 00a11cf
- Add nevra forms for install command (Jaroslav Mracek)
Michal Luscon 00a11cf
- add bin/yum into .gitignore (Michal Luscon)
Michal Luscon 00a11cf
- clean: acquire all locks before cleaning (RhBug:1293782) (Michal Luscon)
Michal Luscon 00a11cf
- Change hawkey version requirement (Jaroslav Mracek)
Michal Luscon 00a11cf
- Add information for translators (RhBug:1386078) (Jaroslav Mracek)
Michal Luscon 00a11cf
- Change info to warning for clean repoquery output (RhBug:1358245) (Jaroslav
Michal Luscon 00a11cf
  Mracek)
Michal Luscon 00a11cf
- Add description of pkg flag for Query (RhBug:1243393) (Jaroslav Mracek)
Michal Luscon 00a11cf
- Add minor changes in documentation (Jaroslav Mracek)
Michal Luscon 00a11cf
- Do not always overwrite the name with the repo ID (Neal Gompa)
Michal Luscon 00a11cf
Igor Gnatenko b23bb37
* Tue Dec 06 2016 Martin Hatina <mhatina@redhat.com> - 2.0.0-0.rc2.5
Igor Gnatenko b23bb37
- Fix libdnf requirement version
Igor Gnatenko b23bb37
Igor Gnatenko b23bb37
* Tue Dec 06 2016 Martin Hatina <mhatina@redhat.com> - 2.0.0-0.rc2.4
Igor Gnatenko b23bb37
- Increase requirement of libdnf
Igor Gnatenko b23bb37
Igor Gnatenko b23bb37
* Sun Dec 04 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-0.rc2.3
Igor Gnatenko b23bb37
- Restore patch for relaxing strict groups
Igor Gnatenko b23bb37
Igor Gnatenko b23bb37
* Fri Dec 02 2016 Martin Hatina <mhatina@redhat.com> 2.0.0-0.rc2.2
Igor Gnatenko b23bb37
- Restore changelog
Igor Gnatenko b23bb37
9f77451
* Fri Dec 02 2016 Martin Hatina <mhatina@redhat.com> 2.0.0-0.rc2.1
e61583f
- See http://dnf.readthedocs.io/en/latest/release_notes.html
e61583f
Igor Gnatenko b23bb37
* Thu Oct 06 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-0.rc1.4
Igor Gnatenko b23bb37
- Fix crash in repoquery
Igor Gnatenko b23bb37
- Trim changelog
Igor Gnatenko b23bb37
Igor Gnatenko b23bb37
* Tue Oct 04 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-0.rc1.3
Igor Gnatenko b23bb37
- Revert group install strict bugfix (RHBZ #1380945)
Igor Gnatenko b23bb37
Igor Gnatenko b23bb37
* Fri Sep 30 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.0.0-0.rc1.2
Igor Gnatenko b23bb37
- Add alias 'rpm' for 'type=' option (RHBZ #1380580)
Igor Gnatenko b23bb37
Michal Luscon f2b8e8e
* Thu Sep 29 2016 Michal Luscon <mluscon@redhat.com> 2.0.0-0.rc1.1
Michal Luscon f2b8e8e
- See http://dnf.readthedocs.io/en/latest/release_notes.html
Michal Luscon f2b8e8e
Igor Gnatenko 93d5af3
* Thu Sep 08 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.10-2
Igor Gnatenko 93d5af3
- Obsolete dnf-langpacks
Igor Gnatenko 93d5af3
- Backport patch for dnf repolist disabled
Igor Gnatenko 93d5af3
Igor Gnatenko 4dd736d
* Thu Aug 18 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.10-1
Igor Gnatenko 4dd736d
- Update to 1.1.10
Igor Gnatenko 4dd736d
Igor Gnatenko 85c41e6
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.9-6
Igor Gnatenko 85c41e6
- Fix typo
Igor Gnatenko 85c41e6
Igor Gnatenko 9388dc9
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.9-5
Igor Gnatenko 9388dc9
- Also change shebang for %%{?system_python_abi} in %%{_bindir}/dnf
Igor Gnatenko 9388dc9
Igor Gnatenko fcad5cd
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.1.9-4
Igor Gnatenko fcad5cd
- Add %%{?system_python_abi}
Igor Gnatenko fcad5cd
c56e23b
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
c56e23b
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
c56e23b
Michal Luscon c3ada31
* Tue May 24 2016 Michal Luscon <mluscon@redhat.com> 1.1.9-2
Michal Luscon c3ada31
- Revert "group: treat mandatory pkgs as mandatory if strict=true" (RhBug:1337731)
Michal Luscon c3ada31
- enforce-api: reflect changes from #992475 in completion_helper (RhBug:1338504)
Michal Luscon c3ada31
- enforce-api: add compatibility methods for renamed counterparts (RhBug:1338564)
Michal Luscon c3ada31
Igor Gnatenko 9c312c7
* Thu May 19 2016 Igor Gnatenko <ignatenko@redhat.com> 1.1.9-1
Igor Gnatenko 9c312c7
- doc: release notes 1.1.9 (Igor Gnatenko)
Igor Gnatenko 9c312c7
- spec: correctly set up requirements for python subpkg (Igor Gnatenko)
Igor Gnatenko 9c312c7
- spec: follow new packaging guidelines & make compatible with el7 (Igor
Igor Gnatenko 9c312c7
  Gnatenko)
Igor Gnatenko 9c312c7
- zanata update (Jan Silhan)
Igor Gnatenko 9c312c7
- enforce-api: add missing bits of Base class (Michal Luscon)
Igor Gnatenko 9c312c7
- help: unify help msg strings (Michal Luscon)
Igor Gnatenko 9c312c7
- enforce-api: decorate Base class (Michal Luscon)
Igor Gnatenko 9c312c7
- util: add decorator informing users of nonapi functions (Michal Luscon)
Igor Gnatenko 9c312c7
- Added description for 'autoremove' in dnf help (RhBug:1324086) (Abhijeet
Igor Gnatenko 9c312c7
  Kasurde)
Igor Gnatenko 9c312c7
- i18n: fixup for 0db13feed (Michal Luscon)
Igor Gnatenko 9c312c7
- i18n: use fallback mode if terminal does not support UTF-8 (RhBug:1332012)
Igor Gnatenko 9c312c7
  (Michal Luscon)
Igor Gnatenko 9c312c7
- Revert "spec: follow new packaging guidelines & make compatible with el7"
Igor Gnatenko 9c312c7
  (Michal Luscon)
Igor Gnatenko 9c312c7
- move autoglob feature directly to filterm() and filter() (Michael Mraka)
Igor Gnatenko 9c312c7
- group: treat mandatory pkgs as mandatory if strict=true (RhBug:1292892)
Igor Gnatenko 9c312c7
  (Michal Luscon)
Igor Gnatenko 9c312c7
- locks: fix lock paths in tmpfsd config since cachedir has been changed
Igor Gnatenko 9c312c7
  (Michal Luscon)
Igor Gnatenko 9c312c7
- remove formating from translation strings (Michal Luscon)
Igor Gnatenko 9c312c7
- base: set diskspace check filter before applying the filters (RhBug:1328674)
Igor Gnatenko 9c312c7
  (Michal Luscon)
Igor Gnatenko 9c312c7
- order repos by priority and cost (Michael Mraka)
Igor Gnatenko 9c312c7
- spec: follow new packaging guidelines & make compatible with el7 (Igor
Igor Gnatenko 9c312c7
  Gnatenko)
Igor Gnatenko 9c312c7
- bash-completion: first try to set fallback to BASH_COMPLETION_COMPATDIR (Igor
Igor Gnatenko 9c312c7
  Gnatenko)
Igor Gnatenko 9c312c7
- updated copyrights for files changed this year (Michael Mraka)
Igor Gnatenko 9c312c7
- cli: fix warning from re.split() about non-empty pattern (RhBug:1286556)
Igor Gnatenko 9c312c7
  (Igor Gnatenko)
Igor Gnatenko 9c312c7
- update authors file (Michal Luscon)
Igor Gnatenko 9c312c7
- Define __hash__ method for YumHistoryPackage (RhBug:1245121) (Max Prokhorov)
Igor Gnatenko 9c312c7
Igor Gnatenko 49b0fe6
* Tue Apr 05 2016 Michal Luscon <mluscon@redhat.com> 1.1.8-1
Igor Gnatenko 49b0fe6
- refactor: repo: add md_expired property (Michal Domonkos)
Igor Gnatenko 49b0fe6
- test: fix cachedir usage in LocalRepoTest (Michal Domonkos)
Igor Gnatenko 49b0fe6
- clean: operate on all cached repos (RhBug:1278225) (Michal Domonkos)
Igor Gnatenko 49b0fe6
- refactor: repo: globally define valid repoid chars (Michal Domonkos)
Igor Gnatenko 49b0fe6
- RepoPersistor: only write to disk when requested (Michal Domonkos)
Igor Gnatenko 49b0fe6
- clean: remove dead subcommands (Michal Domonkos)
Igor Gnatenko 49b0fe6
- doc: --best in case of problem (RhBug:1309408) (Jan Silhan)
Igor Gnatenko 49b0fe6
- Added fix for correct error message for group info (RhBug:1209649) (Abhijeet
Igor Gnatenko 49b0fe6
  Kasurde)
Igor Gnatenko 49b0fe6
- repo: don't get current timeout for librepo (RhBug:1272977) (Igor Gnatenko)
Igor Gnatenko 49b0fe6
- doc: fix default timeout value (Michal Luscon)
Igor Gnatenko 49b0fe6
- cli: inform only about nonzero md cache check interval (Michal Luscon)
Igor Gnatenko 49b0fe6
- base: report errors in batch at the end of md downloading (Michal Luscon)
Igor Gnatenko 49b0fe6
- repo: produce more sane error if md download fails (Michal Luscon)
Igor Gnatenko 49b0fe6
- zanata update (RhBug:1322226) (Jan Silhan)
Igor Gnatenko 49b0fe6
- doc: Fixed syntax of `assumeyes` and `defaultyes` ref lables in
Igor Gnatenko 49b0fe6
  `conf_ref.rst` (Matt Sturgeon)
Igor Gnatenko 49b0fe6
- Fix output headers for dnf history command (Michael Dunphy)
Igor Gnatenko 49b0fe6
- doc: change example of 'dnf-command(repoquery)' (Jaroslav Mracek)
Igor Gnatenko 49b0fe6
- makacache.service: shorten journal logs (RhBug:1315349) (Michal Luscon)
Igor Gnatenko 49b0fe6
- config: improve UX of error msg (Michal Luscon)
Igor Gnatenko 49b0fe6
- Added user friendly message for out of range value (RhBug:1214562) (Abhijeet
Igor Gnatenko 49b0fe6
  Kasurde)
Igor Gnatenko 49b0fe6
- doc: prefer repoquery to list (Jan Silhan)
Igor Gnatenko 49b0fe6
- history: fix empty history cmd (RhBug:1313215) (Michal Luscon)
Igor Gnatenko 49b0fe6
- Very minor tweak to the docs for `--assumeyes` and `--assumeno` (Matt
Igor Gnatenko 49b0fe6
  Sturgeon)
Michal Luscon 91c781c
Michal Luscon 7b59b46
* Thu Feb 25 2016 Michal Luscon <mluscon@redhat.com> 1.1.7-1
Michal Luscon 7b59b46
- Add `/etc/distro.repos.d` as a path owned by the dnf package (Neal Gompa
Michal Luscon 7b59b46
  (ニール・ゴンパ))
Michal Luscon 7b59b46
- Change order of search and add new default repodirs (RhBug:1286477) (Neal
Michal Luscon 7b59b46
  Gompa (ニール・ゴンパ))
Michal Luscon 7b59b46
- group: don't mark available packages as installed (RhBug:1305356) (Jan
Michal Luscon 7b59b46
  Silhan)
Michal Luscon 7b59b46
- history: adjust demands for particular subcommands (RhBug:1258503) (Michal
Michal Luscon 7b59b46
  Luscon)
Michal Luscon 7b59b46
- Added extension command for group list (RhBug:1283432) (Abhijeet Kasurde)
Michal Luscon 7b59b46
- perf: dnf repository-packages <repo> upgrade (RhBug:1306304) (Jan Silhan)
Michal Luscon 7b59b46
- sack: Pass base.conf.substitutions["arch"] to sack in build_sack() function.
Michal Luscon 7b59b46
  (Daniel Mach)
Michal Luscon 7b59b46
- build: make python2/3 binaries at build time (Michal Domonkos)
Michal Luscon 7b59b46
- fix dnf history traceback (RhBug:1303149) (Jan Silhan)
Michal Luscon 7b59b46
- cli: truncate expiration msg (RhBug:1302217) (Michal Luscon)
Michal Luscon cabd88e
Michal Luscon cf0fc6a
* Mon Jan 25 2016 Michal Luscon <mluscon@redhat.com> 1.1.6-1
Michal Luscon cf0fc6a
- history: don't fail if there is no history (RhBug:1291895) (Michal Luscon)
Michal Luscon cf0fc6a
- Allow dnf to use a socks5 proxy, since curl support it (RhBug:1256587)
Michal Luscon cf0fc6a
  (Michael Scherer)
Michal Luscon cf0fc6a
- output: do not log rpm info twice (RhBug:1287221) (Michal Luscon)
Michal Luscon cf0fc6a
- dnf owns /var/lib/dnf dir (RhBug:1294241) (Jan Silhan)
Michal Luscon cf0fc6a
- Fix handling of repo that never expire (RhBug:1289166) (Jaroslav Mracek)
Michal Luscon cf0fc6a
- Filter out .src packages when multilib_proto=all (Jeff Smith)
Michal Luscon cf0fc6a
- Enable string for translation (RhBug:1294355) (Parag Nemade)
Michal Luscon cf0fc6a
- Let logging format messages on demand (Ville Skyttä)
Michal Luscon cf0fc6a
- clean: include metadata of local repos (RhBug:1226322) (Michal Domonkos)
Michal Luscon cf0fc6a
- completion: Install to where bash-completion.pc says (Ville Skyttä)
Michal Luscon cf0fc6a
- spec: bash completion is not a %%config file (Ville Skyttä)
Michal Luscon cf0fc6a
- Change assertion handling for rpmsack.py (RhBug:1275878) (Jaroslav Mracek)
Michal Luscon cf0fc6a
- cli: fix storing arguments in history (RhBug:1239274) (Ting-Wei Lan)
Michal Luscon cf0fc6a
Michal Luscon fa35c48
* Thu Dec 17 2015 Michal Luscon <mluscon@redhat.com> 1.1.5-1
Michal Luscon fa35c48
- base: save group persistor only after successful transaction (RhBug:1229046)
Michal Luscon fa35c48
  (Michal Luscon)
Michal Luscon fa35c48
- base: do not clean tempfiles after remove transaction (RhBug:1282250) (Michal
Michal Luscon fa35c48
  Luscon)
Michal Luscon fa35c48
- base: clean packages that do not belong to any trans (Michal Luscon)
Michal Luscon fa35c48
- upgrade: allow group upgrade via @ syntax (RhBug:1265391) (Michal Luscon)
Michal Luscon fa35c48
- spec: Mark license files as %%license where available (Ville Skyttä)
Michal Luscon fa35c48
- Remove unused imports (Ville Skyttä)
Michal Luscon fa35c48
- Spelling fixes (Ville Skyttä)
Michal Luscon fa35c48
- Fix typos in documentation (Rob Cutmore)
Michal Luscon fa35c48
- parser: add support for braces in substitution (RhBug:1283017) (Dave
Michal Luscon fa35c48
  Johansen)
Michal Luscon fa35c48
- completion_helper: Don't omit "packages" from clean completions (Ville
Michal Luscon fa35c48
  Skyttä)
Michal Luscon fa35c48
- bash-completion: Avoid unnecessary python invocation per _dnf_helper (Ville
Michal Luscon fa35c48
  Skyttä)
Michal Luscon fa35c48
- repo: Download drpms early (RhBug:1260421) (Ville Skyttä)
Michal Luscon fa35c48
- clean: Don't hardcode list of args in two places (Ville Skyttä)
Michal Luscon fa35c48
- cli: don't crash if y/n and sys.stdin is None (RhBug:1278382) (Adam
Michal Luscon fa35c48
  Williamson)
Michal Luscon fa35c48
- sp err "environement" -> "environment" (Michael Goodwin)
Michal Luscon fa35c48
- Remove -OO from #!/usr/bin/python (RhBug:1230820) (Jaroslav Mracek)
Michal Luscon fa35c48
- cli: warn if plugins are disabled (RhBug:1280240) (Michal Luscon)
Michal Luscon c93e4b0
Michal Luscon ef887e6
* Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 1.1.4-1
Michal Luscon ef887e6
- AUTHORS: updated (Jan Silhan)
Michal Luscon ef887e6
- query: add compatibility methods (Michal Luscon)
Michal Luscon ef887e6
- query: add recent, extras and autoremove methods to Query (Michal Luscon)
Michal Luscon ef887e6
- query: add duplicated and latest-limit queries into api (Michal Luscon)
Michal Luscon ef887e6
- format the email message with its as_string method (Olivier Andrieu)
Michal Luscon ef887e6
- added dnf.i18n.ucd* functions as deprecated API (Jan Silhan)
Michal Luscon ef887e6
- i18n: unicode resulting translations (RhBug:1278031) (Jan Silhan)
Michal Luscon ef887e6
- po: get rid of new lines in translation (Jan Silhan)
Michal Luscon ef887e6
- output: add skip count to summary (RhBug:1264032) (Michal Domonkos)
Michal Luscon ef887e6
- groups: fix environment upgrade (Michal Luscon)
Michal Luscon ef887e6
- Fix plural strings extraction (RhBug:1209056) (Baurzhan Muftakhidinov)
Michal Luscon ef887e6
- po: fixed malformed beginning / ending (Jan Silhan)
Michal Luscon ef887e6
- zanata update (Jan Silhan)
Michal Luscon ef887e6
- cli: prevent tracebacks after C^ (RhBug:1274946) (Michal Luscon)
Robert Kuska 0446abd
Michal Luscon d83465d
* Wed Oct 14 2015 Michal Luscon <mluscon@redhat.com> 1.1.3-1
Michal Luscon d83465d
- Update command_ref.rst (Jaroslav Mracek)
Michal Luscon d83465d
- Change in automatic.conf email settings to prevent email error with default
Michal Luscon d83465d
  sender name (Jaroslav Mracek)
Michal Luscon d83465d
- Replace assert_called() with assert_called_with() for Py35 support (Neal
Michal Luscon d83465d
  Gompa (ニール・ゴンパ))
Michal Luscon d83465d
- doc: improve documentation (Jaroslav Mracek)
Michal Luscon d83465d
- doc: update the instructions related to nightly builds (Radek Holy)
Michal Luscon d83465d
- Revert "Add the continuous integration script" (Radek Holy)
Michal Luscon d83465d
- Revert "cosmetic: ci: fix the Copr name in the README" (Radek Holy)
Michal Luscon d83465d
- Fix typo in Command.canonical's doctring (Timo Wilken)
Michal Luscon d83465d
- base: group_install is able to exclude mandatory packages
Michal Luscon d83465d
  (Related:RhBug:1199868) (Jan Silhan)
Michal Luscon d83465d
Michal Luscon ef887e6
* Wed Sep 30 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-4
Michal Luscon 4c11232
- don't import readline as it causes crashes in Anaconda
Michal Luscon 4c11232
  (related:RhBug:1258364)
Michal Luscon 4c11232
Michal Luscon a2238c9
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-3
Michal Luscon a2238c9
- Revert "completion_helper: don't get IndexError (RhBug:1250038)"
Michal Luscon a2238c9
Michal Luscon 7fd32c8
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-2
Michal Luscon 7fd32c8
- add hawkey version requirement
Michal Luscon 7fd32c8
- revert commit #70956
Michal Luscon 7fd32c8
Michal Luscon c727c9c
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-1
Michal Luscon c727c9c
- doc: release notes 1.1.2 (Michal Luscon)
Michal Luscon c727c9c
- sanitize non Unicode command attributes (RhBug:1262082) (Jan Silhan)
Michal Luscon c727c9c
- don't redirect confirmation to stderr RhBug(1258364) (Vladan Kudlac)
Michal Luscon c727c9c
- clean: add rpmdb to usage (Vladan Kudlac)
Michal Luscon c727c9c
- completion_helper: don't get IndexError (RhBug:1250038) (Vladan Kudlac)
Michal Luscon c727c9c
- add --downloadonly switch (RhBug:1048433) (Adam Salih)
Michal Luscon c727c9c
- Add globbing support to base.by_provides() (RhBug:11259650) (Valentina
Michal Luscon c727c9c
  Mukhamedzhanova)
Michal Luscon c727c9c
- spec: packaging python(3)-dnf according to new Fedora guidelines
Michal Luscon c727c9c
  (RhBug:1260198) (Jaroslav Mracek)
Michal Luscon c727c9c
- Bug in Source0: URL in dnf.spec fixed (RhBug:126255) (Jaroslav Mracek)
Michal Luscon c727c9c
- To dnf.spec added provides dnf-command(command name) for 21 dnf commands
Michal Luscon c727c9c
  (RhBug:1259657) (jmracek)
Michal Luscon c727c9c
- Expire repo cache on failed package download (Valentina Mukhamedzhanova)
Michal Luscon c727c9c
- cosmetic: ci: fix the Copr name in the README (Radek Holy)
Michal Luscon c727c9c
- Add the continuous integration script (Radek Holy)
Michal Luscon c727c9c
- Set proper charset on email in dnf-automatic (RhBug:1254982) (Valentina
Michal Luscon c727c9c
  Mukhamedzhanova)
Michal Luscon c727c9c
- doc: improve configuration description (RhBug:1261766) (Michal Luscon)
Michal Luscon c727c9c
- remove: show from which repo a package is (Vladan Kudlac)
Michal Luscon c727c9c
- list: show from which repo a package is (RhBug:1234491) (Vladan Kudlac)
Michal Luscon c727c9c
- Spelling/grammar fixes (Ville Skyttä)
Michal Luscon c727c9c
- install: fix crash when terminal window is small (RhBug:1256531) (Vladan
Michal Luscon c727c9c
  Kudlac)
Michal Luscon c727c9c
- install: mark unification of the progress bar (Vladan Kudlac)
Michal Luscon c727c9c
- fix translations in python3 (RhBug:1254687) (Michal Luscon)
Michal Luscon c727c9c
- group: CompsQuery now returns group ids (RhBug:1261656) (Michal Luscon)
Michal Luscon c727c9c
Michal Luscon 4eebd07
* Tue Sep 08 2015 Michal Luscon <mluscon@redhat.com> 1.1.1-2
Michal Luscon 4eebd07
- fix access to demands (RhBug:1259194) (Jan Silhan)
Michal Luscon 4eebd07
- make clean_requiremets_on_remove=True (RhBug:1260280) (Jan Silhan)
Michal Luscon 4eebd07
Michal Luscon 363f159
* Mon Aug 31 2015 Michal Luscon <mluscon@redhat.com> 1.1.1-1
Michal Luscon 363f159
- Fixed typo (RhBug:1249319) (Adam Salih)
Michal Luscon 363f159
- fixed downgrade with wildcard (RhBug:1234763) (Adam Salih)
Michal Luscon 363f159
- reorganize logic of get_best_selector(s) and query (RhBug:1242946) (Adam
Michal Luscon 363f159
  Salih)
Michal Luscon fa35c48
- completion_helper: don't crash if exception occurred (RhBug:1225225) (Igor
Michal Luscon 363f159
  Gnatenko)
Michal Luscon 363f159
- base: expire cache if repo is not available (Michal Luscon)
Michal Luscon 363f159
- Don't suggest --allowerasing if it is enabled (Christian Stadelmann)
Michal Luscon 363f159
- translation works in python3 (RhBug:1254687) (Jan Silhan)
Michal Luscon 363f159
- logrotate less often (RhBug:1247766) (Jan Silhan)
Michal Luscon 363f159
- implement dnf mark command (RhBug:1125925) (Michal Luscon)
Michal Luscon 363f159
- groups: use comps data to migrate persistor (Michal Luscon)
Michal Luscon 363f159
- groups: preserve api compatibility (Michal Luscon)
Michal Luscon 363f159
- groups: use persistor data for removing env/group (Michal Luscon)
Michal Luscon 363f159
- persistor: add migration and bump version (Michal Luscon)
Michal Luscon 363f159
- persistor: store name and ui_name of group (Michal Luscon)
Michal Luscon 363f159
- show real metadata timestamp on the server in verbose mode (Jan Silhan)
Michal Luscon 363f159
- lock: make rpmdb lock blocking (RhBug:1210289) (Michal Luscon)
Michal Luscon 363f159
mluscon 70bbd7e
* Wed Aug 12 2015 Michal Luscon <mluscon@redhat.com> 1.1.0-2
mluscon 70bbd7e
- update: installonly pkgs are not shown in both install and skipped section
mluscon 70bbd7e
  (RhBug:1252415) (Jan Silhan)
mluscon 70bbd7e
- output: sort skipped packages (Jan Silhan)
mluscon 70bbd7e
- output: skipped conflicts are set (RhBug:1252032) (Jan Silhan)
mluscon 70bbd7e
- keep the dwongrading package installed if transaction fails (RhBug:1249379)
mluscon 70bbd7e
  (Jan Silhan)
mluscon 70bbd7e
- don't store empty attributes (RhBug:1246928) (Michael Mraka)
mluscon 70bbd7e
- doc: correct dnf.conf man section (RhBug:1245349) (Michal Luscon)
mluscon 70bbd7e
Michal Luscon ffb7937
* Mon Aug 10 2015 Michal Luscon <mluscon@redhat.com> 1.1.0-1
Michal Luscon ffb7937
- print skipped pkg with broken deps too (Related:RhBug:1210445) (Jan Silhan)
Michal Luscon ffb7937
- history: set commands output as default (RhBug:1218401) (Michal Luscon)
Michal Luscon ffb7937
- Update es.po. save:guardar -> save:ahorrar (Máximo Castañeda)
Michal Luscon ffb7937
- cosmetic: option arg in Base.*install is replaced with strict (Jan Silhan)
Michal Luscon ffb7937
- group: don't fail on first non-existing group (Jan Silhan)
Michal Luscon ffb7937
- install: skips local pkgs of lower version when strict=0
Michal Luscon ffb7937
  (Related:RhBug:1227952) (Jan Silhan)
Michal Luscon ffb7937
- install: skip broken/conflicting packages in groups when strict=0 (Jan
Michal Luscon ffb7937
  Silhan)
Michal Luscon ffb7937
- install: skip broken/conflicting packages when strict=0 (Jan Silhan)
Michal Luscon ffb7937
- implemented `strict` config option working in install cmd (RhBug:1197456)
Michal Luscon ffb7937
  (Jan Silhan)
Michal Luscon ffb7937
- fixed 'dnf --quiet repolist' lack of output (RhBug:1236310) (Nick Coghlan)
Michal Luscon ffb7937
- Add support for MIPS architecture (Michal Toman)
Michal Luscon ffb7937
- package: respect baseurl attribute in localPkg() (RhBug:1219638) (Michal
Michal Luscon ffb7937
  Luscon)
Michal Luscon ffb7937
- Download error message is not written on the same line as progress bar
Michal Luscon ffb7937
  anymore (RhBug: 1224248) (Adam Salih)
Michal Luscon ffb7937
- dnf downgrade does not try to downgrade not installed packages (RhBug:
Michal Luscon ffb7937
  1243501) (max9631)
Michal Luscon ffb7937
- pkgs not installed due to rpm error are reported (RhBug:1207981) (Adam Salih)
Michal Luscon ffb7937
- dnf install checks availability of all given packages (RhBug:1208918) (Adam
Michal Luscon ffb7937
  Salih)
Michal Luscon ffb7937
- implemented install_weak_deps config option (RhBug:1221635) (Jan Silhan)
Michal Luscon ffb7937
- ignore SIGPIPE (RhBug:1236306) (Michael Mraka)
Michal Luscon ffb7937
- always add LoggingTransactionDisplay to the list of transaction displays
Michal Luscon ffb7937
  (RhBug:1234639) (Radek Holy)
Michal Luscon ffb7937
- Add missing FILES section (RhBug: 1225237) (Adam Salih)
Michal Luscon ffb7937
- doc: Add yum vs dnf hook information (RhBug:1244486) (Parag Nemade)
Michal Luscon ffb7937
- doc: clarify the expected type of the do_transactions's display parameter
Michal Luscon ffb7937
  (Radek Holy)
Michal Luscon ffb7937
- apichange: add dnf.cli.demand.DemandSheet.transaction_display (Radek Holy)
Michal Luscon ffb7937
- apichange: add dnf.callback.TransactionProgress (Radek Holy)
Michal Luscon ffb7937
- move the error output from TransactionDisplay into a separate class (Radek
Michal Luscon ffb7937
  Holy)
Michal Luscon ffb7937
- rename TransactionDisplay.errorlog to TransactionDisplay.error (Radek Holy)
Michal Luscon ffb7937
- report package verification as a regular RPM transaction event (Radek Holy)
Michal Luscon ffb7937
- rename TransactionDisplay.event to TransactionDisplay.progress (Radek Holy)
Michal Luscon ffb7937
- apichange: deprecate dnf.callback.LoggingTransactionDisplay (Radek Holy)
Michal Luscon ffb7937
- use both CliTransactionDisplay and demands.transaction_display (Radek Holy)
Michal Luscon ffb7937
- apichange: accept multiple displays in do_transaction (Radek Holy)
Michal Luscon ffb7937
- support multiple displays in RPMTransaction (Radek Holy)