From: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> Rename the master branch to rawhide for Fedora Yesterday, dist-git in Fedora was change, renaming the master branch to either rawhide or main depending on the context. In our case, rawhide is the correct default branch going forward. You can not run 'make dist-git' successfully until this is merged. Signed-off-by: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> diff a/redhat/Makefile.common b/redhat/Makefile.common --- a/redhat/Makefile.common +++ b/redhat/Makefile.common @@ -140,7 +140,7 @@ CHANGELOG_PREV:=$(PACKAGE_NAME).changelog-$(RHEL_MAJOR).$(shell expr $(RHEL_MINO ifeq ("$(DIST)", ".elrdy") RHPRODUCT:=rhel-ready else ifeq ("$(IS_FEDORA)", "1") - RHPRODUCT:=master + RHPRODUCT:=rawhide else RHPRODUCT:=rhel-$(RHEL_MAJOR).$(RHEL_MINOR).0 endif -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/881 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx