Sync for RHEL9.0

This commit is contained in:
Mustafa Gezen 2022-05-25 20:17:42 +02:00
parent 66e2a0604f
commit a84a06cd14
Signed by: mustafa
GPG Key ID: DCDF010D946438C1
3 changed files with 291 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,3 +6,8 @@ package_options {
name: "openldap"
with: "servers"
}
package_options {
name: "rocky-release"
}

16
rocky.cfg Normal file
View File

@ -0,0 +1,16 @@
# kind: resf.peridot.v1.CatalogSync
package {
name: "rocky-release"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "BaseOS"
include_filter: "rocky-release.noarch"
include_filter: "rocky-repos.noarch"
include_filter: "rocky-gpg-keys.noarch"
}
repository {
name: "CRB"
include_filter: "rocky-sb-certs.noarch"
}
}