From Fedora Project Wiki
mNo edit summary
(29 intermediate revisions by the same user not shown)
Line 75: Line 75:
=== 参阅其他意见 ===
=== 参阅其他意见 ===


Read some other package submissions to learn about packaging and gain familiarity with the process and requirements.
看看其他人提交的软件包以便学习打包技术并且熟悉相关流程。


One way of doing this is to join the [https://admin.fedoraproject.org/mailman/listinfo/package-review package-review@lists.fedoraproject.org mailing list] ;
给个提示,您可以订阅 {{fplist|package-review}} 邮件列表,所有有关软件包审核的修改都会发送至该列表。
all comments on Fedora package reviews are sent to this (read-only from your point of view) list.
 
=== 配置 Git ===
 
您必须先配置好您系统上的 Git,主要是您的个人信息:
 
<pre>
git config --global user.name "您的姓名"
git config --global user.email "您的电子邮件地址"
</pre>
 
请您尽量使用真实信息。
 
=== 安装客户端(Koji) 并配置证书 ===
 
欲为 Fedora 和 [[EPEL]] 构建软件包,您需要使用 [[Using_the_Koji_build_system|Koji]]。
 
{{package|fedora-packager}} 软件包将提供相关工具帮助您;所有有关打包的工具都在这个包里面被集成了,以 root 权限安装:
  yum install fedora-packager
 
安装完成后请以打包用户的身份(绝对不要使用 root) [[Using_the_Koji_build_system#Fedora_Account_System_.28FAS2.29_Setup|来设置证书及客户端]]
fedora-packager-setup
 
{{admon/tip|证书到期|您申请的证书只有6个月的有效期。然后您必须重新申请。新的证书申请完毕后,之前的证书将永久失效。重新申请请重新运行 fedora-packager-setup}}
 
You can now use "koji" to try to build your RPM packages in the Fedora build system, even on platforms or Fedora versions you don't have.  Note that you can (and definitely should) test out builds ("scratch" builds) even before your package has been approved and you have been sponsored.  A simple way to do a scratch build using koji is to do this at the command line:
koji build --scratch TARGET path_to_source_RPM
Where:
* TARGET is a distribution keyword such as f17 (for Fedora 17).  You can run "koji list-targets" to see all targets.  To build for the next release (rawhide), ''don't'' use "dist-rawhide" - use "fX" where X is one more than the latest stable or branched release.
* Note that you need to supply the ''path'' to the source RPM (which ends in .src.rpm), and '''not''' a URL.  (If you only have the spec file, use <code>rpmbuild --nodeps -bs SPECFILE</code> to create the new source RPM).
 
Your koji builds can only depend on packages that are actually in the TARGET distribution repository.  Thus, you can't use koji to build for released distributions if your package depends on other new packages that Bodhi hasn't released yet.  You ''can'' use koji to build for rawhide (the next unreleased version), even if it depends on other new packages, as long as the other packages were built for the "rawhide" as described below.  If you need to build against a package that is not yet a stable released
update, you can file a ticket with rel-eng at: https://fedorahosted.org/rel-eng/newticket and request that that package be
added as a buildroot override. For packages in EPEL, you have to use the component ''epel'' to get the request to the right persons.
 
You can learn more about koji via:
koji --help            # General help
koji --help-commands  # list of koji commands
koji COMMAND --help    # help on command COMMAND
 
[[Using the Koji build system]] has more information about using Koji.


=== 制作一个软件包 ===
=== 制作一个软件包 ===
Line 85: Line 124:
* 确保您的软件包符合[[Packaging:Guidelines|  打包规定]] 和 [[Packaging:NamingGuidelines| 软件包命名规定]] 。
* 确保您的软件包符合[[Packaging:Guidelines|  打包规定]] 和 [[Packaging:NamingGuidelines| 软件包命名规定]] 。
* 留意[[Packaging:ReviewGuidelines| 软件包审核规定]]  (日后审核时需要)。
* 留意[[Packaging:ReviewGuidelines| 软件包审核规定]]  (日后审核时需要)。
* Make sure your package builds.  This is surprisingly important, because a significant number of submissions don't.
* 确保您的软件包可被构建。这的确很重要,因为相当数量的审核请求有这个问题。


=== 上传您制作的软件包 ===
=== 上传您制作的软件包 ===


上传您制作的源代码 RPM 包和与之相匹配的 SPEC 配置文件到互联网的任意位置上。请确保其可以通过地址访问。如果您已经有了一个 Fedora 帐户,您也可以使用位于 [http://fedorapeople.org http://fedorapeople.org] 的空间来存放。
上传您制作的源代码 RPM 包和与之相匹配的 SPEC 配置文件到互联网的任意位置上。请确保其可以通过地址访问。如果您已经有了一个 Fedora 帐户,您也可以使用位于 [http://fedorapeople.org http://fedorapeople.org] 的空间来存放。
Upload your SRPM and SPEC files onto the Internet somewhere so that others can retrieve them.  This can be anywhere accessible by a URL, but it is important that the files be directly accessible, not hidden behind some service that makes people wait to download things or redirects through advertising pages.
这些文件必须可被他人访问。 请不要使用网盘或者是赚钱网址来完成。
If you are in at least one project group then you can use your storage at [http://fedorapeople.org http://fedorapeople.org] for this.  If you have not done anything with your account besides set it up and sign the CLA then you can request sufficient access to use fedorapeople space by visiting [http://fedorahosted.org/packager-sponsors the sponsors trac instance] and filing a ticket in the "Initial package hosting request" component.
如果您是社区其中一个组的人士,可以使用 [http://fedorapeople.org http://fedorapeople.org] 的空间。请签署 CLA,并访问[http://fedorahosted.org/packager-sponsors 这里] 并提交一个 "Initial package hosting request" 支持单。然后应该就可以访问了。
{{Anchor|CreateYourReviewRequest}}
{{Anchor|CreateYourReviewRequest}}


=== 申请审核您提交的软件包 ===
=== 申请审核 ===




Fill out this form: https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&format=fedora-review.
您需要首先点击该链接创建一个支持单:https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&format=fedora-review.


* Before submitting your request, be sure there’s not a previous request for the same package.  There is a convenient search box on the [http://fedoraproject.org/PackageReviewStatus/ package review status page].
* 在您提交审核请求之前,确保之前没有相同的包被请求。[http://fedoraproject.org/PackageReviewStatus/ 软件包审核进度跟踪器] 有很方便的搜索功能。
* Make sure that you put the '''name of the package''' (excluding version and release numbers) in the '<code>Review Summary</code>' field, along with a very '''brief summary''' of what the package is.
* 确保 '''软件包''' (除去版本号) '<code>Review Summary</code>' 栏目中同时有一个'''简短的介绍'''
* Put a '''description''' of your package (usually, this can be the same thing as what you put in the spec %description) in the '<code>Review Description</code>' field.  Include the '''URLs''' to your '''SRPM''' and '''SPEC''' files.
* 在  '<code>Review Description</code>' 中加上 '''description''' 中(通常情况下跟 %description 一致)。包括 '''SRPM''' '''SPEC''' 的 '''URLs'''。
* Explain in the ticket that this is your first package and you need a sponsor.  Also include any information that may help prospective sponsors.  If you've been active in other review work, include links.  If you're the upstream maintainer, be sure to say so.
* 在审核请求中注明这是您的第一个软件包,同时您需要担保人。包含越多的信息越好。如果您参与过其它软件包的审核工作,请附上相应链接。如果您是上游开发者,也请注明。
* For bonus points, include a link to a successful koji build so that everyone knows you did all of your homework.
* 链接一个成功的 koji 构建是为您的审核通过加分的好方法。


{{Admon/warning | Make sure that you mention in the '<code>Review Description</code>' field that this is your first package, and you are seeking a sponsor. In Fedora Package Collection, all new contributors must be sponsored. Some potential sponsors will look at the [https://bugzilla.redhat.com/bugzilla/showdependencytree.cgi?id&#61;FE-NEEDSPONSOR FE-NEEDSPONSOR] bug in bugzilla to find packages to review. You can add your package to this list by editing your review request bug and adding <code>FE-NEEDSPONSOR</code> in the '<code>Bug </code>''xyz''<code> blocks</code>' field (where ''xyz'' is the bug number for your review request).}}
{{Admon/warning |确保在 '<code>Review Description</code>' 中注明这是您的第一个软件包,您需要一位担保人(sponsor)。Fedora 软件仓库中,所有新的贡献者都必须被担保人担保。很多担保人可能会通过 [https://bugzilla.redhat.com/bugzilla/showdependencytree.cgi?id&#61;FE-NEEDSPONSOR 这个链接] 来查看哪些审核需要担保。<code>FE-NEEDSPONSOR</code> in the '<code>Bug </code>''xyz''<code> blocks</code>' field (where ''xyz'' is the bug number for your review request)}}


具体我们是如何审核您制作的软件包的,请访问 [[Package Review Process| Package Review Process]] 页面。
具体我们是如何审核您制作的软件包的,请访问 [[Package Review Process/zh-cn|软件包审核流程]] 介绍页面。


{{Anchor|WatchForFeedback}}
{{Anchor|WatchForFeedback}}


=== 通知上游相关人员 ===
=== 通知上游开发者 ===


Fedora 项目 [[Staying_close_to_upstream_projects |与上游项目保持紧密联系]] 。通知上游项目的开发者是您打包工作的一部分。 您可以通过给开发者发送一封邮件介绍一下您自己和当前软件包的审核进度,这么做也为日后会话提供一个舞台。 这些上游开发者通常很愿意看到自己的软件成为 Fedora 的一部分的事实,他们或续也会通知您已知的 Bug 和未来的开发路线图等等。
Fedora 项目 [[Staying_close_to_upstream_projects |与上游项目保持紧密联系]]。通知上游项目开发者也是您打包工作的一部分。您可以通过向开发者发送一封邮件介绍一下您自己和当前软件包的审核进度来完成。您这么做也为日后反馈提供一个沟通的渠道。这些上游开发者通常很愿意看到自己的软件成为 Fedora 的一部分,他们或许也会通知您已知的 Bug 和未来的开发计划等等。


=== 介绍自己 ===
=== 介绍自己 ===
Line 133: Line 172:
{{Anchor|GetAFedoraAccount}}
{{Anchor|GetAFedoraAccount}}


=== 安装配置软件包构建工具 Koji  ===
=== 得到担保 ===
如果您想要为 Fedora 软件仓库或者 [[EPEL/zh-cn|EPEL]] 打包软件,您需要 [[Using_the_Koji_build_system|使用 Koji 构建系统]]。
您也需要 [https://admin.fedoraproject.org/accounts/user/gencert 生成一个适用于 Fedora 账户系统的客户端证书],并把它保存至 <code>~/.fedora.cert</code>,这样 <code>fedpkg</code> 将会从这里查找它。
 
{{admon/tip|证书到期|您申请的证书只有6个月的有效期。然后您必须重新申请。新的证书申请完毕后,之前的证书将永久失效。}}
 
<code>fedora-packager</code> 工具包含了所有您在 Fedora 上做打包工作需要的工具。请通过 yum 安装:
<code>
yum install fedora-packager
</code>
 
使用一般用户生成配置:
<code>
fedora-packager-setup
</code>
{{admon/tip|重新申请证书后的操作|每次证书过期时您都需要重新申请新证书,并且每次保存完新证书后您需要重新运行 <code>fedora-packager-setup</code> 。}}
 
您现在可以使用 "koji" 来试着针对不同架构和不同发行版本(必须是 Fedora 的不同版本)构建您自己的 RPM 包了。Note that you can test out builds ("scratch" builds) even when your package hasn't been approved and you don't have a sponsor.  A simple way to do a scratch build using koji is to do this at the command line:
koji build --arch-override=PLATFORM --scratch TARGET path_to_source_RPM
术语解析:
* PLATFORM is a platform keyword such as i386 (32-bit), x86_64, ppc, or ppc64. You can omit --arch-override=PLATFORM, in which case koji will do test builds on all the architectures the spec file says the package supports.
* TARGET is a distribution keyword such as dist-f9 (for Fedora 9).  You can run "koji list-targets" to see all targets.  To build for the next release (rawhide), ''don't'' use "dist-rawhide" - use "dist-fX" where X is one more than the latest stable release.
* Note that you need to supply the ''path'' to the source RPM (which ends in .src.rpm), and '''not''' a URL.  (If you only have the spec file, use <code>rpmbuild --nodeps -bs SPECFILE</code> to create the new source RPM).
 
Your koji builds can only depend on packages that are actually in the TARGET distribution repository.  Thus, you can't use koji to build for released distributions if your package depends on other new packages that Bodhi hasn't released yet.  You ''can'' use koji to build for rawhide (the next unreleased version), even if it depends on other new packages, as long as the other packages were built for the "rawhide" as described below.  If you need to build against a package that is not yet a stable released
update, you can file a ticket with rel-eng at: https://fedorahosted.org/rel-eng/newticket and request that that package be
added as a buildroot override. For packages in EPEL, you have to use the component ''epel'' to get the request to the right persons.
 
koji 的更多命令帮助:
koji --help            # General help
koji --help-commands  # list of koji commands
koji COMMAND --help    # help on command COMMAND


[[Using_the_Koji_build_system|使用 Koji 构建系统]] 有更多使用方面的信息。
当审核者批准了您的审核时(APPROVED),您还必须被担保人担保。担保这项工作的目的是为了确保您对 RPM 的理解认识已经十分透彻。


=== 得到认可 ===
查看 [[how to get sponsored into the packager group|如何获取被担保资格]] 以了解更多有关被担保的信息。


When the package is APPROVED by the reviewer, you must separately obtain member sponsorship in order to check in and build your package.  Sponsorship is not automatic and may require that you further participate in other ways in order to demonstrate your understanding of the packaging guidelines.  Key to becoming sponsored is to convince an existing sponsor-level member that you understand and follow the project's guidelines and processes.
{{Admon/warning | 新打包者的第一个被批准的软件包必须由担保人亲自审批,但是审核是任何人都可以参与的。}}


See [[how to get sponsored into the packager group]] for more information on the process of becoming sponsored.
您的担保人可以添加您至 packager 组中。通常有邮件等待您的确认。


{{Admon/warning | Review and approval for the first package for new packagers '''must''' be done by registered sponsors. Subsequent reviews can be done by any package maintainer. Informal reviews can always be done by anyone interested.}}
=== 添加软件包至源代码管理系统(SCM)并设置属主 ===


Your sponsor can add you to the packager group. You should receive email confirmation of your sponsorship.
如果您成为一个新的软件包的主要维护人,而不是是副维护人,请按照 [[Package SCM admin requests]] 来获取您的软件包模块和为可用版本的分支。这将被用作准确设置属主记录,影响构建、bugzilla 及更多。


=== Add Package to Source Code Management (SCM) system and Set Owner ===
=== 签出软件包模块 ===


If you are becoming a maintainer for a new package, instead of being a co-maintainer, follow [[Package SCM admin requests]] to get a module for your new package and branches for recent releases.
您现在''可以''签出模块了。我们建议您新建一个目录专门用来处理这些打包工作,这样所有文件都在一个目录内,方便您的工作。还有,请执行 ssh-add,这样就不用每次输入密码短语来解锁密钥密码了。
 
This will be used to set up the proper records in the owners database, which is used for access to build the package, bugzilla population, and other features.  This step creates a module in the repository your new package, with branches for each requested distribution.
 
=== Check out the module ===
 
You ''could'' check out your module now, but before doing that, consider doing "mkdir ~/fedora-scm ; cd ~/fedora-scm" - that way, all your files are inside that.  Also, run ssh-add, so that you won't have to keep typing in your key password.


{{Admon/tip | Running <code>ssh-add</code> before doing any SCM operations is a very good idea. It will save you from having to type your key password for every operation. You only have to run ssh-add once per session, it will remember it until you log out or reboot. If "ssh-add" reports "Could not open a connection to your authentication agent.", start a new shell under it using "exec ssh-agent bash".}}
{{Admon/tip | Running <code>ssh-add</code> before doing any SCM operations is a very good idea. It will save you from having to type your key password for every operation. You only have to run ssh-add once per session, it will remember it until you log out or reboot. If "ssh-add" reports "Could not open a connection to your authentication agent.", start a new shell under it using "exec ssh-agent bash".}}


Now you are ready to checkout your module from the SCM:
签出命令:
<pre>
<pre>
  fedpkg clone <packagename>
  fedpkg clone 您维护的软件包名
</pre>
</pre>
Where <code><packagename></code> should be replaced with the name of your package.


{{Admon/caution | If this step fails, be sure your private ssh key (<code>~/.ssh/id_rsa</code>) mode is set to 0400. You might have to wait for up to an hour after your request for a new git module has been approved to get write access. Make sure your public key is the same as in the Fedora Accounts System (FAS). Key propagation may take an hour or so after uploading into FAS}}
{{Admon/caution | If this step fails, be sure your private ssh key (<code>~/.ssh/id_rsa</code>) mode is set to 0400. You might have to wait for up to an hour after your request for a new git module has been approved to get write access. Make sure your public key is the same as in the Fedora Accounts System (FAS). Key propagation may take an hour or so after uploading into FAS}}


{{Admon/important| Note that fedpkg does not set the user config for your new git repo automatically. Make sure to have these set globally or locally in your new repo before you do your first commit (see [http://fedoraproject.org/wiki/Git_Quickref#Configure_your_global_git_settings]).}}
{{Admon/important| Note that fedpkg does not set the user config for your new git repo automatically. Make sure to have these set globally or locally in your new repo before you do your first commit (see [http://fedoraproject.org/wiki/Git_Quickref#Configure_your_global_git_settings]).}}
{{Admon/important| Note: If you are not a member of the fedora packager group, you will receive a "permission denied" error. Use the -a flag to clone anonymously. }}
{{Admon/important| 注意如果您不隶属于 packager 组,那么您会收到 "permission denied" 的错误提示。这种情况请加上 -a 参数以匿名身份来进行克隆操作。}}


===  测试您制作的软件包 ===
===  测试您制作的软件包 ===


Refer to [[Using_Mock_to_test_package_builds]] and [[Using_the_Koji_build_system#Scratch_Builds]] for more information on testing your package.  Mock uses your local system while Koji command line tool uses the Fedora build system server. 
请参考 [[Using_Mock_to_test_package_builds]] [[Using_the_Koji_build_system#Scratch_Builds]] 以了解更详细的信息。注意 Mock 使用您的本地环境构建,而 Koji 则使用 Fedora 在线构建系统构建。


=== Import, Commit,and Build Your Package ===
=== 导入、提交并构建您的软件包 ===


Now that you've checked out your (empty) package module with fedpkg,
现在您已经使用 fedpkg 签出您的软件包模块(可能是空的),cd 进入模块主支:
cd into the module's master branch:
  cd 软件包名
  cd <packagename>
运行 fedpkg 导入 SRPM 进 SCM:
Run fedpkg to import the contents of the SRPM into the SCM:
  fedpkg import SRPM路径
  fedpkg import PATH_TO_SRPM


  # Review Changes, press 'q' to stop; Revert with: git reset --hard HEAD
  # Review Changes, press 'q' to stop; Revert with: git reset --hard HEAD
Line 219: Line 218:
  fedpkg build
  fedpkg build


Obviously, replace <code>PATH_TO_SRPM</code> with the full path (not URL) to your approved SRPM, and <code>XXXXXX</code> with the package review bug number.
<code>XXXXXX</code> 是审核请求的 Bugzilla 编号。


This imports into, commits, and builds only the '''master''' (rawhide) branch. 
这将导入所有 commit 的内容和仅针对 '''master''' (rawhide) 支的构建。


If the commit fails with this kind of message:
如果 commit 有以下错误信息产生:
  W access for why DENIED to YOUR_ACCOUNT
  W access for why DENIED to YOUR_ACCOUNT
  fatal: The remote end hung up unexpectedly
  fatal: The remote end hung up unexpectedly
  Could not push: Command '['git', 'push']' returned non-zero exit status 128
  Could not push: Command '['git', 'push']' returned non-zero exit status 128
Then you don't have the necessary rights to modify that package branch;
这就意味着您没有权限修改该分支。请访问 https://admin.fedoraproject.org/pkgdb/acls/name/相应的软件包名 来获取。
view https://admin.fedoraproject.org/pkgdb/acls/name/PACKAGE_NAME
to request those rights.


<!--
<!--
Line 250: Line 247:
=== 更新软件包分支(如果需要) ===
=== 更新软件包分支(如果需要) ===


Branches are <code>f</code># (formerly <code>F-</code># and before that <code>FC-</code>#), <code>master</code>, etc.  So ''f16'' is the branch for Fedora 16.
分支通常是这样命名 <code>f</code># (formerly <code>F-</code>#。曾经使用 <code>FC-</code>#)<code>master</code>等等。所以 ''f{{FedoraVersion}}'' Fedora {{FedoraVersion}} 的分支。


To switch to a branch first:
首先切换至一个分支:
  fedpkg switch-branch BRANCH (e.g. f16)
  fedpkg switch-branch BRANCH (e.g. f{{FedoraVersion}})


Merge the initial commit from master, creating an identical commit in the branch:
master 主支合并初始 commit,在分支内创建一个相同的 commit:
  git merge master
  git merge master


Push the changes to the server:
推送修改至服务器:
  git push
  git push


Build the package:
构建:
  fedpkg build
  fedpkg build


Line 267: Line 264:


{{Admon/warning | Be sure that you build for rawhide (master) branch before pushing updates for any other branches! Otherwise, those updates will get inherited into rawhide, which is almost certainly not what you want.}}
{{Admon/warning | Be sure that you build for rawhide (master) branch before pushing updates for any other branches! Otherwise, those updates will get inherited into rawhide, which is almost certainly not what you want.}}
{{Admon/warning | Sync to buildsys is an hourly thing. So, sometimes you might have to wait for an hour to get access of the build server to give "fedpkg build"}}
{{Admon/warning | 同步到构建服务器需要一段的时间,因此有时您可能需要1个小时才能够执行 "fedpkg build"}}
If everything goes well, it should queue up your branch for building, the package will cleanly build, and you're done!
如果所有事情都没有问题,那么您的分支就已经入构建队列,软件包将会被干净的构建,然后就大功告成了!


If it fails to build, the build system will send you an email to report the failure and show you to the logs. Commit any needed changes to git, bump the SPEC release number, and request a new build.
如果构建失败,构建系统将会发送一封邮件给您,报告失败的缘由,并显示相关日志。您需要提交修改,更新 SPEC 文件的版本号,并重新请求新的构建。


=== 在 Bodhi 中提交软件包更新 ===
=== 在 Bodhi 中提交软件包更新 ===


The Fedora update system called Bodhi is used for pushing updates, classifying packages etc.
Fedora 有一个更新系统叫做 Bodhi ,它被用作推送更新、ushing updates, 给软件包分类等等。请不要通过 bodhi 提交 "master" (也就是 rawhide) 软件包。
Do not submit "master" (aka rawhide) packages via bodhi.


You can push an update using Bodhi via the command line using this in each branch:
您可以使用这个命令推送更新至每一个分支:
<pre>
<pre>
  fedpkg update
  fedpkg update
</pre>
</pre>


You can also use "bodhi" command directly as described in the [[Bodhi_Guide|Bodhi Guide]].
您也可以直接使用 "bodhi" 命令来完成,详见 [[Bodhi|Bodhi 介绍手册]]


You can also use [https://admin.fedoraproject.org/updates/new/ the Web interface for Bodhi] to request enhancement updates for each released Fedora you are bringing a new package to.
您还可以使用 [https://admin.fedoraproject.org/updates/new/ Bodhi 的网页界面] 为每个 Fedora 版本请求功能增强更新。


The first field asks for the name of the "Package". This field will auto-complete the package name found in the Koji build system, e.g. <package-name>-<version>-<release>.fc16. If completion doesn't work, just enter the package build name yourself.
The first field asks for the name of the "Package". This field will auto-complete the package name found in the Koji build system, e.g. <package-name>-<version>-<release>.fc16. If completion doesn't work, just enter the package build name yourself.
Line 296: Line 292:
For new packages, add a copy of the package's description in the "Notes" section, so end users will know what the package is.
For new packages, add a copy of the package's description in the "Notes" section, so end users will know what the package is.


Here is the [[Bodhi_Guide|Bodhi Guide]] and
[[Bodhi_Guide|Bodhi 介绍手册]]在此。
[[Infrastructure/UpdatesSystem/Bodhi-info-DRAFT|more information on Bodhi]] .


After you have submitted an upgrade through bodhi, your package is placed in a queue. Periodically, an administrator will check the queue and push all of the packages into the appropriate repositories.
在您通过 bodhi 提交更新后,您的软件包就已进入队列。过一段时间,一位管理员会检查队列并推送至相关的源中。


=== Make the package available in "comps" files ===
=== 使软件包在 "comps" 中可见 ===


If appropriate for the package, make it available in "comps" files so that it can be selected during installation and included in yum's package group operations.  See [[PackageMaintainers/CompsXml]] for more info.
If appropriate for the package, make it available in "comps" files so that it can be selected during installation and included in yum's package group operations.  See [[PackageMaintainers/CompsXml]] for more info.
Line 307: Line 302:
=== 等待源最后更新 ===
=== 等待源最后更新 ===


Fedora has infrastructure available for monitoring new upstream releases of the software you are packaging. Refer to [[Upstream Release Monitoring]] for more details. Learn to handle updates by reading the [[Package update HOWTO]]
Fedora 有相关可用的基础设施检测您打包的新版本上游软件。请参阅 [[Upstream Release Monitoring]] 以了解更多。阅读 [[Package update HOWTO]] 了解我们如何处理软件包更新。
 
== 得到帮助 ==


我们也知道这项工作有时候真的很烂,但是我们一直尝试把它做得更好。如果您陷入问题的怪圈中,请在 [https://admin.fedoraproject.org/mailman/listinfo/devel devel@lists.fedoraproject.org] 邮件列表或者位于 freenode.net 的 IRC 频道 {{fpchat|#fedora-devel}} 提问。
== 获取帮助 ==


The Fedora Mentors Project has people willing to help new contributors in their packaging efforts. See the [[Mentors]]  page for more information.
我们也知道这项工作有时候真的很让人头疼,但是我们一直尝试把它做得更好。如果您陷入问题的怪圈中,请到 {{fplist|devel}} 邮件列表或者位于 freenode.net 的 IRC 频道 {{fpchat|#fedora-devel}} 提问。


您也可以查阅 [[using git FAQ for package maintainers]] 。
Fedora 担保人项目将会有许多人帮助您来参与到打包中。[[Mentors|担保人项目页面]] 有更多信息供您参考。
您也可以查阅 [[using git FAQ for package maintainers|打包者 Git 使用说明]]。


== 维护一个在仓库中已存在的软件包 ==
== 已经是打包者了? ==


如果您已经参与维护仓库中的一个软件包,并且有意愿维护另一个时,请查阅这个:[[new package process for existing contributors/zh-cn|指南]] 以完成您的心愿。
如果您已经参与维护仓库,并且有意愿新维护一个,请查阅这个:[[new package process for existing contributors/zh-cn|指南]]


[[Category:Package Maintainers]] [[Category:Join]]
[[Category:Package Maintainers]] [[Category:Join]]

Revision as of 12:49, 8 November 2013

贡献角色

Idea.png
贡献角色
以下内容仅仅是建议,最终您以何种身份参与软件包维护,完全取决于您自身的能力。

Join OSDeveloper.png
OS 开发者

如何成为 Fedora 软件包仓库维护人员?

嗯,您已经决定好了要加入了? 本指南会引领您一步一步完成您的第一个软件包维护任务。

Fedora-submit-package.png

成为 Fedora 软件包仓库维护人员

请先完成以下要求

如果您还不知道如何构建一个 RPM 包,请先查阅以下帮助: 如何制作一个 GNU Hello World 软件包 或者更加详细的 如何制作 RPM 包

阅读 打包规定软件包命名规定

您需要十分熟悉以上内容,因为它们包含了许多十分有用的信息。当然,如果您有其它疑问,欢迎到 Packaging 邮件列表提问。

创建您的 Bugzilla 账户

请确保您有一个 Bugzilla 账户。

您的 Bugzilla 帐户注册时填写的邮箱应该与您在 Fedora 账户系统 中的用户所对应的邮箱地址保持一致。

Important.png
请不要使用您专用的 @fedoraproject.org 地址
您不应该在 Bugzilla 中使用您的专用 @fedoraproject.org 邮箱地址。因为这样会导致您无法激活您的 Bugzilla 账户。如果您执意使用,请在 Fedora 基础设施客服系统 请求管理员手动连接 Bugzilla 到您的 Fedora 帐户。

创建一个 Fedora 帐户

首先在 Fedora 账户系统 新建您的个人账户。注意,它不仅用于 Bugzilla !

  1. 访问: https://admin.fedoraproject.org/accounts/
  2. 点击 'New account' 然后填写必填信息
  3. 在您创建账户后, 请确定您签署了 CLA 协议(点击右上角的 "我的账户" 链接,您应该能够看到 CLA: CLA Done)。
  4. 接着您要上传一个公共的 RSA SSH 密钥。您要使用匹配的私人密钥来通过 SSH 访问 Fedora 的账户系统。

订阅几个重要的邮件列表

您必须订阅 devel-announce 邮件列表。尽管这只是一个专为发布声明而设的低流量邮件列表,但是许多重要的开发信息都会在这里发布。

您也可以订阅 devel 邮件列表,这是个有关 Fedora 开发的讨论邮件列表,不过请注意流量比较大。

您也可以考虑订阅 package-announce 邮件列表。当软件仓库的软件有变动的时候,邮件列表会有提示。本列表流量十分高,因为每次软件包的改动都会触发系统发送邮件。

当然,查看以前的存档,请订阅 packaging 邮件列表,这是 Fedora 打包委员会 的专用邮件列表。委员们决定有关 Fedora 的软件规定。

确保您的软件包适合 Fedora 项目

Note.png
注意这里有许多种加入打包者用户组的方式,而不只是通过提交一个新的软件包。请查阅 如何得到赞助 页面了解更多。

您提交的软件包可以是任意种类的开源自由软件,当然最重要的是在我们的源里面尚未被收录。在创建您的软件包之前,请确保该软件包不在软件仓库中且尚未处于被审核状态(意思是这个软件的软件包之前有人已经制作好了,正在提请官方审核)。

因此请一定完成以下4步,然后再考虑提交:

理解您的责任

Fedora 项目收录的软件包需要被经常维护。尤其是软件有安全更新时,更需要您不断地维护。作为一名 Fedora 项目的软件包维护人员,您需要明确自己的 职责 。我们鼓励您成为一个或多个软件包的 副维护人员 ,当您需要帮助时,请在 Fedora 社区的有关开发的邮件列表中寻找答案。

参阅其他意见

看看其他人提交的软件包以便学习打包技术并且熟悉相关流程。

给个提示,您可以订阅 package-review 邮件列表,所有有关软件包审核的修改都会发送至该列表。

配置 Git

您必须先配置好您系统上的 Git,主要是您的个人信息:

git config --global user.name "您的姓名"
git config --global user.email "您的电子邮件地址"

请您尽量使用真实信息。

安装客户端(Koji) 并配置证书

欲为 Fedora 和 EPEL 构建软件包,您需要使用 Koji

Package-x-generic-16.pngfedora-packager 软件包将提供相关工具帮助您;所有有关打包的工具都在这个包里面被集成了,以 root 权限安装:

yum install fedora-packager

安装完成后请以打包用户的身份(绝对不要使用 root) 来设置证书及客户端

fedora-packager-setup
Idea.png
证书到期
您申请的证书只有6个月的有效期。然后您必须重新申请。新的证书申请完毕后,之前的证书将永久失效。重新申请请重新运行 fedora-packager-setup

You can now use "koji" to try to build your RPM packages in the Fedora build system, even on platforms or Fedora versions you don't have. Note that you can (and definitely should) test out builds ("scratch" builds) even before your package has been approved and you have been sponsored. A simple way to do a scratch build using koji is to do this at the command line:

koji build --scratch TARGET path_to_source_RPM

Where:

  • TARGET is a distribution keyword such as f17 (for Fedora 17). You can run "koji list-targets" to see all targets. To build for the next release (rawhide), don't use "dist-rawhide" - use "fX" where X is one more than the latest stable or branched release.
  • Note that you need to supply the path to the source RPM (which ends in .src.rpm), and not a URL. (If you only have the spec file, use rpmbuild --nodeps -bs SPECFILE to create the new source RPM).

Your koji builds can only depend on packages that are actually in the TARGET distribution repository. Thus, you can't use koji to build for released distributions if your package depends on other new packages that Bodhi hasn't released yet. You can use koji to build for rawhide (the next unreleased version), even if it depends on other new packages, as long as the other packages were built for the "rawhide" as described below. If you need to build against a package that is not yet a stable released update, you can file a ticket with rel-eng at: https://fedorahosted.org/rel-eng/newticket and request that that package be added as a buildroot override. For packages in EPEL, you have to use the component epel to get the request to the right persons.

You can learn more about koji via:

koji --help            # General help
koji --help-commands   # list of koji commands
koji COMMAND --help    # help on command COMMAND

Using the Koji build system has more information about using Koji.

制作一个软件包

上传您制作的软件包

上传您制作的源代码 RPM 包和与之相匹配的 SPEC 配置文件到互联网的任意位置上。请确保其可以通过地址访问。如果您已经有了一个 Fedora 帐户,您也可以使用位于 http://fedorapeople.org 的空间来存放。 这些文件必须可被他人访问。 请不要使用网盘或者是赚钱网址来完成。 如果您是社区其中一个组的人士,可以使用 http://fedorapeople.org 的空间。请签署 CLA,并访问这里 并提交一个 "Initial package hosting request" 支持单。然后应该就可以访问了。

申请审核

您需要首先点击该链接创建一个支持单:https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&format=fedora-review.

  • 在您提交审核请求之前,确保之前没有相同的包被请求。软件包审核进度跟踪器 有很方便的搜索功能。
  • 确保 软件包 (除去版本号) 在 'Review Summary' 栏目中同时有一个简短的介绍
  • 在 'Review Description' 中加上 description 中(通常情况下跟 %description 一致)。包括 SRPMSPECURLs
  • 在审核请求中注明这是您的第一个软件包,同时您需要担保人。包含越多的信息越好。如果您参与过其它软件包的审核工作,请附上相应链接。如果您是上游开发者,也请注明。
  • 链接一个成功的 koji 构建是为您的审核通过加分的好方法。
Warning.png
确保在 'Review Description' 中注明这是您的第一个软件包,您需要一位担保人(sponsor)。Fedora 软件仓库中,所有新的贡献者都必须被担保人担保。很多担保人可能会通过 这个链接 来查看哪些审核需要担保。FE-NEEDSPONSOR in the 'Bug xyz blocks' field (where xyz is the bug number for your review request)。

具体我们是如何审核您制作的软件包的,请访问 软件包审核流程 介绍页面。

通知上游开发者

Fedora 项目 与上游项目保持紧密联系。通知上游项目开发者也是您打包工作的一部分。您可以通过向开发者发送一封邮件介绍一下您自己和当前软件包的审核进度来完成。您这么做也为日后反馈提供一个沟通的渠道。这些上游开发者通常很愿意看到自己的软件成为 Fedora 的一部分,他们或许也会通知您已知的 Bug 和未来的开发计划等等。

介绍自己

当一位新人加入 Feodra 软件包维护项目时,我们需要您在 devel 邮件列表介绍一下您自己。请先访问 devel ,然后加入订阅。我们需要您这么做的主要目的是建立大家之间的信任,当然这也有助于大家了解您,以及增加您的软件包被审核成功的几率。

我们这么做还为了打破匿名氛围,并且培养一个项目内的真实世界。您不必透露自己的一些秘密,我们的目标只是建立成员间的友谊。

自我介绍信格式:

邮件主题: Self Introduction: 您的姓名

正文: 您想些什么都可以,建议附上您的 GPG 密钥代码。

留意用户反馈

初次加入请注意 Bugzilla 的报告。一旦用户有反馈,您会收到相关邮件。 尽可能修复用户提出的 Bug 。

得到担保

当审核者批准了您的审核时(APPROVED),您还必须被担保人担保。担保这项工作的目的是为了确保您对 RPM 的理解认识已经十分透彻。

查看 如何获取被担保资格 以了解更多有关被担保的信息。

Warning.png
新打包者的第一个被批准的软件包必须由担保人亲自审批,但是审核是任何人都可以参与的。

您的担保人可以添加您至 packager 组中。通常有邮件等待您的确认。

添加软件包至源代码管理系统(SCM)并设置属主

如果您成为一个新的软件包的主要维护人,而不是是副维护人,请按照 Package SCM admin requests 来获取您的软件包模块和为可用版本的分支。这将被用作准确设置属主记录,影响构建、bugzilla 及更多。

签出软件包模块

您现在可以签出模块了。我们建议您新建一个目录专门用来处理这些打包工作,这样所有文件都在一个目录内,方便您的工作。还有,请执行 ssh-add,这样就不用每次输入密码短语来解锁密钥密码了。

Idea.png
Running ssh-add before doing any SCM operations is a very good idea. It will save you from having to type your key password for every operation. You only have to run ssh-add once per session, it will remember it until you log out or reboot. If "ssh-add" reports "Could not open a connection to your authentication agent.", start a new shell under it using "exec ssh-agent bash".

签出命令:

 fedpkg clone 您维护的软件包名
Stop (medium size).png
If this step fails, be sure your private ssh key (~/.ssh/id_rsa) mode is set to 0400. You might have to wait for up to an hour after your request for a new git module has been approved to get write access. Make sure your public key is the same as in the Fedora Accounts System (FAS). Key propagation may take an hour or so after uploading into FAS
Important.png
Note that fedpkg does not set the user config for your new git repo automatically. Make sure to have these set globally or locally in your new repo before you do your first commit (see [1]).
Important.png
注意如果您不隶属于 packager 组,那么您会收到 "permission denied" 的错误提示。这种情况请加上 -a 参数以匿名身份来进行克隆操作。

测试您制作的软件包

请参考 Using_Mock_to_test_package_buildsUsing_the_Koji_build_system#Scratch_Builds 以了解更详细的信息。注意 Mock 使用您的本地环境构建,而 Koji 则使用 Fedora 在线构建系统构建。

导入、提交并构建您的软件包

现在您已经使用 fedpkg 签出您的软件包模块(可能是空的),cd 进入模块主支:

cd 软件包名

运行 fedpkg 导入 SRPM 进 SCM:

fedpkg import SRPM路径
# Review Changes, press 'q' to stop; Revert with: git reset --hard HEAD
git commit -m "Initial import (#XXXXXX)."
git push
fedpkg build

XXXXXX 是审核请求的 Bugzilla 编号。

这将导入所有 commit 的内容和仅针对 master (rawhide) 支的构建。

如果 commit 有以下错误信息产生:

W access for why DENIED to YOUR_ACCOUNT
fatal: The remote end hung up unexpectedly
Could not push: Command '['git', 'push']' returned non-zero exit status 128

这就意味着您没有权限修改该分支。请访问 https://admin.fedoraproject.org/pkgdb/acls/name/相应的软件包名 来获取。


更新软件包分支(如果需要)

分支通常是这样命名 f# (formerly F-#。曾经使用 FC-#), master等等。所以 f39 是 Fedora 39 的分支。

首先切换至一个分支:

fedpkg switch-branch BRANCH (e.g. f39)

从 master 主支合并初始 commit,在分支内创建一个相同的 commit:

git merge master

推送修改至服务器:

git push

构建:

fedpkg build

If there is another branch to work with repeat "To switch to a branch" and import and commit to each branch

Warning.png
Be sure that you build for rawhide (master) branch before pushing updates for any other branches! Otherwise, those updates will get inherited into rawhide, which is almost certainly not what you want.
Warning.png
同步到构建服务器需要一段的时间,因此有时您可能需要1个小时才能够执行 "fedpkg build"

如果所有事情都没有问题,那么您的分支就已经入构建队列,软件包将会被干净的构建,然后就大功告成了!

如果构建失败,构建系统将会发送一封邮件给您,报告失败的缘由,并显示相关日志。您需要提交修改,更新 SPEC 文件的版本号,并重新请求新的构建。

在 Bodhi 中提交软件包更新

Fedora 有一个更新系统叫做 Bodhi ,它被用作推送更新、ushing updates, 给软件包分类等等。请不要通过 bodhi 提交 "master" (也就是 rawhide) 软件包。

您可以使用这个命令推送更新至每一个分支:

 fedpkg update

您也可以直接使用 "bodhi" 命令来完成,详见 Bodhi 介绍手册

您还可以使用 Bodhi 的网页界面 为每个 Fedora 版本请求功能增强更新。

The first field asks for the name of the "Package". This field will auto-complete the package name found in the Koji build system, e.g. <package-name>-<version>-<release>.fc16. If completion doesn't work, just enter the package build name yourself.

For new packages, choose "newpackage" as the "type" of update.

Put the "Request" as "testing" if you want to put the package through testing first, see Fedora Quality Assurance . Put "stable" if you want to push the package directly to stable.

Put the bug number of the package's Review Request in the "Bugs" field blank. Bodhi will automatically close it as NEXTRELEASE when it gets pushed to the requested update status.

For new packages, add a copy of the package's description in the "Notes" section, so end users will know what the package is.

Bodhi 介绍手册在此。

在您通过 bodhi 提交更新后,您的软件包就已进入队列。过一段时间,一位管理员会检查队列并推送至相关的源中。

使软件包在 "comps" 中可见

If appropriate for the package, make it available in "comps" files so that it can be selected during installation and included in yum's package group operations. See PackageMaintainers/CompsXml for more info.

等待源最后更新

Fedora 有相关可用的基础设施检测您打包的新版本上游软件。请参阅 Upstream Release Monitoring 以了解更多。阅读 Package update HOWTO 了解我们如何处理软件包更新。

获取帮助

我们也知道这项工作有时候真的很让人头疼,但是我们一直尝试把它做得更好。如果您陷入问题的怪圈中,请到 devel 邮件列表或者位于 freenode.net 的 IRC 频道 #fedora-devel[?] 提问。

Fedora 担保人项目将会有许多人帮助您来参与到打包中。担保人项目页面 有更多信息供您参考。 您也可以查阅 打包者 Git 使用说明

已经是打包者了?

如果您已经参与维护仓库,并且有意愿新维护一个,请查阅这个:指南