Skip to content
Snippets Groups Projects
Commit b29c9e4a authored by Skip Grube's avatar Skip Grube
Browse files

Initial commit

Enables Samba domain controller build in Rocky 8

-Skip
parents
No related merge requests found
spec_change {
# Make Samba domain controller the default build option (bcond_without):
search_and_replace {
any: true
find: "%bcond_with dc"
replace: "# SIG Fasttrack: force domain controller build in Rocky\n%bcond_without dc"
n: 1
}
append {
field: "Release"
value: ".0.1"
}
changelog {
author_name: "Skip Grube"
author_email: "skip@rockylinux.org"
message: "Rocky FastTrack rebuild enabling domain controllers"
}
disable_auto_align: true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment