From 5e6e919c04e985125a42e7da180258903a00283f Mon Sep 17 00:00:00 2001 From: James Antill Date: Thu, 16 Feb 2023 01:49:47 -0500 Subject: [PATCH] Revert "modify source tocorrect stream names" This reverts commit 5044f30e4bd7d18acd87b121fad2ddf1d0f37adb. --- httpd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httpd.yaml b/httpd.yaml index e448f36..5624b30 100644 --- a/httpd.yaml +++ b/httpd.yaml @@ -42,13 +42,13 @@ data: rpms: httpd: rationale: Apache httpd - ref: stream-httpd-2.4-rhel-8.6.0 + ref: stream-2.4-rhel-8.6.0 buildorder: 10 mod_http2: rationale: HTTP/2 support for Apache httpd - ref: stream-httpd-2.4-rhel-8.6.0 + ref: stream-2.4-rhel-8.6.0 buildorder: 20 mod_md: rationale: Certificate provisioning using ACME for Apache httpd - ref: stream-httpd-2.4-rhel-8.6.0 - buildorder: 20 + ref: stream-2.4-rhel-8.6.0 + buildorder: 20 \ No newline at end of file