Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package dnf-plugins-core for
openSUSE:Factory checked in at 2024-02-23 16:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf-plugins-core (Old)
and /work/SRC/openSUSE:Factory/.dnf-plugins-core.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnf-plugins-core"
Fri Feb 23 16:44:59 2024 rev:22 rq:1145856 version:4.4.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf-plugins-core/dnf-plugins-core.changes
2023-02-25 19:55:19.247343894 +0100
+++
/work/SRC/openSUSE:Factory/.dnf-plugins-core.new.1770/dnf-plugins-core.changes
2024-02-23 16:45:00.594642190 +0100
@@ -1,0 +2,30 @@
+Tue Feb 6 10:54:17 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Update to 4.4.4
+ * needs-restarting: Add microcode_ctl to a reboot list
+- includes changes from 4.4.3
+ * needs-restarting: Avoid issue with garbage smaps chars (RhBug:2212953)
+ * needs-restarting: Add kernel-core to reboot list
+ * Update translations
+- includes changes from 4.4.2
+ * Fix systemd dependencies when using --poweroff option in system-upgrade
plugin (RhBug:2211844)
+ * Fixed copr.vendor.conf not loading
+ * "dnf copr enable" on "Asahi Fedora Linux Remix" guesses epel..x86_64
+ * system-upgrade: change http to https in unit file
+- includes changes from 4.4.1
+ * reposync: Implement --safe-write-path option (RhBug:1898089)
+ * needs-restarting: Catch exception when no systemd unit exists for pid
(RhBug:2122587)
+ * post-transaction-actions: Fix ConfigParser.substitute call
+ * builddep: Avoid using obsolete RPM API
+ * yum-utils: Only depend on python3-dnf, not dnf
+- includes changes from 4.4.0
+ * system-upgrade: Move from extras to core (RhBug:2054235)
+ * system-upgrade: Add --poweroff option to reboot
+ * copr: Switch to reading a copr.vendor.conf file to determine a vendor ID
+ * config-manager: Allow to specify the "main" section
+ * 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)
+ * download: Skip downloading weak deps when install_weak_deps=False
+ * reposync: Documentation update (RhBug:2132383, 2182004)
+
+-------------------------------------------------------------------
Old:
----
dnf-plugins-core-4.3.1.tar.gz
New:
----
dnf-plugins-core-4.4.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dnf-plugins-core.spec ++++++
--- /var/tmp/diff_new_pack.72lU5G/_old 2024-02-23 16:45:01.126661476 +0100
+++ /var/tmp/diff_new_pack.72lU5G/_new 2024-02-23 16:45:01.126661476 +0100
@@ -1,7 +1,7 @@
#
# spec file for package dnf-plugins-core
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2021 Neal Gompa <[email protected]>.
#
# All modifications and additions to the file contributed by third parties
@@ -56,7 +56,7 @@
#global prerel rc1
Name: dnf-plugins-core
-Version: 4.3.1
+Version: 4.4.4
Release: 0
Summary: Core Plugins for DNF
License: GPL-2.0-or-later
@@ -91,6 +91,7 @@
Provides: dnf-command(repograph)
Provides: dnf-command(repomanage)
Provides: dnf-command(reposync)
+Provides: dnf-command(system-upgrade)
# Plugins shift from extras to core
Provides: dnf-plugins-extras-debug = %{version}-%{release}
@@ -109,6 +110,7 @@
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}
Conflicts: dnf-plugins-extras-common-data < %{dnf_plugins_extra}
@@ -126,20 +128,26 @@
BuildRequires: python3-devel
BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
BuildRequires: python3-pytest
+BuildRequires: python3-systemd
+BuildRequires: systemd
+BuildRequires: pkgconfig(systemd)
Requires: python3-dateutil
Requires: python3-dbus-python
Requires: python3-distro
Requires: python3-dnf >= %{dnf_lowest_compatible}
Requires: python3-hawkey >= %{hawkey_version}
+Requires: python3-systemd
Conflicts: %{name} <= 0.1.5
# let the both python plugin versions be updated simultaneously
Conflicts: python3-%{name} < %{version}-%{release}
Conflicts: python2-%{name} < %{version}-%{release}
+Provides: python3-dnf-plugin-system-upgrade = %{version}-%{release}
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-plugin-system-upgrade < %{dnf_plugins_extra}
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}
@@ -353,6 +361,11 @@
%python_compileall
%fdupes %{buildroot}%{python3_sitelib}
+mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants/
+pushd %{buildroot}%{_unitdir}/system-update.target.wants/
+ ln -sr ../dnf-system-upgrade.service
+popd
+
%if %{with tests}
%check
export PYTHONDONTWRITEBYTECODE=1
@@ -383,6 +396,7 @@
%{_mandir}/man8/dnf-repograph.*
%{_mandir}/man8/dnf-repomanage.*
%{_mandir}/man8/dnf-reposync.*
+%{_mandir}/man8/dnf-system-upgrade.*
%{_mandir}/man8/dnf-repodiff.*
%dir %{_sysconfdir}/dnf/protected.d
%dir %{_var}/cache/dnf
@@ -428,9 +442,15 @@
%{python3_sitelib}/dnf-plugins/__pycache__/repomanage.*
%{python3_sitelib}/dnf-plugins/reposync.py
%{python3_sitelib}/dnf-plugins/__pycache__/reposync.*
+%{python3_sitelib}/dnf-plugins/system_upgrade.py
+%{python3_sitelib}/dnf-plugins/__pycache__/system_upgrade.*
%{python3_sitelib}/dnf-plugins/repodiff.py
%{python3_sitelib}/dnf-plugins/__pycache__/repodiff.*
%{python3_sitelib}/dnfpluginscore/
+%{_unitdir}/dnf-system-upgrade.service
+%{_unitdir}/dnf-system-upgrade-cleanup.service
+%dir %{_unitdir}/system-update.target.wants/
+%{_unitdir}/system-update.target.wants/dnf-system-upgrade.service
%files -n %{yum_utils_subpackage_name}
%{_libexecdir}/dnf-utils
++++++ dnf-plugins-core-4.3.1.tar.gz -> dnf-plugins-core-4.4.4.tar.gz ++++++
++++ 24939 lines of diff (skipped)