From 6024a1c41bec499121e9bfb0908145ad6af3206a Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 3 Apr 2017 09:23:58 +0200 Subject: [PATCH] HAProxy module Signed-off-by: Petr "Stone" Hracek --- haproxy.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 haproxy.yaml diff --git a/haproxy.yaml b/haproxy.yaml new file mode 100644 index 0000000..26dc1ee --- /dev/null +++ b/haproxy.yaml @@ -0,0 +1,29 @@ +document: modulemd +version: 1 +data: + summary: HAProxy reverse proxy for high availability environments + description: HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. + license: + module: [ MIT ] + dependencies: + buildrequires: + bootstrap: master + requires: + bootstrap: master + references: + community: https://fedoraproject.org/wiki/Modularity + documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + tracker: https://taiga.fedorainfracloud.org/project/modularity + profiles: + default: + rpms: + - haproxy + api: + rpms: + - haproxy + components: + rpms: + haproxy: + rationale: A dependency of tangerine. + ref: f25 + buildorder: 10