2020-01-08 20:10:20 +08:00
|
|
|
%global dnf_lowest_compatible 4.2.14
|
2019-09-30 10:37:05 -04:00
|
|
|
%global dnf_plugins_extra 2.0.0
|
2020-01-08 20:10:20 +08:00
|
|
|
%global hawkey_version 0.34.0
|
2019-09-30 10:37:05 -04:00
|
|
|
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%bcond_without yumcompatibility
|
2020-01-08 20:10:20 +08:00
|
|
|
%bcond_without yumutils
|
|
|
|
|
|
|
|
|
|
Name: dnf-plugins-core
|
|
|
|
|
Version: 4.0.11
|
2020-03-21 20:40:16 +08:00
|
|
|
Release: 5
|
2020-01-08 20:10:20 +08:00
|
|
|
Summary: Core Plugins for DNF
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
|
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
2020-03-21 20:40:16 +08:00
|
|
|
BuildRequires: cmake gettext %{_bindir}/sphinx-build-3 gdb
|
2020-02-18 18:04:35 +08:00
|
|
|
Requires: python3-%{name} = %{version}-%{release}
|
2020-01-08 20:10:20 +08:00
|
|
|
Requires: dnf >= %{dnf_lowest_compatible} %{name} = %{version}-%{release}
|
|
|
|
|
Requires: python3-dnf >= %{dnf_lowest_compatible}
|
|
|
|
|
Provides: dnf-command(builddep) dnf-command(changelog) dnf-command(config-manager)
|
|
|
|
|
Provides: dnf-command(copr) dnf-command(debug-dump) dnf-command(debug-restore)
|
|
|
|
|
Provides: dnf-command(debuginfo-install) dnf-command(download) dnf-command(repoclosure)
|
|
|
|
|
Provides: dnf-command(repograph) dnf-command(repomanage) dnf-command(reposync)
|
|
|
|
|
Provides: dnf-command(repodiff) dnf-plugins-extras-debug = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugins-extras-repoclosure = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugins-extras-repograph = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugins-extras-repomanage = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-builddep = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-config-manager = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-debuginfo-install = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-download = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-generate_completion_cache = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-needs_restarting = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-repoclosure = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-repodiff = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-repograph = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-repomanage = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-reposync = %{version}-%{release}
|
|
|
|
|
Provides: yum-plugin-copr = %{version}-%{release}
|
|
|
|
|
Provides: yum-plugin-changelog = %{version}-%{release}
|
|
|
|
|
Provides: yum-plugin-auto-update-debug-info = %{version}-%{release}
|
|
|
|
|
Provides: dnf-utils = %{version}-%{release}
|
|
|
|
|
Conflicts: dnf-plugins-extras-common-data < %{dnf_plugins_extra}
|
|
|
|
|
Conflicts: yum-utils < 1.1.31-520 yum-plugin-copr < 1.1.31-520
|
|
|
|
|
Obsoletes: dnf-utils < %{version}-%{release}
|
2020-03-21 20:40:16 +08:00
|
|
|
Obsoletes: python2-dnf-plugin-migrate < %{version}-%{release}
|
2019-09-30 10:37:05 -04:00
|
|
|
|
|
|
|
|
%description
|
2020-01-08 20:10:20 +08:00
|
|
|
Core Plugins for DNF. This package enhances DNF with builddep, config-manager,
|
|
|
|
|
copr, debug, debuginfo-install, download, needs-restarting, repoclosure,
|
|
|
|
|
repograph, repomanage, reposync, changelog and repodiff commands. Additionally
|
|
|
|
|
provides generate_completion_cache passive plugin.
|
2019-09-30 10:37:05 -04:00
|
|
|
|
2020-01-08 20:10:20 +08:00
|
|
|
%package -n python3-%{name}
|
|
|
|
|
Summary: Core Plugins for DNF
|
2019-09-30 10:37:05 -04:00
|
|
|
%{?python_provide:%python_provide python3-%{name}}
|
2020-01-08 20:10:20 +08:00
|
|
|
BuildRequires: python3-devel python3-dnf >= %{dnf_lowest_compatible} python3-nose
|
|
|
|
|
Requires: python3-distro python3-dnf >= %{dnf_lowest_compatible}
|
|
|
|
|
Requires: python3-hawkey >= %{hawkey_version} python3-dateutil
|
|
|
|
|
Provides: python3-dnf-plugins-extras-debug = %{version}-%{release}
|
|
|
|
|
Provides: python3-dnf-plugins-extras-repoclosure = %{version}-%{release}
|
|
|
|
|
Provides: python3-dnf-plugins-extras-repograph = %{version}-%{release}
|
|
|
|
|
Provides: python3-dnf-plugins-extras-repomanage = %{version}-%{release}
|
|
|
|
|
Obsoletes: python3-dnf-plugins-extras-debug < %{dnf_plugins_extra}
|
|
|
|
|
Obsoletes: python3-dnf-plugins-extras-repoclosure < %{dnf_plugins_extra}
|
|
|
|
|
Obsoletes: python3-dnf-plugins-extras-repograph < %{dnf_plugins_extra}
|
|
|
|
|
Obsoletes: python3-dnf-plugins-extras-repomanage < %{dnf_plugins_extra}
|
2020-02-28 15:45:18 +08:00
|
|
|
Obsoletes: python2-%{name} < %{version}-%{release}
|
2020-01-08 20:10:20 +08:00
|
|
|
Conflicts: %{name} <= 0.1.5 python2-%{name} < %{version}-%{release}
|
|
|
|
|
Conflicts: python-%{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{name}
|
|
|
|
|
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep,
|
|
|
|
|
config-manager, copr, debug, debuginfo-install, download, needs-restarting,
|
|
|
|
|
repoclosure, repograph, repomanage, reposync, changelog and repodiff commands.
|
|
|
|
|
Additionally provides generate_completion_cache passive plugin.
|
|
|
|
|
|
|
|
|
|
%package -n python3-dnf-plugin-versionlock
|
|
|
|
|
Summary: Version Lock Plugin for DNF
|
|
|
|
|
Requires: python3-%{name} = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugin-versionlock = %{version}-%{release}
|
|
|
|
|
Provides: python3-dnf-plugins-extras-versionlock = %{version}-%{release}
|
|
|
|
|
Provides: dnf-command(versionlock)
|
|
|
|
|
Provides: yum-plugin-versionlock = %{version}-%{release}
|
|
|
|
|
Provides: dnf-plugins-extras-versionlock = %{version}-%{release}
|
|
|
|
|
Conflicts: dnf-plugins-extras-common-data < %{dnf_plugins_extra}
|
|
|
|
|
Conflicts: python2-dnf-plugin-versionlock < %{version}-%{release}
|
|
|
|
|
Obsoletes: python3-dnf-plugins-extras-versionlock < %{dnf_plugins_extra}
|
|
|
|
|
|
|
|
|
|
%description -n python3-dnf-plugin-versionlock
|
|
|
|
|
Version lock plugin takes a set of name/versions for packages and excludes all other
|
|
|
|
|
versions of those packages. This allows you to e.g. protect packages from being
|
|
|
|
|
updated by newer versions.
|
|
|
|
|
|
|
|
|
|
%package_help
|
2019-09-30 10:37:05 -04:00
|
|
|
|
|
|
|
|
%prep
|
2020-01-08 20:10:20 +08:00
|
|
|
%autosetup
|
|
|
|
|
mkdir build-py3
|
2019-09-30 10:37:05 -04:00
|
|
|
|
|
|
|
|
%build
|
2020-01-08 20:10:20 +08:00
|
|
|
pushd build-py3
|
|
|
|
|
%cmake ../ -DPYTHON_DESIRED:FILEPATH=%{__python3} -DWITHOUT_LOCAL:str=8}
|
|
|
|
|
%make_build
|
|
|
|
|
make doc-man
|
|
|
|
|
popd
|
2019-09-30 10:37:05 -04:00
|
|
|
|
2020-01-08 20:10:20 +08:00
|
|
|
%install
|
|
|
|
|
pushd build-py3
|
|
|
|
|
%make_install
|
|
|
|
|
popd
|
2019-09-30 10:37:05 -04:00
|
|
|
|
2020-01-08 20:10:20 +08:00
|
|
|
%find_lang %{name}
|
|
|
|
|
mv %{buildroot}%{_libexecdir}/dnf-utils-3 %{buildroot}%{_libexecdir}/dnf-utils
|
2019-09-30 10:37:05 -04:00
|
|
|
rm -vf %{buildroot}%{_libexecdir}/dnf-utils-*
|
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/debuginfo-install
|
2020-01-08 20:10:20 +08:00
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/needs-restarting
|
2019-09-30 10:37:05 -04:00
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/find-repos-of-install
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repo-graph
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/package-cleanup
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repoclosure
|
2020-01-08 20:10:20 +08:00
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repodiff
|
2019-09-30 10:37:05 -04:00
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repomanage
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repoquery
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/reposync
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/repotrack
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-builddep
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-config-manager
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-dump
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-restore
|
|
|
|
|
ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yumdownloader
|
|
|
|
|
ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/find-repos-of-install.1.gz
|
|
|
|
|
ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/repoquery.1.gz
|
|
|
|
|
ln -sf %{_mandir}/man1/dnf-utils.1.gz %{buildroot}%{_mandir}/man1/repotrack.1.gz
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_libexecdir}/dnf-utils
|
|
|
|
|
%{_bindir}/debuginfo-install
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_bindir}/needs-restarting
|
2019-09-30 10:37:05 -04:00
|
|
|
%{_bindir}/find-repos-of-install
|
|
|
|
|
%{_bindir}/package-cleanup
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_bindir}/repo-graph
|
|
|
|
|
%{_bindir}/repoclosure
|
|
|
|
|
%{_bindir}/repodiff
|
|
|
|
|
%{_bindir}/repomanage
|
|
|
|
|
%{_bindir}/repoquery
|
|
|
|
|
%{_bindir}/reposync
|
|
|
|
|
%{_bindir}/repotrack
|
|
|
|
|
%{_bindir}/yum-builddep
|
|
|
|
|
%{_bindir}/yum-config-manager
|
|
|
|
|
%{_bindir}/yum-debug-dump
|
|
|
|
|
%{_bindir}/yum-debug-restore
|
|
|
|
|
%{_bindir}/yumdownloader
|
|
|
|
|
%exclude %{_mandir}/man8/dnf.plugin.leaves.*
|
2020-02-18 19:06:58 +08:00
|
|
|
%exclude %{_mandir}/man8/dnf.plugin.migrate.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%exclude %{python3_sitelib}/dnf-plugins/leaves.*
|
|
|
|
|
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/leaves.*
|
2020-02-18 19:06:58 +08:00
|
|
|
%exclude %{_mandir}/man8/dnf.plugin.show-leaves.*
|
|
|
|
|
%exclude %{python3_sitelib}/dnf-plugins/show_leaves.*
|
|
|
|
|
%exclude %{python3_sitelib}/dnf-plugins/__pycache__/show_leaves.*
|
2019-09-30 10:37:05 -04:00
|
|
|
|
|
|
|
|
%files -n python3-%{name} -f %{name}.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS README.rst
|
2020-01-08 20:10:20 +08:00
|
|
|
%ghost %attr(644,-,-) %{_var}/cache/dnf/packages.db
|
2019-09-30 10:37:05 -04:00
|
|
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.d
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/debuginfo-install.conf
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/builddep.py
|
2020-01-08 20:10:20 +08:00
|
|
|
%{python3_sitelib}/dnf-plugins/changelog.py
|
2019-09-30 10:37:05 -04:00
|
|
|
%{python3_sitelib}/dnf-plugins/config_manager.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/copr.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/debug.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/debuginfo-install.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/download.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/generate_completion_cache.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/needs_restarting.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/repoclosure.py
|
2020-01-08 20:10:20 +08:00
|
|
|
%{python3_sitelib}/dnf-plugins/repodiff.py
|
2019-09-30 10:37:05 -04:00
|
|
|
%{python3_sitelib}/dnf-plugins/repograph.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/repomanage.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/reposync.py
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/builddep.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/changelog.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/config_manager.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/copr.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/debug.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/debuginfo-install.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/download.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/generate_completion_cache.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/needs_restarting.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/repoclosure.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/repodiff.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/repograph.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/repomanage.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/reposync.*
|
|
|
|
|
%{python3_sitelib}/dnfpluginscore/
|
|
|
|
|
|
2020-01-08 20:10:20 +08:00
|
|
|
%files -n python3-dnf-plugin-versionlock
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/dnf/plugins/versionlock.list
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/versionlock.*
|
|
|
|
|
%{python3_sitelib}/dnf-plugins/__pycache__/versionlock.*
|
2019-09-30 10:37:05 -04:00
|
|
|
|
2020-01-08 20:10:20 +08:00
|
|
|
%files help
|
2019-09-30 10:37:05 -04:00
|
|
|
%{_mandir}/man1/debuginfo-install.*
|
|
|
|
|
%{_mandir}/man1/needs-restarting.*
|
|
|
|
|
%{_mandir}/man1/repo-graph.*
|
|
|
|
|
%{_mandir}/man1/repoclosure.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_mandir}/man1/repodiff.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%{_mandir}/man1/repomanage.*
|
|
|
|
|
%{_mandir}/man1/reposync.*
|
|
|
|
|
%{_mandir}/man1/yum-builddep.*
|
|
|
|
|
%{_mandir}/man1/yum-config-manager.*
|
|
|
|
|
%{_mandir}/man1/yum-debug-dump.*
|
|
|
|
|
%{_mandir}/man1/yum-debug-restore.*
|
|
|
|
|
%{_mandir}/man1/yumdownloader.*
|
|
|
|
|
%{_mandir}/man1/package-cleanup.*
|
|
|
|
|
%{_mandir}/man1/dnf-utils.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_mandir}/man1/yum-utils.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%{_mandir}/man1/find-repos-of-install.*
|
|
|
|
|
%{_mandir}/man1/repoquery.*
|
|
|
|
|
%{_mandir}/man1/repotrack.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_mandir}/man8/yum-versionlock.*
|
|
|
|
|
%{_mandir}/man5/yum-versionlock.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.versionlock.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%{_mandir}/man8/dnf.plugin.builddep.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_mandir}/man8/dnf.plugin.changelog.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%{_mandir}/man8/dnf.plugin.config_manager.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.copr.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.debug.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.debuginfo-install.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.download.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.generate_completion_cache.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.needs_restarting.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.repoclosure.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_mandir}/man8/dnf.plugin.repodiff.*
|
2019-09-30 10:37:05 -04:00
|
|
|
%{_mandir}/man8/dnf.plugin.repograph.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.repomanage.*
|
|
|
|
|
%{_mandir}/man8/dnf.plugin.reposync.*
|
2020-01-08 20:10:20 +08:00
|
|
|
%{_mandir}/man1/yum-changelog.*
|
|
|
|
|
%{_mandir}/man8/yum-copr.*
|
2019-09-30 10:37:05 -04:00
|
|
|
|
|
|
|
|
%changelog
|
2020-03-21 20:40:16 +08:00
|
|
|
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 4.0.11-5
|
|
|
|
|
- bugfix about update
|
|
|
|
|
|
2020-02-28 14:05:03 +08:00
|
|
|
* Fri Feb 28 2020 zhangrui <zhangrui182@huawei.com> -4.0.11-4
|
|
|
|
|
- fix fail in update
|
|
|
|
|
|
2020-02-18 18:04:35 +08:00
|
|
|
* Tue Feb 18 2020 zhangrui <zhangrui182@huawei.com> -4.0.11-3
|
|
|
|
|
- remove python2
|
|
|
|
|
|
2020-01-08 20:10:20 +08:00
|
|
|
* Wed Jan 8 2020 zhangrui <zhangrui182@huawei.com> - 4.0.11-2
|
|
|
|
|
- Package init.
|