Exclude python3-samba-devel from CRB (deprecated)

This commit is contained in:
eabdullin 2025-03-25 13:07:48 +03:00
parent 7167d1ff99
commit 027eff5818
5 changed files with 36 additions and 1 deletions

View File

@ -55,6 +55,13 @@ filter_packages = [
]
}
),
(
'^(CRB)$', {
'*': [
"python3-samba-devel",
]
}
),
]
filter_modules = [
(

View File

@ -75,6 +75,13 @@ filter_packages = [
]
}
),
(
'^(CRB)$', {
'*': [
"python3-samba-devel",
]
}
),
]
filter_modules = [
(

View File

@ -55,6 +55,13 @@ filter_packages = [
]
}
),
(
'^(CRB)$', {
'*': [
"python3-samba-devel",
]
}
),
]
filter_modules = [
(

View File

@ -55,7 +55,14 @@ filter_packages = [
"centos-release-openstack-yoga.noarch",
]
}
)
),
(
'^(CRB)$', {
'*': [
"python3-samba-devel",
]
}
),
]
filter_modules = [
(

View File

@ -79,6 +79,13 @@ filter_packages = [
]
}
),
(
'^(CRB)$', {
'*': [
"python3-samba-devel",
]
}
),
]
filter_modules = [
(