churchyard / rpms / dnf

Forked from rpms/dnf 6 years ago
Clone
839fc05
%global hawkey_version 0.7.0-0.4
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
Michal Luscon f2b8e8e
%global min_plugins_core 0.1.13
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
Michal Luscon f2b8e8e
Version:        2.0.0
d618bc4
Release:        0.rc2.6%{?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
Michal Luscon f2b8e8e
Source0:        %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
b7212ec
# https://bugzilla.redhat.com/show_bug.cgi?id=1380945
40e188b
Patch666:       0001-Revert-group-treat-mandatory-pkgs-as-mandatory-if-st.patch
d618bc4
# https://github.com/rpm-software-management/dnf/pull/686
d618bc4
Patch777:       0001-tests-catch-ModuleNotFoundError-as-well.patch
Igor Gnatenko 9c312c7
BuildArch:      noarch
Jan Silhan accb529
BuildRequires:  cmake
Jan Silhan accb529
BuildRequires:  gettext
Jan Silhan accb529
BuildRequires:  python-bugzilla
Ales Kozumplik 8f55c62
BuildRequires:  python-sphinx
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
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
Michal Luscon f2b8e8e
BuildRequires:  python-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
Igor Gnatenko 4dd736d
%if 0%{?rhel} && 0%{?rhel} <= 7
Igor Gnatenko 9c312c7
BuildRequires:  pygpgme
Igor Gnatenko 4dd736d
%else
Igor Gnatenko 4dd736d
BuildRequires:  python2-pygpgme
Igor Gnatenko 4dd736d
%endif
Igor Gnatenko 9c312c7
BuildRequires:  pyliblzma
Jan Silhan accb529
BuildRequires:  rpm-python >= %{rpm_version}
Igor Gnatenko 9c312c7
Recommends:     bash-completion
Igor Gnatenko 9c312c7
Requires:       pyliblzma
Igor Gnatenko 9c312c7
Requires:       %{name}-conf = %{version}-%{release}
Igor Gnatenko 9c312c7
Requires:       deltarpm
Michal Luscon f2b8e8e
Requires:       python-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 4dd736d
%if 0%{?rhel} && 0%{?rhel} <= 7
Igor Gnatenko 9c312c7
Requires:       pygpgme
Igor Gnatenko 4dd736d
%else
Igor Gnatenko 4dd736d
Requires:       python2-pygpgme
Igor Gnatenko 4dd736d
%endif
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
Jan Silhan accb529
BuildRequires:  python3-pygpgme
Jan Silhan accb529
BuildRequires:  rpm-python3 >= %{rpm_version}
Igor Gnatenko 9c312c7
Recommends:     bash-completion
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:       python3-pygpgme
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
b7212ec
%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}
Igor Gnatenko 85c41e6
%{?system_python_abi:sed -i 's|#!%{__python3}|#!%{_libexecdir}/system-python|' %{buildroot}%{_bindir}/dnf-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
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
Jan Silhan accb529
%endif
Igor Gnatenko 9c312c7
rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
Ales Kozumplik 31f5920
Ales Kozumplik fed13af
%check
Igor Gnatenko 9c312c7
pushd build
Igor Gnatenko 9c312c7
  ctest -VV
Igor Gnatenko 9c312c7
popd
Igor Gnatenko 9c312c7
%if %{with python3}
Igor Gnatenko 9c312c7
pushd build-py3
Igor Gnatenko 9c312c7
  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
Igor Gnatenko 9c312c7
%systemd_post dnf-automatic.timer
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%preun automatic
Igor Gnatenko 9c312c7
%systemd_preun dnf-automatic.timer
Igor Gnatenko 9c312c7
Igor Gnatenko 9c312c7
%postun automatic
Igor Gnatenko 9c312c7
%systemd_postun_with_restart dnf-automatic.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
Igor Gnatenko 9c312c7
%{_unitdir}/%{name}-automatic.service
Igor Gnatenko 9c312c7
%{_unitdir}/%{name}-automatic.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
839fc05
* Tue Dec 06 2016 Martin Hatina <mhatina@redhat.com> - 2.0.0-0.rc2.5
839fc05
- Fix libdnf requirement version
839fc05
40e188b
* Tue Dec 06 2016 Martin Hatina <mhatina@redhat.com> - 2.0.0-0.rc2.4
40e188b
- Increase requirement of libdnf
40e188b
b7212ec
* Sun Dec 04 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-0.rc2.3
b7212ec
- Restore patch for relaxing strict groups
b7212ec
e61583f
* Fri Dec 02 2016 Martin Hatina <mhatina@redhat.com> 2.0.0-0.rc2.2
e61583f
- Restore changelog
e61583f
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
e61583f
* Thu Oct 06 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-0.rc1.4
e61583f
- Fix crash in repoquery
e61583f
- Trim changelog
e61583f
e61583f
* Tue Oct 04 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-0.rc1.3
e61583f
- Revert group install strict bugfix (RHBZ #1380945)
e61583f
e61583f
* Fri Sep 30 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.0.0-0.rc1.2
e61583f
- Add alias 'rpm' for 'type=' option (RHBZ #1380580)
Igor Gnatenko 3702e14
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)