public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/dnf5] rawhide: Update to 5.4.6.0 upstream release
Date: Fri, 25 Sep 2026 01:09:01 GMT [thread overview]
Message-ID: <179029854190.1.13324618100010021973.rpms-dnf5-38a955446e6a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dnf5
Branch : rawhide
Commit : 38a955446e6aa8cfcb76590cb6ed34e6d042207e
Author : Packit <hello@packit.dev>
Date : 2026-09-24T19:15:28+00:00
Stats : +20/-5 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/dnf5/c/38a955446e6aa8cfcb76590cb6ed34e6d042207e?branch=rawhide
Log:
Update to 5.4.6.0 upstream release
Upstream tag: 5.4.6.0
Upstream commit: 1b2de4bd
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 8a4a3f9..210576f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@
/dnf5-5.4.3.0.tar.gz
/dnf5-5.4.4.0.tar.gz
/dnf5-5.4.5.0.tar.gz
+/dnf5-5.4.6.0.tar.gz
diff --git a/README.packit b/README.packit
index 41ba8b3..41bc266 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.16.3.
+The file was generated using packit 1.16.3.post1.dev11+g14b012ef4.
diff --git a/dnf5.spec b/dnf5.spec
index c862903..663540b 100644
--- a/dnf5.spec
+++ b/dnf5.spec
@@ -1,6 +1,6 @@
%global project_version_prime 5
%global project_version_major 4
-%global project_version_minor 5
+%global project_version_minor 6
%global project_version_micro 0
# ========== build options ==========
@@ -163,7 +163,7 @@ BuildRequires: bash-completion-devel
%else
BuildRequires: bash-completion
%endif
-BuildRequires: cmake >= 3.21
+BuildRequires: cmake >= 3.22
BuildRequires: doxygen
BuildRequires: gettext
BuildRequires: pkgconfig(fmt)
@@ -184,7 +184,7 @@ BuildRequires: pkgconfig(libacl)
%if %{with clang}
BuildRequires: clang
%else
-BuildRequires: gcc-c++ >= 10.1
+BuildRequires: gcc-c++ >= 14.1
%endif
%if %{with tests}
@@ -209,6 +209,7 @@ BuildRequires: systemd
%if %{with html} || %{with man}
BuildRequires: python3dist(breathe)
BuildRequires: python3dist(sphinx) >= 4.1.2
+BuildRequires: python3dist(sphinx-autoapi)
BuildRequires: python3dist(sphinx-rtd-theme)
%endif
@@ -358,6 +359,9 @@ It supports RPM packages%{?with_modulemd:, modulemd modules,} and comps groups &
%{_mandir}/man8/dnf5-list.8.*
%{_mandir}/man8/dnf5-makecache.8.*
%{_mandir}/man8/dnf5-mark.8.*
+%if 0%{?fedora} || 0%{?rhel} > 10
+%{_mandir}/man8/microdnf.8.*
+%endif
%if %{with modulemd}
%{_mandir}/man8/dnf5-module.8.*
%endif
@@ -429,6 +433,7 @@ It supports RPM packages%{?with_modulemd:, modulemd modules,} and comps groups &
%{_mandir}/man8/dnf-system-upgrade.8.*
%{_mandir}/man8/dnf-upgrade.8.*
%{_mandir}/man8/dnf-versionlock.8.*
+%{_mandir}/man8/yum.8.*
%{_mandir}/man7/dnf-aliases.7.*
%{_mandir}/man7/dnf-caching.7.*
%{_mandir}/man7/dnf-comps.7.*
@@ -497,6 +502,8 @@ Package management library.
%dir %{_datadir}/dnf5/vendors.d
%dir %{_datadir}/dnf5/libdnf.plugins.conf.d
%dir %{_sysconfdir}/dnf/vendors.d
+%dir %{_sysconfdir}/dnf/suggest-reboot.d
+%dir %{_datadir}/dnf5/suggest-reboot.d
%dir %{_libdir}/libdnf5
%{_libdir}/libdnf5.so.2*
%dir %{_prefix}/lib/sysimage/libdnf5
@@ -1127,6 +1134,7 @@ ln -sr %{buildroot}%{bash_completions_dir}/dnf5 %{buildroot}%{bash_completions_d
filename=$(basename $file)
ln -sr $file $dir/${filename/dnf5/dnf}
done
+ ln -sr %{buildroot}%{_mandir}/man8/dnf5.8 %{buildroot}%{_mandir}/man8/yum.8
%endif
# Make "dnf-makecache" the "real" unit name, but keep compatibility for playbooks that refer to dnf5-makecache
mv %{buildroot}%{_unitdir}/dnf5-makecache.service %{buildroot}%{_unitdir}/dnf-makecache.service
@@ -1157,6 +1165,9 @@ touch %{buildroot}%{_sharedstatedir}/dnf/system-repo.lock
%if 0%{?fedora} || 0%{?rhel} > 10
ln -sr %{buildroot}%{_bindir}/dnf5 %{buildroot}%{_bindir}/microdnf
+%if %{with man}
+ln -sr %{buildroot}%{_mandir}/man8/dnf5.8 %{buildroot}%{_mandir}/man8/microdnf.8
+%endif
%endif
%if %{with systemd}
@@ -1202,6 +1213,9 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
%ldconfig_scriptlets
%changelog
+* Thu Sep 24 2026 Packit <hello@packit.dev> - 5.4.6.0-1
+- Update to version 5.4.6.0
+
* Mon Sep 14 2026 Packit <hello@packit.dev> - 5.4.5.0-1
- Update to version 5.4.5.0
diff --git a/sources b/sources
index e565ef6..eedf30f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dnf5-5.4.5.0.tar.gz) = 0604dc4164f60dce0e9d3d9bc4a38220a324f7f74932f6bb4829b442999798bc77aa3ad0b404608865d1e08e43ebd72377305c2d38eadccf4ba9a1524f37676c
+SHA512 (dnf5-5.4.6.0.tar.gz) = 2e2112888a4ffbb3e6773034895ee5bd905cb2cc09ea1a6c826f16d9463ceacdf8f4a9cc3134214283dc1069ca50b74bcc45e57eeb401cdb3ffd536552facb14
reply other threads:[~2026-09-25 1:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179029854190.1.13324618100010021973.rpms-dnf5-38a955446e6a@fedoraproject.org \
--to=hello@packit.dev \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox