Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dnf-4.18.0-6.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: dnf Distribution: openSUSE Tumbleweed
Version: 4.18.0 Vendor: openSUSE
Release: 6.2 Build date: Fri Oct 11 15:47:15 2024
Group: System/Packages Build host: reproducible
Size: 60341 Source RPM: dnf-4.18.0-6.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/rpm-software-management/dnf
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
DNF is a package manager for RPM systems that was forked from Yum. Among the
many improvements, it uses libsolv as a dependency resolver.

Provides

Requires

License

GPL-2.0-only AND GPL-2.0-or-later

Changelog

* Fri Oct 11 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Do not recommend -lang package: the lang package has already the
    relevant supplements in place.
* Wed Mar 13 2024 pgajdos@suse.com
  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang macro, [bsc#1212476]
* Mon Dec 18 2023 Neal Gompa <ngompa@opensuse.org>
  - Add Requires(post) dependency for dnf-data
* Sat Nov 04 2023 Neal Gompa <ngompa@opensuse.org>
  - Update to 4.18.0
    + Add reboot option to DNF Automatic (rh#2124793)
    + Add support for rollback of group upgrade rollback (rh#2016070)
    + Omit src RPMs from check-update (rh#2151910)
    + repoquery: Properly sanitize queryformat strings (rh#2140884)
    + Don't double-encode RPM URLs passed on CLI (rh#2103015)
    + Allow passing CLI options when loading remote cfg (rh#2060127)
    + Ignore processing variable files with unsupported encoding (rh#2141215)
    + Fix AttributeError when IO busy and press ctrl+c (rh#2172433)
    + cli: Allow = in setopt values
    + Mark strftime format specifiers for translation
    + Unload plugins upon their deletion
    + Fixes in docs and help command
    + Fix plugins unit tests
    + Add unit tests for dnf mark
    + smtplib: catch OSError, not SMTPException
    + automatic: Fix online detection with proxy (rh#2022440)
    + automatic: Return an error when transaction fails (rh#2170093)
    + repoquery: Allow uppercased query tags (rh#2185239)
    + Update repo metadata cache pattern to include zstd
    + Add provide exception handling
    + When parsing over a KVP list, do not return till the whole list is parsed
    + Provide /usr/bin/dnf4 symlink to /usr/bin/dnf-3
    + Document the symbols in the output of `dnf history list` (rh#2172067)
    + crypto: Use libdnf crypto API instead of using GnuPG/GpgME
    + Block signals during RPM transaction processing (rh#2133398)
    + Fix bash completion due to sqlite changes (rh#2232052)
    + automatic: allow use of STARTTLS/TLS
    + automatic: use email_port specified in config
    + base: Add obsoleters of only latest versions (rh#2183279, rh#2176263)
    + comps: Fix marking a group package as installed (rh#2066638)
    + distro-sync: Print better info message when no match (rh#2011850)
    + Include dist-info for python3-dnf (rh#2239323)
    + Revert "Block signals during RPM transaction processing" (rh#2133398)
    + Do not print details of verifying (rh#1908253)
    + conf: Split $releasever to $releasever_major and $releasever_minor (rh#1789346)
    + Update translations
* Mon Apr 17 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - BuildRequire pkgconfig(bash-completion) instead of
    bash-completion: the build system needs this to find out where to
    install the completion files to.
* Mon Feb 13 2023 Daniel Mach <daniel.mach@suse.com>
  - spec: Run python_compileall macro to generate bytecode
* Sat Oct 15 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 4.14.0:
    * doc: Describe how gpg keys are stored for `repo_ggpcheck`
    * Set default value for variable to prevent crash
    * Add only relevant pkgs to upgrade transaction
    * Use `installed_all` because `installed_query` is filtered user input
    * Don't include resolved advisories for obsoletes filtering with security filters
    * Allow passing plugin parameters with dashes in names
    * Fix upgrade from file to noarch pkg
    * Translations update
    * Expose plugin unload method to API
    * Add support for group upgrade rollback
    * Fix broken dependencies error reporting
    * Add doc related to --destdir and --downloadonly options
  - includes changes from 4.13.0:
    * Base.reset: plug (temporary) leak of libsolv's page file descriptors
    * Don't use undocumented re.template()
    * Small change to better present the option
    * Use sqlite cache to make bash completion snappier
    * includes changes from 4.12.0:
    * dnf.conf: hint users where to find more info about defaults and other options
    * Fix unittests that relied on checksum being at the end of solvfiles
    * completion: remove unnecessary echo
    * Fix remove when no repos are enabled
    * Add loongarch support for dnf
    * Add spaces between words to fix typos
    * [doc] Improve "proxy" configuration option documentation
    * Fix download errors handling in non-english locales
  - drop Fix-processing-of-download-errors.patch, upstream
* Sun Mar 27 2022 Neal Gompa <ngompa13@gmail.com>
  - Update to 4.11.1
    + Allow destdir option with modulesync command
    + Add documentation for query api flags (rh#2035577)
    + Fix swap command to work with local rpm files correctly (rh#2036434)
    + Fix regression in verifying signatures using rpmkeys
    + Use rpm.TransactionSet.dbCookie() to determining if rpmdb has changed (rh#2043476)
    + Fix decompression of groups.xml (rh#2030255)
    + Fix history undo on a Reason Change (rh#2010259, rh#2053014)
    + Remove /usr/bin from sys.path to avoid accidentally importing garbage
    + Fix: Python dnf API does not respect cacheonly (rh#1862970)
    + Fix python3.11 build: remove deprecated, update traceback regex
    + fix dnf mark error when history sqlite missing
    + [doc] Improve description of multilib_policy=all (rh#1996681, rh#1995630)
    + [doc] clarify effect of --enablerepo and --disablerepo options (rh#2031414)
    + [doc] default values for module_obsoletes and module_stream_switch (rh#2051846)
* Fri Mar 25 2022 Bruno Pitrus <brunopitrus@hotmail.com>
  - Add Fix-processing-of-download-errors.patch backported from upstream
    * Fix dnf incorrectly aborting on non-English systems when packages already cached (rh#2024527)
* Mon Jan 10 2022 Neal Gompa <ngompa13@gmail.com>
  - Add /etc/dnf/modules.d directory to -data subpackage (boo#1193706)

Files

/usr/bin/dnf
/usr/bin/dnf4
/usr/lib/systemd/system/dnf-makecache.service
/usr/lib/systemd/system/dnf-makecache.timer
/usr/share/doc/packages/dnf
/usr/share/doc/packages/dnf/AUTHORS
/usr/share/doc/packages/dnf/README.rst
/usr/share/licenses/dnf
/usr/share/licenses/dnf/COPYING
/usr/share/licenses/dnf/PACKAGE-LICENSING
/usr/share/man/man5/dnf-transaction-json.5.gz
/usr/share/man/man7/dnf.modularity.7.gz
/usr/share/man/man8/dnf.8.gz
/usr/share/man/man8/yum2dnf.8.gz
/var/cache/dnf


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 00:30:25 2025