diff --git a/extra.cfg b/extra.cfg index ad59251..dbc88c1 100644 --- a/extra.cfg +++ b/extra.cfg @@ -40,6 +40,11 @@ exclude_filter { glob_match: "rocky-release-rpi" glob_match: "rocky-release-altarch" } + # This is a catch all + arch { + key: "*" + glob_match: "rocky-bookmarks" + } } package { @@ -105,6 +110,7 @@ package { } } +# Rocky SIG package { name: "rocky-release-altarch" type: PACKAGE_TYPE_NORMAL_SRC @@ -131,6 +137,7 @@ package { include_filter: "rocky-release-cloud.noarch" } } +# End Rocky SIG # CentOS package { @@ -234,3 +241,13 @@ package { } } # End CentOS + +# Non-existent stuff +package { + name: "rocky-bookmarks" + type: PACKAGE_TYPE_NORMAL_SRC + repository { + name: "extras" + include_filter: "rocky-bookmarks.noarch" + } +}