Blame SPECS/dnf-plugins-core.spec

5a4a77
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.7.0-6}
317c34
%global dnf_plugins_extra 2.0.0
5a4a77
%global hawkey_version 0.63.0-6
909bee
%global yum_utils_subpackage_name dnf-utils
909bee
%if 0%{?rhel} > 7
909bee
%global yum_utils_subpackage_name yum-utils
909bee
%endif
317c34
62b887
%define __cmake_in_source_build 1
62b887
317c34
%if 0%{?rhel} && 0%{?rhel} <= 7
317c34
%bcond_with python3
317c34
%else
317c34
%bcond_without python3
317c34
%endif
317c34
317c34
%if 0%{?rhel} > 7 || 0%{?fedora} > 29
317c34
%bcond_with python2
317c34
%else
317c34
%bcond_without python2
909bee
%endif
909bee
909bee
%if 0%{?rhel} > 7 || 0%{?fedora} > 30
909bee
%bcond_without yumcompatibility
909bee
%else
317c34
%bcond_with yumcompatibility
317c34
%endif
317c34
317c34
%if 0%{?rhel} && 0%{?rhel} <= 7
909bee
%bcond_with yumutils
317c34
%else
909bee
%bcond_without yumutils
317c34
%endif
317c34
317c34
Name:           dnf-plugins-core
62b887
Version:        4.0.21
c70aad
Release:        18%{?dist}
317c34
Summary:        Core Plugins for DNF
317c34
License:        GPLv2+
317c34
URL:            https://github.com/rpm-software-management/dnf-plugins-core
317c34
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
62b887
Patch1:         0001-versionlock-Do-not-exclude-locked-obsoleters-RhBug1957280.patch
62b887
Patch2:         0002-repomanage-Allow-running-only-with-metadata.patch
62b887
Patch3:         0003-repomanage-Enhance-repomanage-documentation-RhBug1898293.patch
5a4a77
Patch4:         0004-copr-dont-traceback-on-empty-lines-in-etcos-release.patch
5a4a77
Patch5:         0005-reposync-Use-fail_fastFalse-when-downloading-packages-RhBug2009894.patch
5a4a77
Patch6:         0006-copr-migrate-all-calls-to-APIv3.patch
5a4a77
Patch7:         0007-groups-manager-More-benevolent-resolving-of-packages-RhBug2013633.patch
5a4a77
Patch8:         0008-versionlock-fix-multi-pkg-lock-RhBug2013324.patch
5a4a77
Patch9:         0009-Update-documentation-for-adding-specific-version-RhBug2013332.patch
5a4a77
Patch10:        0010-needs-restarting-Fix-wrong-boot-time-RhBug1960437.patch
5a4a77
Patch11:        0011-Add-new-command-modulesync-RhBug1868047.patch
9f4a6f
Patch12:        0012-Update-translations-RhBug-2017271.patch
9f4a6f
Patch13:        0013-repomanage-Use-modules-only-from-repo-they-are-handl.patch
9f4a6f
Patch14:        0014-feat-repomanage-Add-new-option-oldonly.patch
9f4a6f
Patch15:        0015-Skip-all-non-rpm-tsi-for-transaction_action-plugins-.patch
9f4a6f
Patch16:        0016-Fix-dnf-copr-enable-on-Fedora-35.patch
9f4a6f
Patch17:        0017-Disable-dnf-playground-command.patch
9f4a6f
Patch18:        0018-Fix-baseurl-for-centos-stream-chroot.patch
9f4a6f
Patch19:        0019-Silence-a-deprecation-warning-in-plugins-copr.py.patch
9f4a6f
Patch20:        0020-Shorter-verification-that-the-project-exists.patch
9f4a6f
Patch21:        0021-Better-error-message-for-dnf-copr-enable.patch
9f4a6f
Patch22:        0022-copr-allow-specifying-protocol-as-part-of-hub.patch
9f4a6f
Patch23:        0023-copr-Guess-EPEL-chroots-for-CentOS-Stream-RhBug-2058.patch
c70aad
Patch24:        0024-builddep-Warning-when-using-macros-with-source-rpms-.patch
c70aad
Patch25:        0025-Move-system-upgrade-plugin-to-core-RhBug-2054235.patch
c70aad
Patch26:        0026-Add-a-warning-when-using-system-upgrade-on-RHEL.patch
c70aad
Patch27:        0027-offline-upgrade-Add-security-filters.patch
c70aad
Patch28:        0028-system-upgrade-Show-warning-always-for-a-downstream.patch
9f4a6f
62b887
317c34
BuildArch:      noarch
317c34
BuildRequires:  cmake
317c34
BuildRequires:  gettext
317c34
# Documentation
317c34
%if %{with python3}
317c34
BuildRequires:  %{_bindir}/sphinx-build-3
317c34
Requires:       python3-%{name} = %{version}-%{release}
317c34
%else
317c34
BuildRequires:  %{_bindir}/sphinx-build
317c34
Requires:       python2-%{name} = %{version}-%{release}
317c34
%endif
317c34
Provides:       dnf-command(builddep)
317c34
Provides:       dnf-command(changelog)
317c34
Provides:       dnf-command(config-manager)
317c34
Provides:       dnf-command(copr)
317c34
Provides:       dnf-command(debug-dump)
317c34
Provides:       dnf-command(debug-restore)
317c34
Provides:       dnf-command(debuginfo-install)
317c34
Provides:       dnf-command(download)
a6dba4
Provides:       dnf-command(groups-manager)
317c34
Provides:       dnf-command(repoclosure)
317c34
Provides:       dnf-command(repograph)
317c34
Provides:       dnf-command(repomanage)
317c34
Provides:       dnf-command(reposync)
317c34
Provides:       dnf-command(repodiff)
c70aad
Provides:       dnf-command(system-upgrade)
c70aad
Provides:       dnf-command(offline-upgrade)
c70aad
Provides:       dnf-command(offline-distrosync)
317c34
Provides:       dnf-plugins-extras-debug = %{version}-%{release}
317c34
Provides:       dnf-plugins-extras-repoclosure = %{version}-%{release}
317c34
Provides:       dnf-plugins-extras-repograph = %{version}-%{release}
317c34
Provides:       dnf-plugins-extras-repomanage = %{version}-%{release}
317c34
Provides:       dnf-plugin-builddep = %{version}-%{release}
317c34
Provides:       dnf-plugin-config-manager = %{version}-%{release}
317c34
Provides:       dnf-plugin-debuginfo-install = %{version}-%{release}
317c34
Provides:       dnf-plugin-download = %{version}-%{release}
317c34
Provides:       dnf-plugin-generate_completion_cache = %{version}-%{release}
317c34
Provides:       dnf-plugin-needs_restarting = %{version}-%{release}
a6dba4
Provides:       dnf-plugin-groups-manager = %{version}-%{release}
317c34
Provides:       dnf-plugin-repoclosure = %{version}-%{release}
317c34
Provides:       dnf-plugin-repodiff = %{version}-%{release}
317c34
Provides:       dnf-plugin-repograph = %{version}-%{release}
317c34
Provides:       dnf-plugin-repomanage = %{version}-%{release}
317c34
Provides:       dnf-plugin-reposync = %{version}-%{release}
c70aad
Provides:       dnf-plugin-system-upgrade = %{version}-%{release}
317c34
%if %{with yumcompatibility}
317c34
Provides:       yum-plugin-copr = %{version}-%{release}
317c34
Provides:       yum-plugin-changelog = %{version}-%{release}
317c34
Provides:       yum-plugin-auto-update-debug-info = %{version}-%{release}
317c34
%endif
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
317c34
%description
317c34
Core Plugins for DNF. This package enhances DNF with builddep, config-manager,
c70aad
copr, debug, debuginfo-install, download, needs-restarting, groups-manager, repoclosure,
317c34
repograph, repomanage, reposync, changelog and repodiff commands. Additionally
317c34
provides generate_completion_cache passive plugin.
317c34
317c34
%if %{with python2}
317c34
%package -n python2-%{name}
317c34
Summary:        Core Plugins for DNF
317c34
%{?python_provide:%python_provide python2-%{name}}
317c34
BuildRequires:  python2-dnf >= %{dnf_lowest_compatible}
317c34
%if 0%{?rhel} && 0%{?rhel} <= 7
a6dba4
BuildRequires:  dbus-python
317c34
%else
a6dba4
BuildRequires:  python2-dbus
317c34
%endif
317c34
BuildRequires:  python2-devel
317c34
%if 0%{?fedora}
317c34
Requires:       python2-distro
317c34
%endif
317c34
Requires:       python2-dnf >= %{dnf_lowest_compatible}
317c34
Requires:       python2-hawkey >= %{hawkey_version}
317c34
%if 0%{?rhel} && 0%{?rhel} <= 7
a6dba4
Requires:       dbus-python
317c34
Requires:       python-dateutil
317c34
%else
a6dba4
Requires:       python2-dbus
317c34
Requires:       python2-dateutil
317c34
%endif
317c34
Provides:       python2-dnf-plugins-extras-debug = %{version}-%{release}
317c34
Provides:       python2-dnf-plugins-extras-repoclosure = %{version}-%{release}
317c34
Provides:       python2-dnf-plugins-extras-repograph = %{version}-%{release}
317c34
Provides:       python2-dnf-plugins-extras-repomanage = %{version}-%{release}
317c34
Obsoletes:      python2-dnf-plugins-extras-debug < %{dnf_plugins_extra}
317c34
Obsoletes:      python2-dnf-plugins-extras-repoclosure < %{dnf_plugins_extra}
317c34
Obsoletes:      python2-dnf-plugins-extras-repograph < %{dnf_plugins_extra}
317c34
Obsoletes:      python2-dnf-plugins-extras-repomanage < %{dnf_plugins_extra}
317c34
317c34
Conflicts:      %{name} <= 0.1.5
317c34
# let the both python plugin versions be updated simultaneously
317c34
Conflicts:      python3-%{name} < %{version}-%{release}
317c34
Conflicts:      python-%{name} < %{version}-%{release}
317c34
317c34
%description -n python2-%{name}
317c34
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep,
c70aad
config-manager, copr, degug, debuginfo-install, download, needs-restarting,
c70aad
groups-manager, repoclosure, repograph, repomanage, reposync, changelog,
c70aad
repodiff, system-upgrade, offline-upgrade and offline-distrosync commands.
317c34
Additionally provides generate_completion_cache passive plugin.
317c34
%endif
317c34
317c34
%if %{with python3}
317c34
%package -n python3-%{name}
317c34
Summary:    Core Plugins for DNF
317c34
%{?python_provide:%python_provide python3-%{name}}
a6dba4
BuildRequires:  python3-dbus
317c34
BuildRequires:  python3-devel
317c34
BuildRequires:  python3-dnf >= %{dnf_lowest_compatible}
c70aad
BuildRequires:  python3-systemd
c70aad
BuildRequires:  pkgconfig(systemd)
c70aad
BuildRequires:  systemd
c70aad
%{?systemd_ordering}
317c34
%if 0%{?fedora}
317c34
Requires:       python3-distro
317c34
%endif
a6dba4
Requires:       python3-dbus
317c34
Requires:       python3-dnf >= %{dnf_lowest_compatible}
317c34
Requires:       python3-hawkey >= %{hawkey_version}
317c34
Requires:       python3-dateutil
c70aad
Requires:       python3-systemd
317c34
Provides:       python3-dnf-plugins-extras-debug = %{version}-%{release}
317c34
Provides:       python3-dnf-plugins-extras-repoclosure = %{version}-%{release}
317c34
Provides:       python3-dnf-plugins-extras-repograph = %{version}-%{release}
317c34
Provides:       python3-dnf-plugins-extras-repomanage = %{version}-%{release}
c70aad
Provides:       python3-dnf-plugin-system-upgrade = %{version}-%{release}
317c34
Obsoletes:      python3-dnf-plugins-extras-debug < %{dnf_plugins_extra}
317c34
Obsoletes:      python3-dnf-plugins-extras-repoclosure < %{dnf_plugins_extra}
317c34
Obsoletes:      python3-dnf-plugins-extras-repograph < %{dnf_plugins_extra}
317c34
Obsoletes:      python3-dnf-plugins-extras-repomanage < %{dnf_plugins_extra}
c70aad
Obsoletes:      python3-dnf-plugin-system-upgrade < %{version}-%{release}
317c34
317c34
Conflicts:      %{name} <= 0.1.5
317c34
# let the both python plugin versions be updated simultaneously
317c34
Conflicts:      python2-%{name} < %{version}-%{release}
317c34
Conflicts:      python-%{name} < %{version}-%{release}
317c34
317c34
%description -n python3-%{name}
317c34
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep,
c70aad
config-manager, copr, debug, debuginfo-install, download, needs-restarting,
c70aad
groups-manager, repoclosure, repograph, repomanage, reposync, changelog,
c70aad
repodiff, system-upgrade, offline-upgrade and offline-distrosync commands.
317c34
Additionally provides generate_completion_cache passive plugin.
317c34
%endif
317c34
909bee
%if %{with yumutils}
909bee
%package -n %{yum_utils_subpackage_name}
909bee
%if "%{yum_utils_subpackage_name}" == "dnf-utils"
909bee
Conflicts:      yum-utils < 1.1.31-520
317c34
%if 0%{?rhel} != 7
317c34
Provides:       yum-utils = %{version}-%{release}
909bee
%endif
909bee
%else
909bee
Provides:       dnf-utils = %{version}-%{release}
909bee
Obsoletes:      dnf-utils < %{version}-%{release}
317c34
%endif
317c34
Requires:       dnf >= %{dnf_lowest_compatible}
317c34
Requires:       %{name} = %{version}-%{release}
317c34
%if %{with python3}
317c34
Requires:       python3-dnf >= %{dnf_lowest_compatible}
317c34
%else
317c34
Requires:       python2-dnf >= %{dnf_lowest_compatible}
317c34
%endif
317c34
Summary:        Yum-utils CLI compatibility layer
317c34
909bee
%description -n %{yum_utils_subpackage_name}
317c34
As a Yum-utils CLI compatibility layer, supplies in CLI shims for
317c34
debuginfo-install, repograph, package-cleanup, repoclosure, repomanage,
a6dba4
repoquery, reposync, repotrack, repodiff, builddep, config-manager, debug,
a6dba4
download and yum-groups-manager that use new implementations using DNF.
317c34
%endif
317c34
317c34
%if 0%{?rhel} == 0 && %{with python2}
317c34
%package -n python2-dnf-plugin-leaves
317c34
Summary:        Leaves Plugin for DNF
317c34
Requires:       python2-%{name} = %{version}-%{release}
317c34
Provides:       python2-dnf-plugins-extras-leaves = %{version}-%{release}
317c34
%if !%{with python3}
317c34
Provides:       dnf-command(leaves)
317c34
Provides:       dnf-plugin-leaves = %{version}-%{release}
317c34
Provides:       dnf-plugins-extras-leaves = %{version}-%{release}
317c34
%endif
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python3-dnf-plugin-leaves < %{version}-%{release}
317c34
Obsoletes:      python2-dnf-plugins-extras-leaves < %{dnf_plugins_extra}
317c34
317c34
%description -n python2-dnf-plugin-leaves
317c34
Leaves Plugin for DNF, Python 2 version. List all installed packages
317c34
not required by any other installed package.
317c34
%endif
317c34
317c34
%if 0%{?rhel} == 0 && %{with python3}
317c34
%package -n python3-dnf-plugin-leaves
317c34
Summary:        Leaves Plugin for DNF
317c34
Requires:       python3-%{name} = %{version}-%{release}
317c34
Provides:       python3-dnf-plugins-extras-leaves = %{version}-%{release}
317c34
Provides:       dnf-command(leaves)
317c34
Provides:       dnf-plugin-leaves = %{version}-%{release}
317c34
Provides:       dnf-plugins-extras-leaves = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python2-dnf-plugin-leaves < %{version}-%{release}
317c34
Obsoletes:      python3-dnf-plugins-extras-leaves < %{dnf_plugins_extra}
317c34
317c34
%description -n python3-dnf-plugin-leaves
317c34
Leaves Plugin for DNF, Python 3 version. List all installed packages
317c34
not required by any other installed package.
317c34
%endif
317c34
317c34
%if 0%{?rhel} == 0 && %{with python2}
317c34
%package -n python2-dnf-plugin-local
317c34
Summary:        Local Plugin for DNF
317c34
Requires:       %{_bindir}/createrepo_c
317c34
Requires:       python2-%{name} = %{version}-%{release}
317c34
%if !%{with python3}
317c34
Provides:       dnf-plugin-local =  %{version}-%{release}
317c34
Provides:       dnf-plugins-extras-local = %{version}-%{release}
317c34
%endif
317c34
Provides:       python2-dnf-plugins-extras-local = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python3-dnf-plugin-local < %{version}-%{release}
317c34
Obsoletes:      python2-dnf-plugins-extras-local < %{dnf_plugins_extra}
317c34
317c34
%description -n python2-dnf-plugin-local
317c34
Local Plugin for DNF, Python 2 version. Automatically copy all downloaded packages to a
317c34
repository on the local filesystem and generating repo metadata.
317c34
%endif
317c34
317c34
%if %{with python3} && 0%{?rhel} == 0
317c34
%package -n python3-dnf-plugin-local
317c34
Summary:        Local Plugin for DNF
317c34
Requires:       %{_bindir}/createrepo_c
317c34
Requires:       python3-%{name} = %{version}-%{release}
317c34
Provides:       dnf-plugin-local =  %{version}-%{release}
317c34
Provides:       python3-dnf-plugins-extras-local = %{version}-%{release}
317c34
Provides:       dnf-plugins-extras-local = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python2-dnf-plugin-local < %{version}-%{release}
317c34
Obsoletes:      python3-dnf-plugins-extras-local < %{dnf_plugins_extra}
317c34
317c34
%description -n python3-dnf-plugin-local
317c34
Local Plugin for DNF, Python 3 version. Automatically copy all downloaded
317c34
packages to a repository on the local filesystem and generating repo metadata.
317c34
%endif
317c34
317c34
%if %{with python2}
317c34
%package -n python2-dnf-plugin-migrate
317c34
Summary:        Migrate Plugin for DNF
317c34
Requires:       python2-%{name} = %{version}-%{release}
317c34
Requires:       yum
317c34
Provides:       dnf-plugin-migrate = %{version}-%{release}
317c34
Provides:       python2-dnf-plugins-extras-migrate = %{version}-%{release}
317c34
Provides:       dnf-command(migrate)
317c34
Provides:       dnf-plugins-extras-migrate = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Obsoletes:      python2-dnf-plugins-extras-migrate < %{dnf_plugins_extra}
317c34
Obsoletes:      python-dnf-plugins-extras-migrate < %{dnf_plugins_extra}
317c34
317c34
%description -n python2-dnf-plugin-migrate
317c34
Migrate Plugin for DNF, Python 2 version. Migrates history, group and yumdb data from yum to dnf.
317c34
%endif
317c34
909bee
%if %{with python2}
909bee
%package -n python2-dnf-plugin-post-transaction-actions
909bee
Summary:        Post transaction actions Plugin for DNF
909bee
Requires:       python2-%{name} = %{version}-%{release}
909bee
%if !%{with python3}
909bee
Provides:       dnf-plugin-post-transaction-actions =  %{version}-%{release}
909bee
%endif
909bee
Conflicts:      python3-dnf-plugin-post-transaction-actions < %{version}-%{release}
909bee
909bee
%description -n python2-dnf-plugin-post-transaction-actions
909bee
Post transaction actions Plugin for DNF, Python 2 version. Plugin runs actions
909bee
(shell commands) after transaction is completed. Actions are defined in action
909bee
files.
909bee
%endif
909bee
909bee
%if %{with python3}
909bee
%package -n python3-dnf-plugin-post-transaction-actions
909bee
Summary:        Post transaction actions Plugin for DNF
909bee
Requires:       python3-%{name} = %{version}-%{release}
909bee
Provides:       dnf-plugin-post-transaction-actions =  %{version}-%{release}
909bee
Conflicts:      python2-dnf-plugin-post-transaction-actions < %{version}-%{release}
909bee
909bee
%description -n python3-dnf-plugin-post-transaction-actions
909bee
Post transaction actions Plugin for DNF, Python 3 version. Plugin runs actions
909bee
(shell commands) after transaction is completed. Actions are defined in action
909bee
files.
909bee
%endif
909bee
317c34
%if 0%{?rhel} == 0 && %{with python2}
317c34
%package -n python2-dnf-plugin-show-leaves
317c34
Summary:        Leaves Plugin for DNF
317c34
Requires:       python2-%{name} = %{version}-%{release}
317c34
Requires:       python2-dnf-plugin-leaves = %{version}-%{release}
317c34
%if !%{with python3}
317c34
Provides:       dnf-plugin-show-leaves =  %{version}-%{release}
317c34
Provides:       dnf-command(show-leaves)
317c34
Provides:       dnf-plugins-extras-show-leaves = %{version}-%{release}
317c34
%endif
317c34
Provides:       python2-dnf-plugins-extras-show-leaves = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python3-dnf-plugin-show-leaves < %{version}-%{release}
317c34
Obsoletes:      python2-dnf-plugins-extras-show-leaves < %{dnf_plugins_extra}
317c34
317c34
%description -n python2-dnf-plugin-show-leaves
317c34
Show-leaves Plugin for DNF, Python 2 version. List all installed
317c34
packages that are no longer required by any other installed package
317c34
after a transaction.
317c34
%endif
317c34
317c34
%if 0%{?rhel} == 0 && %{with python3}
317c34
%package -n python3-dnf-plugin-show-leaves
317c34
Summary:        Show-leaves Plugin for DNF
317c34
Requires:       python3-%{name} = %{version}-%{release}
317c34
Requires:       python3-dnf-plugin-leaves = %{version}-%{release}
317c34
Provides:       dnf-plugin-show-leaves =  %{version}-%{release}
317c34
Provides:       python3-dnf-plugins-extras-show-leaves = %{version}-%{release}
317c34
Provides:       dnf-command(show-leaves)
317c34
Provides:       dnf-plugins-extras-show-leaves = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python2-dnf-plugin-show-leaves < %{version}-%{release}
317c34
Obsoletes:      python3-dnf-plugins-extras-show-leaves < %{dnf_plugins_extra}
317c34
317c34
%description -n python3-dnf-plugin-show-leaves
317c34
Show-leaves Plugin for DNF, Python 3 version. List all installed
317c34
packages that are no longer required by any other installed package
317c34
after a transaction.
317c34
%endif
317c34
317c34
%if %{with python2}
317c34
%package -n python2-dnf-plugin-versionlock
317c34
Summary:        Version Lock Plugin for DNF
317c34
Requires:       python2-%{name} = %{version}-%{release}
317c34
%if !%{with python3}
317c34
Provides:       dnf-plugin-versionlock =  %{version}-%{release}
317c34
Provides:       dnf-command(versionlock)
317c34
Provides:       dnf-plugins-extras-versionlock = %{version}-%{release}
317c34
%if %{with yumcompatibility}
317c34
Provides:       yum-plugin-versionlock = %{version}-%{release}
317c34
%endif
317c34
%endif
317c34
Provides:       python2-dnf-plugins-extras-versionlock = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python3-dnf-plugin-versionlock < %{version}-%{release}
317c34
Obsoletes:      python2-dnf-plugins-extras-versionlock < %{dnf_plugins_extra}
317c34
317c34
%description -n python2-dnf-plugin-versionlock
317c34
Version lock plugin takes a set of name/versions for packages and excludes all other
317c34
versions of those packages. This allows you to e.g. protect packages from being
317c34
updated by newer versions.
317c34
%endif
317c34
317c34
%if %{with python3}
317c34
%package -n python3-dnf-plugin-versionlock
317c34
Summary:        Version Lock Plugin for DNF
317c34
Requires:       python3-%{name} = %{version}-%{release}
317c34
Provides:       dnf-plugin-versionlock =  %{version}-%{release}
317c34
Provides:       python3-dnf-plugins-extras-versionlock = %{version}-%{release}
317c34
Provides:       dnf-command(versionlock)
317c34
%if %{with yumcompatibility}
317c34
Provides:       yum-plugin-versionlock = %{version}-%{release}
317c34
%endif
317c34
Provides:       dnf-plugins-extras-versionlock = %{version}-%{release}
317c34
Conflicts:      dnf-plugins-extras-common-data < %{dnf_plugins_extra}
317c34
Conflicts:      python2-dnf-plugin-versionlock < %{version}-%{release}
317c34
Obsoletes:      python3-dnf-plugins-extras-versionlock < %{dnf_plugins_extra}
317c34
317c34
%description -n python3-dnf-plugin-versionlock
317c34
Version lock plugin takes a set of name/versions for packages and excludes all other
317c34
versions of those packages. This allows you to e.g. protect packages from being
317c34
updated by newer versions.
317c34
%endif
317c34
5a4a77
%if %{with python3}
5a4a77
%package -n python3-dnf-plugin-modulesync
5a4a77
Summary:        Download module metadata and packages and create repository
5a4a77
Requires:       python3-%{name} = %{version}-%{release}
5a4a77
Requires:       createrepo_c >= 0.17.4
5a4a77
Provides:       dnf-plugin-modulesync =  %{version}-%{release}
5a4a77
Provides:       dnf-command(modulesync)
5a4a77
5a4a77
%description -n python3-dnf-plugin-modulesync
5a4a77
Download module metadata from all enabled repositories, module artifacts and profiles of matching modules and create
5a4a77
repository.
5a4a77
%endif
5a4a77
317c34
%prep
317c34
%autosetup -p1
317c34
%if %{with python2}
317c34
mkdir build-py2
317c34
%endif
317c34
%if %{with python3}
317c34
mkdir build-py3
317c34
%endif
317c34
317c34
%build
317c34
%if %{with python2}
317c34
pushd build-py2
317c34
  %cmake ../ -DPYTHON_DESIRED:FILEPATH=%{__python2} -DWITHOUT_LOCAL:str=0%{?rhel}
317c34
  %make_build
317c34
  make doc-man
317c34
popd
317c34
%endif
317c34
%if %{with python3}
317c34
pushd build-py3
317c34
  %cmake ../ -DPYTHON_DESIRED:FILEPATH=%{__python3} -DWITHOUT_LOCAL:str=0%{?rhel}
317c34
  %make_build
317c34
  make doc-man
317c34
popd
317c34
%endif
317c34
317c34
%install
317c34
%if %{with python2}
317c34
pushd build-py2
317c34
  %make_install
317c34
popd
317c34
%endif
317c34
%if %{with python3}
317c34
pushd build-py3
317c34
  %make_install
317c34
popd
317c34
%endif
c70aad
c70aad
%if %{with python3}
c70aad
mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants/
c70aad
pushd %{buildroot}%{_unitdir}/system-update.target.wants/
c70aad
  ln -sr ../dnf-system-upgrade.service
c70aad
popd
c70aad
c70aad
ln -sf %{_mandir}/man8/dnf-system-upgrade.8.gz %{buildroot}%{_mandir}/man8/dnf-offline-upgrade.8.gz
c70aad
ln -sf %{_mandir}/man8/dnf-system-upgrade.8.gz %{buildroot}%{_mandir}/man8/dnf-offline-distrosync.8.gz
c70aad
%endif
c70aad
317c34
%find_lang %{name}
909bee
%if %{with yumutils}
317c34
  %if %{with python3}
317c34
  mv %{buildroot}%{_libexecdir}/dnf-utils-3 %{buildroot}%{_libexecdir}/dnf-utils
317c34
  %else
317c34
  mv %{buildroot}%{_libexecdir}/dnf-utils-2 %{buildroot}%{_libexecdir}/dnf-utils
317c34
  %endif
317c34
%endif
317c34
rm -vf %{buildroot}%{_libexecdir}/dnf-utils-*
317c34
909bee
%if %{with yumutils}
317c34
mkdir -p %{buildroot}%{_bindir}
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/debuginfo-install
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/needs-restarting
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/find-repos-of-install
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repo-graph
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/package-cleanup
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repoclosure
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repodiff
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repomanage
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repoquery
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/reposync
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repotrack
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-builddep
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-config-manager
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-dump
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-restore
a6dba4
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-groups-manager
317c34
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yumdownloader
909bee
# These commands don't have a dedicated man page, so let's just point them
909bee
# to the utils page which contains their descriptions.
909bee
ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/find-repos-of-install.1.gz
909bee
ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repoquery.1.gz
909bee
ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/man1/repotrack.1.gz
317c34
%endif
317c34
317c34
%check
317c34
%if %{with python2}
62b887
    pushd build-py2
62b887
    ctest -VV
62b887
    popd
317c34
%endif
317c34
%if %{with python3}
62b887
    pushd build-py3
62b887
    ctest -VV
62b887
    popd
317c34
%endif
317c34
317c34
%files
909bee
%{_mandir}/man8/dnf-builddep.*
909bee
%{_mandir}/man8/dnf-changelog.*
909bee
%{_mandir}/man8/dnf-config-manager.*
909bee
%{_mandir}/man8/dnf-copr.*
909bee
%{_mandir}/man8/dnf-debug.*
909bee
%{_mandir}/man8/dnf-debuginfo-install.*
909bee
%{_mandir}/man8/dnf-download.*
909bee
%{_mandir}/man8/dnf-generate_completion_cache.*
a6dba4
%{_mandir}/man8/dnf-groups-manager.*
909bee
%{_mandir}/man8/dnf-needs-restarting.*
909bee
%{_mandir}/man8/dnf-repoclosure.*
909bee
%{_mandir}/man8/dnf-repodiff.*
909bee
%{_mandir}/man8/dnf-repograph.*
909bee
%{_mandir}/man8/dnf-repomanage.*
909bee
%{_mandir}/man8/dnf-reposync.*
c70aad
%{_mandir}/man8/dnf-system-upgrade.*
c70aad
%{_mandir}/man8/dnf-offline-upgrade.*
c70aad
%{_mandir}/man8/dnf-offline-distrosync.*
317c34
%if %{with yumcompatibility}
317c34
%{_mandir}/man1/yum-changelog.*
909bee
%{_mandir}/man8/yum-copr.*
317c34
%else
317c34
%exclude %{_mandir}/man1/yum-changelog.*
909bee
%exclude %{_mandir}/man8/yum-copr.*
317c34
%endif
317c34
317c34
%if %{with python2}
317c34
%files -n python2-%{name} -f %{name}.lang
317c34
%license COPYING
317c34
%doc AUTHORS README.rst
909bee
%ghost %attr(644,-,-) %{_var}/cache/dnf/packages.db
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.conf
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.d
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/debuginfo-install.conf
317c34
%{python2_sitelib}/dnf-plugins/builddep.*
317c34
%{python2_sitelib}/dnf-plugins/changelog.*
317c34
%{python2_sitelib}/dnf-plugins/config_manager.*
317c34
%{python2_sitelib}/dnf-plugins/copr.*
317c34
%{python2_sitelib}/dnf-plugins/debug.*
317c34
%{python2_sitelib}/dnf-plugins/debuginfo-install.*
317c34
%{python2_sitelib}/dnf-plugins/download.*
317c34
%{python2_sitelib}/dnf-plugins/generate_completion_cache.*
a6dba4
%{python2_sitelib}/dnf-plugins/groups_manager.*
317c34
%{python2_sitelib}/dnf-plugins/needs_restarting.*
317c34
%{python2_sitelib}/dnf-plugins/repoclosure.*
317c34
%{python2_sitelib}/dnf-plugins/repodiff.*
317c34
%{python2_sitelib}/dnf-plugins/repograph.*
317c34
%{python2_sitelib}/dnf-plugins/repomanage.*
317c34
%{python2_sitelib}/dnf-plugins/reposync.*
317c34
%{python2_sitelib}/dnfpluginscore/
317c34
%endif
317c34
317c34
%if %{with python3}
317c34
%files -n python3-%{name} -f %{name}.lang
317c34
%license COPYING
317c34
%doc AUTHORS README.rst
909bee
%ghost %attr(644,-,-) %{_var}/cache/dnf/packages.db
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.conf
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.d
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/debuginfo-install.conf
317c34
%{python3_sitelib}/dnf-plugins/builddep.py
317c34
%{python3_sitelib}/dnf-plugins/changelog.py
317c34
%{python3_sitelib}/dnf-plugins/config_manager.py
317c34
%{python3_sitelib}/dnf-plugins/copr.py
317c34
%{python3_sitelib}/dnf-plugins/debug.py
317c34
%{python3_sitelib}/dnf-plugins/debuginfo-install.py
317c34
%{python3_sitelib}/dnf-plugins/download.py
317c34
%{python3_sitelib}/dnf-plugins/generate_completion_cache.py
a6dba4
%{python3_sitelib}/dnf-plugins/groups_manager.py
317c34
%{python3_sitelib}/dnf-plugins/needs_restarting.py
317c34
%{python3_sitelib}/dnf-plugins/repoclosure.py
317c34
%{python3_sitelib}/dnf-plugins/repodiff.py
317c34
%{python3_sitelib}/dnf-plugins/repograph.py
317c34
%{python3_sitelib}/dnf-plugins/repomanage.py
317c34
%{python3_sitelib}/dnf-plugins/reposync.py
c70aad
%{python3_sitelib}/dnf-plugins/system_upgrade.py
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/builddep.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/changelog.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/config_manager.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/copr.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/debug.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/debuginfo-install.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/download.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/generate_completion_cache.*
a6dba4
%{python3_sitelib}/dnf-plugins/__pycache__/groups_manager.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/needs_restarting.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/repoclosure.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/repodiff.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/repograph.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/repomanage.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/reposync.*
c70aad
%{python3_sitelib}/dnf-plugins/__pycache__/system_upgrade.*
317c34
%{python3_sitelib}/dnfpluginscore/
c70aad
%{_unitdir}/dnf-system-upgrade.service
c70aad
%{_unitdir}/dnf-system-upgrade-cleanup.service
c70aad
%{_unitdir}/system-update.target.wants/dnf-system-upgrade.service
317c34
%endif
317c34
909bee
%if %{with yumutils}
909bee
%files -n %{yum_utils_subpackage_name}
317c34
%{_libexecdir}/dnf-utils
317c34
%{_bindir}/debuginfo-install
317c34
%{_bindir}/needs-restarting
317c34
%{_bindir}/find-repos-of-install
317c34
%{_bindir}/package-cleanup
317c34
%{_bindir}/repo-graph
317c34
%{_bindir}/repoclosure
317c34
%{_bindir}/repodiff
317c34
%{_bindir}/repomanage
317c34
%{_bindir}/repoquery
317c34
%{_bindir}/reposync
317c34
%{_bindir}/repotrack
317c34
%{_bindir}/yum-builddep
317c34
%{_bindir}/yum-config-manager
317c34
%{_bindir}/yum-debug-dump
317c34
%{_bindir}/yum-debug-restore
a6dba4
%{_bindir}/yum-groups-manager
317c34
%{_bindir}/yumdownloader
317c34
%{_mandir}/man1/debuginfo-install.*
317c34
%{_mandir}/man1/needs-restarting.*
317c34
%{_mandir}/man1/repo-graph.*
317c34
%{_mandir}/man1/repoclosure.*
317c34
%{_mandir}/man1/repodiff.*
317c34
%{_mandir}/man1/repomanage.*
317c34
%{_mandir}/man1/reposync.*
317c34
%{_mandir}/man1/yum-builddep.*
317c34
%{_mandir}/man1/yum-config-manager.*
317c34
%{_mandir}/man1/yum-debug-dump.*
317c34
%{_mandir}/man1/yum-debug-restore.*
a6dba4
%{_mandir}/man1/yum-groups-manager.*
317c34
%{_mandir}/man1/yumdownloader.*
317c34
%{_mandir}/man1/package-cleanup.*
317c34
%{_mandir}/man1/dnf-utils.*
909bee
%{_mandir}/man1/yum-utils.*
909bee
# These are only built with yumutils bcond.
317c34
%{_mandir}/man1/find-repos-of-install.*
317c34
%{_mandir}/man1/repoquery.*
317c34
%{_mandir}/man1/repotrack.*
317c34
%else
909bee
# These are built regardless of yumutils bcond so we need to exclude them.
317c34
%exclude %{_mandir}/man1/debuginfo-install.*
317c34
%exclude %{_mandir}/man1/needs-restarting.*
317c34
%exclude %{_mandir}/man1/repo-graph.*
317c34
%exclude %{_mandir}/man1/repoclosure.*
317c34
%exclude %{_mandir}/man1/repodiff.*
317c34
%exclude %{_mandir}/man1/repomanage.*
317c34
%exclude %{_mandir}/man1/reposync.*
317c34
%exclude %{_mandir}/man1/yum-builddep.*
317c34
%exclude %{_mandir}/man1/yum-config-manager.*
317c34
%exclude %{_mandir}/man1/yum-debug-dump.*
317c34
%exclude %{_mandir}/man1/yum-debug-restore.*
a6dba4
%exclude %{_mandir}/man1/yum-groups-manager.*
317c34
%exclude %{_mandir}/man1/yumdownloader.*
317c34
%exclude %{_mandir}/man1/package-cleanup.*
317c34
%exclude %{_mandir}/man1/dnf-utils.*
909bee
%exclude %{_mandir}/man1/yum-utils.*
317c34
%endif
317c34
317c34
%if 0%{?rhel} == 0
317c34
317c34
%if %{with python2}
317c34
%files -n python2-dnf-plugin-leaves
317c34
%{python2_sitelib}/dnf-plugins/leaves.*
909bee
%{_mandir}/man8/dnf-leaves.*
317c34
%endif
317c34
317c34
%if %{with python3}
317c34
%files -n python3-dnf-plugin-leaves
317c34
%{python3_sitelib}/dnf-plugins/leaves.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/leaves.*
909bee
%{_mandir}/man8/dnf-leaves.*
317c34
%endif
317c34
317c34
%else
909bee
%exclude %{_mandir}/man8/dnf-leaves.*
317c34
%if %{with python2}
317c34
%exclude %{python2_sitelib}/dnf-plugins/leaves.*
317c34
%endif
317c34
%if %{with python3}
317c34
%exclude %{python3_sitelib}/dnf-plugins/leaves.*
317c34
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/leaves.*
317c34
%endif
a17c88
%endif
a17c88
# endif 0%%{?rhel} == 0
317c34
317c34
%if 0%{?rhel} == 0 && %{with python2}
317c34
%files -n python2-dnf-plugin-local
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/local.conf
317c34
%{python2_sitelib}/dnf-plugins/local.*
909bee
%{_mandir}/man8/dnf-local.*
317c34
%endif
317c34
317c34
%if %{with python3} && 0%{?rhel} == 0
317c34
%files -n python3-dnf-plugin-local
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/local.conf
317c34
%{python3_sitelib}/dnf-plugins/local.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/local.*
909bee
%{_mandir}/man8/dnf-local.*
317c34
%endif
317c34
317c34
%if %{with python2}
317c34
%files -n python2-dnf-plugin-migrate
317c34
%{python2_sitelib}/dnf-plugins/migrate.*
909bee
%{_mandir}/man8/dnf-migrate.*
317c34
%else
909bee
%exclude %{_mandir}/man8/dnf-migrate.*
909bee
%endif
909bee
909bee
%if %{with python2}
909bee
%files -n python2-dnf-plugin-post-transaction-actions
909bee
%config(noreplace) %{_sysconfdir}/dnf/plugins/post-transaction-actions.conf
909bee
%config(noreplace) %{_sysconfdir}/dnf/plugins/post-transaction-actions.d
909bee
%{python2_sitelib}/dnf-plugins/post-transaction-actions.*
909bee
%{_mandir}/man8/dnf-post-transaction-actions.*
909bee
%endif
909bee
909bee
%if %{with python3}
909bee
%files -n python3-dnf-plugin-post-transaction-actions
909bee
%config(noreplace) %{_sysconfdir}/dnf/plugins/post-transaction-actions.conf
909bee
%config(noreplace) %{_sysconfdir}/dnf/plugins/post-transaction-actions.d
909bee
%{python3_sitelib}/dnf-plugins/post-transaction-actions.*
909bee
%{python3_sitelib}/dnf-plugins/__pycache__/post-transaction-actions.*
909bee
%{_mandir}/man8/dnf-post-transaction-actions.*
317c34
%endif
317c34
317c34
%if 0%{?rhel} == 0
317c34
317c34
%if %{with python2}
317c34
%files -n python2-dnf-plugin-show-leaves
317c34
%{python2_sitelib}/dnf-plugins/show_leaves.*
909bee
%{_mandir}/man8/dnf-show-leaves.*
317c34
%endif
317c34
317c34
%if %{with python3}
317c34
%files -n python3-dnf-plugin-show-leaves
317c34
%{python3_sitelib}/dnf-plugins/show_leaves.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/show_leaves.*
909bee
%{_mandir}/man8/dnf-show-leaves.*
317c34
%endif
317c34
317c34
%else
909bee
%exclude %{_mandir}/man8/dnf-show-leaves.*
317c34
%if %{with python2}
317c34
%exclude %{python2_sitelib}/dnf-plugins/show_leaves.*
317c34
%endif
317c34
%if %{with python3}
317c34
%exclude %{python3_sitelib}/dnf-plugins/show_leaves.*
317c34
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/show_leaves.*
317c34
%endif
a17c88
%endif
a17c88
# endif 0%%{?rhel} == 0
317c34
317c34
%if %{with python2}
317c34
%files -n python2-dnf-plugin-versionlock
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.conf
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.list
317c34
%{python2_sitelib}/dnf-plugins/versionlock.*
909bee
%{_mandir}/man8/dnf-versionlock.*
317c34
%if %{with yumcompatibility}
317c34
%{_mandir}/man8/yum-versionlock.*
317c34
%{_mandir}/man5/yum-versionlock.*
317c34
%else
317c34
%exclude %{_mandir}/man8/yum-versionlock.*
317c34
%exclude %{_mandir}/man5/yum-versionlock.*
317c34
%endif
317c34
%endif
317c34
317c34
%if %{with python3}
317c34
%files -n python3-dnf-plugin-versionlock
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.conf
317c34
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.list
317c34
%{python3_sitelib}/dnf-plugins/versionlock.*
317c34
%{python3_sitelib}/dnf-plugins/__pycache__/versionlock.*
909bee
%{_mandir}/man8/dnf-versionlock.*
317c34
%if %{with yumcompatibility}
317c34
%{_mandir}/man8/yum-versionlock.*
317c34
%{_mandir}/man5/yum-versionlock.*
317c34
%else
317c34
%exclude %{_mandir}/man8/yum-versionlock.*
317c34
%exclude %{_mandir}/man5/yum-versionlock.*
317c34
%endif
317c34
%endif
317c34
5a4a77
%if %{with python3}
5a4a77
%files -n python3-dnf-plugin-modulesync
5a4a77
%{python3_sitelib}/dnf-plugins/modulesync.*
5a4a77
%{python3_sitelib}/dnf-plugins/__pycache__/modulesync.*
5a4a77
%{_mandir}/man8/dnf-modulesync.*
5a4a77
%endif
5a4a77
317c34
%changelog
c70aad
* Thu Jan 05 2023 Nicola Sella <nsella@redhat.com> - 4.0.21-18
c70aad
- Show downstream warning during system-upgrade
c70aad
c70aad
* Wed Nov 30 2022 Nicola Sella <nsella@redhat.com> - 4.0.21-17
c70aad
- offline-upgrade: add support for security filters (RhBug:1939975,2139324)
c70aad
- Move system-upgrade plugin to core (RhBug:2054235)
c70aad
c70aad
* Wed Oct 26 2022 Nicola Sella <nsella@redhat.com> - 4.0.21-16
c70aad
- Move system-upgrade plugin to core (RhBug:2054235)
c70aad
c70aad
* Tue Sep 13 2022 Lukas Hrazky <lhrazky@redhat.com> - 4.0.21-15
c70aad
- builddep: Warning when using macros with source rpms (RhBug:2077820)
c70aad
9f4a6f
* Tue Jul 19 2022 Lukas Hrazky <lhrazky@redhat.com> - 4.0.21-14
9f4a6f
- [copr] Guess EPEL chroots for CentOS Stream
9f4a6f
9f4a6f
* Tue Jun 14 2022 Lukas Hrazky <lhrazky@redhat.com> - 4.0.21-13
9f4a6f
- [copr] Fix 'dnf copr enable' on Fedora 35
9f4a6f
- [copr] Disable dnf playground command
9f4a6f
- [copr] Fix baseurl for centos stream chroot
9f4a6f
- [copr] Silence a deprecation warning in plugins/copr.py
9f4a6f
- [copr] Shorter verification that the project exists
9f4a6f
- [copr] Better error message for dnf copr enable
9f4a6f
- [copr] allow specifying protocol as part of --hub
9f4a6f
9f4a6f
* Tue Jun 14 2022 Lukas Hrazky <lhrazky@redhat.com> - 4.0.21-12
9f4a6f
- [repomanage] Use modules only from repo they are handling
9f4a6f
- [repomanage] Add new option --oldonly
9f4a6f
- Skip all non rpm tsi for transaction_action plugins
9f4a6f
- Update translations
9f4a6f
5a4a77
* Fri Jan 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-10
5a4a77
- Rebuild with new release number
5a4a77
5a4a77
* Tue Jan 11 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-9
5a4a77
- Add new command modulesync (RhBug:1868047)
5a4a77
5a4a77
* Thu Jan 06 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-8
5a4a77
- [needs-restarting] Fix wrong boot time (RhBug:1960437,2022389)
5a4a77
5a4a77
* Wed Dec 1 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-7
5a4a77
- [groups-manager] Use full NEVRA for matching packages instead of only name (RhBug:2013633)
5a4a77
- [versionlock] Fix: Multiple package-name-spec arguments don't lock (RhBug:2013324)
5a4a77
- [versionlock] Update documentation for adding specifi version (RhBug:2013332)
5a4a77
5a4a77
* Tue Nov 23 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-6
5a4a77
- Increase dependency on dnf as it's required by reposync (RhBug:2023739)
5a4a77
5a4a77
* Fri Nov 12 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-5
5a4a77
- [copr] Migrate all calls to APIv3 (RhBug:2021821)
5a4a77
5a4a77
* Tue Nov 09 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-4
5a4a77
- [reposync] Don't stop downloading packages on the first error (RhBug:2009894)
5a4a77
- [copr] Fix traceback of copr search (RhBug:2019868)
5a4a77
62b887
* Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-2
62b887
- [versionlock] Locking obsoleted package does not make the obsoleter unavailable (RhBug:1957280) 
62b887
- [repomanage] Allow running with metadata only
62b887
- [repomanage] Enhance repomanage documentation (RhBug:1898293)
62b887
62b887
* Wed May 19 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.21-1
62b887
- Update to 4.0.21
62b887
- [repomanage] Don't use cached metadata (RhBug:1899852)
62b887
- [needs-restarting] fix -r in nspawn containers (RhBug:1913962,1914251)
62b887
- doc: add packages to needs-restarting conf
62b887
- Set blacklist subcommand as deprecated
62b887
- Removed dependency on dnf.yum.misc.Checksum class (RhBug:1935465)
62b887
- Bugs fixed (RhBug:1914827,1916782)
62b887
a6dba4
* Fri Jan 15 2021 Nicola Sella <nsella@redhat.com> - 4.0.18-3
a6dba4
- [reposync] Check GPG signatures of downloaded packages (RhBug:1856818)
a6dba4
a6dba4
* Tue Dec 8 2020 Marek Blaha <mblaha@redhat.com> - 4.0.18-2
a6dba4
- Introduce groups-manager plugin (RhBug:1826016)
a6dba4
- [needs-restarting] add -s to list services (RhBug:1772939)
a6dba4
a6dba4
* Tue Nov 10 2020 Nicola Sella <nsella@redhat.com> - 4.0.18-1
a6dba4
- Update to 4.0.18
a6dba4
- [needs-restarting] Fix plugin fail if needs-restarting.d does not exist
a6dba4
- [needs-restarting] add kernel-rt to reboot list
a6dba4
- Fix debug-restore command
a6dba4
- [config-manager] enable/disable comma separated pkgs (RhBug:1830530)
a6dba4
- [debug] Use standard demands.resolving for transaction handling
a6dba4
- [debug] Do not remove install-only packages (RhBug:1844533)
a6dba4
- return error when dnf download failed
a6dba4
- README: Reference Fedora Weblate instead of Zanata
a6dba4
- [reposync] Add latest NEVRAs per stream to download (RhBug: 1833074)
a6dba4
- copr: don't try to list runtime dependencies
a6dba4
a6dba4
* Wed Aug 05 2020 Nicola Sella <nsella@redhat.com> - 4.0.17-5
a6dba4
- [reposync] Add latest NEVRAs per stream to download (RhBug: 1833074)
a6dba4
a6dba4
* Tue Jul 28 2020 Marek Blaha <mblaha@redhat.com> - 4.0.17-4
a6dba4
- Debug-restore command do not remove installonly packages (RhBug:1844533)
a6dba4
- Update translations (RhBug:1820546)
a6dba4
a6dba4
* Fri Jul 17 2020 Nicola Sella <nsella@redhat.com> - 4.0.17-3
a6dba4
- Fix debug-restore command (RhBug:1844533)
a6dba4
a17c88
* Thu Jun 11 2020 Nicola Sella <nsella@redhat.com> - 4.0.17-2
a17c88
- [needs-restarting] Fix plugin fail if needs-restarting.d does not exist
a17c88
a17c88
* Wed Jun 10 2020 Nicola Sella <nsella@redhat.com> - 4.0.17-1
a17c88
- [repomanage] Add modular support (RhBug:1804720)
a17c88
- [needs-restarting] add options using .conf file (RhBug:1810123)
a17c88
a17c88
* Wed Jun 03 2020 Nicola Sella <nsella@redhat.com> - 4.0.16-1
a17c88
- Update to 4.0.16
a17c88
- [versionlock] Take obsoletes into account (RhBug:1627124)
a17c88
- Move args "--set-enabled", "--set-disabled" from DNF (RhBug:1727882)
a17c88
- Add missing arguments --set-enabled/--set-diabled into error message
a17c88
- Warn when --enablerepo/--disablerepo args were passed (RhBug:1727882)
a17c88
- [copr] add support for enabling/disabling runtime dependencies
a17c88
- [copr] no-liability text to be always printed
a17c88
a17c88
* Mon Apr 06 2020 Ales Matej <amatej@redhat.com> - 4.0.15-1
a17c88
- Update to 4.0.15
a17c88
- Fix: config_manager respect config file location during save
a17c88
- Fix conflict for dnf download --resolve (RhBug:1787908)
a17c88
- Fix: don't open stdin if versionlock is missing (RhBug:1785563)
a17c88
- config-manager calls parser error when without options (RhBug:1782822)
a17c88
- Update reposync.py with --norepopath option
a17c88
- Support remote files in dnf builddep
a17c88
- [versionlock] Prevent conflicting/duplicate entries (RhBug:1782052)
a17c88
- [download] Respect repo priority (RhBug:1800342)
a17c88
- [doc] Skip creating and installing migrate documentation for Python 3+
a17c88
a17c88
* Fri Jan 31 2020 Marek Blaha <mblaha@redhat.com> - 4.0.12-3
a17c88
- [translations] Update translations from zanata (RhBug:1754960)
a17c88
a17c88
* Mon Jan 13 2020 Ales Matej <amatej@redhat.com> - 4.0.12-2
a17c88
- [config-manager] Allow use of --set-enabled without arguments (RhBug:1679213)
a17c88
- [reposync] Fix --delete with multiple repos (RhBug:1774103)
a17c88
- Redesign reposync --latest for modular system (RhBug:1775434)
a17c88
909bee
* Mon Nov 25 2019 Ales Matej <amatej@redhat.com> - 4.0.12-1
909bee
- Update to 4.0.12
909bee
- [reposync] Add --urls option (RhBug:1686602)
909bee
- [versionlock] Add --raw option (RhBug:1645564)
909bee
- [doc] move manpages for plugins to "dnf-PLUGIN" (RhBug:1706386)
909bee
- Add new plugin post-transaction-actions (RhBug:967264)
909bee
- [builddep] Add --skip-unavailable switch (RhBug:1628634)
909bee
- [versionlock] Don't apply excludes on @System (RhBug:1726712)
909bee
- [reposync] Ignore only modular excludes (RhBug:1750273)
909bee
909bee
* Thu Nov 14 2019 Ales Matej <amatej@redhat.com> - 4.0.11-1
909bee
- Update to 4.0.11
909bee
- [spec] Specify attributes for ghost file (RhBug:1754463)
909bee
- download: add the --debugsource option (RhBug:1637008)
909bee
- Fix incorrect handling richdeps in buildep (RhBug:1756902)
909bee
909bee
* Tue Oct 22 2019 Ales Matej <amatej@redhat.com> - 4.0.10-1
909bee
- Update to 4.0.10
909bee
- debuginfo-install: Update both debuginfo and debugsource for updated package (RhBug:1586084)
909bee
- copr: Support multilib repofiles (RhBug:1393664)
909bee
- copr: Fix disable if copr instance has non-default port
909bee
- copr: Fix repoid when using subdirectories in copr project
909bee
909bee
* Wed Aug 14 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.8-3
909bee
- Generate yum-utils(1) instead of symlinking (RhBug:1676418)
909bee
909bee
* Tue Aug 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.8-2
909bee
- Update localizations from zanata (RhBug:1689984)
909bee
- Rename dnf-utils to yum-utils (RhBug:1722093)
909bee
- [builddep] Report all rpm errors (RhBug:1724668)
909bee
- [config-manager] Behaviour of --setopt (RhBug:1702678)
909bee
909bee
* Tue Jun 11 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.8-1
909bee
- Update to 4.0.8
909bee
- [reposync] Enable timestamp preserving for downloaded data (RhBug:1688537)
909bee
- [reposync] Download packages from all streams (RhBug:1714788)
909bee
- Make yum-copr manpage available (RhBug:1673902)
909bee
- [needs-restarting] Add --reboothint option (RhBug:1192946) (RhBug:1639468)
909bee
- Set the cost of ``_dnf_local`` repo to 500, to make it preferred to normal
909bee
  repos
909bee
317c34
* Mon May 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.7-1
317c34
- Update to 4.0.7
317c34
- Use improved config parser that preserves order of data
317c34
- Fix: copr disable command traceback (RhBug:1693551)
317c34
- [doc] state repoid as repo identifier of config-manager (RhBug:1686779)
317c34
- [leaves] Show multiply satisfied dependencies as leaves
317c34
- [download] Fix downloading an rpm from a URL (RhBug:1678582)
317c34
- [download] Do not download src without ``--source`` (RhBug:1666648)
317c34
- [download] Fix problem with downloading src pkgs (RhBug:1649627)
317c34
- [download] Fix download of src when not the latest requested (RhBug:1649627)
317c34
317c34
* Tue Jan 08 2019 Daniel Mach <dmach@redhat.com> - 4.0.2.2-3
317c34
- reposync: fix-up path traversal prevention (RhBug: 1600722)
317c34
317c34
* Fri Jan 04 2019 Jaroslav Mracek <jmracek@redhat.com> - 4.0.2.2-1
317c34
- Add option for reposync
317c34
- Add changelog plugin
317c34
317c34
* Mon Dec 17 2018 Daniel Mach <dmach@redhat.com> - 4.0.2.1-1
317c34
- zanata update
317c34
- Attribute repo.metadata._comps_fn does not exist anymore
317c34
- [download] Fix traceback when local rpm / url is passed
317c34
- Run transaction hook only if transaction
317c34
- [versionlock] Accept more NEVRA forms in the deletion code (RhBug:1654529)
317c34
- [spec] Obsolete yum-utils < 1.1.31-513 (RhBug: 1579322)
317c34
317c34
* Fri Nov 23 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.2-1
317c34
- Added repodif command
317c34
- copr: fix enabling Rawhide repository
317c34
- Add needs-restarting CLI shim
317c34
- [reposync] Fix traceback with --quiet option
317c34
- [versionlock] Accept more pkgspec forms
317c34
317c34
* Mon Oct 15 2018 Jaroslav Mracek <jmracek@redhat.com> - 4.0.0-1
317c34
- Update to 4.0.0
317c34
- Enhance documentation
317c34
- [repoclosure] check every --pkg attribute separately
317c34
- [repoclosure] Now accepts nevra as a argument of --pkg option
317c34
- [reposync] enhancements (RhBug:1550063,1582152,1550064,1405789,1598068)
317c34
- package-cleanup: remove --oldkernels
317c34
- Download only packages with unique NEVRAs (RhBug:1612874)
317c34
317c34
* Tue Sep 25 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.0.4-1
317c34
- [copr] Huge upgrade of copr plugin
317c34
- [spec] Disable building python2 modules on Fedora 30+
317c34
- Add characters into repo URL sanitization (RhBug:1615416)
317c34
- copr: add support for multiple copr instances (RhBug:1478208)
317c34
- Redirect repo progress to std error (RhBug:1626011)
317c34
- Resolves: rhbz#1578787 - repodiff command not available in dnf-utils
317c34
317c34
* Wed Aug 01 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.0.1-3
317c34
- Rebuild for platform-python
317c34
317c34
* Fri Jun 29 2018 Jaroslav Mracek <jmracek@redhat.com> 3.0.1-2
317c34
- Rebuilt for Python 3.7
317c34
317c34
* Tue Jun 26 2018 Jaroslav Mracek <jmracek@redhat.com> 3.0.1-1
317c34
- Enhanced documentation
317c34
- Resolves: rhbz#1576594
317c34
- Resolves: rhbz#1530081
317c34
- Resolves: rhbz#1547897
317c34
- Resolves: rhbz#1550006
317c34
- Resolves: rhbz#1431491
317c34
- Resolves: rhbz#1516857
317c34
- Resolves: rhbz#1499623
317c34
- Resolves: rhbz#1489724
317c34
317c34
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.1.5-5
317c34
- Rebuilt for Python 3.7
317c34
317c34
* Sat Feb 10 2018 Igor Gnatenko <ignatenko@redhat.com> - 2.1.5-4
317c34
- Conflict with any yum-utils
317c34
317c34
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.5-3
317c34
- Escape macros in %%changelog
317c34
317c34
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-2
317c34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
317c34
317c34
* Fri Oct 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1.5-1
317c34
- Fix download command (RHBZ #1498426)
317c34
317c34
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.4-1
317c34
- Added four new options for ``list`` subcommand of ``copr`` plugin
317c34
- Resolves: rhbz#1476834 - [abrt] dnf: arch(): config.py:908:arch:TypeError: unhashable type: 'list'
317c34
317c34
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.3-2
317c34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
317c34
317c34
* Mon Jul 24 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.3-1
317c34
- Solve conflict with migrate plugin (RhBug:1470843) (Jaroslav Mracek)
317c34
- Move copying to dnf (RhBug:1279001) (Ondřej Sojka)
317c34
- Return 1 if dnf config-manager --add-repo fails (RhBug:1439514) (Jaroslav
317c34
  Mracek)
317c34
- bump minimal dnf version to 2.6.0 (Igor Gnatenko)
317c34
- trivial: remove whitespace at end of line (Igor Gnatenko)
317c34
317c34
* Sun Jul 02 2017 Igor Gnatenko <ignatenkO@redhat.com> - 2.1.2-2
317c34
- Fix crash in COPR plugin
317c34
317c34
* Sat Jul 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1.2-1
317c34
- debuginfo-install: install only requested packages
317c34
- Unify user confirmation in copr with dnf itself
317c34
317c34
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.1-1
317c34
- bump version to 2.1.1 + update release notes (Jaroslav Mracek)
317c34
- Enhance versionlock documentation (Jaroslav Mracek)
317c34
- Fix typos in args.ingex to args.index (RhBug:1458446) (Jaroslav Mracek)
317c34
- dont run versionlock on non-transactional operations (Jan Silhan)
317c34
317c34
* Mon May 22 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.0-1
317c34
- bump version to 2.1.0 + update release notes (Jaroslav Mracek)
317c34
- Adjust the dnf-utils subpackage to be more accurate (Neal Gompa)
317c34
- Add new sub-package dnf-utils (RhBug:1381917) (Jaroslav Mracek)
317c34
- Fix two renamed functions by dnf privatization (Jaroslav Mracek)
317c34
317c34
* Tue May 02 2017 Jaroslav Mracek <jmracek@redhat.com> 2.0.0-1
317c34
- update release notes (Jaroslav Mracek)
317c34
- po: Update translations (Igor Gnatenko)
317c34
- Fix incorrect exclude of locked version in versionlock (Jaroslav Mracek)
317c34
- po: Update translations (Igor Gnatenko)
317c34
- Setup selectively provides for python2 packages (Jaroslav Mracek)
317c34
- Build python3 packages only if with_python3 (Jaroslav Mracek)
317c34
- Search only according nevra in versionlock (Jaroslav Mracek)
317c34
- Solve a problem in performance of versionlock (RhBug:1431493) (Jaroslav
317c34
  Mracek)
317c34
- Repoclosure exit with 1 if unsatisfied dependencies (RhBug:1416782) (Jaroslav
317c34
  Rohel)
317c34
- Not raise an Error if strict=False and --url for download command (Jaroslav
317c34
  Mracek)
317c34
- Check argument if it is a file ending with .rpm (RhBug:1436570) (Jaroslav
317c34
  Mracek)
317c34
- update link to "What I can build in Copr? documentation page (clime)
317c34
- po: Update translations (Igor Gnatenko)
317c34
- Create dir for local plugin if path not exist (Jaroslav Mracek)
317c34
- Correct some PEP8 violations after plugin import (Jaroslav Mracek)
317c34
- Add debug into dnf-plugins-core (Jaroslav Mracek)
317c34
- Added latest doc changes from plugins-extras upstream (Jaroslav Mracek)
317c34
- bump version to 2.0.0 (Jaroslav Mracek)
317c34
- Add migrate plugin into dnf-plugins-core (Jaroslav Mracek)
317c34
- Add man pages for transfered plugins (Jaroslav Mracek)
317c34
- Add provide dnf-plugin-* for each plugin (Jaroslav Mracek)
317c34
- Correct some PEP8 violations (Jaroslav Mracek)
317c34
- Add local into dnf-plugins-core (Jaroslav Mracek)
317c34
- Add leaves and show-leaves into dnf-plugins-core (Jaroslav Mracek)
317c34
- Add versionlock into dnf-plugins-core (Jaroslav Mracek)
317c34
- Add repograph into dnf-plugins-core (Jaroslav Mracek)
317c34
- Add repoclosure into dnf-plugins-core (Jaroslav Mracek)
317c34
- Add repomanage into dnf-plugins-core (Jaroslav Mracek)
317c34
- Add --archlist option for dnf download command (Jaroslav Mracek)
317c34
- Change code that provides package location for download command (Jaroslav
317c34
  Mracek)
317c34
- po: update translations (Igor Gnatenko)
317c34
- po: add sv translations (Igor Gnatenko)
317c34
317c34
* Tue Mar 21 2017 Igor Gnatenko <ignatenko@redhat.com> 1.1.0-1
317c34
- dnf dowload --resolve should download everytime requested packages
317c34
  (RhBug:1276611) (stepasm)
317c34
- builddep: install requirements by provides (RhBug:1332830) (Igor Gnatenko)
317c34
- builddep: do not check GPG key of SRPM (RhBug:1431486) (Igor Gnatenko)
317c34
- builddep: properly check for nosrc.rpm (Igor Gnatenko)
317c34
- po: Update translations (RhBug:1429087) (Igor Gnatenko)
317c34
- Remove noroot plugin that was move into dnf itself (Jaroslav Mracek)
317c34
317c34
* Mon Feb 20 2017 Jaroslav Mracek <jmracek@redhat.com> 1.0.2-1
317c34
- bump version to 1.0.2 + update release notes (Jaroslav Mracek)
317c34
- download: add --urlprotocols option (Dusty Mabe)
317c34
- download: add --url cli option (RhBug:1250115) (Dusty Mabe)
317c34
- download: refactor download code (Dusty Mabe)
317c34
- copr: Tweak wording to be more generic (Neal Gompa)
317c34
- Automatic commit of package [dnf-plugins-core] release [1.0.1-1]. (Jaroslav
317c34
  Mracek)
317c34
- bump version to 1.0.1 + update release notes (Jaroslav Mracek)
317c34
317c34
* Thu Feb 16 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.0.1-2
317c34
- Rebuild due to infra breakage
317c34
317c34
* Fri Feb 10 2017 Jaroslav Mracek <jmracek@redhat.com> 1.0.1-1
317c34
- bump version to 1.0.1 + update release notes (Jaroslav Mracek)
317c34
- setup SideCI to ignore some PEP8 violations (Jaroslav Mracek)
317c34
- spec: define all configs as (noreplace) (Igor Gnatenko)
317c34
- spec: include __pycache__ files (Igor Gnatenko)
317c34
- builddep: print errors from RPM SPEC parser (Petr Spacek)
317c34
317c34
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-0.rc1.2.1
317c34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
317c34
317c34
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 1.0.0-0.rc1.2
317c34
- Rebuild for Python 3.6
317c34
317c34
* Thu Sep 29 2016 Michal Luscon <mluscon@redhat.com> 1.0.0-0.rc1.1
317c34
- doc: open rpmspec in utf-8 mode (Igor Gnatenko)
317c34
- cls.chroot_config inside _guess_chroot returns None (RhBug: 1361003) (Michael
317c34
  Goodwin)
317c34
- builddep: adjust to new config (dnf-2.0) (Michal Luscon)
317c34
- Change minimal required version (Jaroslav Mracek)
317c34
- introduced config-manager --dump-variables (RhBug:1360752) (Michael Mraka)
317c34
- Fix string puzzle in translatable message (Luigi Toscano)
317c34
- Added alias to 'builddep'->'build-dep' (RhBug:1350604) (stepasm)
317c34
- reposync should keep packages (RhBug:1325350) (Michael Mraka)
317c34
- Change usage of add_remote_rpm according to new API (Jaroslav Mracek)
317c34
- Remove lib.py from plugins-core (Jaroslav Mracek)
317c34
- Delete repoquery from dnf-plugins-core (Jaroslav Mracek)
317c34
- removed protected_packages plugin (Jan Silhan)
317c34
- repoquery: add --requires-pre switch (RhBug:1303117) (Michal Luscon)
317c34
- spec: bump version to 1.0.0 (Igor Gnatenko)
317c34
- Automatic commit of package [dnf-plugins-core] release [0.1.21-2]. (Igor
317c34
  Gnatenko)
317c34
- Automatic commit of package [dnf-plugins-core] release [0.1.21-1]. (Igor
317c34
  Gnatenko)
317c34
- spec: explicitly conflict with python-%%{name} with different version (Igor
317c34
  Gnatenko)
317c34
- updated plugin to read_config() change (RhBug:1193823) (Michael Mraka)
317c34
- repoquery: sourcerpm does not contain epoch (RhBug:1335959) (Michael Mraka)
317c34
- enforce-api: use api method transaction (Michal Luscon)
317c34
- enforce-api: apply changes from Base class (Michal Luscon)
317c34
- copr: Read the %%distro_arch macro to determine Mageia chroot arch (Neal
317c34
  Gompa (ニール・ゴンパ))
317c34
- copr: Remove unnecessary function calls/options and simplify conditional
317c34
  (Neal Gompa (ニール・ゴンパ))
317c34
- copr: Add Mageia chroot selection support (Neal Gompa (ニール・ゴンパ))
317c34
- copr: Simplify and fix up reading copr chroot config override (Neal Gompa
317c34
  (ニール・ゴンパ))
317c34
- autoglob feature has been moved to filter() (RhBug:1279538) (Michael Mraka)
317c34
317c34
* Fri May 27 2016 Igor Gnatenko <ignatenko@redhat.com> 0.1.21-2
317c34
- spec: explicitly conflict with python-%%{name} with different version (Igor
317c34
  Gnatenko)
317c34
317c34
* Thu May 19 2016 Igor Gnatenko <ignatenko@redhat.com> 0.1.21-1
317c34
- doc: release notes 0.1.21 (Igor Gnatenko)
317c34
- spec: correctly set up requirements for python subpkg (Igor Gnatenko)
317c34
- spec: improve python packaging according to new guidelines & compat with EL7
317c34
  (Igor Gnatenko)
317c34
- tests/support: set priority and cost in RepoStub (Igor Gnatenko)
317c34
- repoquery: sourcerpm does not contain epoch (RhBug:1335959) (Michael Mraka)
317c34
- enforce-api: use api method transaction (Michal Luscon)
317c34
- enforce-api: apply changes from Base class (Michal Luscon)
317c34
- copr: Read the %%distro_arch macro to determine Mageia chroot arch (Neal
317c34
  Gompa (ニール・ゴンパ))
317c34
- copr: Remove unnecessary function calls/options and simplify conditional
317c34
  (Neal Gompa (ニール・ゴンパ))
317c34
- copr: Add Mageia chroot selection support (Neal Gompa (ニール・ゴンパ))
317c34
- copr: Simplify and fix up reading copr chroot config override (Neal Gompa
317c34
  (ニール・ゴンパ))
317c34
- zanata update (Jan Silhan)
317c34
- Add link for other project documentation pages (Jaroslav Mracek)
317c34
- autoglob feature has been moved to filter() (RhBug:1279538) (Michael Mraka)
317c34
- support globs in --what<weak_dep> (RhBug:1303311) (Michael Mraka)
317c34
- repoquery: fix typo (there -> that, and plural form) (Luigi Toscano)
317c34
- copr: fix string - singular is required (Luigi Toscano)
317c34
- doc: release notes updated to vallid plugins version (Jan Šilhan)
317c34
317c34
* Tue Apr 05 2016 Michal Luscon <mluscon@redhat.com> 0.1.20-1
317c34
- doc: release notes 0.1.20 (Igor Gnatenko)
317c34
- copr: Properly detect reposdir and add chroot override capability (Neal Gompa
317c34
  (ニール・ゴンパ))
317c34
- config_manager: Use new API in dnfpluginscore.lib for determining reposdir
317c34
  (Neal Gompa (ニール・ゴンパ))
317c34
- dnfpluginscore.lib: Add get_reposdir() API function (Neal Gompa (ニール・ゴンパ))
317c34
- Fix typo (Eduardo Mayorga Téllez)
317c34
317c34
* Tue Mar 22 2016 Miroslav Suchý <msuchy@redhat.com> 0.1.19-1
317c34
- spec: correct requires on F22 + EPEL (Miroslav Suchý)
317c34
317c34
* Tue Mar 22 2016 Miroslav Suchý <msuchy@redhat.com> 0.1.18-1
317c34
- Add myself as contributor in AUTHORS (Neal Gompa (ニール・ゴンパ))
317c34
- copr: copr.fedoraproject.org -> copr.fedorainfracloud.org (Neal Gompa
317c34
  (ニール・ゴンパ))
317c34
- copr: fix traceback when trying to enable non-existing project (RhBug:
317c34
  1304615) (Jakub Kadlčík)
317c34
- README: mention translation fixes should be made on Zanata (Jan Šilhan)
317c34
317c34
* Thu Feb 25 2016 Michal Luscon <mluscon@redhat.com> 0.1.17-1
317c34
- enable debuginfo repos if autoupdate is on (RhBug:1024701) (Michael Mraka)
317c34
- fixed string suffix removal (Michael Mraka)
317c34
- install latest debuginfo by default (Michael Mraka)
317c34
- Enable strings for translation (RhBug:1302214) (Parag Nemade)
317c34
317c34
* Mon Jan 25 2016 Jan Silhan <jsilhan@redhat.com> 0.1.16-1
317c34
- zanata update (Jan Silhan)
317c34
- AUTHORS: updated (Jan Silhan)
317c34
- run noroot in non cli mode (RhBug:1297511) (Jan Silhan)
317c34
- Sanitize repos containing a tilde in the URL (François RIGAULT)
317c34
- contributor added (clime)
317c34
- latest-limit option moved to base set of options making it compatible with
317c34
  --queryformat and other output formatters (RhBug: 1292475) (clime)
317c34
- builddep: do not download source package (Jeff Smith)
317c34
- repoquery: keep --autoremove as secret option (Jan Silhan)
317c34
- cosmetic: repoquery: remove unused imports (Jan Silhan)
317c34
- doc: repoquery: --recent (Jan Silhan)
317c34
- doc: renamed autoremove to unneeded and extended docs (Jan Silhan)
317c34
317c34
* Fri Dec 18 2015 Michal Luscon <mluscon@redhat.com> 0.1.15-1
317c34
- Make it possible to specify the source package name as parameter in stub
317c34
  constructor. (Alexander Todorov)
317c34
- Add --debuginfo to download (Alexander Todorov)
317c34
- resolve local RPMs when downloading. useful with --source (Alexander Todorov)
317c34
- spec: ensure python*-dnf-plugins-core versions are the same (RhBug:1283448)
317c34
  (Jan Silhan)
317c34
- reimplemented config file writing (RhBug:1253237) (Michael Mraka)
317c34
317c34
* Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 0.1.14-1
317c34
- zanata update (Jan Silhan)
317c34
- repoquery: do not require loading metadata when we want to query system only
317c34
  (Jan Silhan)
317c34
- repoquery: fix unicode tracebacks (Michal Luscon)
317c34
- repoquery: use new methods recent, extras, unneeded (Michal Luscon)
317c34
- repoquery: use new api methods duplicated and latest (RhBug:1231572) (Michal
317c34
  Luscon)
317c34
- Exit with non-zero status if strict and package not found (alde)
317c34
- Fix cmdline conversion to unicode (RhBug:1265210) (Michal Domonkos)
317c34
- Remove extra 'l' in test class name (Alexander Todorov)
317c34
- copr: PEP formating (Miroslav Suchý)
317c34
- copr: allow to use staging instance of Copr for testing (Miroslav Suchý)
317c34
- do not use @ in repoid (RhBug:1280416) (Miroslav Suchý)
317c34
- reverts unintentional releaser from e035152 (Jan Silhan)
317c34
- don't look for builddeps on source packages (RhBug:1272936) (Michael Mraka)
317c34
- Fix hawkey version constraint (Neal Gompa (ニール・ゴンパ))
317c34
317c34
* Wed Oct 14 2015 Jan Silhan <jsilhan@redhat.com> 0.1.13-1
317c34
- updated: release notes for 0.1.13 (Jan Silhan)
317c34
- Remove kickstart plugin from core plugins (Neal Gompa
317c34
  (ニール・ゴンパ))
317c34
- read file as utf-8 in Py3 (RhBug:1267808) (Miroslav Suchý)
317c34
- playground: check if repo actually exists for our version of OS (Miroslav
317c34
  Suchý)
317c34
- add Catalan (Robert Antoni Buj Gelonch)
317c34
- repoquery: Fix UnicodeEncodeError with --info (RhBug:1264125) (Jaroslav
317c34
  Mracek)
317c34
- lookup builddeps in source package for given package name (RhBug:1265622)
317c34
  (Michael Mraka)
317c34
- functions moved to library (Michael Mraka)
317c34
- functions to return name of source and debuginfo package (Michael Mraka)
317c34
- try <name>-debuginfo first then <srcname>-debuginfo (RhBug:1159614) (Michael
317c34
  Mraka)
317c34
- Automatic commit of package [dnf-plugins-core] release [0.1.12-2]. (Michal
317c34
  Luscon)
317c34
- doc: release notes 0.1.12 (Michal Luscon)
317c34
317c34
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-2
317c34
- add python2-dnf requirements
317c34
317c34
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-1
317c34
- repoquery: add globbing support to whatrequires/whatprovides.
317c34
  (RhBug:1249073) (Valentina Mukhamedzhanova)
317c34
- needs_restarting: Rewrite a warning message (Wieland Hoffmann)
317c34
- Remove extra quotation mark in comment (Alexander Todorov)
317c34
317c34
* Tue Sep 01 2015 Michal Luscon <mluscon@redhat.com> 0.1.11-1
317c34
- dnf donwload checks for duplicate packages (rhBug:1250114) (Adam Salih)
317c34
- Extend repoquery --arch option. You can now pass multiple archs separated by
317c34
  commas (RhBug:1186381) (Adam Salih)
317c34
- download plugin now prints not valid packages (RhBug:1225784) (Adam Salih)
317c34
- correct typo (Adam Salih)
317c34
- dnf now accepts more than one key (RhBug:1233728) (Adam Salih)
317c34
- description should be print unwrapped (Adam Salih)
317c34
- alternative to pkgnarrow (RhBug:1199601) (Adam Salih)
317c34
- sort output alphabetically, tree accepts switches --enhances --suggests
317c34
  --provides --suplements --recommends (RhBug:1156778) (Adam Salih)
317c34
317c34
* Mon Aug 10 2015 Jan Silhan <jsilhan@redhat.com> 0.1.10-1
317c34
- generate_completion_cache: use list for each insert (fixes regression
317c34
  introduced in e020c96) (Igor Gnatenko)
317c34
- generate_completion_cache: store NEVRA insted of NA (RhBug:1226663) (Igor
317c34
  Gnatenko)
317c34
- repoquery: weak deps queries (RhBug:1184930) (Michal Luscon)
317c34
- builddep requires an argument (Michael Mraka)
317c34
- disable c++ checks in rpmbuild (Michael Mraka)
317c34
- path may contain unicode (RhBug:1234099) (Michael Mraka)
317c34
- fail if no package match (RhBug:1241126) (Michael Mraka)
317c34
- make --spec and --srpm mutually exclusive (Michael Mraka)
317c34
- handle error message in python3 (RhBug:1218299) (Michael Mraka)
317c34
- options to recognize spec/srpm files (RhBug:1241135) (Michael Mraka)
317c34
- copr: set chmod to rw-r--r-- on repo files (Miroslav Suchý)
317c34
- [copr] refactor duplicated lines (Jakub Kadlčík)
317c34
- [copr] allow utf-8 user input (RhBug:1244125) (Jakub Kadlčík)
317c34
- [copr] fix regression with handling `search` and `list` subcommands (Valentin
317c34
  Gologuzov)
317c34
- [copr] terminate execution when failed to parse project name (Valentin
317c34
  Gologuzov)
317c34
- [copr] unused import (Valentin Gologuzov)
317c34
- [copr] subcommand `disable` now only set `enabled=0`, repo file could be
317c34
  deleted by new subcommand `remove` (Valentin Gologuzov)
317c34
317c34
* Wed Jun 24 2015 Michal Luscon <mluscon@redhat.com> 0.1.9-1
317c34
- repoquery: add srpm option (RhBug:1186382) (Vladan Kudlac)
317c34
- create repo files readable by users (RhBug:1228693) (Michael Mraka)
317c34
- copr: use librepo instead of python-request (Miroslav Suchý)
317c34
- --tree now works with --conflicts --obsoletes --requires and --whatrequires
317c34
  (RhBug:1128424) (RhBug:1186689) (Adam Salih)
317c34
- url for copr repos changed (RhBug:1227190) (Miroslav Suchý)
317c34
- repoquery: fixed conflicts package format (Adam Salih)
317c34
- document that globs can be used in dnf config-manager (Michael Mraka)
317c34
317c34
317c34
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.8-2
317c34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
317c34
317c34
* Wed May 06 2015 Michal Luscon <mluscon@redhat.com> 0.1.8-1
317c34
- spec: fix an upgrade path from dnf-plugins-core <= 0.1.5 (Radek Holy)
317c34
317c34
* Thu Apr 30 2015 Michal Luscon <mluscon@redhat.com> 0.1.7-1
317c34
- doc: release notes dnf-plugins-core-0.1.7 (Michal Luscon)
317c34
- spec: fix Conflicts of the new plugins (Radek Holy)
317c34
- spec: allow DNF 1.x.x (Radek Holy)
317c34
- AUTHORS: filled in missing email address (Jan Silhan)
317c34
- download: enabling source repos when desired only (Jan Silhan)
317c34
- download: using enable_source_repos from lib (Jan Silhan)
317c34
- lib: inform user when enabling disabled repo (Jan Silhan)
317c34
- AUTHORS: made 2 categories (Jan Silhan)
317c34
- fixed typos and missing demand (Michael Mraka)
317c34
- changed warning paragraph (Michael Mraka)
317c34
- AUTHORS: updated (Jan Silhan)
317c34
- debuginfo-install: don't consider src packages as candidates for installation
317c34
  (RhBug:1215154) (Lubomir Rintel)
317c34
- documentation warning about build deps in srpm (Michael Mraka)
317c34
- fixed builddep tests (Michael Mraka)
317c34
- builddep: enable source repos only when needed (Michael Mraka)
317c34
- fixed builldep documentation (Michael Mraka)
317c34
- mark appropriate dnfpluginscore.lib as API (Michael Mraka)
317c34
- fixed builddep configure test (Michael Mraka)
317c34
- moved enable_{source|debug}_repos() to dnfpluginscore.lib (Michael Mraka)
317c34
- builddep: add feature to get builddeps from remote packages (RhBug:1074585)
317c34
  (Igor Gnatenko)
317c34
- doc: repoquery: doesn't print 'No match for argument:...' garbage (Jan
317c34
  Silhan)
317c34
- updated repoquery documentation (Michael Mraka)
317c34
- implemented repoquery --latest-limit (Michael Mraka)
317c34
- implemented repoquery --unsatisfied (Michael Mraka)
317c34
- builddep: Support defining macros for parsing spec files (David Michael)
317c34
- removed redundant argument (Michael Mraka)
317c34
- doc: update repoquery docs with --resolve (Tim Lauridsen)
317c34
- repoquery: add --resolve option (RhBug:1156487) (Tim Lauridsen)
317c34
- spec: dnf version upper boundaries (Jan Silhan)
317c34
- spec: added plugin command provides (Related:RhBug:1208773) (Jan Silhan)
317c34
- make --repo cumulative (Michael Mraka)
317c34
- rename --repoid to --repo (Michael Mraka)
317c34
- don't delete local repo packages after download (RhBug:1186948) (Michael
317c34
  Mraka)
317c34
- doc: replaced last references pointing to akozumpl (Jan Silhan)
317c34
317c34
* Wed Apr 08 2015 Michal Luscon <mluscon@redhat.com> 0.1.6-3
317c34
- doc: release notes 0.1.6 (Michal Luscon)
317c34
- initialize to use tito (Michal Luscon)
317c34
- prepare repo for tito build system (Michal Luscon)
317c34
- migrate raw_input() to Python3 (RhBug:1208399) (Miroslav Suchý)
317c34
- require dnf 0.6.5+ which contains duplicated/installonly queries (Michael Mraka)
317c34
- implemented --duplicated and --installonly (Michael Mraka)
317c34
- create --destdir if not exist (Michael Mraka)
317c34
- repoquery: Added -s/--source switch, test case and documentation for querying source rpm name (Parag Nemade)
317c34
- repoquery: Added documentation and test case for file switch (Parag Nemade)
317c34
- spec: ship man pages in dnf-plugins-core metapackage (Jan Silhan)
317c34
- debuginfo-install: support cases where src.rpm name != binary package name (Petr Spacek)
317c34
- spec: added empty %%files directive to generate rpm (Jan Silhan)
317c34
- spec: adapt to pykickstart f23 package split (Jan Silhan)
317c34
- spec: requires >= dnf version not = (Jan Silhan)
317c34
- spec: python3 source code by default in f23+ (RhBug:1194725,1198442) (Jan Silhan)
317c34
- use dnfpluginscore.lib.urlopen() (RhBug:1193047) (Miroslav Suchý)
317c34
- implemented functionality of yum-config-manager (Michael Mraka)
317c34
- repoquery: Added --file switch to show who owns the given file (RhBug:1196952) (Parag Nemade)
317c34
- debuginfo-install: accept packages names specified as NEVRA (RhBug:1171046) (Petr Spacek)
317c34
- repoquery: accept package names specified as NEVRA (RhBug:1179366) (Petr Spacek)
317c34
- download: fix typo in 'No source rpm definded' (Petr Spacek)
317c34
- download: accept package names ending with .src too (Petr Spacek)
317c34
- download: Do not disable user-enabled repos (thanks Spacekpe) (Jan Silhan)
317c34
- Add README to tests/ directory (Petr Spacek)
317c34
- AUTHORS: updated (Jan Silhan)
317c34
- download: fix package download on Python 3 (Petr Spacek)
317c34
317c34
* Tue Mar 10 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.6-2
317c34
- man pages moved into dnf-plugins-core subpackage
317c34
317c34
* Fri Mar 6 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.6-1
317c34
- fixed python(3)-dnf dependency in f23
317c34
317c34
* Thu Feb 5 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.5-1
317c34
- updated package url (Michael Mraka)
317c34
- also dnf_version could be specified on rpmbuild commandline (Michael Mraka)
317c34
- simple script to build test package (Michael Mraka)
317c34
- let gitrev be specified on rpmbuild commandline (Michael Mraka)
317c34
- assign default GITREV value (Michael Mraka)
317c34
- standard way to find out latest commit (Michael Mraka)
317c34
- debuginfo-install: fix handling of subpackages with non-zero epoch (Petr Spacek)
317c34
- debuginfo-install: Make laywers happier by assigning copyright to Red Hat (Petr Spacek)
317c34
- debuginfo-install: remove dead code uncovered by variable renaming (Petr Spacek)
317c34
- debuginfo-install: clearly separate source and debug package names (Petr Spacek)
317c34
- debuginfo-install: use descriptive parameter name in _is_available() (Petr Spacek)
317c34
- repoquery: add -l option to list files contained in the package (Petr Spacek)
317c34
- 1187773 - replace undefined variable (Miroslav Suchý)
317c34
- download: fixed unicode location error (RhBug:1178239) (Jan Silhan)
317c34
- builddep recognizes nosrc.rpm pkgs (RhBug:1166126) (Jan Silhan)
317c34
- builddep: added nosignatures flag to rpm transaction set (Jan Silhan)
317c34
- builddep: more verbose output of non-matching packages (RhBug:1155211) (Jan Silhan)
317c34
- package: archive script is the same as in dnf (Jan Silhan)
317c34
- spec: exclude __pycache__ dir (Igor Gnatenko)
317c34
317c34
* Fri Dec 5 2014 Jan Silhan <jsilhan@redhat.com> - 0.1.4-1
317c34
- revert of commit 80ae3f4 (Jan Silhan)
317c34
- transifex update (Jan Silhan)
317c34
- spec: binded to current dnf version (Jan Silhan)
317c34
- generate_completion_cache: use sqlite instead of text files (Igor Gnatenko)
317c34
- logging: renamed log file (Related:RhBug:1074715) (Jan Silhan)
317c34
- Add reposync. (RhBug:1139738) (Ales Kozumplik)
317c34
- download: fix traceback if rpm package has no defined sourcerpm (RhBug: 1144003) (Tim Lauridsen)
317c34
- lint: ignore warnings of a test accessing protected attribute. (Ales Kozumplik)
317c34
- repoquery lint: logger is not used. (Ales Kozumplik)
317c34
- repoquery: support querying of weak deps. (Ales Kozumplik)
317c34
- needs_restarting: fix typo (Miroslav Suchý)
317c34
- copr: migrate copr plugin form urlgrabber to python-request (Miroslav Suchý)
317c34
- Add needs-restarting command. (Ales Kozumplik)
317c34
317c34
* Thu Sep 4 2014 Jan Silhan <jsilhan@redhat.com> - 0.1.3-1
317c34
- repoquery: output times in UTC. (Ales Kozumplik)
317c34
- repoquery: missing help messages. (Ales Kozumplik)
317c34
- repoquery: add --info. (RhBug:1135984) (Ales Kozumplik)
317c34
- add Jan to AUTHORS. (Ales Kozumplik)
317c34
- spec: extended package description with plugin names and commands (Related:RhBug:1132335) (Jan Silhan)
317c34
- copr: check for 'ok' in 'output' for json data (RhBug:1134378) (Igor Gnatenko)
317c34
- README: changed references to new repo location (Jan Silhan)
317c34
- transifex update (Jan Silhan)
317c34
- copr: convert key to unicode before guessing lenght (Miroslav Suchý)
317c34
- Add pnemade to AUTHORS (Ales Kozumplik)
317c34
- debuginfo-install: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade)
317c34
- copr: Use logger as module level variable and not instance attribute since dnf-0.6.0 release (RhBug:1130559) (Parag Nemade)
317c34
- copr: implement help command (Igor Gnatenko)
317c34
- debuginfo-install: fix indenting (Igor Gnatenko)
317c34
- debuginfo-install: use srpm basename for debuginfo (Igor Gnatenko)
317c34
317c34
* Mon Jul 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.2-1
317c34
- BashCompletionCache: error strings are unicoded (RhBug:1118809) (Jan Silhan)
317c34
- transifex update (Jan Silhan)
317c34
- debuginfo-install: remove some pylint warnings (Igor Gnatenko)
317c34
- debuginfo-install: fix installing when installed version not found in repos, optimize performance (RhBug: 1108321) (Ig
317c34
- fix: copr plugin message for repo without builds (RhBug:1116389) (Adam Samalik)
317c34
- logging: remove messages about initialization. (Ales Kozumplik)
317c34
317c34
* Thu Jul 3 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.1-2
317c34
- packaging: add protected_packages.py to the package. (Ales Kozumplik)
317c34
317c34
* Thu Jul 3 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.1-1
317c34
- protected_packages: prevent removal of the running kernel. (RhBug:1049310) (Ales Kozumplik)
317c34
- packaging: create and own /etc/dnf/protected.d. (Ales Kozumplik)
317c34
- doc: add documentation for protected_packages. (Ales Kozumplik)
317c34
- doc: rename: generate-completion-cache -> generate_completion_cache. (Ales Kozumplik)
317c34
- add protected_packages (RhBug:1111855) (Ales Kozumplik)
317c34
- build: add python-requests to requires (RHBZ: 1104088) (Miroslav Suchý)
317c34
- doc: typo: fix double 'plugin' in release notes. (Ales Kozumplik)
317c34
317c34
* Wed Jun 4 2014 Aleš Kozumplík <ales@redhat.com> - 0.1.0-1
317c34
- pylint: fix all pylint builddep problems. (Ales Kozumplik)
317c34
- builddep: better error reporting on deps that actually don't exist. (Ales Kozumplik)
317c34
- builddep: load available repos. (RhBug:1103906) (Ales Kozumplik)
317c34
- tests: stop argparse from printing to stdout when tests run. (Ales Kozumplik)
317c34
- packaging: all the manual pages with a glob. (Ales Kozumplik)
317c34
- fix: packaging problem with query.py. (Ales Kozumplik)
317c34
- doc: add reference documentation for repoquery. (Ales Kozumplik)
317c34
- repoquery: support --provides, --requires etc. (Ales Kozumplik)
317c34
- repoquery: make the CLI more compatible with Yum's repoquery. (Ales Kozumplik)
317c34
- repoquery: some cleanups in the plugin and the tests. (Ales Kozumplik)
317c34
- rename: query->repoquery. (RhBug:1045078) (Ales Kozumplik)
317c34
- add pylint script for dnf-core-plugins. (Ales Kozumplik)
317c34
- tests: repoquery: fix unit tests. (Ales Kozumplik)
317c34
- add query tool (Tim Lauridsen)
317c34
317c34
* Wed May 28 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.8-1
317c34
- build: add sphinx to build requires. (Ales Kozumplik)
317c34
- doc: packaging: add license block to each .rst. (Ales Kozumplik)
317c34
- tests: stray print() in test_download.py. (Ales Kozumplik)
317c34
- doc: put each synopsis on new line (Miroslav Suchý)
317c34
- doc: cosmetic: project name in the documentation. (Ales Kozumplik)
317c34
- doc: cleanups, form, style. (Ales Kozumplik)
317c34
- doc: add documentation and man pages (Tim Lauridsen)
317c34
- copr: remove repofile if failed to enable repo (Igor Gnatenko)
317c34
- copr: honor -y and --assumeno (Miroslav Suchý)
317c34
- py3: absolute imports and unicode literals everywhere. (Ales Kozumplik)
317c34
- debuginfo-install: doesn't install latest pkgs (RhBug: 1096507) (Igor Gnatenko)
317c34
- debuginfo-install: fix description (Igor Gnatenko)
317c34
- debuginfo-install: fix logger debug messages (Igor Gnatenko)
317c34
- build: install the download plugin (Tim Lauridsen)
317c34
- download: update the download plugin with --source, --destdir & --resolve options (Tim Lauridsen)
317c34
- Add a special ArgumentParser to parsing plugin cmd arguments and options (Tim Lauridsen)
317c34
- tests: add __init__.py to make tests a module and use abs imports (Tim Lauridsen)
317c34
- build: simplify plugins/CMakeLists.txt. (Ales Kozumplik)
317c34
- dnf.cli.commands.err_mini_usage() changed name. (Ales Kozumplik)
317c34
- kickstart: do not include kickstart errors into own messages. (Radek Holy)
317c34
317c34
* Wed Apr 23 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.7-1
317c34
- build: gettext is also needed as a buildreq (Tim Lauridsen)
317c34
- copr: use usage & summary class attributes, to work with dnf 0.5.0 use shared lib dnfpluginscore for translation wrapp
317c34
- build: add cmake as buildreq (Tim Lauridsen)
317c34
- generate-completion-cache: fix shared lib name (Tim Lauridsen)
317c34
- make .spec use gitrev in the source file add helper script for building source archive (Tim Lauridsen)
317c34
- Added transifex config (Tim Lauridsen)
317c34
- tests: use cli logger in kickstart test (Tim Lauridsen)
317c34
- Added translation .pot file Added da translation files so we have something to build & install (Tim Lauridsen)
317c34
- Added CMake files Added CMake build to .spec & and added translation files handling (Tim Lauridsen)
317c34
- make plugins use shared lib added translation wrappers added missing usage & summary PEP8 fixes (Tim Lauridsen)
317c34
- added shared dnfpluginscore lib (Tim Lauridsen)
317c34
- copr: C:139, 0: Unnecessary parens after 'print' keyword (superfluous-parens) (Miroslav Suchý)
317c34
- copr: W: 23, 0: Unused import gettext (unused-import) (Miroslav Suchý)
317c34
- copr: C: 33, 0: No space allowed before : (Miroslav Suchý)
317c34
- copr: some python3 migration (Miroslav Suchý)
317c34
- copr: get rid of dnf i18n imports (Miroslav Suchý)
317c34
- remove dnf.yum.i18n imports. (Ales Kozumplik)
317c34
- copr: Fix the playground upgrade command. (Tadej Janež)
317c34
- copr: implement search function (Igor Gnatenko)
317c34
- better format output (Miroslav Suchý)
317c34
- implement playground plugin (Miroslav Suchý)
317c34
- move removing of repo into method (Miroslav Suchý)
317c34
- check root only for actions which really need root (Miroslav Suchý)
317c34
- move repo downloading into separate method (Miroslav Suchý)
317c34
- define copr url as class attribute (Miroslav Suchý)
317c34
- better wording of warning (Miroslav Suchý)
317c34
- move question to function argument (Miroslav Suchý)
317c34
- move guessing chroot into function (Miroslav Suchý)
317c34
- copr: use common lib use Command.usage & summary cleanup imports & PEP8 fixes (Tim Lauridsen)
317c34
- builddep: added usage & summary & fix some PEP8 issues (Tim Lauridsen)
317c34
- kickstart: use new public Command.usage & Command.summary api (Tim Lauridsen)
317c34
- fix resource leak in builddep.py. (Ales Kozumplik)
317c34
- refactor: command plugins use demands mechanism. (Ales Kozumplik)
317c34
- noroot: move to the new 'demands' mechanism to check the need of root. (Ales Kozumplik)
317c34
- tests: fix locale independence. (Radek Holy)
317c34
- [copr] correctly specify chroot when it should be guessed (Miroslav Suchý)
317c34
317c34
* Mon Mar 17 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.6-1
317c34
- clenaup: remove commented out code (Miroslav Suchý)
317c34
- copr: list: print description (Igor Gnatenko)
317c34
- builddep: rpm error messages sink. (Ales Kozumplik)
317c34
- builddep: improve error handling on an command argument (RhBug:1074436) (Ales Kozumplik)
317c34
- copr: handling case when no argument is passed on cli (Miroslav Suchý)
317c34
- copr: delete excess argument (Igor Gnatenko)
317c34
- add copr plugin (Miroslav Suchý)
317c34
- debuginfo-install: check for root with dnf api (Igor Gnatenko)
317c34
- packaging: fix bogus dates. (Ales Kozumplik)
317c34
317c34
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-2
317c34
- packaging: add debuginfo-install.py (Ales Kozumplik)
317c34
317c34
* Wed Feb 26 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.5-1
317c34
- packaging: add builddep.py to the RPM. (Ales Kozumplik)
317c34
317c34
* Tue Feb 25 2014 Radek Holý <rholy@redhat.com> - 0.0.4-1
317c34
- refactor: use Base.install instead of installPkgs in kickstart plugin. (Radek Holy)
317c34
- refactor: move kickstart arguments parsing to standalone method. (Radek Holy)
317c34
- tests: test effects instead of mock calls. (Radek Holy)
317c34
- Add debuginfo-install plugin. (RhBug:1045770) (Igor Gnatenko)
317c34
- builddep: needs to be run under root. (RhBug:1065851) (Ales Kozumplik)
317c34
317c34
* Thu Feb 6 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.3-1
317c34
- tests: import mock through support so its simpler for the test cases. (Ales Kozumplik)
317c34
- packaging: fix typos in the spec. (Ales Kozumplik)
317c34
- [completion_cache] Cache installed packages, update the cache less frequently (Elad Alfassa)
317c34
- Add bash completion to dnf (Elad Alfassa)
317c34
- packaging: missing buildrequire (Ales Kozumplik)
317c34
317c34
* Mon Jan 13 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.2-1
317c34
- First release.
317c34
317c34
* Wed Jan 8 2014 Cristian Ciupitu <cristian.ciupitu@yahoo.com> - 0.0.1-4
317c34
- Spec updates.
317c34
317c34
* Tue Jan 7 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.1-3
317c34
- Spec updates.
317c34
317c34
* Mon Jan 6 2014 Aleš Kozumplík <ales@redhat.com> - 0.0.1-2
317c34
- Spec updates.
317c34
317c34
* Fri Dec 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.0.1-1
317c34
- The initial package version.