add rocky-bookmarks temporarily

This commit is contained in:
Louis Abel 2022-08-30 08:27:18 -07:00
parent 1d47068a42
commit cc0e570198
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 17 additions and 0 deletions

View File

@ -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"
}
}