diff --git a/make-rhat-patches.sh b/make-rhat-patches.sh index 4a8eade8..3116d0fd 100755 --- a/make-rhat-patches.sh +++ b/make-rhat-patches.sh @@ -2,9 +2,9 @@ DISTGIT_PATH=$(pwd) -RHEL_VERSION="rhel-9.4.0" -DISTGIT_BRANCH="rhel-9.4.0" -REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-git@gitlab.cee.redhat.com:SELinux/selinux-policy.git} +RHEL_VERSION="c9s" +DISTGIT_BRANCH="c9s" +REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-https://github.com/fedora-selinux/selinux-policy.git} REPO_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$RHEL_VERSION} REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-git@github.com:projectatomic/container-selinux.git} REPO_MACRO_EXPANDER=${REPO_MACRO_EXPANDER:-git@gitlab.cee.redhat.com:SELinux/macro-expander.git}