# Always build out-of-source %define __cmake_in_source_build 1 # default dependencies %global hawkey_version 0.74.0 %global libcomps_version 0.1.8 %global libmodulemd_version 2.9.3 %global rpm_version 4.14.0 # conflicts %global conflicts_dnf_plugins_core_version 4.0.26 %global conflicts_dnf_plugins_extras_version 4.0.4 %global conflicts_dnfdaemon_version 0.3.19 # override dependencies for rhel 7 %if 0%{?rhel} == 7 %global rpm_version 4.11.3-32 %endif %if 0%{?rhel} == 7 && 0%{?centos} %global rpm_version 4.11.3-25.el7.centos.1 %endif %if 0%{?rhel} == 9 %global hawkey_version 0.69.0-13 %endif # override dependencies for fedora 26 %if 0%{?fedora} == 26 %global rpm_version 4.13.0.1-7 %endif # YUM compat subpackage configuration # # level=full -> deploy all compat symlinks (conflicts with yum < 4) # level=minimal -> deploy a subset of compat symlinks only # (no conflict with yum >= 3.4.3-505)* # level=preview -> minimal level with altered paths (no conflict with yum < 4) # *release 505 renamed /usr/bin/yum to /usr/bin/yum-deprecated %global yum_compat_level full %global yum_subpackage_name yum %if 0%{?fedora} # Avoid file conflict with yum < 4 in all Fedoras # It can be resolved by pretrans scriptlet but they are not recommended in Fedora %global yum_compat_level minimal %if 0%{?fedora} < 31 # Avoid name conflict with yum < 4 %global yum_subpackage_name %{name}-yum %endif %endif %if 0%{?rhel} && 0%{?rhel} <= 7 %global yum_compat_level preview %global yum_subpackage_name nextgen-yum4 %endif # paths %global confdir %{_sysconfdir}/%{name} %global pluginconfpath %{confdir}/plugins %global py3pluginpath %{python3_sitelib}/%{name}-plugins # Use the same directory of the main package for subpackage licence and docs %global _docdir_fmt %{name} %global pkg_summary Package manager %global pkg_description Utility that allows users to manage packages on their systems. \ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.14.0 Release: 20250403175840.61.g7a3a2caf%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPLv2+ URL: https://github.com/rpm-software-management/dnf Source0: dnf-4.14.0-20250403175840.61.g7a3a2caf.tar.xz BuildArch: noarch BuildRequires: cmake BuildRequires: gettext # Documentation BuildRequires: systemd BuildRequires: bash-completion BuildRequires: %{_bindir}/sphinx-build-3 Requires: python3-%{name} = %{version}-%{release} %if 0%{?rhel} && 0%{?rhel} <= 7 Requires: python-dbus Requires: %{_bindir}/sqlite3 %else Recommends: (python3-dbus if NetworkManager) %endif Provides: dnf-command(alias) Provides: dnf-command(autoremove) Provides: dnf-command(check-update) Provides: dnf-command(clean) Provides: dnf-command(distro-sync) Provides: dnf-command(downgrade) Provides: dnf-command(group) Provides: dnf-command(history) Provides: dnf-command(info) Provides: dnf-command(install) Provides: dnf-command(list) Provides: dnf-command(makecache) Provides: dnf-command(mark) Provides: dnf-command(provides) Provides: dnf-command(reinstall) Provides: dnf-command(remove) Provides: dnf-command(repolist) Provides: dnf-command(repoquery) Provides: dnf-command(repository-packages) Provides: dnf-command(search) Provides: dnf-command(updateinfo) Provides: dnf-command(upgrade) Provides: dnf-command(upgrade-to) Conflicts: python3-dnf-plugins-core < %{conflicts_dnf_plugins_core_version} Conflicts: python3-dnf-plugins-extras-common < %{conflicts_dnf_plugins_extras_version} %description %{pkg_description} %package data Summary: Common data and configuration files for DNF Requires: libreport-filesystem Obsoletes: %{name}-conf <= %{version}-%{release} Provides: %{name}-conf = %{version}-%{release} %description data Common data and configuration files for DNF %package -n %{yum_subpackage_name} Requires: %{name} = %{version}-%{release} Summary: %{pkg_summary} %if 0%{?fedora} && 0%{?fedora} < 31 Conflicts: yum < 3.4.3-505 %else Provides: %{name}-yum = %{version}-%{release} Obsoletes: %{name}-yum < 5 %endif %description -n %{yum_subpackage_name} %{pkg_description} %package -n python3-%{name} Summary: Python 3 interface to DNF %{?python_provide:%python_provide python3-%{name}} BuildRequires: python3-devel BuildRequires: python3-hawkey >= %{hawkey_version} BuildRequires: python3-libdnf >= %{hawkey_version} BuildRequires: python3-libcomps >= %{libcomps_version} BuildRequires: python3-libdnf BuildRequires: libmodulemd >= %{libmodulemd_version} Requires: libmodulemd >= %{libmodulemd_version} BuildRequires: python3-gpg Requires: python3-gpg Requires: %{name}-data = %{version}-%{release} %if 0%{?fedora} Recommends: deltarpm # required for DNSSEC main.gpgkey_dns_verification https://dnf.readthedocs.io/en/latest/conf_ref.html Recommends: python3-unbound %endif Requires: python3-hawkey >= %{hawkey_version} Requires: python3-libdnf >= %{hawkey_version} Requires: python3-libcomps >= %{libcomps_version} Requires: python3-libdnf BuildRequires: python3-rpm >= %{rpm_version} Requires: python3-rpm >= %{rpm_version} %if 0%{?rhel} && 0%{?rhel} <= 7 Requires: rpm-plugin-systemd-inhibit %else Recommends: (rpm-plugin-systemd-inhibit if systemd) %endif Provides: dnf4 = %{version}-%{release} %description -n python3-%{name} Python 3 interface to DNF. %package automatic Summary: %{pkg_summary} - automated upgrades BuildRequires: systemd Requires: %{name} = %{version}-%{release} %{?systemd_requires} %description automatic Systemd units that can periodically download package upgrades and apply them. %package bootc Summary: %{pkg_summary} - additional bootc dependencies Requires: python3-%{name} = %{version}-%{release} Requires: ostree Requires: ostree-libs Requires: python3-gobject-base Requires: util-linux-core %description bootc Additional dependencies needed to perform transactions on booted bootc (bootable containers) systems. %prep %autosetup -n dnf-4.14.0-20250403175840.61.g7a3a2caf mkdir build-py3 %build pushd build-py3 %cmake .. -DPYTHON_DESIRED:FILEPATH=%{__python3} -DDNF_VERSION=%{version} %make_build make doc-man popd %install pushd build-py3 %make_install popd %find_lang %{name} mkdir -p %{buildroot}%{confdir}/vars mkdir -p %{buildroot}%{confdir}/aliases.d mkdir -p %{buildroot}%{pluginconfpath}/ mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules.d mkdir -p %{buildroot}%{_sysconfdir}/%{name}/modules.defaults.d mkdir -p %{buildroot}%{py3pluginpath}/__pycache__/ mkdir -p %{buildroot}%{_localstatedir}/log/ mkdir -p %{buildroot}%{_var}/cache/dnf/ touch %{buildroot}%{_localstatedir}/log/%{name}.log ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf4 mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic rm -vf %{buildroot}%{_bindir}/dnf-automatic-* # Strict conf distribution %if 0%{?rhel} mv -f %{buildroot}%{confdir}/%{name}-strict.conf %{buildroot}%{confdir}/%{name}.conf %else rm -vf %{buildroot}%{confdir}/%{name}-strict.conf %endif # YUM compat layer ln -sr %{buildroot}%{confdir}/%{name}.conf %{buildroot}%{_sysconfdir}/yum.conf ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/yum %if "%{yum_compat_level}" == "full" mkdir -p %{buildroot}%{_sysconfdir}/yum ln -sr %{buildroot}%{pluginconfpath} %{buildroot}%{_sysconfdir}/yum/pluginconf.d ln -sr %{buildroot}%{confdir}/protected.d %{buildroot}%{_sysconfdir}/yum/protected.d ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars %endif %check pushd build-py3 ctest -VV popd %post %systemd_post dnf-makecache.timer %preun %systemd_preun dnf-makecache.timer %postun %systemd_postun_with_restart dnf-makecache.timer %post automatic %systemd_post dnf-automatic.timer dnf-automatic-notifyonly.timer dnf-automatic-download.timer dnf-automatic-install.timer %preun automatic %systemd_preun dnf-automatic.timer dnf-automatic-notifyonly.timer dnf-automatic-download.timer dnf-automatic-install.timer %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}/%{name} %if 0%{?rhel} && 0%{?rhel} <= 7 %{_sysconfdir}/bash_completion.d/%{name} %else %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/%{name} %endif %{_mandir}/man8/%{name}.8* %{_mandir}/man8/yum2dnf.8* %{_mandir}/man7/dnf.modularity.7* %{_mandir}/man5/dnf-transaction-json.5* %{_unitdir}/%{name}-makecache.service %{_unitdir}/%{name}-makecache.timer %{_var}/cache/%{name}/ %files data %license COPYING PACKAGE-LICENSING %doc AUTHORS README.rst %dir %{confdir} %dir %{confdir}/modules.d %dir %{confdir}/modules.defaults.d %dir %{pluginconfpath} %dir %{confdir}/protected.d %dir %{confdir}/vars %dir %{confdir}/aliases.d %exclude %{confdir}/aliases.d/zypper.conf %config(noreplace) %{confdir}/%{name}.conf %config(noreplace) %{confdir}/protected.d/%{name}.conf %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %ghost %attr(644,-,-) %{_localstatedir}/log/hawkey.log %ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.log %ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.librepo.log %ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.rpm.log %ghost %attr(644,-,-) %{_localstatedir}/log/%{name}.plugin.log %ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name} %ghost %attr(644,-,-) %{_sharedstatedir}/%{name}/groups.json %ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}/yumdb %ghost %attr(755,-,-) %dir %{_sharedstatedir}/%{name}/history %{_mandir}/man5/%{name}.conf.5* %{_tmpfilesdir}/%{name}.conf %{_sysconfdir}/libreport/events.d/collect_dnf.conf %files -n %{yum_subpackage_name} %if "%{yum_compat_level}" == "full" %{_bindir}/yum %{_sysconfdir}/yum.conf %{_sysconfdir}/yum/pluginconf.d %{_sysconfdir}/yum/protected.d %{_sysconfdir}/yum/vars %{_mandir}/man8/yum.8* %{_mandir}/man5/yum.conf.5.* %{_mandir}/man8/yum-shell.8* %{_mandir}/man1/yum-aliases.1* %config(noreplace) %{confdir}/protected.d/yum.conf %else %exclude %{_sysconfdir}/yum.conf %exclude %{_sysconfdir}/yum/pluginconf.d %exclude %{_sysconfdir}/yum/protected.d %exclude %{_sysconfdir}/yum/vars %exclude %{confdir}/protected.d/yum.conf %exclude %{_mandir}/man5/yum.conf.5.* %exclude %{_mandir}/man8/yum-shell.8* %exclude %{_mandir}/man1/yum-aliases.1* %endif %if "%{yum_compat_level}" == "minimal" %{_bindir}/yum %{_mandir}/man8/yum.8* %endif %if "%{yum_compat_level}" == "preview" %{_bindir}/yum4 %{_mandir}/man8/yum4.8* %exclude %{_mandir}/man8/yum.8* %endif %files -n python3-%{name} %{_bindir}/%{name}-3 %{_bindir}/%{name}4 %exclude %{python3_sitelib}/%{name}/automatic %{python3_sitelib}/%{name}/ %dir %{py3pluginpath} %dir %{py3pluginpath}/__pycache__ %files automatic %{_bindir}/%{name}-automatic %config(noreplace) %{confdir}/automatic.conf %{_mandir}/man8/%{name}-automatic.8* %{_unitdir}/%{name}-automatic.service %{_unitdir}/%{name}-automatic.timer %{_unitdir}/%{name}-automatic-notifyonly.service %{_unitdir}/%{name}-automatic-notifyonly.timer %{_unitdir}/%{name}-automatic-download.service %{_unitdir}/%{name}-automatic-download.timer %{_unitdir}/%{name}-automatic-install.service %{_unitdir}/%{name}-automatic-install.timer %{python3_sitelib}/%{name}/automatic/ %files bootc # bootc subpackage does not include any files %changelog * Thu Apr 03 2025 rpm-gitoverlay - 4.14.0-20250403175840.61.g7a3a2caf - [7a3a2caf] spec: Provide dnf4 by python3-dnf (Petr Písař) - [d58c9260] python3-dnf: Provide /usr/bin/dnf4 symlink to /usr/bin/dnf-3 (Evan Goode) - [96a5fe96] Usage help: don't mark mandatory option parameters as optional (Aleš Matěj) - [b7770498] package: remote_location() takes basedir into account (Marek Blaha) - [19754a7c] Require libdnf >= 0.74.0 with `persistence` option (Evan Goode) - [9c2a1a6a] spec: Add dnf-bootc subpackage (Evan Goode) - [7e0180ad] bootc: "Re-locking": use ostree admin unlock --transient (Evan Goode) - [5a5572b8] bootc: Use ostree GObject API to get deployment status (Evan Goode) - [ec5cbd19] bootc: Document `--transient` and `persistence` (Evan Goode) - [e236290f] Add support for --transient (Evan Goode) - [be3f218b] doc: `--disableexcludepkgs=all` doesn't affect just file configuration (Aleš Matěj) - [c57c26e0] automatic: Fix incorrect Error class instantiation (Marek Blaha) - [ed14b8c8] Update need_reboot for dnf-automatic (Klaas Demter) - [2a1046f4] automatic: Enhance errors reporting (Marek Blaha) - [33d52a80] Fixed Typo in docs (derickdiaz) - [3e45752f] Added 'send_error_messages' Boolean Option and updated man docs (derickdiaz) - [1d18e7c6] Checks if emitter is null incase build_emitters throws a ConfigError (derickdiaz) - [130e4455] Added feature to allow emitters to invoke on dnf error (derickdiaz) - [c39b9f73] automatic: Check availability of config file (Marek Blaha) - [fdeb208b] Allow --downloadonly on read-only bootc system (Petr Písař) - [ea2d17cc] smtplib: catch OSError, not SMTPException (Evan Goode) - [ca4c5221] Allow --installroot on read-only bootc system (Petr Písař) - [0bab6b96] Update bootc hosts message to point to bootc --help (Joseph Marrero) - [6157248a] Update ostree/bootc host system check. (Joseph Marrero) - [6af6633b] Add detection for ostree-based systems and warn users about losing changes (David Cantrell) - [bc5bac3c] Revert "Add detection for ostree-based systems and warn users about losing changes" (Petr Písař) - [9079c984] Revert "Update ostree/bootc host system check." (Petr Písař) - [66ae26fa] Revert "Update bootc hosts message to point to bootc --help" (Petr Písař) - [6461b97e] Update bootc hosts message to point to bootc --help (Joseph Marrero) - [734aab77] Update ostree/bootc host system check. (Joseph Marrero) - [d100c8d7] Add detection for ostree-based systems and warn users about losing changes (David Cantrell) - [9ceb9b35] doc: Makecache with timer tries only one mirror (Pavla Kratochvilova) - [103d4425] man: Improve upgrade-minimal command docs (RHEL-6417) (Jan Kolarik) - [b406aa77] [doc] Remove provide of spec definition for repoquery command (Jaroslav Mracek) - [9870192e] Limit queries to nevra forms when provided by command (Jaroslav Mracek) - [1e78096d] remove --oldinstallonly: when no old installonly packages, exit with 0 (Pavla Kratochvilova) - [c24e1521] remove --duplicates: when no duplicates, exit with 0 (RHEL-6424) (Pavla Kratochvilova) - [5388d980] automatic: Use add_security_filters, not _update_security_filters (Evan Goode) - [c09865aa] Update documentation of history userinstalled command (Jaroslav Mracek) - [2ea32ace] Remove "leaf" word from documentation (Jaroslav Mracek) - [64ca173a] Remove confusing sentence from documentation (Jaroslav Mracek) - [657197af] Fix handling installonly packages reasons (Jaroslav Mracek) - [0592ff47] Add all candidates for reinstall to solver (Jaroslav Mracek) - [cbc552f3] base: Add obsoleters of only latest versions (Marek Blaha) - [d750fcb2] Add to authors (Anish Bhatt) - [42279419] When parsing over a KVP list, do not return till the whole list is parsed (Anish Bhatt) - [53b369a0] Fix japanese translations (Marek Blaha) - [8d2449e7] Sync translations with downstream - do not backport (Marek Blaha) - [0f979bd0] Document symbols in `dnf history list` output (Evan Goode) - [e62164e4] automatic: Return an error when transaction fails (RhBug:2170093) (Jan Kolarik) - [fcc21cf2] automatic: Fix online detection with proxy (RhBz:2022440) (Marek Blaha) - [b0caa165] Omit src RPMs from check-update (RhBug: 2151910) (Kyle Walker) - [b002f47a] DNF Automatic: error message for failed reboot command (Evan Goode) - [9deed331] DNF Automatic reboot: 5-minute delay and wall by default (Evan Goode) - [8d7608f3] Add Evan Goode to AUTHORS (Evan Goode) - [56d3e10e] Add reboot option to DNF Automatic (RhBug:2124793) (Evan Goode) - [af0363d1] Ignore processing variable files with unsupported encoding (RhBug:2141215) (Jan Kolarik) - [c518d764] Fix plugins unit tests + unload plugins upon their deletion (Jan Kolarik) - [12651cf5] Move system-upgrade plugin to core (RhBug:2054235) (Jan Kolarik) - [c4a2322a] Document changes to offline-upgrade command (RhBug:1939975) (Jan Kolarik) - [5e082d74] Pass whole URL in relativeUrl to PackageTarget for RPM URL download (Lukáš Hrázký)