dnf 4.14.0-2 (x86_64;aarch64;znver1) 2023-17356
9999

Status published
Submitter rugyada [@T] gmail.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/295703
Packages
dnf-4.14.0-2.x86_64.source
dnf-4.14.0-2.x86_64.binary
dnf-automatic-4.14.0-2.x86_64.binary
dnf-data-4.14.0-2.x86_64.binary
dnf-yum-4.14.0-2.x86_64.binary
python-dnf-4.14.0-2.x86_64.binary
dnf-4.14.0-2.aarch64.binary
dnf-4.14.0-2.aarch64.source
dnf-automatic-4.14.0-2.aarch64.binary
dnf-data-4.14.0-2.aarch64.binary
dnf-yum-4.14.0-2.aarch64.binary
python-dnf-4.14.0-2.aarch64.binary
dnf-4.14.0-2.znver1.source
dnf-4.14.0-2.znver1.binary
dnf-automatic-4.14.0-2.znver1.binary
dnf-data-4.14.0-2.znver1.binary
dnf-yum-4.14.0-2.znver1.binary
python-dnf-4.14.0-2.znver1.binary
Build Date 2023-03-19 13:08:53 +0000 UTC
Last Updated 2023-03-19 16:40:20.276347022 +0000 UTC
$ git diff --patch-with-stat --summary 76c5903409de7705a9adf4dfa58aca884bb99f97..de35aabbeaaf0e0db6db56fc7827b0c1417909d1

 .abf.yml |  2 +-
 dnf.spec | 35 ++++++++++++++++-------------------
 2 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index 0b212a8..be0bd70 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
 sources:
-  dnf-4.7.0.tar.gz: f9c31cf46094c4bbf021e1872a9eb72d8a3f2136
+  dnf-4.14.0.tar.gz: 0697aee277730c57446b5b87bdb12456cf245203
diff --git a/dnf.spec b/dnf.spec
index a66fd0f..817cee3 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,22 +1,21 @@
 # Warning: This package is synced from Mageia and Fedora!
 
-%define hawkey_version 0.61.1
+%define hawkey_version 0.67.0
 %define libcomps_version 0.1.8
 %define libmodulemd_version 2.9.3
 %define rpm_version 4.14.2
-%define min_plugins_core 4.0.20
+%define min_plugins_core 4.0.26
 %define min_plugins_extras 4.0.4
 
 %define confdir %{_sysconfdir}/dnf
-
 %define pluginconfpath %{confdir}/plugins
 %define py3pluginpath %{python3_sitelib}/dnf-plugins
 
 
 Summary:	Package manager
 Name:		dnf
-Version:	4.7.0
-Release:	1
+Version:	4.14.0
+Release:	2
 Group:		System/Configuration/Packaging
 # For a breakdown of the licensing, see PACKAGE-LICENSING
 License:	GPLv2+ and GPLv2 and GPL
@@ -44,11 +43,10 @@ BuildRequires:	cmake
 BuildRequires:	gettext
 BuildRequires:	python-bugzilla
 BuildRequires:	python-sphinx
-BuildRequires:	systemd-macros
+BuildRequires:	systemd-rpm-macros
 BuildRequires:	pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
 BuildRequires:	pkgconfig(bash-completion)
 Recommends:	(python-dbus if networkmanager)
-Recommends:	(%{_bindir}/sqlite3 if bash-completion)
 Requires:	python-dnf = %{EVRD}
 Conflicts:	dnf-plugins-core < %{min_plugins_core}
 Provides:	dnf-command(alias)
@@ -113,7 +111,7 @@ Requires:	python-libcomps >= %{libcomps_version}
 Requires:	python-libdnf
 Requires:	python-gpg
 Requires:	python-rpm >= %{rpm_version}
-Recommends:	rpm-plugin-systemd-inhibit
+Recommends:	(rpm-plugin-systemd-inhibit if systemd)
 Recommends:	deltarpm
 # DNF 2.0 doesn't work with old plugins
 Conflicts:	python-dnf-plugins-core < %{min_plugins_core}
@@ -200,16 +198,15 @@ fi
 %postun automatic
 %systemd_postun_with_restart dnf-automatic.timer dnf-automatic-notifyonly.timer dnf-automatic-download.timer dnf-automatic-install.timer
 
-
 %files -f %{name}.lang
 %{_bindir}/dnf
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/%{name}
-%{_mandir}/man8/dnf.8*
-%{_mandir}/man8/yum2dnf.8*
-%{_mandir}/man7/dnf.modularity.7*
-%{_mandir}/man5/dnf-transaction-json.5.*
+%doc %{_mandir}/man8/dnf.8*
+%doc %{_mandir}/man8/yum2dnf.8*
+%doc %{_mandir}/man7/dnf.modularity.7*
+%doc %{_mandir}/man5/dnf-transaction-json.5.*
 %{_unitdir}/dnf-makecache.service
 %{_unitdir}/dnf-makecache.timer
 %{_var}/cache/dnf
@@ -237,17 +234,17 @@ fi
 %ghost %{_sharedstatedir}/%{name}/groups.json
 %ghost %{_sharedstatedir}/%{name}/yumdb
 %ghost %{_sharedstatedir}/%{name}/history
-%{_mandir}/man5/dnf.conf.5.*
+%doc %{_mandir}/man5/dnf.conf.5.*
 %{_tmpfilesdir}/dnf.conf
 %{_sysconfdir}/libreport/events.d/collect_dnf.conf
 
 %files yum
 %config(noreplace) %{confdir}/protected.d/yum.conf
 %{_bindir}/yum
-%{_mandir}/man1/yum-aliases.1*
-%{_mandir}/man5/yum.conf.5*
-%{_mandir}/man8/yum.8.*
-%{_mandir}/man8/yum-shell.8*
+%doc %{_mandir}/man1/yum-aliases.1*
+%doc %{_mandir}/man5/yum.conf.5*
+%doc %{_mandir}/man8/yum.8.*
+%doc %{_mandir}/man8/yum-shell.8*
 
 %files -n python-dnf
 %{_bindir}/dnf-3
@@ -269,4 +266,4 @@ fi
 %{_unitdir}/%{name}-automatic-install.service
 %{_unitdir}/%{name}-automatic-install.timer
 %{python3_sitelib}/%{name}/automatic
-%{_mandir}/man8/dnf-automatic.8*
+%doc %{_mandir}/man8/dnf-automatic.8*
Not Available

benbullard79 [@T] cox.netNo Comment.403d 15hrs
benbullard79 [@T] cox.netNo Comment.403d 15hrs