Compare commits

...

2 Commits

Author SHA1 Message Date
Louis Abel c41bc1e7a5
add dalmation 2024-04-26 17:34:01 -07:00
Louis Abel f69f3a83e1
add rpm-local generator 2024-04-17 08:58:30 -07:00
2 changed files with 18 additions and 0 deletions

View File

@ -18,6 +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-yoga"
glob_match: "centos-release-openstack-zed"
glob_match: "centos-release-samba414"
@ -258,6 +259,15 @@ package {
}
}
package {
name: "centos-release-openstack-dalmation"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-openstack-dalmation.noarch"
}
}
package {
name: "centos-release-openstack-yoga"
type: PACKAGE_TYPE_NORMAL_SRC

View File

@ -2473,3 +2473,11 @@ package {
include_filter: "java-21-openjdk-portable-unstripped.ppc64le"
}
}
package {
name: "rpm-local-generator-support"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "hidden"
include_filter: "rpm-local-generator-support.noarch"
}
}