Blame SOURCES/modulemd.src.txt

f43d41
---
f43d41
document: modulemd
f43d41
version: 2
f43d41
data:
f43d41
  name: freeradius
f43d41
  stream: "3.0"
f43d41
  summary: High-performance and highly configurable free RADIUS server
f43d41
  description: >-
f43d41
    The FreeRADIUS Server Project is a high performance and highly configurable
f43d41
    GPL'd free RADIUS server. The server is similar in some respects to
f43d41
    Livingston's 2.0 server.  While FreeRADIUS started as a variant of the
f43d41
    Cistron RADIUS server, they don't share a lot in common any more. It now
f43d41
    has many more features than Cistron or Livingston, and is much more
f43d41
    configurable.
f43d41
f43d41
    FreeRADIUS is an Internet authentication daemon, which implements the
f43d41
    RADIUS protocol, as defined in RFC 2865 (and others). It allows Network
f43d41
    Access Servers (NAS boxes) to perform authentication for dial-up users.
f43d41
    There are also RADIUS clients available for Web servers, firewalls, Unix
f43d41
    logins, and more.  Using RADIUS allows authentication and authorization
f43d41
    for a network to be centralized, and minimizes the amount of
f43d41
    re-configuration which has to be done when adding or deleting new users.
f43d41
  license:
f43d41
    module:
f43d41
    - GPL
f43d41
  dependencies:
f43d41
  - buildrequires:
f43d41
      # Depends on net-snmp which is built only against Perl 5.26
f43d41
      perl: [5.26]
f43d41
      platform: [el8]
f43d41
    requires:
f43d41
      # Depends on net-snmp which is built only against Perl 5.26
f43d41
      perl: [5.26]
f43d41
      platform: [el8]
f43d41
  api:
f43d41
    rpms:
f43d41
    - freeradius
f43d41
    - freeradius-devel
f43d41
    - freeradius-doc
f43d41
    - freeradius-krb5
f43d41
    - freeradius-ldap
f43d41
    - freeradius-mysql
f43d41
    - freeradius-perl
f43d41
    - freeradius-postgresql
f43d41
    - freeradius-rest
f43d41
    - freeradius-sqlite
f43d41
    - freeradius-unixODBC
f43d41
    - freeradius-utils
f43d41
  profiles:
f43d41
    server:
f43d41
      description: The FreeRADIUS Server
f43d41
      rpms:
f43d41
        - freeradius
f43d41
  components:
f43d41
    rpms:
f43d41
      freeradius:
f43d41
        rationale: Provides the FreeRADIUS server
f43d41
        ref: stream-3.0-rhel-8.1.0
f43d41
        buildorder: 10
f43d41
...
f43d41