#468 fedpkg moduie-build --scratch does not appear to support modulemd-packager version 3 format
Closed: Invalid by orion. Opened by orion.

zabbix.yaml:

---
document: modulemd-packager
version: 3
data:
  summary: Open-source monitoring solution for your IT infrastructure
  description: >-
    Zabbix is software that monitors numerous parameters of a network and the
    health and integrity of servers. Zabbix uses a flexible notification mechanism
    that allows users to configure e-mail based alerts for virtually any event.
    This allows a fast reaction to server problems. Zabbix offers excellent
    reporting and data visualization features based on the stored data.
    This makes Zabbix ideal for capacity planning.
    Zabbix supports both polling and trapping. All Zabbix reports and statistics,
    as well as configuration parameters are accessed through a web-based front end.
    A web-based front end ensures that the status of your network and the health of
    your servers can be assessed from any location. Properly configured, Zabbix can
    play an important role in monitoring IT infrastructure. This is equally true
    for small organizations with a few servers and for large companies with a
    multitude of servers.
  license:
    - MIT
  configurations:
    - context: CTX1
      platform: el8
    - context: CTX2
      platform: el9
    - context: CTX3
      platform: f34
    - context: CTX4
      platform: f35
  references:
    community: https://wwww.zabbix.com/
    documentation: https://www.zabbix.com/documentation/6.0/manual
    tracker: https://support.zabbix.com/
  profiles:
    server:
      rpms:
        - zabbix-server
        - zabbix-web
    proxy:
      rpms:
        - zabbix-proxy
    agent:
      rpms:
        - zabbix-agent
  api:
    rpms:
      - zabbix-agent
      - zabbix-proxy
      - zabbix-server
  components:
    rpms:
      zabbix:
        rationale: The core package
        ref: 6.0
$ fedpkg module-build --scratch --file zabbix.yaml
Submitting the module build...
Could not execute module_build: The build failed with:
None of the base module (platform or bootstrap) streams in the buildrequires section could be found

Actually the issue seems to be missing support for modules on el9 at the moment.

Metadata Update from @orion:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

Metadata