Skip to content
Snippets Groups Projects
Select Git revision
  • 48cef7a0b8b14071afbeb79eaddf2bcca99311a6
  • c10s-sig-hyperscale default protected
  • c9s-sig-hyperscale
  • c7
  • c8
  • c9
  • c9-beta
  • c8-beta
  • c8s
  • c8s-sig-hyperscale
  • c7-beta
  • c7-alt
  • c4
  • c5
  • c5-plus
  • c6
  • c6-plus
  • imports/c7/openssh-7.4p1-23.el7_9
  • imports/c8/openssh-8.0p1-17.el8
  • imports/c9/openssh-8.7p1-29.el9_2
  • imports/c9/openssh-8.7p1-28.el9
  • imports/c9-beta/openssh-8.7p1-28.el9
  • imports/c8-beta/openssh-8.0p1-17.el8
  • imports/c8/openssh-8.0p1-17.el8_7
  • imports/c8s/openssh-8.0p1-17.el8
  • imports/c9/openssh-8.7p1-24.el9_1
  • imports/c8/openssh-8.0p1-16.el8
  • imports/c8-beta/openssh-8.0p1-16.el8
  • imports/c9-beta/openssh-8.7p1-22.el9
  • imports/c9/openssh-8.7p1-10.el9_0
  • imports/c8s/openssh-8.0p1-16.el8
  • imports/c9/openssh-8.7p1-8.el9
  • imports/c8/openssh-8.0p1-13.el8
  • imports/c9-beta/openssh-8.7p1-8.el9
  • imports/c8-beta/openssh-8.0p1-13.el8
  • imports/c9-beta/openssh-8.7p1-7.el9
  • imports/c9-beta/openssh-8.7p1-6.el9
37 results

openssh

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Michal Domonkos's avatar
    Michal Domonkos authored
    Running a build through the RHEL OSCI reveals some possible shortcomings
    of the original design:
    
    - Custom macros using %__gpg may now easily break if the Sequoia backend
      is installed, such as those overriding %__gpg_sign_cmd where %__gpg is
      typically the first argument, followed by CLI options only known to
      GnuPG.  This is exactly the case with some of our Beaker tests.
    
    - Some tests attempt to install both subpackages directly with dnf which
      obviously fails as they conflict with each other.  This is just a test
      issue, though.
    
    Therefore, the boolean dependency in rpm-sign-libs declaring that both
    implementations are equally compatible is just wrong, until we can prove
    otherwise, by making the CI tests pass, for starters.
    
    Drop the Sequoia subpackage for now.  This is less drastic than a full
    revert since the actual GnuPG split-off is still reasonable on its own.
    We can always add Sequoia support back later, once we figure out the
    above issues.
    
    Related: RHEL-56363
    40c682ec
    History