public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dnf5] f45: Update to 5.4.3.0 upstream release
@ 2026-08-18 12:56 Packit
  0 siblings, 0 replies; only message in thread
From: Packit @ 2026-08-18 12:56 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/dnf5
            Branch : f45
            Commit : 5006d47cecf557d855641ae16431a76251605d80
            Author : Packit <hello@packit.dev>
            Date   : 2026-08-12T14:10:06+00:00
            Stats  : +18/-10 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/dnf5/c/5006d47cecf557d855641ae16431a76251605d80?branch=f45

            Log:
            Update to 5.4.3.0 upstream release

Upstream tag: 5.4.3.0
Upstream commit: 1201eb2d

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index ab74196..a44fcc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,4 @@
 /dnf5-5.4.1.0.tar.gz
 /dnf5-5.4.2.0.tar.gz
 /dnf5-5.4.2.1.tar.gz
+/dnf5-5.4.3.0.tar.gz

diff --git a/.packit.yaml b/.packit.yaml
index 0c91b3a..cec0904 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -64,6 +64,7 @@ jobs:
     trigger: pull_request
     targets:
       - fedora-all
+      - fedora-eln
     packages: [dnf5]
     additional_repos:
       - "copr://rpmsoftwaremanagement/dnf-nightly"
@@ -89,6 +90,7 @@ jobs:
     identifier: "dnf5-tests"
     targets:
       - fedora-all
+      - fedora-eln
     fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
     fmf_ref: &CI_DNF_STACK_REF main
     tmt_plan: "^/plans/integration/behave-dnf5$"
@@ -104,6 +106,7 @@ jobs:
     identifier: "createrepo_c-tests"
     targets:
       - fedora-all
+      - fedora-eln
     fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
     fmf_ref: *CI_DNF_STACK_REF
     tmt_plan: "^/plans/integration/behave-createrepo_c$"
@@ -135,6 +138,7 @@ jobs:
     identifier: "dnf5daemon-tests"
     targets:
       - fedora-all
+      - fedora-eln
     fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
     fmf_ref: *CI_DNF_STACK_REF
     tmt_plan: "^/plans/integration/behave-dnf5daemon$"

diff --git a/README.packit b/README.packit
index af5832b..68a092a 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.0.
+The file was generated using packit 1.16.2.post1.dev8+g69d783e81.

diff --git a/dnf5.spec b/dnf5.spec
index db254d8..11ed9a0 100644
--- a/dnf5.spec
+++ b/dnf5.spec
@@ -1,7 +1,7 @@
 %global project_version_prime 5
 %global project_version_major 4
-%global project_version_minor 2
-%global project_version_micro 1
+%global project_version_minor 3
+%global project_version_micro 0
 
 %bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]
 
@@ -13,15 +13,11 @@
 
 Name:           dnf5
 Version:        %{project_version_prime}.%{project_version_major}.%{project_version_minor}.%{project_version_micro}
-Release:        10%{?dist}
+Release:        1%{?dist}
 Summary:        Command-line package manager
 License:        GPL-2.0-or-later
 URL:            https://github.com/rpm-software-management/dnf5
 Source0:        %{url}/archive/%{version}/dnf5-%{version}.tar.gz
-Patch0:         0001-copr-update-detection-of-ELN.patch
-Patch1:         0002-transaction-use-system_clock-to_time_t-for-start-tim.patch
-Patch2:         0003-spec-Disable-modularity-on-RHEL-11.patch
-Patch3:         0004-Build-If-modularity-is-disabled-leave-out-artefacts-.patch
 
 Requires:       libdnf5%{?_isa} = %{version}-%{release}
 Requires:       libdnf5-cli%{?_isa} = %{version}-%{release}
@@ -161,7 +157,6 @@ BuildRequires:  bash-completion
 BuildRequires:  cmake >= 3.21
 BuildRequires:  doxygen
 BuildRequires:  gettext
-BuildRequires:  pkgconfig(check)
 BuildRequires:  pkgconfig(fmt)
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libcrypto)
@@ -478,6 +473,7 @@ Package management library.
 %config(noreplace) %{_sysconfdir}/dnf/dnf.conf
 %dir %{_sysconfdir}/dnf/vars
 %dir %{_sysconfdir}/dnf/protected.d
+%dir %{_sysconfdir}/dnf/usr-drift-protected-paths.d
 %else
 %exclude %{_sysconfdir}/dnf/dnf.conf
 %endif
@@ -513,6 +509,7 @@ Package management library.
 %verify(not md5 size mtime) %attr(0644, root, root) %ghost %{_prefix}/lib/sysimage/libdnf5/transaction_history.sqlite{,-shm,-wal}
 %license lgpl-2.1.txt
 %ghost %attr(0755, root, root) %dir %{_var}/cache/libdnf5
+%{_tmpfilesdir}/libdnf5.conf
 %attr(0755, root, root) %dir %{_sharedstatedir}/dnf
 %verify(not md5 size mtime) %attr(0644, root, root) %{_sharedstatedir}/dnf/system-repo.lock
 
@@ -984,6 +981,7 @@ automatically and regularly from systemd timers, cron jobs or similar.
 %ghost %attr(0644, root, root) %{_sysconfdir}/motd.d/dnf5-automatic
 %{_libdir}/dnf5/plugins/automatic_cmd_plugin.so
 %{_datadir}/dnf5/dnf5-plugins/automatic.conf
+%{_datadir}/dbus-1/system.d/org.rpm.dnf.v0.Automatic.conf
 %ghost %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/dnf/automatic.conf
 %ghost %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/dnf/dnf5-plugins/automatic.conf
 %if %{with man}
@@ -1053,6 +1051,8 @@ DNF5 plugin for working with RPM package manifest files.
     -DWITH_COMPS=%{?with_comps:ON}%{!?with_comps:OFF} \
     -DWITH_MODULEMD=%{?with_modulemd:ON}%{!?with_modulemd:OFF} \
     -DWITH_SYSTEMD=%{?with_systemd:ON}%{!?with_systemd:OFF} \
+    -DSYSTEMD_DIR=%{_unitdir} \
+    -DTMPFILES_DIR=%{_tmpfilesdir} \
     \
     -DWITH_HTML=%{?with_html:ON}%{!?with_html:OFF} \
     -DWITH_MAN=%{?with_man:ON}%{!?with_man:OFF} \
@@ -1171,6 +1171,9 @@ mkdir -p %{buildroot}%{_libdir}/libdnf5/plugins
 %ldconfig_scriptlets
 
 %changelog
+* Wed Aug 12 2026 Packit <hello@packit.dev> - 5.4.3.0-1
+- Update to version 5.4.3.0
+
 * Fri Jul 24 2026 Python Maint <python-maint@redhat.com> - 5.4.2.1-10
 - Rebuilt for Python 3.15.0b4 ABI change
 

diff --git a/sources b/sources
index 80f40b8..5157d72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dnf5-5.4.2.1.tar.gz) = 642a9e2066ea0a82c8f13a618e125d2c80c769f5767cad298e98f31ecd3c5aaefbc8cca7a7a599769a9526c0ea5c233447979d505aab186497f8757bfac7ae49
+SHA512 (dnf5-5.4.3.0.tar.gz) = 1752b79ead2cf4527b9a4a25bd09b76fadc9bb273530e4675027abe8890a331acd9d631e772c4137364f82cc095cfc6895a436f2419b81dd5c923257ab9c6a8d

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 12:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 12:56 [rpms/dnf5] f45: Update to 5.4.3.0 upstream release Packit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox