Fedora 29について少し好奇心がありました。リポジトリを有効にすると、updates-modular
アップデートが利用可能であることが示されますlibgit2
。fedora-modular
とを有効にするとupdates-modular
そうではありません。
私はその違いに驚きました。誰でもこれを説明できますか?
dnf
どちらの場合も、依存関係の問題によってパッケージが維持されるという言及はありません。追加しても、--best
どのコマンドにも影響しません。
$ sudo dnf check-update
Last metadata expiration check: 0:04:14 ago on Tue 08 Jan 2019 17:12:03 GMT.
$ sudo dnf --disablerepo="*" --enablerepo=fedora-modular --enablerepo=updates-modular check-update
Last metadata expiration check: 0:04:37 ago on Tue 08 Jan 2019 17:11:51 GMT.
$ sudo dnf --disablerepo="*" --enablerepo=updates-modular check-update
Last metadata expiration check: 0:05:15 ago on Tue 08 Jan 2019 17:11:51 GMT.
libgit2.x86_64 0.27.7-1.module_2334+e7fbee10 updates-modular
libgit2
また、このパッケージは非モジュラーリポジトリから入手したため、libgit2-0.27.7
このパッケージがどの用途に使用されるのか疑問に思いますupdates
。しかし、私は本当にFedora Modularリポジトリを使用する方法を知りません:-).
$ sudo dnf info libgit2
Last metadata expiration check: 0:10:14 ago on Tue 08 Jan 2019 17:12:03 GMT.
Installed Packages
Name : libgit2
Version : 0.27.7
Release : 1.fc29
Arch : x86_64
Size : 1.0 M
Source : libgit2-0.27.7-1.fc29.src.rpm
Repo : @System
From repo : updates
Summary : C implementation of the Git core methods as a library with a solid API
URL : https://libgit2.org
License : GPLv2 with exceptions
Description : libgit2 is a portable, pure C implementation of the Git core methods
: provided as a re-entrant linkable library with a solid API, allowing
: you to write native speed custom Git applications in any language
: with bindings.