Blame SOURCES/modulemd.src.txt

e82d80
---
99fef0
document: modulemd
99fef0
version: 2
99fef0
data:
e82d80
  name: mod_auth_openidc
e82d80
  stream: 2.3
e82d80
  summary: Apache module suporting OpenID Connect authentication
e82d80
  description: >-
e82d80
    This module enables an Apache 2.x web server to operate as an OpenID Connect Relying
e82d80
    Party and/or OAuth 2.0 Resource Server.
e82d80
  license:
e82d80
    module:
e82d80
    - MIT
e82d80
  dependencies:
e82d80
  - buildrequires:
e82d80
      platform: [el8]
e82d80
    requires:
e82d80
      platform: [el8]
e82d80
  references:
e82d80
    community: https://github.com/zmartzone/mod_auth_openidc
e82d80
    documentation: https://github.com/zmartzone/mod_auth_openidc/wiki
e82d80
    tracker: https://github.com/zmartzone/mod_auth_openidc/issues
e82d80
  components:
e82d80
    rpms:
e82d80
      cjose:
e82d80
        rationale: Provides JOSE support
e82d80
        ref: stream-mod_auth_open_idc-2.3-rhel-8.2.0
e82d80
        buildorder: 1
e82d80
      mod_auth_openidc:
e82d80
        rationale: Provides the core functionality.
e82d80
        ref: stream-mod_auth_open_idc-2.3-rhel-8.2.0
e82d80
        buildorder: 2
e82d80
...