|
 |
61ec663 |
# Always build out-of-source
|
|
 |
49b5792 |
%define __cmake_in_source_build 1
|
|
 |
61ec663 |
|
|
 |
8d1c31a |
# default dependencies
|
|
 |
abfe6bc |
%global hawkey_version 0.66.0
|
|
Michal Luscon |
f2b8e8e |
%global libcomps_version 0.1.8
|
|
 |
b50a4af |
%global libmodulemd_version 2.9.3
|
|
 |
8d1c31a |
%global rpm_version 4.14.0
|
|
Ales Kozumplik |
5b0a3a7 |
|
|
 |
8d1c31a |
# conflicts
|
|
 |
abfe6bc |
%global conflicts_dnf_plugins_core_version 4.0.26
|
|
 |
20ccda7 |
%global conflicts_dnf_plugins_extras_version 4.0.4
|
|
 |
4f72d30 |
%global conflicts_dnfdaemon_version 0.3.19
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
# override dependencies for rhel 7
|
|
 |
8d1c31a |
%if 0%{?rhel} == 7
|
|
 |
8d1c31a |
%global rpm_version 4.11.3-32
|
|
 |
8d1c31a |
%endif
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
%if 0%{?rhel} == 7 && 0%{?centos}
|
|
 |
8d1c31a |
%global rpm_version 4.11.3-25.el7.centos.1
|
|
 |
8d1c31a |
%endif
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
# override dependencies for fedora 26
|
|
 |
8d1c31a |
%if 0%{?fedora} == 26
|
|
 |
8d1c31a |
%global rpm_version 4.13.0.1-7
|
|
 |
8d1c31a |
%endif
|
|
Ales Kozumplik |
74edd96 |
|
|
Jan Silhan |
70404f9 |
|
|
 |
93696ae |
# YUM compat subpackage configuration
|
|
 |
93696ae |
#
|
|
 |
93696ae |
# level=full -> deploy all compat symlinks (conflicts with yum < 4)
|
|
 |
93696ae |
# level=minimal -> deploy a subset of compat symlinks only
|
|
 |
93696ae |
# (no conflict with yum >= 3.4.3-505)*
|
|
 |
93696ae |
# level=preview -> minimal level with altered paths (no conflict with yum < 4)
|
|
 |
93696ae |
# *release 505 renamed /usr/bin/yum to /usr/bin/yum-deprecated
|
|
 |
93696ae |
%global yum_compat_level full
|
|
 |
93696ae |
%global yum_subpackage_name yum
|
|
 |
93696ae |
%if 0%{?fedora}
|
|
 |
7b84021 |
# Avoid file conflict with yum < 4 in all Fedoras
|
|
 |
7b84021 |
# It can be resolved by pretrans scriptlet but they are not recommended in Fedora
|
|
 |
93696ae |
%global yum_compat_level minimal
|
|
 |
93696ae |
%if 0%{?fedora} < 31
|
|
 |
93696ae |
# Avoid name conflict with yum < 4
|
|
 |
93696ae |
%global yum_subpackage_name %{name}-yum
|
|
 |
93696ae |
%endif
|
|
 |
93696ae |
%endif
|
|
 |
8d1c31a |
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
 |
93696ae |
%global yum_compat_level preview
|
|
 |
77bc332 |
%global yum_subpackage_name nextgen-yum4
|
|
 |
8d1c31a |
%endif
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
# paths
|
|
 |
8d1c31a |
%global confdir %{_sysconfdir}/%{name}
|
|
 |
8d1c31a |
%global pluginconfpath %{confdir}/plugins
|
|
 |
8d1c31a |
|
|
 |
49b5792 |
%global py3pluginpath %{python3_sitelib}/%{name}-plugins
|
|
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 |
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
%global pkg_summary Package manager
|
|
 |
8d1c31a |
%global pkg_description Utility that allows users to manage packages on their systems. \
|
|
 |
8d1c31a |
It supports RPMs, modules and comps groups & environments.
|
|
 |
8d1c31a |
|
|
Igor Gnatenko |
9c312c7 |
Name: dnf
|
|
 |
5cca6c0 |
Version: 4.14.0
|
|
 |
5cca6c0 |
Release: 1%{?dist}
|
|
 |
8d1c31a |
Summary: %{pkg_summary}
|
|
Ales Kozumplik |
74edd96 |
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
|
 |
988de10 |
License: GPLv2+
|
|
Igor Gnatenko |
9c312c7 |
URL: https://github.com/rpm-software-management/dnf
|
|
 |
4f72d30 |
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
Igor Gnatenko |
9c312c7 |
BuildArch: noarch
|
|
Jan Silhan |
accb529 |
BuildRequires: cmake
|
|
Jan Silhan |
accb529 |
BuildRequires: gettext
|
|
 |
215cb2f |
# Documentation
|
|
Ales Kozumplik |
b5e4047 |
BuildRequires: systemd
|
|
Igor Gnatenko |
9c312c7 |
BuildRequires: bash-completion
|
|
 |
0d47031 |
BuildRequires: %{_bindir}/sphinx-build-3
|
|
 |
8d1c31a |
Requires: python3-%{name} = %{version}-%{release}
|
|
 |
a2908cb |
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
 |
a2908cb |
Requires: python-dbus
|
|
Igor Gnatenko |
3e5a432 |
Requires: %{_bindir}/sqlite3
|
|
 |
a2908cb |
%else
|
|
 |
8d1c31a |
Recommends: (python3-dbus if NetworkManager)
|
|
 |
246bcac |
%endif
|
|
 |
4cffb60 |
Provides: dnf-command(alias)
|
|
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)
|
|
 |
8d1c31a |
Conflicts: python3-dnf-plugins-core < %{conflicts_dnf_plugins_core_version}
|
|
 |
2722d9d |
Conflicts: python3-dnf-plugins-extras-common < %{conflicts_dnf_plugins_extras_version}
|
|
Igor Gnatenko |
3eb943f |
|
|
Ales Kozumplik |
74edd96 |
%description
|
|
 |
8d1c31a |
%{pkg_description}
|
|
Ales Kozumplik |
74edd96 |
|
|
 |
8d1c31a |
%package data
|
|
 |
8d1c31a |
Summary: Common data and configuration files for DNF
|
|
Igor Gnatenko |
9c312c7 |
Requires: libreport-filesystem
|
|
 |
8d1c31a |
Obsoletes: %{name}-conf <= %{version}-%{release}
|
|
 |
8d1c31a |
Provides: %{name}-conf = %{version}-%{release}
|
|
Igor Gnatenko |
9c312c7 |
|
|
 |
8d1c31a |
%description data
|
|
 |
8d1c31a |
Common data and configuration files for DNF
|
|
Jan Silhan |
accb529 |
|
|
 |
8d1c31a |
%package -n %{yum_subpackage_name}
|
|
 |
a2908cb |
Requires: %{name} = %{version}-%{release}
|
|
 |
8d1c31a |
Summary: %{pkg_summary}
|
|
 |
edbb2cf |
|
|
 |
edbb2cf |
%if 0%{?fedora} && 0%{?fedora} < 31
|
|
 |
edbb2cf |
Conflicts: yum < 3.4.3-505
|
|
 |
edbb2cf |
%else
|
|
 |
93696ae |
Provides: %{name}-yum = %{version}-%{release}
|
|
 |
c4f539f |
Obsoletes: %{name}-yum < 5
|
|
 |
ff341af |
%endif
|
|
Jan Silhan |
8f39787 |
|
|
 |
8d1c31a |
%description -n %{yum_subpackage_name}
|
|
 |
8d1c31a |
%{pkg_description}
|
|
 |
8d1c31a |
|
|
Igor Gnatenko |
9c312c7 |
%package -n python3-%{name}
|
|
 |
8d1c31a |
Summary: Python 3 interface to DNF
|
|
Igor Gnatenko |
9c312c7 |
%{?python_provide:%python_provide python3-%{name}}
|
|
Jan Silhan |
accb529 |
BuildRequires: python3-devel
|
|
Michal Luscon |
f2b8e8e |
BuildRequires: python3-hawkey >= %{hawkey_version}
|
|
 |
4f72d30 |
BuildRequires: python3-libdnf >= %{hawkey_version}
|
|
Jan Silhan |
accb529 |
BuildRequires: python3-libcomps >= %{libcomps_version}
|
|
 |
4f72d30 |
BuildRequires: python3-libdnf
|
|
 |
4f72d30 |
BuildRequires: libmodulemd >= %{libmodulemd_version}
|
|
 |
4f72d30 |
Requires: libmodulemd >= %{libmodulemd_version}
|
|
 |
c681384 |
BuildRequires: python3-gpg
|
|
 |
c681384 |
Requires: python3-gpg
|
|
 |
8d1c31a |
Requires: %{name}-data = %{version}-%{release}
|
|
 |
cc00c76 |
%if 0%{?fedora}
|
|
 |
cc00c76 |
Recommends: deltarpm
|
|
 |
edbb2cf |
# required for DNSSEC main.gpgkey_dns_verification https://dnf.readthedocs.io/en/latest/conf_ref.html
|
|
 |
edbb2cf |
Recommends: python3-unbound
|
|
 |
cc00c76 |
%endif
|
|
Michal Luscon |
f2b8e8e |
Requires: python3-hawkey >= %{hawkey_version}
|
|
 |
4f72d30 |
Requires: python3-libdnf >= %{hawkey_version}
|
|
Igor Gnatenko |
9c312c7 |
Requires: python3-libcomps >= %{libcomps_version}
|
|
 |
4f72d30 |
Requires: python3-libdnf
|
|
Igor Gnatenko |
5a96c95 |
BuildRequires: python3-rpm >= %{rpm_version}
|
|
Igor Gnatenko |
5a96c95 |
Requires: python3-rpm >= %{rpm_version}
|
|
 |
a2908cb |
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
Igor Gnatenko |
9c312c7 |
Requires: rpm-plugin-systemd-inhibit
|
|
 |
a2908cb |
%else
|
|
 |
edbb2cf |
Recommends: (rpm-plugin-systemd-inhibit if systemd)
|
|
 |
8d1c31a |
%endif
|
|
Igor Gnatenko |
9c312c7 |
|
|
Igor Gnatenko |
9c312c7 |
%description -n python3-%{name}
|
|
Jan Silhan |
accb529 |
Python 3 interface to DNF.
|
|
Ales Kozumplik |
5327059 |
|
|
Ales Kozumplik |
c31e4f5 |
%package automatic
|
|
 |
8d1c31a |
Summary: %{pkg_summary} - automated upgrades
|
|
Jan Silhan |
8f39787 |
BuildRequires: systemd
|
|
Igor Gnatenko |
9c312c7 |
Requires: %{name} = %{version}-%{release}
|
|
Igor Gnatenko |
4499911 |
%{?systemd_requires}
|
|
Igor Gnatenko |
9c312c7 |
|
|
Ales Kozumplik |
c31e4f5 |
%description automatic
|
|
 |
8d1c31a |
Systemd units that can periodically download package upgrades and apply them.
|
|
 |
8d1c31a |
|
|
Ales Kozumplik |
c31e4f5 |
|
|
Ales Kozumplik |
74edd96 |
%prep
|
|
 |
4f72d30 |
%autosetup -p1
|
|
 |
8d1c31a |
|
|
 |
49b5792 |
mkdir build-py3
|
|
Ales Kozumplik |
74edd96 |
|
|
Ales Kozumplik |
74edd96 |
%build
|
|
Ales Kozumplik |
74edd96 |
|
|
 |
49b5792 |
pushd build-py3
|
|
 |
49b5792 |
%cmake .. -DPYTHON_DESIRED:FILEPATH=%{__python3} -DDNF_VERSION=%{version}
|
|
 |
49b5792 |
%make_build
|
|
 |
49b5792 |
make doc-man
|
|
 |
49b5792 |
popd
|
|
 |
8d1c31a |
|
|
Ales Kozumplik |
74edd96 |
%install
|
|
 |
8d1c31a |
|
|
 |
49b5792 |
pushd build-py3
|
|
 |
49b5792 |
%make_install
|
|
 |
49b5792 |
popd
|
|
Ales Kozumplik |
74edd96 |
|
|
 |
8d1c31a |
%find_lang %{name}
|
|
 |
8d1c31a |
mkdir -p %{buildroot}%{confdir}/vars
|
|
 |
4cffb60 |
mkdir -p %{buildroot}%{confdir}/aliases.d
|
|
Igor Gnatenko |
9c312c7 |
mkdir -p %{buildroot}%{pluginconfpath}/
|
|
 |
4f72d30 |
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules.d
|
|
 |
4f72d30 |
mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules.defaults.d
|
|
Igor Gnatenko |
9c312c7 |
mkdir -p %{buildroot}%{py3pluginpath}/__pycache__/
|
|
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 |
5d4a1bf |
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf
|
|
Igor Gnatenko |
5d4a1bf |
mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic
|
|
 |
93696ae |
rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
|
|
 |
93696ae |
|
|
 |
c4f539f |
# Strict conf distribution
|
|
 |
c4f539f |
%if 0%{?rhel}
|
|
 |
c4f539f |
mv -f %{buildroot}%{confdir}/%{name}-strict.conf %{buildroot}%{confdir}/%{name}.conf
|
|
 |
c4f539f |
%else
|
|
 |
c4f539f |
rm -vf %{buildroot}%{confdir}/%{name}-strict.conf
|
|
 |
c4f539f |
%endif
|
|
 |
c4f539f |
|
|
 |
93696ae |
# YUM compat layer
|
|
 |
93696ae |
ln -sr %{buildroot}%{confdir}/%{name}.conf %{buildroot}%{_sysconfdir}/yum.conf
|
|
 |
93696ae |
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/yum
|
|
 |
93696ae |
%if "%{yum_compat_level}" == "full"
|
|
 |
972e9be |
mkdir -p %{buildroot}%{_sysconfdir}/yum
|
|
 |
972e9be |
ln -sr %{buildroot}%{pluginconfpath} %{buildroot}%{_sysconfdir}/yum/pluginconf.d
|
|
 |
972e9be |
ln -sr %{buildroot}%{confdir}/protected.d %{buildroot}%{_sysconfdir}/yum/protected.d
|
|
 |
972e9be |
ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
|
 |
972e9be |
%endif
|
|
 |
246bcac |
|
|
 |
8d1c31a |
|
|
Ales Kozumplik |
fed13af |
%check
|
|
 |
8d1c31a |
|
|
 |
49b5792 |
pushd build-py3
|
|
 |
49b5792 |
ctest -VV
|
|
 |
49b5792 |
popd
|
|
Igor Gnatenko |
9c312c7 |
|
|
 |
8d1c31a |
|
|
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 |
|
|
 |
8d1c31a |
|
|
Igor Gnatenko |
9c312c7 |
%post automatic
|
|
 |
56d18f5 |
%systemd_post dnf-automatic.timer dnf-automatic-notifyonly.timer dnf-automatic-download.timer dnf-automatic-install.timer
|
|
Igor Gnatenko |
9c312c7 |
|
|
Igor Gnatenko |
9c312c7 |
%preun automatic
|
|
 |
56d18f5 |
%systemd_preun dnf-automatic.timer dnf-automatic-notifyonly.timer dnf-automatic-download.timer dnf-automatic-install.timer
|
|
Igor Gnatenko |
9c312c7 |
|
|
Igor Gnatenko |
9c312c7 |
%postun automatic
|
|
 |
56d18f5 |
%systemd_postun_with_restart dnf-automatic.timer dnf-automatic-notifyonly.timer dnf-automatic-download.timer dnf-automatic-install.timer
|
|
Igor Gnatenko |
9c312c7 |
|
|
 |
8d1c31a |
|
|
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*
|
|
 |
ff341af |
%{_mandir}/man7/dnf.modularity.7*
|
|
 |
7266d05 |
%{_mandir}/man5/dnf-transaction-json.5*
|
|
Igor Gnatenko |
9c312c7 |
%{_unitdir}/%{name}-makecache.service
|
|
Igor Gnatenko |
9c312c7 |
%{_unitdir}/%{name}-makecache.timer
|
|
Igor Gnatenko |
9c312c7 |
%{_var}/cache/%{name}/
|
|
Jan Silhan |
accb529 |
|
|
 |
8d1c31a |
%files data
|
|
Michal Luscon |
fa35c48 |
%license COPYING PACKAGE-LICENSING
|
|
Michal Luscon |
fa35c48 |
%doc AUTHORS README.rst
|
|
Ales Kozumplik |
5327059 |
%dir %{confdir}
|
|
 |
8d1c31a |
%dir %{confdir}/modules.d
|
|
 |
8d1c31a |
%dir %{confdir}/modules.defaults.d
|
|
Ales Kozumplik |
56fbe46 |
%dir %{pluginconfpath}
|
|
 |
1e2260e |
%dir %{confdir}/protected.d
|
|
 |
8d1c31a |
%dir %{confdir}/vars
|
|
 |
4cffb60 |
%dir %{confdir}/aliases.d
|
|
 |
f75f077 |
%exclude %{confdir}/aliases.d/zypper.conf
|
|
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}
|
|
 |
4cffb60 |
%ghost %attr(644,-,-) %{_localstatedir}/log/hawkey.log
|
|
 |
4cffb60 |
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.log
|
|
 |
4cffb60 |
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.librepo.log
|
|
 |
4cffb60 |
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.rpm.log
|
|
 |
4cffb60 |
%ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.plugin.log
|
|
 |
4cffb60 |
%ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}
|
|
 |
4cffb60 |
%ghost %attr(644,-,-) %{_sharedstatedir}/%{name}/groups.json
|
|
 |
4cffb60 |
%ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}/yumdb
|
|
 |
4cffb60 |
%ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}/history
|
|
 |
a2908cb |
%{_mandir}/man5/%{name}.conf.5*
|
|
Igor Gnatenko |
9c312c7 |
%{_tmpfilesdir}/%{name}.conf
|
|
Ales Kozumplik |
5327059 |
%{_sysconfdir}/libreport/events.d/collect_dnf.conf
|
|
Ales Kozumplik |
5327059 |
|
|
 |
8d1c31a |
%files -n %{yum_subpackage_name}
|
|
 |
93696ae |
%if "%{yum_compat_level}" == "full"
|
|
 |
8d1c31a |
%{_bindir}/yum
|
|
 |
8d1c31a |
%{_sysconfdir}/yum.conf
|
|
 |
972e9be |
%{_sysconfdir}/yum/pluginconf.d
|
|
 |
972e9be |
%{_sysconfdir}/yum/protected.d
|
|
 |
972e9be |
%{_sysconfdir}/yum/vars
|
|
 |
8d1c31a |
%{_mandir}/man8/yum.8*
|
|
 |
93696ae |
%{_mandir}/man5/yum.conf.5.*
|
|
 |
972e9be |
%{_mandir}/man8/yum-shell.8*
|
|
 |
4cffb60 |
%{_mandir}/man1/yum-aliases.1*
|
|
 |
20ccda7 |
%config(noreplace) %{confdir}/protected.d/yum.conf
|
|
 |
972e9be |
%else
|
|
 |
93696ae |
%exclude %{_sysconfdir}/yum.conf
|
|
 |
972e9be |
%exclude %{_sysconfdir}/yum/pluginconf.d
|
|
 |
972e9be |
%exclude %{_sysconfdir}/yum/protected.d
|
|
 |
972e9be |
%exclude %{_sysconfdir}/yum/vars
|
|
 |
20ccda7 |
%exclude %{confdir}/protected.d/yum.conf
|
|
 |
8d1c31a |
%exclude %{_mandir}/man5/yum.conf.5.*
|
|
 |
93696ae |
%exclude %{_mandir}/man8/yum-shell.8*
|
|
 |
93696ae |
%exclude %{_mandir}/man1/yum-aliases.1*
|
|
 |
8d1c31a |
%endif
|
|
 |
a2908cb |
|
|
 |
93696ae |
%if "%{yum_compat_level}" == "minimal"
|
|
Jan Silhan |
8f39787 |
%{_bindir}/yum
|
|
 |
77bc332 |
%{_mandir}/man8/yum.8*
|
|
 |
77bc332 |
%endif
|
|
 |
93696ae |
|
|
 |
93696ae |
%if "%{yum_compat_level}" == "preview"
|
|
 |
93696ae |
%{_bindir}/yum4
|
|
 |
93696ae |
%{_mandir}/man8/yum4.8*
|
|
 |
93696ae |
%exclude %{_mandir}/man8/yum.8*
|
|
 |
a2908cb |
%endif
|
|
Jan Silhan |
8f39787 |
|
|
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__
|
|
Ales Kozumplik |
b5e4047 |
|
|
Ales Kozumplik |
c31e4f5 |
%files automatic
|
|
Igor Gnatenko |
9c312c7 |
%{_bindir}/%{name}-automatic
|
|
Ales Kozumplik |
c31e4f5 |
%config(noreplace) %{confdir}/automatic.conf
|
|
 |
ff341af |
%{_mandir}/man8/%{name}-automatic.8*
|
|
 |
a6f8957 |
%{_unitdir}/%{name}-automatic.service
|
|
 |
a6f8957 |
%{_unitdir}/%{name}-automatic.timer
|
|
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 |
%{python3_sitelib}/%{name}/automatic/
|
|
Ales Kozumplik |
c31e4f5 |
|
|
Ales Kozumplik |
74edd96 |
%changelog
|
|
 |
5cca6c0 |
* Fri Sep 09 2022 Jaroslav Rohel <jrohel@redhat.com> - 4.14.0-1
|
|
 |
5cca6c0 |
- Update to 4.14.0
|
|
 |
5cca6c0 |
- doc: Describe how gpg keys are stored for `repo_ggpcheck` (RhBug:2020678)
|
|
 |
5cca6c0 |
- Set default value for variable to prevent crash (RhBug:2091636)
|
|
 |
5cca6c0 |
- Add only relevant pkgs to upgrade transaction (RhBug:2097757)
|
|
 |
5cca6c0 |
- Use `installed_all` because `installed_query` is filtered user input
|
|
 |
5cca6c0 |
- Don't include resolved advisories for obsoletes filtering with security filters (RhBug:2101421)
|
|
 |
5cca6c0 |
- Allow passing plugin parameters with dashes in names (RhBug:1980712)
|
|
 |
5cca6c0 |
- Fix upgrade from file to noarch pkg (RhBug:2006018)
|
|
 |
5cca6c0 |
- Translations update
|
|
 |
5cca6c0 |
- Expose plugin unload method to API (RhBug:2047251)
|
|
 |
5cca6c0 |
- Add support for group upgrade rollback (RhBug:2016070)
|
|
 |
5cca6c0 |
- Fix broken dependencies error reporting (RhBug:2088422)
|
|
 |
5cca6c0 |
- Add doc related to --destdir and --downloadonly options (RhBug:2100811)
|
|
 |
5cca6c0 |
|
|
 |
6ea2fb7 |
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.0-3
|
|
 |
6ea2fb7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
6ea2fb7 |
|
|
 |
bb79c6a |
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 4.13.0-2
|
|
 |
bb79c6a |
- Rebuilt for Python 3.11
|
|
 |
bb79c6a |
|
|
 |
c9ee89a |
* Mon May 30 2022 Jaroslav Rohel <jrohel@redhat.com> - 4.13.0-1
|
|
 |
c9ee89a |
- Update to 4.13.0
|
|
 |
c9ee89a |
- Base.reset: plug (temporary) leak of libsolv's page file descriptors
|
|
 |
c9ee89a |
- Small change to better present the option
|
|
 |
c9ee89a |
- Use sqlite cache to make bash completion snappier (RhBug:1815895)
|
|
 |
c9ee89a |
|
|
 |
712c0f3 |
* Fri May 13 2022 Marek Blaha <mblaha@redhat.com> - 4.12.0-2
|
|
 |
712c0f3 |
- Backport patch to not use re.template() deprecated in Python 3.11
|
|
 |
712c0f3 |
|
|
 |
a686b9f |
* Thu May 05 2022 Jaroslav Rohel <jrohel@redhat.com> - 4.12.0-1
|
|
 |
a686b9f |
- Update to 4.12.0
|
|
 |
a686b9f |
- dnf.conf: hint users where to find more info about defaults and other options
|
|
 |
a686b9f |
- Fix unittests that relied on checksum being at the end of solvfiles
|
|
 |
a686b9f |
- completion: remove unnecessary echo
|
|
 |
a686b9f |
- Fix remove when no repos are enabled (RhBug:2064341)
|
|
 |
a686b9f |
- Add loongarch support for dnf
|
|
 |
a686b9f |
- Add spaces between words to fix typos (RhBug:2077296)
|
|
 |
a686b9f |
- [doc] Improve "proxy" configuration option documentation (RhBug:2072332)
|
|
 |
a686b9f |
- Fix download errors handling in non-english locales (RhBug:2024527)
|
|
 |
a686b9f |
|
|
 |
d39805f |
* Thu Apr 28 2022 Richard W.M. Jones <rjones@redhat.com> - 4.11.1-3
|
|
 |
d39805f |
- Backport fix for leak of libsolv's page file descriptors
|
|
 |
d39805f |
|
|
 |
07b4724 |
* Wed Mar 30 2022 Jaroslav Rohel <jrohel@redhat.com> - 4.11.1-2
|
|
 |
07b4724 |
- Backport patch to fix: dnf breaks updateprocess with "already downloaded" (RhBug:2024527)
|
|
 |
07b4724 |
|
|
 |
abfe6bc |
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.1-1
|
|
 |
abfe6bc |
- Update to 4.11.1
|
|
 |
abfe6bc |
|
|
 |
56ba85b |
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.0-3
|
|
 |
56ba85b |
- Lower conflict with dnf-plugins-core
|
|
 |
56ba85b |
|
|
 |
7032230 |
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.0-2
|
|
 |
7032230 |
- Use older source to resolve interdependencies
|
|
 |
7032230 |
|
|
 |
edbb2cf |
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.11.0-1
|
|
 |
edbb2cf |
- Allow destdir option with modulesync command
|
|
 |
edbb2cf |
- Add documentation for query api flags (RhBug:2035577)
|
|
 |
edbb2cf |
- Fix swap command to work with local rpm files correctly (RhBug:2036434)
|
|
 |
edbb2cf |
- Don't recommend %{_bindir}/sqlite3 for bash-completion (RhBug:1947925)
|
|
 |
edbb2cf |
- Recommend rpm-plugin-systemd-inhibit only if systemd (RhBug:1947924)
|
|
 |
edbb2cf |
- Fix regression in verifying signatures using rpmkeys
|
|
 |
edbb2cf |
- Use rpm.TransactionSet.dbCookie() to determining if rpmdb has changed (RhBug:2043476)
|
|
 |
edbb2cf |
- Fix decompression of groups.xml (RhBug:2030255)
|
|
 |
edbb2cf |
- Fix history undo on a Reason Change (RhBug:2010259,2053014)
|
|
 |
edbb2cf |
- Remove /usr/bin from sys.path to avoid accidentally importing garbage
|
|
 |
edbb2cf |
- Fix: Python dnf API does not respect cacheonly (RhBug:1862970)
|
|
 |
edbb2cf |
- Fix python3.11 build: remove deprecated, update traceback regex
|
|
 |
edbb2cf |
- fix dnf mark error when history sqlite missing
|
|
 |
edbb2cf |
- [doc] Improve description of multilib_policy=all (RhBug:1996681,1995630)
|
|
 |
edbb2cf |
- [doc] clarify effect of --enablerepo and --disablerepo options (RhBug:2031414)
|
|
 |
edbb2cf |
- [doc] default values for module_obsoletes and module_stream_switch (RhBug: 2051846)
|
|
 |
edbb2cf |
|
|
 |
c1962de |
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.0-2
|
|
 |
c1962de |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
c1962de |
|
|
 |
1afe0fd |
* Thu Oct 21 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.10.0-1
|
|
 |
1afe0fd |
- Update to 4.10.0
|
|
 |
1afe0fd |
- Add support for autodetecting packages to be excluded from being installed as weak dependencies (RhBug:1699672)
|
|
 |
1afe0fd |
- Add support for excluding packages to be installed as weak dependencies (RhBug:1699672)
|
|
 |
1afe0fd |
- Add fail_fast parameter to download_payloads methods for use in reposync
|
|
 |
1afe0fd |
- Acquire all relevant locks during "dnf clean"
|
|
 |
1afe0fd |
- API: Raise CompsError when group/env not found in install_group and install_environment (RhBug:1947958)
|
|
 |
1afe0fd |
|
|
 |
be31863 |
* Thu Sep 23 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.9.0-1
|
|
 |
be31863 |
- Update to 4.9.0
|
|
 |
be31863 |
- [API] Add method "set_or_append_opt_value" to BaseConfig (RhBug:1967925)
|
|
 |
be31863 |
- Add aliases for commands: info, updateinfo, provides (RhBug:1938333)
|
|
 |
be31863 |
- Add report about demodularized rpms into module info (RhBug:1805260)
|
|
 |
be31863 |
- Remove DNSSEC errors on COPR group email keys
|
|
 |
be31863 |
- Documentation inprovements - bugs: 1938352, 1993899, 1963704
|
|
 |
be31863 |
|
|
 |
5cca631 |
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-2
|
|
 |
5cca631 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
5cca631 |
|
|
 |
99d3a65 |
* Tue Jun 15 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.8.0-1
|
|
 |
99d3a65 |
- Update to 4.8.0
|
|
 |
99d3a65 |
- Do not assume that a remote rpm is complete if present
|
|
 |
99d3a65 |
- Use positive percentage for "Failed delta RPMs" message
|
|
 |
99d3a65 |
- Remove redundant new line in Groups output
|
|
 |
99d3a65 |
- Format empty group names outputs to <name-unset>
|
|
 |
99d3a65 |
- [doc] Document default colors
|
|
 |
99d3a65 |
- Use rpmkeys alone to verify signature
|
|
 |
99d3a65 |
- Add dnf.error message to explain rpm.error traceback when package not found after resolving a transaction (RhBug:1815327,1887293,1909845)
|
|
 |
99d3a65 |
- Bugs fixed (RhBug:1946975,1955309)
|
|
 |
99d3a65 |
|
|
 |
7d976af |
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 4.7.0-2
|
|
 |
7d976af |
- Rebuilt for Python 3.10
|
|
 |
7d976af |
|
|
 |
95970b8 |
* Thu Apr 15 2021 Nicola Sella <nsella@redhat.com> - 4.7.0-1
|
|
 |
95970b8 |
- Improve repo config path ordering to fix a comps merging issue (RhBug:1928181)
|
|
 |
95970b8 |
- Keep reason when package is removed (RhBug:1921063)
|
|
 |
95970b8 |
- Improve mechanism for application of security filters (RhBug:1918475)
|
|
 |
95970b8 |
- [doc] Add description for new API
|
|
 |
95970b8 |
- [API] Add new method for reset of security filters
|
|
 |
95970b8 |
- [doc] Improve documentation for Hotfix repositories
|
|
 |
95970b8 |
- [doc] fix: "makecache" command downloads only enabled repositories
|
|
 |
95970b8 |
- Use libdnf.utils.checksum_{check,value}
|
|
 |
95970b8 |
- [doc] Add info that maximum parallel downloads is 20
|
|
 |
95970b8 |
- Increase loglevel in case of invalid config options
|
|
 |
95970b8 |
- [doc] installonly_limit documentation follows behavior
|
|
 |
95970b8 |
- Prevent traceback (catch ValueError) if pkg is from cmdline
|
|
 |
95970b8 |
- Add documentation for config option sslverifystatus (RhBug:1814383)
|
|
 |
95970b8 |
- Check for specific key string when verifing signatures (RhBug:1915990)
|
|
 |
95970b8 |
- Use rpmkeys binary to verify package signature (RhBug:1915990)
|
|
 |
95970b8 |
- Bugs fixed (RhBug:1916783)
|
|
 |
95970b8 |
- Preserve file mode during log rotation (RhBug:1910084)
|
|
 |
95970b8 |
|
|
 |
49b5792 |
* Tue Mar 02 2021 Nicola Sella <nsella@redhat.com> - 4.6.1-1
|
|
 |
49b5792 |
- Update to 4.6.1
|
|
 |
49b5792 |
- Fix recreate script
|
|
 |
49b5792 |
- Add unit test for fill_sack_from_repos_in_cache (RhBug:1865803)
|
|
 |
49b5792 |
- Add docs and examples for fill_sack_from_repos_in_cache (RhBug:1865803)
|
|
 |
49b5792 |
- [spec] remove python2 support
|
|
 |
49b5792 |
- Remove problematic language
|
|
 |
49b5792 |
- The noroot plugin no longer exists, remove mention
|
|
 |
49b5792 |
- Run tests for fill_sack_from_repos_in_cache in installroot (RhBug:1865803)
|
|
 |
49b5792 |
- expand history to full term size when output is redirected (RhBug:1852577) (RhBug:1852577,1906970)
|
|
 |
49b5792 |
- [doc] Fix: "sslcacert" contains path to the file
|
|
 |
49b5792 |
- [doc] Added proxy ssl configuration options, increase libdnf require
|
|
 |
49b5792 |
- Set persistdir and substitutions for fill_sack_from_repos_in_cache tests (RhBug:1865803)
|
|
 |
49b5792 |
- Update documentation for module_obsoletes and module_stream_switch
|
|
 |
49b5792 |
- print additional information when verifying GPG key using DNS
|
|
 |
49b5792 |
- Bugs fixed (RhBug:1897573)
|
|
 |
49b5792 |
- Remove hardcoded logfile permissions (RhBug:1910084)
|
|
 |
49b5792 |
- Enhanced detection of plugins removed in transaction (RhBug:1929163)
|
|
 |
49b5792 |
|
|
 |
67f1214 |
* Thu Jan 28 2021 Nicola Sella <nsella@redhat.com> - 4.6.0-1
|
|
 |
67f1214 |
- Update to 4.6.0
|
|
 |
67f1214 |
- Log scriptlets output also for API users (RhBug:1847340)
|
|
 |
67f1214 |
- Fix module remove --all when no match spec (RhBug:1904490)
|
|
 |
67f1214 |
- yum.misc.decompress() to handle uncompressed files (RhBug:1895059)
|
|
 |
67f1214 |
- Make an error message more informative (RhBug:1814831)
|
|
 |
67f1214 |
- Add deprecation notice to help messages of deplist
|
|
 |
67f1214 |
- Remove Base._history_undo_operations() as it was replaced with transaction_sr code
|
|
 |
67f1214 |
- cli/output: Return number of listed packages from listPkgs()
|
|
 |
67f1214 |
- Clean up history command error handling
|
|
 |
67f1214 |
- [doc] Describe install with just a name and obsoletes (RhBug:1902279)
|
|
 |
67f1214 |
- Add api function fill_sack_from_repos_in_cache to allow loading a repo cache with repomd and (solv file or primary xml) only (RhBug:1865803)
|
|
 |
67f1214 |
- Packages installed/removed via DNF API are logged into dnf.log (RhBug:1855158)
|
|
 |
67f1214 |
- Support comps groups in history redo (RhBug:1657123,1809565,1809639)
|
|
 |
67f1214 |
- Support comps groups in history rollback (RhBug:1657123,1809565,1809639)
|
|
 |
67f1214 |
- Support comps groups in history undo (RhBug:1657123,1809565,1809639)
|
|
 |
67f1214 |
- New optional parameter for filter_modules enables following modular obsoletes based on a config option module_obsoletes
|
|
 |
67f1214 |
- Add get_header() method to the Package class (RhBug:1876606)
|
|
 |
67f1214 |
- Fix documentation of globs not supporting curly brackets (RhBug:1913418)
|
|
 |
67f1214 |
|
|
 |
4904509 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.2-2
|
|
 |
4904509 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
4904509 |
|
|
 |
823e638 |
* Thu Dec 03 2020 Nicola Sella <nsella@redhat.com> - 4.5.2-1
|
|
 |
823e638 |
- Update to 4.5.2
|
|
 |
823e638 |
- Change behaviour of Package().from_repo
|
|
 |
823e638 |
|
|
 |
b50a4af |
* Wed Dec 02 2020 Nicola Sella <nsella@redhat.com> - 4.5.1-1
|
|
 |
b50a4af |
- Add a get_current() method to SwdbInterface
|
|
 |
b50a4af |
- Add `from_repo` attribute for Package class (RhBug:1898968,1879168)
|
|
 |
b50a4af |
- Correct description of Package().reponane attribute
|
|
 |
b50a4af |
- Add unittest for new API
|
|
 |
b50a4af |
- Make rotated log file (mode, owner, group) match previous log settings (RhBug:1894344)
|
|
 |
b50a4af |
- [doc] Improve description of modular filtering
|
|
 |
b50a4af |
- [doc] add documentation for from_repo
|
|
 |
b50a4af |
- [doc] deprecated alias for dnf repoquery --deplist <deplist_option-label>
|
|
 |
b50a4af |
- New config option module_allow_stream_switch allows switching enabled streams
|
|
 |
b50a4af |
|
|
 |
e1d5fb4 |
* Mon Nov 23 2020 Nicola Sella <nsella@redhat.com> - 4.4.2-1
|
|
 |
e1d5fb4 |
- Update to 4.4.2
|
|
 |
e1d5fb4 |
- spec: Fix building with new cmake macros (backport from downstream)
|
|
 |
e1d5fb4 |
- Warn about key retrieval over http:
|
|
 |
e1d5fb4 |
- Fix --setopt=cachedir writing outside of installroot
|
|
 |
e1d5fb4 |
- Add vendor to dnf API (RhBug:1876561)
|
|
 |
e1d5fb4 |
- Add allow_vendor_change option (RhBug:1788371) (RhBug:1788371)
|
|
 |
e1d5fb4 |
|
|
 |
19fe3a1 |
* Thu Oct 29 2020 Adam Williamson <awilliam@redhat.com> - 4.4.0-3
|
|
 |
19fe3a1 |
- Rebuild to keep NVR ahead of Fedora 32
|
|
 |
19fe3a1 |
|
|
 |
988de10 |
* Tue Oct 13 2020 Ales Matej <amatej@redhat.com> - 4.4.0-2
|
|
 |
988de10 |
- Increase required libdnf (hawkey) version
|
|
 |
988de10 |
|
|
 |
7266d05 |
* Wed Oct 07 2020 Nicola Sella <nsella@redhat.com> - 4.4.0-1
|
|
 |
7266d05 |
- Update to 4.4.0
|
|
 |
7266d05 |
- Handle empty comps group name (RhBug:1826198)
|
|
 |
7266d05 |
- Remove dead history info code (RhBug:1845800)
|
|
 |
7266d05 |
- Improve command emmitter in dnf-automatic
|
|
 |
7266d05 |
- Enhance --querytags and --qf help output
|
|
 |
7266d05 |
- [history] add option --reverse to history list (RhBug:1846692)
|
|
 |
7266d05 |
- Add logfilelevel configuration (RhBug:1802074)
|
|
 |
7266d05 |
- Don't turn off stdout/stderr logging longer than necessary (RhBug:1843280)
|
|
 |
7266d05 |
- Mention the date/time that updates were applied
|
|
 |
7266d05 |
- [dnf-automatic] Wait for internet connection (RhBug:1816308)
|
|
 |
7266d05 |
- [doc] Enhance repo variables documentation (RhBug:1848161,1848615)
|
|
 |
7266d05 |
- Add librepo logger for handling messages from librepo (RhBug:1816573)
|
|
 |
7266d05 |
- [doc] Add package-name-spec to the list of possible specs
|
|
 |
7266d05 |
- [doc] Do not use <package-nevr-spec>
|
|
 |
7266d05 |
- [doc] Add section to explain -n, -na and -nevra suffixes
|
|
 |
7266d05 |
- Add alias 'ls' for list command
|
|
 |
7266d05 |
- README: Reference Fedora Weblate instead of Zanata
|
|
 |
7266d05 |
- remove log_lock.pid after reboot(Rhbug:1863006)
|
|
 |
7266d05 |
- comps: Raise CompsError when removing a non-existent group
|
|
 |
7266d05 |
- Add methods for working with comps to RPMTransactionItemWrapper
|
|
 |
7266d05 |
- Implement storing and replaying a transaction
|
|
 |
7266d05 |
- Log failure to access last makecache time as warning
|
|
 |
7266d05 |
- [doc] Document Substitutions class
|
|
 |
7266d05 |
- Dont document removed attribute ``reports`` for get_best_selector
|
|
 |
7266d05 |
- Change the debug log timestamps from UTC to local time
|
|
 |
7266d05 |
|
|
 |
ceaade2 |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.23-2
|
|
 |
ceaade2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
ceaade2 |
|
|
 |
2722d9d |
* Tue Jun 02 2020 Nicola Sella <nsella@redhat.com> - 4.2.23-1
|
|
 |
2722d9d |
- Fix behavior of install-n, autoremove-n, remove-n, repoquery-n
|
|
 |
2722d9d |
- Fix behavior of localinstall and list-updateinfo aliases
|
|
 |
2722d9d |
- Add updated field to verbose output of updateinfo list (RhBug: 1801092)
|
|
 |
2722d9d |
- Add comment option to transaction (RhBug:1773679)
|
|
 |
2722d9d |
- Add new API for handling gpg signatures (RhBug:1339617)
|
|
 |
2722d9d |
- Verify GPG signatures when running dnf-automatic (RhBug:1793298)
|
|
 |
2722d9d |
- Fix up Conflicts: on python-dnf-plugins-extras
|
|
 |
2722d9d |
- [doc] Move yum-plugin-post-transaction-actions to dnf-plugins-core
|
|
 |
2722d9d |
- Remove args "--set-enabled", "--set-disabled" from DNF (RhBug:1727882)
|
|
 |
2722d9d |
- Search command is now alphabetical (RhBug:1811802)
|
|
 |
2722d9d |
- Fix downloading packages with full URL as their location
|
|
 |
2722d9d |
- repo: catch libdnf.error.Error in addition to RuntimeError in load() (RhBug:1788182)
|
|
 |
2722d9d |
- History table to max size when redirect to file (RhBug:1786335,1786316)
|
|
 |
2722d9d |
|
|
 |
0984b11 |
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 4.2.21-2
|
|
 |
0984b11 |
- Rebuilt for Python 3.9
|
|
 |
0984b11 |
|
|
 |
fba4b61 |
* Wed Apr 01 2020 Aleš Matěj <amatej@redhat.com> - 4.2.21-1
|
|
 |
fba4b61 |
- Update to 4.2.21
|
|
 |
fba4b61 |
- Fix completion helper if solv files not in roon cache (RhBug:1714376)
|
|
 |
fba4b61 |
- Add bash completion for 'dnf module' (RhBug:1565614)
|
|
 |
fba4b61 |
- Check command no longer reports missing %pre and %post deps (RhBug:1543449)
|
|
 |
fba4b61 |
- Check if arguments can be encoded in 'utf-8'
|
|
 |
fba4b61 |
- [doc] Remove incorrect information about includepkgs (RhBug:1813460)
|
|
 |
fba4b61 |
- Fix crash with "dnf -d 6 repolist" (RhBug:1812682)
|
|
 |
fba4b61 |
- Do not print the first empty line for repoinfo
|
|
 |
fba4b61 |
- Redirect logger and repo download progress when --verbose
|
|
 |
fba4b61 |
- Respect repo priority when listing packages (RhBug:1800342)
|
|
 |
fba4b61 |
- [doc] Document that list and info commands respect repo priority
|
|
 |
fba4b61 |
- [repoquery] Do not protect running kernel for --unsafisfied (RhBug:1750745)
|
|
 |
fba4b61 |
- Remove misleading green color from the "broken dependencies" lines (RhBug:1814192)
|
|
 |
fba4b61 |
- [doc] Document color options
|
|
 |
fba4b61 |
|
|
 |
d1e691d |
* Mon Feb 24 2020 Aleš Matěj <amatej@redhat.com> - 4.2.19-1
|
|
 |
d1e691d |
- List arguments: only first empty value is used (RhBug:1788154)
|
|
 |
d1e691d |
- Report missing profiles or default as broken module (RhBug:1790967)
|
|
 |
d1e691d |
- repoquery: fix rich deps matching by using provide expansion from libdnf (RhBug:1534123)
|
|
 |
d1e691d |
- [documentation] repoquery --what* with multiple arguments (RhBug:1790262)
|
|
 |
d1e691d |
- Format history table to use actual terminal width (RhBug:1786316)
|
|
 |
d1e691d |
- Update `dnf alias` documentation
|
|
 |
d1e691d |
- Handle custom exceptions from libdnf
|
|
 |
d1e691d |
- Fix _skipped_packages to return only skipped (RhBug:1774617)
|
|
 |
d1e691d |
- Add setter for tsi.reason
|
|
 |
d1e691d |
- Add new hook for commands: Run_resolved
|
|
 |
d1e691d |
- Add doc entry: include url (RhBug 1786072)
|
|
 |
d1e691d |
- Clean also .yaml repository metadata
|
|
 |
d1e691d |
- New API function base.setup_loggers() (RhBug:1788212)
|
|
 |
d1e691d |
- Use WantedBy=timers.target for all dnf timers (RhBug:1798475)
|
|
 |
d1e691d |
|
|
 |
00f63a1 |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.18-2
|
|
 |
00f63a1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
00f63a1 |
|
|
 |
b457697 |
* Wed Jan 15 2020 Aleš Matěj <amatej@redhat.com> - 4.2.18-1
|
|
 |
b457697 |
- [doc] Remove note about user-agent whitelist
|
|
 |
b457697 |
- Do a substitution of variables in repo_id (RhBug:1748841)
|
|
 |
b457697 |
- Respect order of config files in aliases.d (RhBug:1680489)
|
|
 |
b457697 |
- Unify downgrade exit codes with upgrade (RhBug:1759847)
|
|
 |
b457697 |
- Improve help for 'dnf module' command (RhBug:1758447)
|
|
 |
b457697 |
- Add shell restriction for local packages (RhBug:1773483)
|
|
 |
b457697 |
- Fix detection of the latest module (RhBug:1781769)
|
|
 |
b457697 |
- Document the retries config option only works for packages (RhBug:1783041)
|
|
 |
b457697 |
- Sort packages in transaction output by nevra (RhBug:1773436)
|
|
 |
b457697 |
- Honor repo priority with check-update (RhBug:1769466)
|
|
 |
b457697 |
- Strip '\' from aliases when processing (RhBug:1680482)
|
|
 |
b457697 |
- Print the whole alias definition in case of infinite recursion (RhBug:1680488)
|
|
 |
b457697 |
- Add support of commandline packages by repoquery (RhBug:1784148)
|
|
 |
b457697 |
- Running with tsflags=test doesn't update log files
|
|
 |
b457697 |
- Restore functionality of remove --oldinstallonly
|
|
 |
b457697 |
- Allow disabling individual aliases config files (RhBug:1680566)
|
|
 |
b457697 |
|
|
 |
c10bc84 |
* Fri Nov 29 2019 Ales Matej <amatej@redhat.com> - 4.2.17-1
|
|
 |
c10bc84 |
- Enable versionlock for check-update command (RhBug:1750620)
|
|
 |
c10bc84 |
- Add error message when no active modules matched (RhBug:1696204)
|
|
 |
c10bc84 |
- Log mirror failures as warning when repo load fails (RhBug:1713627)
|
|
 |
c10bc84 |
- dnf-automatic: Change all systemd timers to a fixed time of day (RhBug:1754609)
|
|
 |
c10bc84 |
- DNF can use config from the remote location (RhBug:1721091)
|
|
 |
c10bc84 |
- [doc] update reference to plugin documentation (RhBug:1706386)
|
|
 |
c10bc84 |
- [yum compatibility] Report all packages in repoinfo
|
|
 |
c10bc84 |
- [doc] Add definition of active/inactive module stream
|
|
 |
c10bc84 |
- repoquery: Add a switch to disable modular excludes
|
|
 |
c10bc84 |
- Report more informative messages when no match for argument (RhBug:1709563)
|
|
 |
c10bc84 |
- [doc] Add description of excludes in dnf
|
|
 |
c10bc84 |
- Report more descriptive message when removed package is excluded
|
|
 |
c10bc84 |
- Add module repoquery command
|
|
 |
c10bc84 |
- Fix assumptions about ARMv8 and the way the rpm features work (RhBug:1691430)
|
|
 |
c10bc84 |
- Add Requires information into module info commands
|
|
 |
c10bc84 |
- Enhance inheritance of transaction reasons (RhBug:1672618,1769788)
|
|
 |
c10bc84 |
- Make DNF compatible with FIPS mode (RhBug:1762032)
|
|
 |
c10bc84 |
- Return always alphabetically sorted modular profiles
|
|
 |
c10bc84 |
|
|
 |
26974bf |
* Tue Nov 12 2019 Ales Matej <amatej@redhat.com> - 4.2.15-2
|
|
 |
26974bf |
- Revert: Fix messages for starting and failing scriptlets (RhBug:1724779)
|
|
 |
26974bf |
- Fix traceback when trying to install package with fileconflict
|
|
 |
26974bf |
|
|
 |
c4f539f |
* Wed Nov 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.15-1
|
|
 |
c4f539f |
- Update to 4.2.15
|
|
 |
c4f539f |
- Fix downloading local packages into destdir (RhBug:1727137)
|
|
 |
c4f539f |
- Report skipped packages with identical nevra only once (RhBug:1643109)
|
|
 |
c4f539f |
- Restore functionality of dnf remove --duplicates (RhBug:1674296)
|
|
 |
c4f539f |
- Improve API documentation
|
|
 |
c4f539f |
- Document NEVRA parsing in the man page
|
|
 |
c4f539f |
- Do not wrap output when no terminal (RhBug:1577889)
|
|
 |
c4f539f |
- Allow to ship alternative dnf.conf (RhBug:1752249)
|
|
 |
c4f539f |
- Don't check if repo is expired if it doesn't have loaded metadata (RhBug:1745170)
|
|
 |
c4f539f |
- Remove duplicate entries from "dnf search" output (RhBug:1742926)
|
|
 |
c4f539f |
- Set default value of repo name attribute to repo id (RhBug:1669711)
|
|
 |
c4f539f |
- Allow searching in disabled modules using "dnf module provides" (RhBug:1629667)
|
|
 |
c4f539f |
- Group install takes obsoletes into account (RhBug:1761137)
|
|
 |
c4f539f |
- Improve handling of vars
|
|
 |
c4f539f |
- Do not load metadata for repolist commands (RhBug:1697472,1713055,1728894)
|
|
 |
c4f539f |
- Fix messages for starting and failing scriptlets (RhBug:1724779)
|
|
 |
c4f539f |
- Don't show older install-only pkgs updates in updateinfo (RhBug:1649383,1728004)
|
|
 |
c4f539f |
- Add --ids option to the group command (RhBug:1706382)
|
|
 |
c4f539f |
- Add --with_cve and --with_bz options to the updateinfo command (RhBug:1750528)
|
|
 |
c4f539f |
|
|
 |
c4f539f |
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 4.2.11-2
|
|
 |
7b84021 |
- Fix required hawkey_version
|
|
 |
7b84021 |
|
|
 |
c4f539f |
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 4.2.11-1
|
|
 |
6710213 |
- Improve modularity documentation (RhBug:1730162,1730162,1730807,1734081)
|
|
 |
6710213 |
- Fix detection whether system is running on battery (used by metadata caching timer) (RhBug:1498680)
|
|
 |
6710213 |
- New repoquery queryformat: %{reason}
|
|
 |
6710213 |
- Print rpm errors during test transaction (RhBug:1730348)
|
|
 |
6710213 |
- Fix: --setopt and repo with dots
|
|
 |
6710213 |
- Fix incorrectly marked profile and stream after failed rpm transaction check (RhBug:1719679)
|
|
 |
6710213 |
- Show transaction errors inside dnf shell (RhBug:1743644)
|
|
 |
6710213 |
- Don't reinstall modified packages with the same NEVRA (RhBug:1644241)
|
|
 |
6710213 |
- dnf-automatic now respects versionlock excludes (RhBug:1746562)
|
|
 |
6710213 |
- Fully enable the modular fail safe mechanism (RhBug:1616167)
|
|
 |
6710213 |
|
|
 |
7b84021 |
* Tue Sep 10 2019 Jaroslav Mracek <jmracek@redhat.com> - 4.2.9-3
|
|
 |
bdbf4be |
- Backport patch to fix reinstalling packages with a different buildtime
|
|
 |
bdbf4be |
|
|
 |
aff1cfd |
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 4.2.9-2
|
|
 |
aff1cfd |
- Rebuilt for Python 3.8
|
|
 |
aff1cfd |
|
|
 |
238359f |
* Tue Aug 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.9-1
|
|
 |
238359f |
- Update to 4.2.9
|
|
 |
238359f |
- Accept multiple specs in repoquery options (RhBug:1667898)
|
|
 |
238359f |
- Prevent switching modules in all cases (RhBug:1706215)
|
|
 |
238359f |
- [history] Don't store failed transactions as succeeded
|
|
 |
238359f |
- [history] Do not require root for informative commands
|
|
 |
238359f |
- [dnssec] Fix UnicodeWarning when using new rpm (RhBug:1699650)
|
|
 |
238359f |
- Print rpm error messages during transaction (RhBug:1677199)
|
|
 |
238359f |
- Report missing default profile as an error (RhBug:1669527)
|
|
 |
238359f |
- Apply excludes before modular excludes (RhBug:1709453)
|
|
 |
238359f |
- Improve help for command line arguments (RhBug:1659328)
|
|
 |
238359f |
- [doc] Describe a behavior when plugin is removed (RhBug:1700741)
|
|
 |
238359f |
- Add new modular API method ModuleBase.get_modules
|
|
 |
238359f |
- Mark features used by ansible, anaconda and subscription-manager as an API
|
|
 |
238359f |
- Prevent printing empty Error Summary (RhBug: 1690414)
|
|
 |
238359f |
- [doc] Add user_agent and countme options
|
|
 |
238359f |
|
|
 |
faa199f |
* Mon Aug 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.2.7-4
|
|
 |
faa199f |
- Drop %%systemd_requires from main package
|
|
 |
faa199f |
|
|
 |
296c96c |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.7-3
|
|
 |
296c96c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
296c96c |
|
|
 |
4f4de67 |
* Mon Jul 22 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.7-2
|
|
 |
4f4de67 |
- Revert patch: [rpm] add detection for armv7hcnl
|
|
 |
4f4de67 |
|
|
 |
ff341af |
* Thu Jul 04 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.7-1
|
|
 |
ff341af |
- Update to 4.2.7
|
|
 |
ff341af |
- librepo: Turn on debug logging only if debuglevel is greater than 2
|
|
 |
ff341af |
(RhBug:1355764,1580022)
|
|
 |
ff341af |
- Fix issues with terminal hangs when attempting bash completion
|
|
 |
ff341af |
(RhBug:1702854)
|
|
 |
ff341af |
- Rename man page from dnf.automatic to dnf-automatic to match command name
|
|
 |
ff341af |
- [provides] Enhanced detecting of file provides (RhBug:1702621)
|
|
 |
ff341af |
- [provides] Sort the output packages alphabetically
|
|
 |
ff341af |
- Set default to skip_if_unavailable=false (RhBug:1679509)
|
|
 |
ff341af |
- Fix package reinstalls during yum module remove (RhBug:1700529)
|
|
 |
ff341af |
- Fail when "-c" option is given nonexistent file (RhBug:1512457)
|
|
 |
ff341af |
- Reuse empty lock file instead of stopping dnf (RhBug:1581824)
|
|
 |
ff341af |
- Propagate comps 'default' value correctly (RhBug:1674562)
|
|
 |
ff341af |
- Better search of provides in /(s)bin/ (RhBug:1657993)
|
|
 |
ff341af |
- Add detection for armv7hcnl (RhBug:1691430)
|
|
 |
ff341af |
- Fix group install/upgrade when group is not available (RhBug:1707624)
|
|
 |
ff341af |
- Report not matching plugins when using --enableplugin/--disableplugin
|
|
 |
ff341af |
(RhBug:1673289) (RhBug:1467304)
|
|
 |
ff341af |
- Add support of modular FailSafe (RhBug:1623128) (temporarily with warnings
|
|
 |
ff341af |
instead of errors when installing modular RPMs without modular metadata)
|
|
 |
ff341af |
- Replace logrotate with build-in log rotation for dnf.log and dnf.rpm.log
|
|
 |
ff341af |
(RhBug:1702690)
|
|
 |
ff341af |
|
|
 |
acedef0 |
* Thu Jun 27 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.5-2
|
|
 |
acedef0 |
- Backport patches to enhance synchronization of rpm transaction to swdb
|
|
 |
acedef0 |
|
|
 |
f75f077 |
* Thu Apr 25 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.5-1
|
|
 |
f75f077 |
- Update to 4.2.5
|
|
 |
f75f077 |
- Fix multilib obsoletes (RhBug:1672947)
|
|
 |
f75f077 |
- Do not remove group package if other packages depend on it
|
|
 |
f75f077 |
- Remove duplicates from "dnf list" and "dnf info" outputs
|
|
 |
f75f077 |
- Installroot now requires absolute path
|
|
 |
f75f077 |
- Allow globs in setopt in repoid part
|
|
 |
f75f077 |
- Fix formatting of message about free space required
|
|
 |
f75f077 |
- [doc] Add info of relation update_cache with fill_sack (RhBug:1658694)
|
|
 |
f75f077 |
- Fix installation failiure when duplicit RPMs are specified (RhBug:1687286)
|
|
 |
f75f077 |
- Add command abbreviations (RhBug:1634232)
|
|
 |
f75f077 |
- Allow plugins to terminate dnf (RhBug:1701807)
|
|
 |
f75f077 |
|
|
 |
5c5ace4 |
* Thu Apr 04 15:15:12 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 4.2.2-2
|
|
 |
5c5ace4 |
- Add patch fixing the installation of completion_helper.py
|
|
 |
5c5ace4 |
- Fix #1695853
|
|
 |
5c5ace4 |
|
|
 |
93696ae |
* Wed Mar 27 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.2-1
|
|
 |
93696ae |
- [conf] Use environment variables prefixed with DNF_VAR_
|
|
 |
93696ae |
- Enhance documentation of --whatdepends option (RhBug:1687070)
|
|
 |
93696ae |
- Allow adjustment of repo from --repofrompath (RhBug:1689591)
|
|
 |
93696ae |
- Document cachedir option (RhBug:1691365)
|
|
 |
93696ae |
- Retain order of headers in search results (RhBug:1613860)
|
|
 |
93696ae |
- Solve traceback with the "dnf install @module" (RhBug:1688823)
|
|
 |
93696ae |
- Build "yum" instead of "dnf-yum" on Fedora 31
|
|
 |
93696ae |
|
|
 |
20ccda7 |
* Mon Mar 11 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.2.1-1
|
|
 |
20ccda7 |
- Do not allow direct module switch (RhBug:1669491)
|
|
 |
20ccda7 |
- Use improved config parser that preserves order of data
|
|
 |
20ccda7 |
- Fix alias list command (RhBug:1666325)
|
|
 |
20ccda7 |
- Postpone yum conflict to F31
|
|
 |
20ccda7 |
- Update documentation: implemented plugins; options; deprecated commands (RhBug:1670835,1673278)
|
|
 |
20ccda7 |
- Support zchunk (".zck") compression
|
|
 |
20ccda7 |
- Fix behavior of ``--bz`` option when specifying more values
|
|
 |
20ccda7 |
- Follow RPM security policy for package verification
|
|
 |
20ccda7 |
- Update modules regardless of installed profiles
|
|
 |
20ccda7 |
- Add protection of yum package (RhBug:1639363)
|
|
 |
20ccda7 |
- Fix ``list --showduplicates`` (RhBug:1655605)
|
|
 |
20ccda7 |
|
|
 |
0d47031 |
* Wed Feb 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.1.0-1
|
|
 |
0d47031 |
- Update to 4.1.0
|
|
 |
0d47031 |
- Allow to enable modules that break default modules (RhBug:1648839)
|
|
 |
0d47031 |
- Enhance documentation - API examples
|
|
 |
0d47031 |
- Add --nobest option
|
|
 |
0d47031 |
- Revert commit that adds best as default behavior
|
|
 |
0d47031 |
|
|
 |
035cb87 |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.10-2
|
|
 |
035cb87 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
035cb87 |
|
|
 |
4cffb60 |
* Wed Dec 12 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.10-1
|
|
 |
4cffb60 |
- Update to 4.0.10
|
|
 |
4cffb60 |
- Updated difference YUM vs. DNF for yum-updateonboot
|
|
 |
4cffb60 |
- Added new command ``dnf alias [options] [list|add|delete] [<name>...]`` to allow the user to
|
|
 |
4cffb60 |
define and manage a list of aliases
|
|
 |
4cffb60 |
- Enhanced documentation
|
|
 |
4cffb60 |
- Unifying return codes for remove operations
|
|
 |
4cffb60 |
- [transaction] Make transaction content available for commands
|
|
 |
4cffb60 |
- Triggering transaction hooks if no transaction (RhBug:1650157)
|
|
 |
4cffb60 |
- Add hotfix packages to install pool (RhBug:1654738)
|
|
 |
4cffb60 |
- Report group operation in transaction table
|
|
 |
4cffb60 |
- [sack] Change algorithm to calculate rpmdb_version
|
|
 |
4cffb60 |
|
|
 |
0bc8813 |
* Thu Nov 22 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.9-1
|
|
 |
0bc8813 |
- Added dnf.repo.Repo.get_http_headers
|
|
 |
0bc8813 |
- Added dnf.repo.Repo.set_http_headers
|
|
 |
0bc8813 |
- Added dnf.repo.Repo.add_metadata_type_to_download
|
|
 |
0bc8813 |
- Added dnf.repo.Repo.get_metadata_path
|
|
 |
0bc8813 |
- Added dnf.repo.Repo.get_metadata_content
|
|
 |
0bc8813 |
- Added --changelogs option for check-update command
|
|
 |
0bc8813 |
- [module] Add information about active modules
|
|
 |
0bc8813 |
- Hide messages created only for logging
|
|
 |
0bc8813 |
- Enhanced --setopt option
|
|
 |
0bc8813 |
- [module] Fix dnf remove @<module>
|
|
 |
0bc8813 |
- [transaction] Make transaction content available for plugins
|
|
 |
0bc8813 |
|
|
 |
3d65211 |
* Wed Nov 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.4-2
|
|
 |
3d65211 |
- Backport fixes for RHBZ#1642796 from upstream master
|
|
 |
3d65211 |
|
|
 |
2824499 |
* Mon Oct 15 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.4-1
|
|
 |
2824499 |
- Update to 4.0.4
|
|
 |
2824499 |
- Add dnssec extension
|
|
 |
2824499 |
- Set termforce to AUTO to automatically detect if stdout is terminal
|
|
 |
2824499 |
- Repoquery command accepts --changelogs option (RhBug:1483458)
|
|
 |
2824499 |
- Calculate sack version from all installed packages (RhBug:1624291)
|
|
 |
2824499 |
- [module] Allow to enable module dependencies (RhBug:1622566)
|
|
 |
2824499 |
|
|
 |
91fa4f9 |
* Tue Oct 09 2018 Adam Williamson <awilliam@redhat.com> - 3.6.1-3
|
|
 |
91fa4f9 |
- Backport fixes for RHBZ#1616118 from upstream master
|
|
 |
91fa4f9 |
|
|
 |
d5982e7 |
* Sat Sep 29 2018 Kevin Fenzi <kevin@scrye.com> - 3.6.1-2
|
|
 |
d5982e7 |
- Temp re-add python2 package to get rawhide composes working again.
|
|
 |
d5982e7 |
|
|
 |
77bc332 |
* Tue Sep 25 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.6.1-1
|
|
 |
77bc332 |
- [module] Improved module commands list, info
|
|
 |
77bc332 |
- [module] Reports error from module solver
|
|
 |
77bc332 |
- Fix: Error detected when calling 'RepoCB.fastestMirror' (RhBug:1628056)
|
|
 |
77bc332 |
- Preserve packages from other installed mod profiles (RhBug:1629841)
|
|
 |
77bc332 |
- [spec] Postpone conflict with yum to Fedora 30+ (RhBug:1600444)
|
|
 |
77bc332 |
- [cli] Install command recommends alternative packages (RhBug:1625586)
|
|
 |
77bc332 |
- [cli] Fix case insensitive hint (1628514)
|
|
 |
77bc332 |
- Fix installed profiles for module info (RhBug:1629689)
|
|
 |
77bc332 |
- Fix module provides not having consistent output (RhBug:1623866)
|
|
 |
77bc332 |
- Enhance label for transaction table (RhBug:1609919)
|
|
 |
77bc332 |
- Implement C_, the gettext function with a context (RhBug:1305340)
|
|
 |
77bc332 |
- Actually disambiguate some messages using C_ (RhBug:1305340)
|
|
 |
77bc332 |
- Restore 'strict' choice for group installs (#1461539)
|
|
 |
77bc332 |
- [repoquery] More strict queryformat parsing (RhBug:1631458)
|
|
 |
77bc332 |
- Redirect repo progress to std error (RhBug:1626011)
|
|
 |
77bc332 |
- Unify behavior of remove and module remove (RhBug:1629848)
|
|
 |
77bc332 |
- Change behavior of disabled module for module install (RhBug:1629711)
|
|
 |
77bc332 |
- Allow enablement on disabled plugin (RhBug:1614539)
|
|
 |
77bc332 |
|
|
 |
1a4e2c4 |
* Thu Sep 20 2018 Adam Williamson <awilliam@redhat.com> - 3.5.1-2
|
|
 |
1a4e2c4 |
- Backport PR #1038 to make compose fail on missing group packages again
|
|
 |
1a4e2c4 |
|
|
 |
463d813 |
* Mon Sep 10 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.5.1-1
|
|
 |
463d813 |
- [module] Fixed list and info subcommands
|
|
 |
463d813 |
|
|
 |
972e9be |
* Fri Sep 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.5.0-1
|
|
 |
972e9be |
- New implementation of modularity
|
|
 |
972e9be |
|
|
 |
fff7f59 |
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 3.3.0-1
|
|
 |
fff7f59 |
- [misc] Fallback to os.getuid() if /proc/self/loginuid can't be read (RhBug:1597005)
|
|
 |
fff7f59 |
- [translations] Update translations from zanata.
|
|
 |
fff7f59 |
- [doc] Update module documentation.
|
|
 |
fff7f59 |
- [module] Fix `module provides` output.
|
|
 |
fff7f59 |
- [module] Add `module reset` command.
|
|
 |
fff7f59 |
- [module] Fix module disable command
|
|
 |
fff7f59 |
- [repo] Improve error message on broken repo (RhBug:1595796)
|
|
 |
fff7f59 |
- [doc] Enhance a command documentation (RhBug:1361617)
|
|
 |
fff7f59 |
- [module] Automatically save module persistor in do_transaction().
|
|
 |
fff7f59 |
- [drpm] Fixed setting deltarpm_percentage=0 to switch drpm off
|
|
 |
fff7f59 |
- [repo] Split base.download_packages into two functions
|
|
 |
fff7f59 |
- [output] Use libdnf wrapper for smartcols
|
|
 |
fff7f59 |
- [conf] Do not traceback on empty option (RhBug:1613577)
|
|
 |
fff7f59 |
|
|
 |
6893ef5 |
* Wed Aug 08 2018 Adam Williamson <awilliam@redhat.com> - 3.2.0-2
|
|
 |
6893ef5 |
- Fix a crash that breaks Rawhide composes (RhBug:1613577)
|
|
 |
6893ef5 |
|
|
 |
38d6421 |
* Tue Aug 07 2018 Daniel Mach <dmach@redhat.com> - 3.2.0-1
|
|
 |
38d6421 |
- [sack] Use module_platform_id option.
|
|
 |
38d6421 |
- [module] Switch module persistor to libdnf implementation.
|
|
 |
38d6421 |
- [module] Auto-enable module streams based on installed RPMs.
|
|
 |
38d6421 |
- [transaction] Fix: show packages from the current transaction.
|
|
 |
38d6421 |
- [conf] Convert any VectorString type to list.
|
|
 |
38d6421 |
- [module] Replace 'enabled' config option with 'state'.
|
|
 |
38d6421 |
- [install_specs] Do not exclude groups' packages
|
|
 |
38d6421 |
- [module] Use module sack filtering from libdnf
|
|
 |
38d6421 |
- [module] Many UX fixes.
|
|
 |
38d6421 |
|
|
 |
eb67bd8 |
* Fri Jul 27 2018 Daniel Mach <dmach@redhat.com> - 3.1.0-1
|
|
 |
eb67bd8 |
- [module] Move 'hotfixes' conf option to libdnf and rename it to 'module_hotfixes'.
|
|
 |
eb67bd8 |
- [goal] Exclude @System repo packages from distro_sync.
|
|
 |
eb67bd8 |
- [conf] Setup configuration values using C++ bindings.
|
|
 |
eb67bd8 |
- [module] Drop module lock command.
|
|
 |
eb67bd8 |
- [crypto] Use handle from repo in dnf.crypto.retrieve().
|
|
 |
eb67bd8 |
- [module] Assume a 'default' profile exists for all modules (RhBug:1568165)
|
|
 |
eb67bd8 |
- [base] Introduce easy installation of package, group and module specs.
|
|
 |
eb67bd8 |
|
|
 |
eabba36 |
* Sun Jul 22 2018 Daniel Mach <dmach@redhat.com> - 3.0.4-1
|
|
 |
eabba36 |
- [transaction] Fix 'TransactionItem not found for key' error.
|
|
 |
eabba36 |
- [module] Allow removing module profile without specifying a stream.
|
|
 |
eabba36 |
- [module] Fix 'BaseCli' object has no attribute '_yumdb' error.
|
|
 |
eabba36 |
- [callback] Fix TransactionDisplay.PKG_ERASE redirect to a non-existing constant.
|
|
 |
eabba36 |
- [spec] Change yum compat package version to 4.0.version.
|
|
 |
eabba36 |
- [cache] Clean transaction temp files after successfull transaction
|
|
 |
eabba36 |
- [log] Log messages from libdnf logger
|
|
 |
eabba36 |
- [transaction] Add states to report rpm transaction progress
|
|
 |
eabba36 |
- [transaction] Cache TransactionItem during handling of RPM callback (RhBug:1599597)
|
|
 |
eabba36 |
- [systemd] dnf-makecache.timer: move to multi-user to fix loop
|
|
 |
eabba36 |
|
|
 |
a847ec3 |
* Mon Jul 16 2018 Adam Williamson <awilliam@redhat.com> - 3.0.3-4
|
|
 |
a847ec3 |
- Backport fix for dnf-makecache.timer loop from git
|
|
 |
a847ec3 |
- Resolves: rhbz#1600823
|
|
 |
a847ec3 |
|
|
 |
ec71886 |
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-3
|
|
 |
ec71886 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
ec71886 |
|
|
 |
abd8e7a |
* Thu Jul 12 2018 Martin Hatina <mhatina@redhat.com> - 3.0.3-2
|
|
 |
abd8e7a |
- Ensure that correct python version is used for build
|
|
 |
abd8e7a |
|
|
 |
33b9b8d |
* Thu Jul 12 2018 Martin Hatina <mhatina@redhat.com> - 3.0.3-1
|
|
 |
33b9b8d |
- Bug fix release
|
|
 |
33b9b8d |
|
|
 |
f37e1fd |
* Fri Jun 29 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.0.2-1
|
|
 |
f37e1fd |
- Update to 3.0.2-1
|
|
 |
f37e1fd |
|
|
 |
4f72d30 |
* Tue Jun 26 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.0.1-1
|
|
 |
4f72d30 |
- Update to 3.0.1-1
|
|
 |
4f72d30 |
- Support of MODULES - new DNF command `module`
|
|
 |
4f72d30 |
- Add attribute dnf.conf.Conf.proxy_auth_method
|
|
 |
4f72d30 |
- New repoquery option `--depends` and `--whatdepends`
|
|
 |
4f72d30 |
- Enhanced support of variables
|
|
 |
4f72d30 |
- Enhanced documentation
|
|
 |
4f72d30 |
- Resolves: rhbz#1565599
|
|
 |
4f72d30 |
- Resolves: rhbz#1508839
|
|
 |
4f72d30 |
- Resolves: rhbz#1506486
|
|
 |
4f72d30 |
- Resolves: rhbz#1506475
|
|
 |
4f72d30 |
- Resolves: rhbz#1505577
|
|
 |
4f72d30 |
- Resolves: rhbz#1505574
|
|
 |
4f72d30 |
- Resolves: rhbz#1505573
|
|
 |
4f72d30 |
- Resolves: rhbz#1480481
|
|
 |
4f72d30 |
- Resolves: rhbz#1496732
|
|
 |
4f72d30 |
- Resolves: rhbz#1497272
|
|
 |
4f72d30 |
- Resolves: rhbz#1488100
|
|
 |
4f72d30 |
- Resolves: rhbz#1488086
|
|
 |
4f72d30 |
- Resolves: rhbz#1488112
|
|
 |
4f72d30 |
- Resolves: rhbz#1488105
|
|
 |
4f72d30 |
- Resolves: rhbz#1488089
|
|
 |
4f72d30 |
- Resolves: rhbz#1488092
|
|
 |
4f72d30 |
- Resolves: rhbz#1486839
|
|
 |
4f72d30 |
- Resolves: rhbz#1486839
|
|
 |
4f72d30 |
- Resolves: rhbz#1486827
|
|
 |
4f72d30 |
- Resolves: rhbz#1486816
|
|
 |
4f72d30 |
- Resolves: rhbz#1565647
|
|
 |
4f72d30 |
- Resolves: rhbz#1583834
|
|
 |
4f72d30 |
- Resolves: rhbz#1576921
|
|
 |
4f72d30 |
- Resolves: rhbz#1270295
|
|
 |
4f72d30 |
- Resolves: rhbz#1361698
|
|
 |
4f72d30 |
- Resolves: rhbz#1369847
|
|
 |
4f72d30 |
- Resolves: rhbz#1368651
|
|
 |
4f72d30 |
- Resolves: rhbz#1563841
|
|
 |
4f72d30 |
- Resolves: rhbz#1387622
|
|
 |
4f72d30 |
- Resolves: rhbz#1575998
|
|
 |
4f72d30 |
- Resolves: rhbz#1577854
|
|
 |
4f72d30 |
- Resolves: rhbz#1387622
|
|
 |
4f72d30 |
- Resolves: rhbz#1542416
|
|
 |
4f72d30 |
- Resolves: rhbz#1542416
|
|
 |
4f72d30 |
- Resolves: rhbz#1496153
|
|
 |
4f72d30 |
- Resolves: rhbz#1568366
|
|
 |
4f72d30 |
- Resolves: rhbz#1539803
|
|
 |
4f72d30 |
- Resolves: rhbz#1552576
|
|
 |
4f72d30 |
- Resolves: rhbz#1545075
|
|
 |
4f72d30 |
- Resolves: rhbz#1544359
|
|
 |
4f72d30 |
- Resolves: rhbz#1547672
|
|
 |
4f72d30 |
- Resolves: rhbz#1537957
|
|
 |
4f72d30 |
- Resolves: rhbz#1542920
|
|
 |
4f72d30 |
- Resolves: rhbz#1507129
|
|
 |
4f72d30 |
- Resolves: rhbz#1512956
|
|
 |
4f72d30 |
- Resolves: rhbz#1512663
|
|
 |
4f72d30 |
- Resolves: rhbz#1247083
|
|
 |
4f72d30 |
- Resolves: rhbz#1247083
|
|
 |
4f72d30 |
- Resolves: rhbz#1247083
|
|
 |
4f72d30 |
- Resolves: rhbz#1519325
|
|
 |
4f72d30 |
- Resolves: rhbz#1492036
|
|
 |
4f72d30 |
- Resolves: rhbz#1391911
|
|
 |
4f72d30 |
- Resolves: rhbz#1391911
|
|
 |
4f72d30 |
- Resolves: rhbz#1479330
|
|
 |
4f72d30 |
- Resolves: rhbz#1505185
|
|
 |
4f72d30 |
- Resolves: rhbz#1305232
|
|
 |
4f72d30 |
|
|
 |
2116818 |
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.5-18
|
|
 |
2116818 |
- Rebuilt for Python 3.7
|
|
 |
2116818 |
|
|
 |
cc00c76 |
* Wed Jun 06 2018 Marek Blaha <mblaha@redhat.com> - 2.7.5-17
|
|
 |
cc00c76 |
- Demote deltarpm to weak dependencies again
|
|
 |
cc00c76 |
|
|
 |
1aff495 |
* Tue May 29 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-16
|
|
 |
1aff495 |
- Apply util-Correctly-source-errno.EEXIST patch
|
|
 |
1aff495 |
|
|
 |
1aff495 |
* Mon May 28 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-15
|
|
 |
de7ff8d |
- Do not require libdnf
|
|
 |
de7ff8d |
|
|
 |
2e4cd8f |
* Fri May 25 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-14
|
|
 |
2e4cd8f |
- Fix patch applying.
|
|
 |
2e4cd8f |
|
|
 |
8d1c31a |
* Fri May 25 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-13
|
|
 |
8d1c31a |
- Rebase to dnf from dnf-2-modularity-6 release.
|
|
 |
8d1c31a |
|
|
 |
34d90c0 |
* Wed Apr 18 2018 Daniel Mach <dmach@redhat.com> - 2.7.5-12
|
|
 |
34d90c0 |
- Fix defaults loading.
|
|
 |
34d90c0 |
|
|
 |
0111d57 |
* Tue Apr 17 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-11
|
|
 |
0111d57 |
- Rebase to dnf from dnf-2-modularity-4 release.
|
|
 |
0111d57 |
|
|
 |
4402960 |
* Mon Mar 26 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-10
|
|
 |
4402960 |
- Require libmodulemd.
|
|
 |
4402960 |
|
|
 |
307ea85 |
* Mon Mar 26 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-9
|
|
 |
307ea85 |
- Rebase to dnf from dnf-2-modularity-3 release.
|
|
 |
307ea85 |
|
|
 |
c614077 |
* Mon Feb 12 2018 Daniel Mach <dmach@redhat.com> - 2.7.5-8
|
|
 |
c614077 |
- Rebase to dnf from dnf-2-modularity branch.
|
|
 |
c614077 |
|
|
Igor Gnatenko |
10f6893 |
* Thu Feb 08 2018 Igor Gnatenko <ignatenko@redhat.com> - 2.7.5-7
|
|
Igor Gnatenko |
10f6893 |
- Demote deltarpm to weak dependencies
|
|
Igor Gnatenko |
10f6893 |
|
|
 |
b5b8f00 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-6
|
|
 |
b5b8f00 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
b5b8f00 |
|
|
Igor Gnatenko |
4499911 |
* Wed Jan 03 2018 Igor Gnatenko <ignatenko@redhat.com> - 2.7.5-5
|
|
Igor Gnatenko |
4499911 |
- Use %%systemd_requires
|
|
Igor Gnatenko |
4499911 |
- Update Python 2 dependency declarations to new packaging standards
|
|
Igor Gnatenko |
4499911 |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
Igor Gnatenko |
4499911 |
|
|
 |
554b09e |
* Wed Nov 29 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.5-4
|
|
 |
554b09e |
- Fix problem with demands.cacheonly that caused problems for system-upgrade
|
|
 |
554b09e |
|
|
Igor Gnatenko |
5d4a1bf |
* Tue Nov 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.5-3
|
|
Igor Gnatenko |
5d4a1bf |
- Remove platform-python subpackage
|
|
Igor Gnatenko |
5d4a1bf |
|
|
Igor Gnatenko |
e91d1a4 |
* Fri Oct 27 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.5-2
|
|
Igor Gnatenko |
e91d1a4 |
- Enable usage of rich deps for NM integration
|
|
Igor Gnatenko |
e91d1a4 |
|
|
Igor Gnatenko |
59848d2 |
* Wed Oct 18 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.5-1
|
|
Igor Gnatenko |
59848d2 |
- Improve performance for excludes and includes handling (RHBZ #1500361)
|
|
Igor Gnatenko |
59848d2 |
- Fixed problem of handling checksums for local repositories (RHBZ #1502106)
|
|
Igor Gnatenko |
59848d2 |
- Fix traceback when using dnf.Base.close() (RHBZ #1503575)
|
|
Igor Gnatenko |
59848d2 |
|
|
 |
559d06e |
* Mon Oct 16 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.4-1
|
|
 |
559d06e |
- Update to 2.7.4-1
|
|
 |
559d06e |
- Enhanced performance for excludes and includes handling
|
|
 |
559d06e |
- Solved memory leaks at time of closing of dnf.Base()
|
|
 |
559d06e |
- Resolves: rhbz#1480979 - I thought it abnormal that dnf crashed.
|
|
 |
559d06e |
- Resolves: rhbz#1461423 - Memory leak in python-dnf
|
|
 |
559d06e |
- Resolves: rhbz#1499564 - dnf list installed crashes
|
|
 |
559d06e |
- Resolves: rhbz#1499534 - dnf-2 is much slower than dnf-1 when handling groups
|
|
 |
559d06e |
- Resolves: rhbz#1499623 - Mishandling stderr vs stdout (dnf search, dnf repoquery)
|
|
 |
559d06e |
|
|
Igor Gnatenko |
e3b4dd9 |
* Fri Oct 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.3-1
|
|
Igor Gnatenko |
e3b4dd9 |
- Fix URL detection (RHBZ #1472847)
|
|
Igor Gnatenko |
e3b4dd9 |
- Do not remove downloaded files with --destdir option (RHBZ #1498426)
|
|
Igor Gnatenko |
e3b4dd9 |
- Fix handling of conditional packages in comps (RHBZ #1427144)
|
|
Igor Gnatenko |
e3b4dd9 |
|
|
 |
3af00be |
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.2-1
|
|
 |
3af00be |
- Update to 2.7.2-1
|
|
 |
3af00be |
- Added new option ``--comment=<comment>`` that adds a comment to transaction in history
|
|
 |
3af00be |
- :meth:`dnf.Base.pre_configure_plugin` configure plugins by running their pre_configure() method
|
|
 |
3af00be |
- Added pre_configure() methotd for plugins and commands to configure dnf before repos are loaded
|
|
 |
3af00be |
- Resolves: rhbz#1421478 - dnf repository-packages: error: unrecognized arguments: -x rust-rpm-macros
|
|
 |
3af00be |
- Resolves: rhbz#1491560 - 'dnf check' reports spurious "has missing requires of" errors
|
|
 |
3af00be |
- Resolves: rhbz#1465292 - DNF remove protected duplicate package
|
|
 |
3af00be |
- Resolves: rhbz#1279001 - [RFE] Missing dnf --downloaddir option
|
|
 |
3af00be |
- Resolves: rhbz#1212341 - [RFE] Allow plugins to override the core configuration
|
|
 |
3af00be |
- Resolves: rhbz#1299482 - mock --init fails with message "Failed calculating RPMDB checksum"
|
|
 |
3af00be |
- Resolves: rhbz#1488398 - dnf upstream tests failures on f26
|
|
 |
3af00be |
- Resolves: rhbz#1192811 - dnf whatprovides should show which provides matched a pattern
|
|
 |
3af00be |
- Resolves: rhbz#1288845 - "dnf provides" wildcard matching is unreliable (not all packages with matches listed)
|
|
 |
3af00be |
- Resolves: rhbz#1473933 - [abrt] dnf-automatic: resolved(): rpm_conf.py:58:resolved:AttributeError: 'Rpmconf' object has no attribute '_interactive'
|
|
 |
3af00be |
- Resolves: rhbz#1237349 - dnf autoremove not removing what dnf list extras shows
|
|
 |
3af00be |
- Resolves: rhbz#1470050 - the 'priority=' option in /etc/yum.repos.d/*.repo is not respected
|
|
 |
3af00be |
- Resolves: rhbz#1347927 - dnf --cacheonly downloads packages
|
|
 |
3af00be |
- Resolves: rhbz#1478115 - [abrt] dnf: _hcmd_undo(): __init__.py:888:_hcmd_undo:IndexError: list index out of range
|
|
 |
3af00be |
- Resolves: rhbz#1461171 - RFE: support --advisory= with install
|
|
 |
3af00be |
- Resolves: rhbz#1448874 - "dnf needs-restarting" vanished from bash completion
|
|
 |
3af00be |
- Resolves: rhbz#1495116 - Dnf version fails with traceback in container
|
|
 |
3af00be |
|
|
 |
a2908cb |
* Mon Aug 07 2017 Jaroslav Mracek <jmracek@redhat.com> 2.6.3-1
|
|
 |
a2908cb |
- Fix problem with dnf.Package().remote_location() (RhBug:1476215) (Jaroslav
|
|
 |
a2908cb |
Mracek)
|
|
 |
a2908cb |
- Change behavior of -C according to documentation (RhBug:1473964) (Jaroslav
|
|
 |
a2908cb |
Mracek)
|
|
 |
a2908cb |
- It should prevent to ask attribute of None (RhBug:1359482) (Jaroslav Mracek)
|
|
 |
a2908cb |
- Solve a problems with --arch options (RhBug:1476834) (Jaroslav Mracek)
|
|
 |
a2908cb |
- Use security plugin code for dnf-automatic (Jaroslav Mracek)
|
|
 |
a2908cb |
- Fix unicode error for python2 (Jaroslav Mracek)
|
|
 |
a2908cb |
- Inform about packages installed for group (Jaroslav Mracek)
|
|
 |
a2908cb |
- Provide info if pkg is removed due to dependency (RhBug:1244755) (Jaroslav
|
|
 |
a2908cb |
Mracek)
|
|
 |
a2908cb |
- Unify format of %%{_mandir} paths in dnf.spec (Jaroslav Mracek)
|
|
 |
a2908cb |
- Remove test_yumlayer.py as unneeded test (Jaroslav Mracek)
|
|
 |
a2908cb |
- Provide yum4 package for rhel7 build (Jaroslav Mracek)
|
|
 |
a2908cb |
- Make yum compatible layer very minimal (RhBug:1476748) (Jaroslav Mracek)
|
|
 |
a2908cb |
- Remove metadata_expire from yum compatible layer (Jaroslav Mracek)
|
|
 |
a2908cb |
- Remove keepcache from yum compatibility layer (Jaroslav Mracek)
|
|
 |
a2908cb |
- Remove options from yum conf (Jaroslav Mracek)
|
|
 |
a2908cb |
- Remove unused functionality from yum compatible layer (Jaroslav Mracek)
|
|
 |
a2908cb |
- Add deplist command for dnf (Jaroslav Mracek)
|
|
 |
a2908cb |
- Fix problems with --downloaddir options (RhBug:1476464) (Jaroslav Mracek)
|
|
 |
a2908cb |
- Move description of --forcearch into proper place (Jaroslav Mracek)
|
|
 |
a2908cb |
- Provide description of --downloaddir option (Jaroslav Mracek)
|
|
 |
a2908cb |
- Fix if in spec file (Jaroslav Mracek)
|
|
 |
a2908cb |
- Add description of "test" tsflags (Jaroslav Mracek)
|
|
 |
a2908cb |
- Enable import gpg_keys with tsflag test (RhBug:1464192) (Jaroslav Mracek)
|
|
 |
a2908cb |
- Keep old reason when undoing erase (RhBug:1463107) (Eduard Čuba)
|
|
 |
a2908cb |
- spec: eliminate other weak dependencies for el<=7 (Igor Gnatenko)
|
|
 |
a2908cb |
- spec: do not strongly require inhibit plugin (Igor Gnatenko)
|
|
 |
a2908cb |
- Inform that packages are only downloaded (RhBug:1426196) (Jaroslav Mracek)
|
|
 |
a2908cb |
- Move releasever check after the etc/dnf/vars substitutions. (Alexander
|
|
 |
a2908cb |
Kanavin)
|
|
 |
a2908cb |
- Provide substitution for Repodict.add_new_repo() (RhBug:1457507) (Jaroslav
|
|
 |
a2908cb |
Mracek)
|
|
 |
a2908cb |
|
|
 |
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 |
|
|
 |
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 |
|
|
 |
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 |
|
|
 |
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 |
|
|
 |
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 |
|
|
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 |
|
|
 |
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 |
|
|
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)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Fri Jul 31 2015 Michal Luscon <mluscon@redhat.com> 1.0.2-3
|
|
 |
8d1c31a |
- Fix regression in group list command introduced by 02c3cc3 (Adam Salih)
|
|
 |
8d1c31a |
- AUTHORS: updated (Jan Silhan)
|
|
 |
8d1c31a |
- stop saying "experimental" (Matthew Miller)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Tue Jul 21 2015 Jan Silhan <jsilhan@redhat.com> 1.0.2-2
|
|
 |
8d1c31a |
- fixed python3 syntax error from f427aa2 (Jan Silhan)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Fri Jul 17 2015 Michal Luscon <mluscon@redhat.com> 1.0.2-1
|
|
 |
8d1c31a |
- give --allowerasing hint when error occurs during resolution (RhBug:1148630)
|
|
 |
8d1c31a |
(Jan Silhan)
|
|
 |
8d1c31a |
- show --best hint with skipped packages every time (RhBug:1176351) (Jan Silhan)
|
|
 |
8d1c31a |
- notify about skipped packages when upgrade (RhBug:1210445) (Jan Silhan)
|
|
 |
8d1c31a |
- dnf-automatic: Document apply_updates=no behavior wrt keepcache (Ville
|
|
 |
8d1c31a |
Skyttä)
|
|
 |
8d1c31a |
- persistor: share functionality of JSONDB (Jan Silhan)
|
|
 |
8d1c31a |
- keepcache=0 persists packages till next successful transaction
|
|
 |
8d1c31a |
(RhBug:1220074) (Jan Silhan)
|
|
 |
8d1c31a |
- do not use releasever in cache path (related to RhBug:1173107) (Michael
|
|
 |
8d1c31a |
Mraka)
|
|
 |
8d1c31a |
- doc: add dnf list use case (Michal Luscon)
|
|
 |
8d1c31a |
- repo: allow ntlm proxy auth (RhBug:1219199) (Michal Luscon)
|
|
 |
8d1c31a |
- add a script which updates release notes (Radek Holy)
|
|
 |
8d1c31a |
- doc: reverse the order of release notes (Radek Holy)
|
|
 |
8d1c31a |
- completion_helper: fix tb if list XXX is not known arg (RhBug:1220040) (Igor
|
|
 |
8d1c31a |
Gnatenko)
|
|
 |
8d1c31a |
- configurable maximum number of parallel downloads (RhBug:1230975) (Igor
|
|
 |
8d1c31a |
Gnatenko)
|
|
 |
8d1c31a |
- add info to bash_completion (1nsan3)
|
|
 |
8d1c31a |
- dnf upgrade does not try to upgrade uninstalled packages (RhBug: 1234763)
|
|
 |
8d1c31a |
(Adam Salih)
|
|
 |
8d1c31a |
- dnf group list now checks every package and prints out only invalid ones
|
|
 |
8d1c31a |
(Adam Salih)
|
|
 |
8d1c31a |
- install: return zero exit code if group is already installed (RhBug:1232815)
|
|
 |
8d1c31a |
(Michal Luscon)
|
|
 |
8d1c31a |
- doc: add -b which does the same as --best (Igor Gnatenko)
|
|
 |
8d1c31a |
- support category groups (Michael Mraka)
|
|
 |
8d1c31a |
- cli test update for repofrompath (Michael Mraka)
|
|
 |
8d1c31a |
- documentation for --repofrompath (Michael Mraka)
|
|
 |
8d1c31a |
- implemented --repofrompath option (RhBug:1113384) (Michael Mraka)
|
|
 |
8d1c31a |
- doc: document filter provides and obsoletes (Michal Luscon)
|
|
 |
8d1c31a |
- doc: extend --quiet explanation (RhBug:1133979) (Jan Silhan)
|
|
 |
8d1c31a |
- fixed dnf-automatic email emitter unicode error (RhBug:1238958) (Jan Silhan)
|
|
 |
8d1c31a |
- doc: be specific what 'available' means in list/info (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: fixed typo (RhBug:1238252) (Jan Silhan)
|
|
 |
8d1c31a |
- groups: clean dependencies (Michal Luscon)
|
|
 |
8d1c31a |
- groups: fix removing of env that contains previously removed group (Michal
|
|
 |
8d1c31a |
Luscon)
|
|
 |
8d1c31a |
- groups: fix removing of empty group (Michal Luscon)
|
|
 |
8d1c31a |
- AUTHORS: updated (Jan Silhan)
|
|
 |
8d1c31a |
- bash-completion: ignore sqlite3 user configuration (Peter Simonyi)
|
|
 |
8d1c31a |
- Fix package name for rawhide .repo files (Frank Dana)
|
|
 |
8d1c31a |
- Add 'transaction_display' to DemandSheet (Will Woods)
|
|
 |
8d1c31a |
- translation: update (Jan Silhan)
|
|
 |
8d1c31a |
- translation: use zanata instead of transifex (Jan Silhan)
|
|
 |
8d1c31a |
- Updated Polish translation (Piotr Drąg)
|
|
 |
8d1c31a |
- updated georgian translation (George Machitidze)
|
|
 |
8d1c31a |
- group: fixed installing of already installed environment (Jan Silhan)
|
|
 |
8d1c31a |
- conf: change minrate threshold to librepo default (RhBug:1212320) (Michal
|
|
 |
8d1c31a |
Luscon)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Tue Jun 09 2015 Michal Luscon <mluscon@redhat.com> 1.0.1-2
|
|
 |
8d1c31a |
- conf: change minrate threshold to librepo default (RhBug:1212320)
|
|
 |
8d1c31a |
- group: fixed installation of already installed environments
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Tue Jun 09 2015 Michal Luscon <mluscon@redhat.com> 1.0.1-1
|
|
 |
8d1c31a |
- doc: document variables in repo conf (Michal Luscon)
|
|
 |
8d1c31a |
- groups: temporary fix for group remove (RhBug:1214968) (Michal Luscon)
|
|
 |
8d1c31a |
- group: print summary of marked groups / environments together at the end (Jan
|
|
 |
8d1c31a |
Silhan)
|
|
 |
8d1c31a |
- group: fixed marking as installed (RhBug:1222694) (Jan Silhan)
|
|
 |
8d1c31a |
- doc: Spelling fixes (Ville Skyttä)
|
|
 |
8d1c31a |
- dnf-automatic: Fix systemd service description (thanks Ville Skyttä) (Jan
|
|
 |
8d1c31a |
Silhan)
|
|
 |
8d1c31a |
- doc: assumeyes added to Base.conf and config option (Jan Silhan)
|
|
 |
8d1c31a |
- optionparser: deleted --obsoletes option that conflicted with repoquery
|
|
 |
8d1c31a |
plugin (Jan Silhan)
|
|
 |
8d1c31a |
- dnf-automatic: Document emit_via default (Ville Skyttä)
|
|
 |
8d1c31a |
- man: yum2dnf don;t show content (RhBug:1225246) (Thanks Adam Salih) (Jan
|
|
 |
8d1c31a |
Silhan)
|
|
 |
8d1c31a |
- doc: allowed chars of repo ID (Jan Silhan)
|
|
 |
8d1c31a |
- doc: minimal repo config file (Jan Silhan)
|
|
 |
8d1c31a |
- doc: configuration files replacement policy (Jan Silhan)
|
|
 |
8d1c31a |
- fixed typo in man page (RhBug:1225168) (Michael Mraka)
|
|
 |
8d1c31a |
- Update authors (Michal Luscon)
|
|
 |
8d1c31a |
- dnf-automatic: add random_sleep option (RhBug:1213985) (Vladan Kudlac)
|
|
 |
8d1c31a |
- don't print bug report statement when rpmdb is corrupted
|
|
 |
8d1c31a |
(Related:RhBug:1225277) (Jan Silhan)
|
|
 |
8d1c31a |
- comps: fix unicode issue (RhBug:1223932) (Thanks Parag) (Parag Nemade)
|
|
 |
8d1c31a |
- logging: setup librepo log in verbose mode (Michal Luscon)
|
|
 |
8d1c31a |
- doc: document the versioning scheme (Radek Holy)
|
|
 |
8d1c31a |
- groups: end up empty group removal before solving (Michal Luscon)
|
|
 |
8d1c31a |
- groups: end up empty installation before solving (RhBug:1223614) (Michal
|
|
 |
8d1c31a |
Luscon)
|
|
 |
8d1c31a |
- doc: add support for transactions/packages/ranges in "dnf history list"
|
|
 |
8d1c31a |
(Radek Holy)
|
|
 |
8d1c31a |
- doc: add support for transaction ranges in "dnf history info" (Radek Holy)
|
|
 |
8d1c31a |
- support ssl client certificates (RhBug:1203661) (Michael Mraka)
|
|
 |
8d1c31a |
- doc: document the "mirrorlist" configuration option (Radek Holy)
|
|
 |
8d1c31a |
- doc: document the "metalink" configuration option (Radek Holy)
|
|
 |
8d1c31a |
- doc: document the "baseurl" configuration option (Radek Holy)
|
|
 |
8d1c31a |
- doc: document the "enabled" configuration option (Radek Holy)
|
|
 |
8d1c31a |
- doc: document the "name" configuration option (Radek Holy)
|
|
 |
8d1c31a |
- Revert "spec: added sqlite requirement" (Jan Silhan)
|
|
 |
8d1c31a |
- spec: added sqlite requirement (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: fixed typo in comment (Jan Silhan)
|
|
 |
8d1c31a |
- man: added reference to bug reporting guide (Jan Silhan)
|
|
 |
8d1c31a |
- test: ignore user terminal width (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: base: import dnf.util.first (Jan Silhan)
|
|
 |
8d1c31a |
- base.upgrade: inform user when pkg not installed and skipped (RhBug:1187741)
|
|
 |
8d1c31a |
(Jan Silhan)
|
|
 |
8d1c31a |
- disable buildtime c/c++ dependency (Michael Mraka)
|
|
 |
8d1c31a |
- doc: document the new virtual provides (Radek Holy)
|
|
 |
8d1c31a |
- AUTHORS: updated (Jan Silhan)
|
|
 |
8d1c31a |
- AUTHORS: distuinguish authors and contributors (Jan Silhan)
|
|
 |
8d1c31a |
- Create ka.po (George Machitidze)
|
|
 |
8d1c31a |
- Parser: fix path handling (Haikel Guemar)
|
|
 |
8d1c31a |
- doc: metadata_timer_sync checked every hour (Jan Silhan)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Wed Apr 29 2015 Michal Luscon <mluscon@redhat.com> 1.0.0-1
|
|
 |
8d1c31a |
- doc: release notes dnf-1.0.0 (Michal Luscon)
|
|
 |
8d1c31a |
- completion: don't do aliases (RhBug:1215289) (Jan Silhan)
|
|
 |
8d1c31a |
- use Sack.load_repo() instead of Sack.load_yum_repo() (Jan Silhan)
|
|
 |
8d1c31a |
- Repo.name has default value of repo ID (RhBug:1215560) (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: get rid of user visible yum references (Jan Silhan)
|
|
 |
8d1c31a |
- moved install_or_skip to dnf.comps (Jan Silhan)
|
|
 |
8d1c31a |
- group: see already installed group during installation (RhBug:1199648) (Jan
|
|
 |
8d1c31a |
Silhan)
|
|
 |
8d1c31a |
- group: install_or_skip returns num of packages to install (Jan Silhan)
|
|
 |
8d1c31a |
- group: made global function install_or_skip (Jan Silhan)
|
|
 |
8d1c31a |
- AUTHORS: updated (Radek Holy)
|
|
 |
8d1c31a |
- describe --refresh option in --help output (Pádraig Brady)
|
|
 |
8d1c31a |
- better no such command message (RhBug:1208773) (Jan Silhan)
|
|
 |
8d1c31a |
- doc: package-cleanup example doesn't print 'No match for argument:...'
|
|
 |
8d1c31a |
garbage (Jan Silhan)
|
|
 |
8d1c31a |
- mention yum check replacement (Michael Mraka)
|
|
 |
8d1c31a |
- added ref to dnf list (Michael Mraka)
|
|
 |
8d1c31a |
- added package-cleanup to dnf translation table (Michael Mraka)
|
|
 |
8d1c31a |
- python3: Repo comparison (RhBug:1208018) (Jan Silhan)
|
|
 |
8d1c31a |
- python3: YumHistoryRpmdbProblem comparison (RhBug:1207861) (Jan Silhan)
|
|
 |
8d1c31a |
- python3: YumHistoryTransaction comparison (Jan Silhan)
|
|
 |
8d1c31a |
- tests: use packages in test_transaction (Radek Holy)
|
|
 |
8d1c31a |
- cosmetic: fix some Pylint errors (Radek Holy)
|
|
 |
8d1c31a |
- updated documentation wrt installonlypkgs and auto removal (Michael Mraka)
|
|
 |
8d1c31a |
- mark installonly packages always as userinstalled (RhBug:1201445) (Michael
|
|
 |
8d1c31a |
Mraka)
|
|
 |
8d1c31a |
- mark username/password as api (Michael Mraka)
|
|
 |
8d1c31a |
- document username/password repo attributes (Michael Mraka)
|
|
 |
8d1c31a |
- support HTTP basic auth (RhBug:1210275) (Michael Mraka)
|
|
 |
8d1c31a |
- cli: better metadata timestamp info (Michal Luscon)
|
|
 |
8d1c31a |
- repo: add metadata mirror failure callback (Michal Luscon)
|
|
 |
8d1c31a |
- dnf-yum: cosmetic: lower case after comma (Jan Silhan)
|
|
 |
8d1c31a |
- dnf-yum: print how to install migrate plugin (Jan Silhan)
|
|
 |
8d1c31a |
- doc: show the real package for each tool in dnf-plugins-extras (Tim
|
|
 |
8d1c31a |
Lauridsen)
|
|
 |
8d1c31a |
- doc: improve the documentation of repo costs (Radek Holy)
|
|
 |
8d1c31a |
- doc: fix debuginfo-install package name (Michal Luscon)
|
|
 |
8d1c31a |
- doc: release notes 0.6.5 (Michal Luscon)
|
|
 |
8d1c31a |
- bash-completion: allow only one subcmd for help (Igor Gnatenko)
|
|
 |
8d1c31a |
- bash-completion: add history completion (Igor Gnatenko)
|
|
 |
8d1c31a |
- bash-completion: add completion for help (Igor Gnatenko)
|
|
 |
8d1c31a |
- bash-completion: check where pointing bin/dnf (Igor Gnatenko)
|
|
 |
8d1c31a |
- bash-completion: implement completion for clean cmd (Igor Gnatenko)
|
|
 |
8d1c31a |
- bash_completion: implement downgrade command (Igor Gnatenko)
|
|
 |
8d1c31a |
- bash-completion: refactor to python helper (Igor Gnatenko)
|
|
 |
8d1c31a |
- command downgrade does downgrade_to (RhBug:1191275) (Jan Silhan)
|
|
 |
8d1c31a |
- AUTHORS: updated (Jan Silhan)
|
|
 |
8d1c31a |
- clean: 'dnf clean all' should also clean presto and updateinfo solvx files
|
|
 |
8d1c31a |
(Parag Nemade)
|
|
 |
8d1c31a |
- dnf-yum: modified warning message (RhBug:1207965) (Jan Silhan)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Tue Mar 31 2015 Michal Luscon <mluscon@redhat.com> 0.6.5-1
|
|
 |
8d1c31a |
- subject: expand every glob name only once (RhBug:1203151) (Michal Luscon)
|
|
 |
8d1c31a |
- group mark: skips already installed groups (Jan Silhan)
|
|
 |
8d1c31a |
- Merge pull request #246 from mluscon/yum2dnf (mluscon)
|
|
 |
8d1c31a |
- Add yum2dnf man page (Michal Luscon)
|
|
 |
8d1c31a |
- doc: extend cli_vs_yum (Michal Luscon)
|
|
 |
8d1c31a |
- dnf-yum package does not conflict with yum 3.4.3-505+ (Jan Silhan)
|
|
 |
8d1c31a |
- fixed double set of demand from 0e4276f (Jan Silhan)
|
|
 |
8d1c31a |
- group: remove cmd don't load available_repos, see 04da412 (Jan Silhan)
|
|
 |
8d1c31a |
- spec: /var/lib/dnf owned by dnf-conf (Jan Silhan)
|
|
 |
8d1c31a |
- spec: apply the weak dependencies only on F21+ (Radek Holy)
|
|
 |
8d1c31a |
- dnf-automatic: fixed python_sitelib (RhBug:1199450) (Jan Silhan)
|
|
 |
8d1c31a |
- Add release instructions (Michal Luscon)
|
|
 |
8d1c31a |
- setup tito to bump version in VERSION.cmake (Michal Luscon)
|
|
 |
8d1c31a |
- initialize to use tito (Michal Luscon)
|
|
 |
8d1c31a |
- prepare repo for tito build system (Michal Luscon)
|
|
 |
8d1c31a |
- spec: recommends bash-completion (RhBug:1190671) (Jan Silhan)
|
|
 |
8d1c31a |
- completion: work with just python(3)-dnf (Jan Silhan)
|
|
 |
8d1c31a |
- spec: move necessary files inside python(3) subpackages (RhBug:1191579) (Jan Silhan)
|
|
 |
8d1c31a |
- bash-completion: use python method to get commands (RhBug:1187579) (Igor Gnatenko)
|
|
 |
8d1c31a |
- api: exposed pluginconfpath main config (RhBug:1195325) (Jan Silhan)
|
|
 |
8d1c31a |
- updated AUTHORS (Jan Silhan)
|
|
 |
8d1c31a |
- add reinstall to bash_completion (Alberto Ruiz)
|
|
 |
8d1c31a |
- added new packages to @System for duplicated query test (Michael Mraka)
|
|
 |
8d1c31a |
- test for duplicated, installonly and latest_limit pkgs (Michael Mraka)
|
|
 |
8d1c31a |
- tests for autoremove, extras and recent pkgs (Michael Mraka)
|
|
 |
8d1c31a |
- moved push_userinstalled from base to goal (Michael Mraka)
|
|
 |
8d1c31a |
- filter or skip 'n' latest packages (Michael Mraka)
|
|
 |
8d1c31a |
- moved recent to query (Michael Mraka)
|
|
 |
8d1c31a |
- moved autoremove to query (Michael Mraka)
|
|
 |
8d1c31a |
- moved extras list to query (Michael Mraka)
|
|
 |
8d1c31a |
- create query for installonly packages (Michael Mraka)
|
|
 |
8d1c31a |
- create query for duplicated packages (Michael Mraka)
|
|
 |
8d1c31a |
- cosmetic: base: fixed pylint warnings (Jan Silhan)
|
|
 |
8d1c31a |
- do transaction cleanup after plugin hook (RhBug:1185977) (Michal Luscon)
|
|
 |
8d1c31a |
- base: extend download lock (RhBug:1157233) (Michal Luscon)
|
|
 |
8d1c31a |
- lock: output meaningful error for malformed lock file (Michal Luscon)
|
|
 |
8d1c31a |
- util: fix race condition in ensure_dir() (Michal Luscon)
|
|
 |
8d1c31a |
- lock: switch metadata lock to blocking mode (Michal Luscon)
|
|
 |
8d1c31a |
- install nonmandatory group packages as optional (Related:RhBug:1167881) (Michal Luscon)
|
|
 |
8d1c31a |
- remove command deletes whole dependency tree (RhBug:1154202) (Jan Silhan)
|
|
 |
8d1c31a |
- cmd list takes <package-name-specs> as parameter, revert of 526e674 (Jan Silhan)
|
|
 |
8d1c31a |
- spec: own /var/lib/dnf directory (RhBug:1198999) (Jan Silhan)
|
|
 |
8d1c31a |
- transifex update (Jan Silhan)
|
|
 |
8d1c31a |
- doc: fixed systemd execution of dnf-automatic (Jan Silhan)
|
|
 |
8d1c31a |
- doc: how to run dnf-automatic (RhBug:1195240) (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: added forgotten :api mark from 05b03fc (Jan Silhan)
|
|
 |
8d1c31a |
- api: exposed Repo.skip_if_unavailable config (RhBug:1189083) (Jan Silhan)
|
|
 |
8d1c31a |
- updated documentation for 'dnf list autoremove' (Michael Mraka)
|
|
 |
8d1c31a |
- reuse list_autoremove() in autoremove command (Michael Mraka)
|
|
 |
8d1c31a |
- function for autoremove package list (Michael Mraka)
|
|
 |
8d1c31a |
- implemented dnf list autoremove (Michael Mraka)
|
|
 |
8d1c31a |
- exclude not documented history subcommands (RhBug:1193914,1193915) (Jan Silhan)
|
|
 |
8d1c31a |
- better file pattern recognition (RhBug:1195385) (Jan Silhan)
|
|
 |
8d1c31a |
- spec: fix Obsoletes of the new DNF (Radek Holy)
|
|
 |
8d1c31a |
- remove boot only constraint and add missing download lock (Michal Luscon)
|
|
 |
8d1c31a |
- util: remove unused user_run_dir() function (Michal Luscon)
|
|
 |
8d1c31a |
- lock: change the destination folder of locks to allow suided programs work properly (RhBug:1195661) (Michal Luscon)
|
|
 |
8d1c31a |
- install dnf-3 only when python3 is enabled (thanks glensc) (Jan Silhan)
|
|
 |
8d1c31a |
- fixed unicode Download error (RhBug:1190458) (Jan Silhan)
|
|
 |
8d1c31a |
- log: print metadata age along with timestamp (Petr Spacek)
|
|
 |
8d1c31a |
- cli: fix double expansion of cachedir (RhBug:1194685) (Michal Luscon)
|
|
 |
8d1c31a |
- removed unused dnf-makecache.cron (Jan Silhan)
|
|
 |
8d1c31a |
- renamed erase command to remove (RhBug:1160806) (Jan Silhan)
|
|
 |
8d1c31a |
- spec: made python3-dnf package installed by default in f23 (Jan Silhan)
|
|
 |
8d1c31a |
- AUTHORS: changed email address (Jan Silhan)
|
|
 |
8d1c31a |
- doc: improve the documentation of the "install" command (Radek Holy)
|
|
 |
8d1c31a |
- "dnf install non-existent" should fail (Radek Holy)
|
|
 |
8d1c31a |
- tests: add some tests of Base.install (Radek Holy)
|
|
 |
8d1c31a |
- tests: add some tests of Base.package_install (Radek Holy)
|
|
 |
8d1c31a |
- Revert "doesn't upgrade packages by installing local packages" (RhBug:1160950) (Radek Holy)
|
|
 |
8d1c31a |
- lint: fix all Pylint errors in test_install (Radek Holy)
|
|
 |
8d1c31a |
- tests: add some tests to test_install (Radek Holy)
|
|
 |
8d1c31a |
- tests: improve some tests in test_install (Radek Holy)
|
|
 |
8d1c31a |
- cosmetic: reorder tests in test_install (Radek Holy)
|
|
 |
8d1c31a |
- cosmetic: rename some tests in test_install and add some docstrings (Radek Holy)
|
|
 |
8d1c31a |
- AUTHORS: updated (Jan Silhan)
|
|
 |
8d1c31a |
- Add support for armv6hl (Peter Hjalmarsson)
|
|
 |
8d1c31a |
- doc: subject.__init__(): what is pkg_spec (Jan Silhan)
|
|
 |
8d1c31a |
- doc: mentioning raising IOError from Base.fill_sack() (Jan Silhan)
|
|
 |
8d1c31a |
- option_parser: fixed splitting multiple values (RhBug:1186710) (Jan Silhan)
|
|
 |
8d1c31a |
- AUTHORS: updated (Jan Silhan)
|
|
 |
8d1c31a |
- Standardize words describing boolean data type (Christopher Meng)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Wed Feb 4 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.4-1
|
|
 |
8d1c31a |
- Adapt to librepo-1.7.13, metalink and mirrorlist are not loaded anymore when the repo is local. (Radek Holy)
|
|
 |
8d1c31a |
- not raises value error when no metadata exist (Jan Silhan)
|
|
 |
8d1c31a |
- Remove lock files during boot (RhBug:1154476) (Michal Luscon)
|
|
 |
8d1c31a |
- doc: groups are ordered not categories (Jan Silhan)
|
|
 |
8d1c31a |
- doc: added Package attributes to API (Jan Silhan)
|
|
 |
8d1c31a |
- README: link to bug reporting guide (Jan Silhan)
|
|
 |
8d1c31a |
- README: the official documentation is on readthedoc (Jan Silhan)
|
|
 |
8d1c31a |
- i18n: unicode encoding does not throw error (RhBug:1155877) (Jan Silhan)
|
|
 |
8d1c31a |
- conf: added minrate repo option (Related:RhBug:1175466) (Jan Silhan)
|
|
 |
8d1c31a |
- conf: added timeout repo option (RhBug:1175466) (Jan Silhan)
|
|
 |
8d1c31a |
- doc: api_queries: add 'file' filter description (RhBug:1186461) (Igor Gnatenko)
|
|
 |
8d1c31a |
- doc: documenting enablegroups (Jan Silhan)
|
|
 |
8d1c31a |
- log: printing metadata timestamp (RhBug:1170156) (Jan Silhan)
|
|
 |
8d1c31a |
- base: setup default cachedir value (RhBug:1184943) (Michal Luscon)
|
|
 |
8d1c31a |
- orders groups/environments by display_order tag (RhBug:1177002) (Jan Silhan)
|
|
 |
8d1c31a |
- no need to call create_cmdline_repo (Jan Silhan)
|
|
 |
8d1c31a |
- base: package-spec matches all packages which the name glob pattern fits (RhBug:1169165) (Michal Luscon)
|
|
 |
8d1c31a |
- doc: move dnf.conf to appropriate man page section (RhBug:1167982) (Michal Luscon)
|
|
 |
8d1c31a |
- tests: add test for blocking process lock (Michal Luscon)
|
|
 |
8d1c31a |
- lock: fix several race conditions in process lock mechanism (Michal Luscon)
|
|
 |
8d1c31a |
- base: use blocking process lock during download phase (RhBug:1157233) (Michal Luscon)
|
|
 |
8d1c31a |
- Update the Source0 generation commands in dnf.spec.in file (Parag Nemade)
|
|
 |
8d1c31a |
- Enhancement to dnf.spec.in file which follows current fedora packaging guidelines (Parag Nemade)
|
|
 |
8d1c31a |
- doc: add some examples and documentation of the core use case (RhBug:1138096) (Radek Holy)
|
|
 |
8d1c31a |
- bash-completion: enable downgrading packages for local files (RhBug:1181189) (Igor Gnatenko)
|
|
 |
8d1c31a |
- group: prints plain package name when package not in any repo (RhBug:1181397) (Jan Silhan)
|
|
 |
8d1c31a |
- spec: own __pycache__ for python 3 (Igor Gnatenko)
|
|
 |
8d1c31a |
- changed hawkey.log dir to /var/log (RhBug:1175434) (Jan Silhan)
|
|
 |
8d1c31a |
- bash-completion: handle sqlite errors (Igor Gnatenko)
|
|
 |
8d1c31a |
- use LANG=C when invoking 'dnf help' and 'sed' with regular expressions (Jakub Dorňák)
|
|
 |
8d1c31a |
- spec: own __pycache__ directory for py3 (Igor Gnatenko)
|
|
 |
8d1c31a |
- doc: mentioning Install command accepts path to local rpm package (Jan Silhan)
|
|
 |
8d1c31a |
- groups: in erase and install cmd non-existent group does not abort transaction (Jan Silhan)
|
|
 |
8d1c31a |
- doc: running tests in README (Jan Silhan)
|
|
 |
8d1c31a |
- api: transaction: added install_set and remove_set (RhBug:1162887) (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: fixed some typos in documentation (Jan Silhan)
|
|
 |
8d1c31a |
- groups: environments described after @ sign works (RhBug:1156084) (Jan Silhan)
|
|
 |
8d1c31a |
- own /etc/dnf/protected.d (RhBug:1175098) (Jan Silhan)
|
|
 |
8d1c31a |
- i18n: computing width of char right (RhBug:1174136) (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: renamed _splitArg -> _split_arg (Jan Silhan)
|
|
 |
8d1c31a |
- conf: removed include name conflict (RhBug:1055910) (Jan Silhan)
|
|
 |
8d1c31a |
- output: removed unpredictable decision based on probability introduced in ab4d2c5 (Jan Silhan)
|
|
 |
8d1c31a |
- output: history list is not limited to 20 records (RhBug:1155918) (Jan Silhan)
|
|
 |
8d1c31a |
- doc: referenced forgotten bug fix to release notes (Jan Silhan)
|
|
 |
8d1c31a |
- cosmetic: doc: removed duplicated word (Jan Silhan)
|
|
 |
8d1c31a |
- doc: described unavailable package corner case with skip_if_unavailable option (RhBug:1119030) (Jan Silhan)
|
|
 |
8d1c31a |
- log: replaced size with maxsize directive (RhBug:1177394) (Jan Silhan)
|
|
 |
8d1c31a |
- spec: fixed %ghost log file names (Jan Silhan)
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Mon Dec 8 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.3-2
|
|
 |
8d1c31a |
- logging: reverted naming from a6dde81
|
|
 |
8d1c31a |
|
|
 |
8d1c31a |
* Mon Dec 8 2014 Jan Silhan <jsilhan@redhat.com> - 0.6.3-1
|
|
 |
8d1c31a |
- transifex update (Jan Silhan)
|
|
 |
8d1c31a |
- bash-completion: don't query if we trying to use local file (RhBug:1153543) (Igor Gnatenko)
|
|
 |
8d1c31a |
- bash-completion: fix local completion (RhBug:1151231) (Igor Gnatenko)
|
|
 |