From b8406ba2f5131d4f5e71df5eb9e0d1d16d0f05ad Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Jan 20 2022 17:08:23 +0000 Subject: Modify initial import bug format Signed-off-by: Mattia Verga --- diff --git a/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc b/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc index cce18a7..f86e91d 100644 --- a/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc +++ b/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc @@ -68,7 +68,7 @@ checkout the git module with `fedpkg clone `. ** First `kinit username@FEDORAPROJECT.ORG` -** Then you can import the approved SRPM into the rawhide branch by running `fedpkg import libfoo-x.x.x.src.rpm; git commit -m "Initial import (#nnnnnn)."` (where `nnnnnn` is your Bugzilla package review bug number). +** Then you can import the approved SRPM into the rawhide branch by running `fedpkg import libfoo-x.x.x.src.rpm; git commit -m "Initial import (fedora#nnnnnn)."` (where `nnnnnn` is your Bugzilla package review bug number). If your package is using _autochangelog_, writing the bug number as specified will make Bodhi automatically close the bug when your package is submitted to Rawhide stable repository. ** Obviously, replace `libfoo-x.x.x.src.rpm` with the full path to your approved SRPM. diff --git a/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc b/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc index c84585e..30c8117 100644 --- a/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc +++ b/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc @@ -216,7 +216,7 @@ fedpkg import PATH_TO_SRPM .... # Review Changes, press 'q' to stop; Revert with: git reset --hard HEAD -git commit -m "Initial import (#XXXXXX)." +git commit -m "Initial import (fedora#XXXXXX)." git push fedpkg build .... @@ -226,6 +226,10 @@ Obviously, replace `PATH_TO_SRPM` with the full path to your approved SRPM, and `XXXXXX` with the package review bug number. +If your package is using _autochangelog_, writing the bug number as specified +will make the Fedora update system automatically close the bug when your package is +submitted to Rawhide stable repository. + This imports into, commits, and builds only the *main* (https://fedoraproject.org/wiki/Releases/Rawhide[Rawhide]) branch.