From 98428a1569695db3607461c462d21c8af32381b5 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 7 Oct 2024 08:57:35 -0400 Subject: [PATCH] fix name for openstack release dalmatian --- extra.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra.cfg b/extra.cfg index 2defb8c..fe20209 100644 --- a/extra.cfg +++ b/extra.cfg @@ -18,7 +18,7 @@ exclude_filter { glob_match: "centos-release-openstack-antelope" glob_match: "centos-release-openstack-bobcat" glob_match: "centos-release-openstack-caracal" - glob_match: "centos-release-openstack-dalmation" + glob_match: "centos-release-openstack-dalmatian" glob_match: "centos-release-openstack-yoga" glob_match: "centos-release-openstack-zed" glob_match: "centos-release-samba414" @@ -271,11 +271,11 @@ package { } package { - name: "centos-release-openstack-dalmation" + name: "centos-release-openstack-dalmatian" type: PACKAGE_TYPE_NORMAL_SRC repository { name: "extras" - include_filter: "centos-release-openstack-dalmation.noarch" + include_filter: "centos-release-openstack-dalmatian.noarch" } }