Blame SPECS/dnf-plugins-core.spec

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