Update to 4.4.0
This commit is contained in:
parent
b68e268841
commit
5827bc21b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
||||
/dnf-plugins-core-4.2.1.tar.gz
|
||||
/dnf-plugins-core-4.3.0.tar.gz
|
||||
/dnf-plugins-core-4.3.1.tar.gz
|
||||
/dnf-plugins-core-4.4.0.tar.gz
|
||||
|
@ -33,10 +33,10 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 4.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -65,6 +65,9 @@ Provides: dnf-command(repograph)
|
||||
Provides: dnf-command(repomanage)
|
||||
Provides: dnf-command(reposync)
|
||||
Provides: dnf-command(repodiff)
|
||||
Provides: dnf-command(system-upgrade)
|
||||
Provides: dnf-command(offline-upgrade)
|
||||
Provides: dnf-command(offline-distrosync)
|
||||
Provides: dnf-plugins-extras-debug = %{version}-%{release}
|
||||
Provides: dnf-plugins-extras-repoclosure = %{version}-%{release}
|
||||
Provides: dnf-plugins-extras-repograph = %{version}-%{release}
|
||||
@ -81,6 +84,7 @@ 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: dnf-plugin-system-upgrade = %{version}-%{release}
|
||||
%if %{with yumcompatibility}
|
||||
Provides: yum-plugin-copr = %{version}-%{release}
|
||||
Provides: yum-plugin-changelog = %{version}-%{release}
|
||||
@ -134,8 +138,8 @@ Conflicts: python-%{name} < %{version}-%{release}
|
||||
%description -n python2-%{name}
|
||||
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep,
|
||||
config-manager, copr, degug, debuginfo-install, download, needs-restarting,
|
||||
groups-manager, repoclosure, repograph, repomanage, reposync, changelog
|
||||
and repodiff commands.
|
||||
groups-manager, repoclosure, repograph, repomanage, reposync, changelog,
|
||||
repodiff, system-upgrade, offline-upgrade and offline-distrosync commands.
|
||||
Additionally provides generate_completion_cache passive plugin.
|
||||
%endif
|
||||
|
||||
@ -146,6 +150,10 @@ Summary: Core Plugins for DNF
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
|
||||
BuildRequires: python3-systemd
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: systemd
|
||||
%{?systemd_ordering}
|
||||
%if 0%{?fedora}
|
||||
Requires: python3-distro
|
||||
%endif
|
||||
@ -153,14 +161,17 @@ Requires: python3-dbus
|
||||
Requires: python3-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python3-hawkey >= %{hawkey_version}
|
||||
Requires: python3-dateutil
|
||||
Requires: python3-systemd
|
||||
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}
|
||||
Provides: python3-dnf-plugin-system-upgrade = %{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}
|
||||
Obsoletes: python3-dnf-plugin-system-upgrade < %{version}-%{release}
|
||||
|
||||
Conflicts: %{name} <= 0.1.5
|
||||
# let the both python plugin versions be updated simultaneously
|
||||
@ -170,8 +181,8 @@ 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,
|
||||
groups-manager, repoclosure, repograph, repomanage, reposync, changelog
|
||||
and repodiff commands.
|
||||
groups-manager, repoclosure, repograph, repomanage, reposync, changelog,
|
||||
repodiff, system-upgrade, offline-upgrade and offline-distrosync commands.
|
||||
Additionally provides generate_completion_cache passive plugin.
|
||||
%endif
|
||||
|
||||
@ -452,6 +463,17 @@ pushd build-py3
|
||||
%make_install
|
||||
popd
|
||||
%endif
|
||||
|
||||
%if %{with python3}
|
||||
mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants/
|
||||
pushd %{buildroot}%{_unitdir}/system-update.target.wants/
|
||||
ln -sr ../dnf-system-upgrade.service
|
||||
popd
|
||||
|
||||
ln -sf %{_mandir}/man8/dnf-system-upgrade.8.gz %{buildroot}%{_mandir}/man8/dnf-offline-upgrade.8.gz
|
||||
ln -sf %{_mandir}/man8/dnf-system-upgrade.8.gz %{buildroot}%{_mandir}/man8/dnf-offline-distrosync.8.gz
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
%if %{with yumutils}
|
||||
%if %{with python3}
|
||||
@ -516,6 +538,9 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
||||
%{_mandir}/man8/dnf-repograph.*
|
||||
%{_mandir}/man8/dnf-repomanage.*
|
||||
%{_mandir}/man8/dnf-reposync.*
|
||||
%{_mandir}/man8/dnf-system-upgrade.*
|
||||
%{_mandir}/man8/dnf-offline-upgrade.*
|
||||
%{_mandir}/man8/dnf-offline-distrosync.*
|
||||
%if %{with yumcompatibility}
|
||||
%{_mandir}/man1/yum-changelog.*
|
||||
%{_mandir}/man8/yum-copr.*
|
||||
@ -573,6 +598,7 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
||||
%{python3_sitelib}/dnf-plugins/repograph.py
|
||||
%{python3_sitelib}/dnf-plugins/repomanage.py
|
||||
%{python3_sitelib}/dnf-plugins/reposync.py
|
||||
%{python3_sitelib}/dnf-plugins/system_upgrade.py
|
||||
%{python3_sitelib}/dnf-plugins/__pycache__/builddep.*
|
||||
%{python3_sitelib}/dnf-plugins/__pycache__/changelog.*
|
||||
%{python3_sitelib}/dnf-plugins/__pycache__/config_manager.*
|
||||
@ -588,7 +614,11 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
||||
%{python3_sitelib}/dnf-plugins/__pycache__/repograph.*
|
||||
%{python3_sitelib}/dnf-plugins/__pycache__/repomanage.*
|
||||
%{python3_sitelib}/dnf-plugins/__pycache__/reposync.*
|
||||
%{python3_sitelib}/dnf-plugins/__pycache__/system_upgrade.*
|
||||
%{python3_sitelib}/dnfpluginscore/
|
||||
%{_unitdir}/dnf-system-upgrade.service
|
||||
%{_unitdir}/dnf-system-upgrade-cleanup.service
|
||||
%{_unitdir}/system-update.target.wants/dnf-system-upgrade.service
|
||||
%endif
|
||||
|
||||
%if %{with yumutils}
|
||||
@ -784,6 +814,17 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 05 2023 Jan Kolarik <jkolarik@redhat.com> - 4.4.0-1
|
||||
- Update to 4.4.0
|
||||
- system-upgrade: Move from extras to core (RhBug:2054235)
|
||||
- system-upgrade: Add support for security filters in offline-upgrade (RhBug:1939975)
|
||||
- needs-restarting: Fix boot time derivation for systems with no rtc (RhBug:2137935)
|
||||
- system-upgrade: Add --poweroff option to reboot
|
||||
- download: Skip downloading weak deps when install_weak_deps=False
|
||||
- copr: Switch to reading a copr.vendor.conf file to determine a vendor ID
|
||||
- config-manager: Allow to specify the "main" section
|
||||
- reposync: Documentation update (RhBug:2132383, 2182004)
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.3.1.tar.gz) = 79da657df1d9e0770452453faeca6a92a2db0fcd8c6286e130cc7a975ec96398c0107af045828b59b78a8d802e2e81fb9a3a3ae944ac48d7e610a4e358ea7f98
|
||||
SHA512 (dnf-plugins-core-4.4.0.tar.gz) = 024c6a18863fede6b4619d78424b12cf0e646489cb20bebd5b47232316f744b6101c616d06bf2ab1b2a3928682f043fb7031b75b45de691ebcf9592f11461bb8
|
||||
|
Loading…
Reference in New Issue
Block a user