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 2022-04-03 21:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf-plugins-core (Old)
and /work/SRC/openSUSE:Factory/.dnf-plugins-core.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnf-plugins-core"
Sun Apr 3 21:30:47 2022 rev:19 rq:965258 version:4.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf-plugins-core/dnf-plugins-core.changes
2021-11-03 17:27:31.385378477 +0100
+++
/work/SRC/openSUSE:Factory/.dnf-plugins-core.new.1900/dnf-plugins-core.changes
2022-04-03 21:30:55.395864375 +0200
@@ -1,0 +2,12 @@
+Sun Mar 27 21:52:22 UTC 2022 - Neal Gompa <[email protected]>
+
+- Update to 4.1.0
+ + Add a new subpackage with modulesync command. The command downloads
+ packages from modules and/or creates a repository with modular data.
(rh#1868047)
+ + [groups-manager] Use full NEVRA (not only name) for matching packages
(rh#2013633)
+ + [repoclosure] Print counts of missing dependencies
+ + [reposync] Do not stop downloading packages on the first error (rh#2009894)
+ + [versionlock] Fix: Multiple package-name-spec arguments don't lock
correctly (rh#2001039) (rh#2013324)
+ + [versionlock] Update documentation for adding specifi version (rh#2013332)
+
+-------------------------------------------------------------------
Old:
----
dnf-plugins-core-4.0.24.tar.gz
New:
----
dnf-plugins-core-4.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dnf-plugins-core.spec ++++++
--- /var/tmp/diff_new_pack.5y2ijv/_old 2022-04-03 21:30:55.919858509 +0200
+++ /var/tmp/diff_new_pack.5y2ijv/_new 2022-04-03 21:30:55.927858420 +0200
@@ -17,9 +17,9 @@
#
-%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.22}
+%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.11.0}
%global dnf_plugins_extra 2.0.0
-%global hawkey_version 0.46.1
+%global hawkey_version 0.64.0
%if 0%{?is_opensuse}
# Copr targets are available for openSUSE Leap 15.0 and newer
@@ -56,7 +56,7 @@
#global prerel rc1
Name: dnf-plugins-core
-Version: 4.0.24
+Version: 4.1.0
Release: 0
Summary: Core Plugins for DNF
License: GPL-2.0-or-later
@@ -277,6 +277,19 @@
versions of those packages. This allows you to e.g. protect packages from being
updated by newer versions.
+%package -n python3-dnf-plugin-modulesync
+Summary: Download module metadata and packages and create repository
+Group: System/Packages
+Requires: python3-%{name} = %{version}-%{release}
+Requires: createrepo_c >= 0.17.4
+Provides: dnf-plugin-modulesync = %{version}-%{release}
+Provides: dnf-command(modulesync)
+
+%description -n python3-dnf-plugin-modulesync
+Download module metadata from all enabled repositories, module artifacts,
+and profiles of matching modules and create repository.
+
+
%lang_package
%prep
@@ -464,4 +477,9 @@
%{python3_sitelib}/dnf-plugins/versionlock.*
%{_mandir}/man8/dnf-versionlock.*
+%files -n python3-dnf-plugin-modulesync
+%{python3_sitelib}/dnf-plugins/modulesync.*
+%{_mandir}/man8/dnf-modulesync.*
+
+
%changelog
++++++ dnf-plugins-core-4.0.24.tar.gz -> dnf-plugins-core-4.1.0.tar.gz ++++++
++++ 18296 lines of diff (skipped)