Curious `dnf check-update` result with Fedora Modular repo

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












1















I noticed a curiosity on Fedora 29. When I only enable the repo updates-modular, it says I have an update available for libgit2. When I enable both fedora-modular and updates-modular, it does not.



I am surprised by this difference. Is anyone able to explain it?



dnf does not mention any packages being held back for dependency reasons, in either case. And adding --best does not make a difference to any of the commands.



$ 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



I am also a bit curious what that libgit2 package is for, given that I already have libgit2-0.27.7 from the non-modular updates repo. But I don't really know anything about how to use the Fedora Modular repo :-).



$ 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.









share|improve this question


























    1















    I noticed a curiosity on Fedora 29. When I only enable the repo updates-modular, it says I have an update available for libgit2. When I enable both fedora-modular and updates-modular, it does not.



    I am surprised by this difference. Is anyone able to explain it?



    dnf does not mention any packages being held back for dependency reasons, in either case. And adding --best does not make a difference to any of the commands.



    $ 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



    I am also a bit curious what that libgit2 package is for, given that I already have libgit2-0.27.7 from the non-modular updates repo. But I don't really know anything about how to use the Fedora Modular repo :-).



    $ 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.









    share|improve this question
























      1












      1








      1








      I noticed a curiosity on Fedora 29. When I only enable the repo updates-modular, it says I have an update available for libgit2. When I enable both fedora-modular and updates-modular, it does not.



      I am surprised by this difference. Is anyone able to explain it?



      dnf does not mention any packages being held back for dependency reasons, in either case. And adding --best does not make a difference to any of the commands.



      $ 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



      I am also a bit curious what that libgit2 package is for, given that I already have libgit2-0.27.7 from the non-modular updates repo. But I don't really know anything about how to use the Fedora Modular repo :-).



      $ 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.









      share|improve this question














      I noticed a curiosity on Fedora 29. When I only enable the repo updates-modular, it says I have an update available for libgit2. When I enable both fedora-modular and updates-modular, it does not.



      I am surprised by this difference. Is anyone able to explain it?



      dnf does not mention any packages being held back for dependency reasons, in either case. And adding --best does not make a difference to any of the commands.



      $ 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



      I am also a bit curious what that libgit2 package is for, given that I already have libgit2-0.27.7 from the non-modular updates repo. But I don't really know anything about how to use the Fedora Modular repo :-).



      $ 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.






      fedora dnf






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 8 at 17:26









      sourcejedisourcejedi

      23.6k437104




      23.6k437104




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f493289%2fcurious-dnf-check-update-result-with-fedora-modular-repo%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f493289%2fcurious-dnf-check-update-result-with-fedora-modular-repo%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown






          Popular posts from this blog

          Peggy Mitchell

          Palaiologos

          The Forum (Inglewood, California)