From Fedora Project Wiki
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:


* the compose tools can't cope with more than one sub-architecture and thus for some packages there is only ppc64p7 rpm available. The missing rpms can be downloaded directly from koji. Sample koji.repo to be stored in /etc/yum.repos.d/
* the compose tools can't cope with more than one sub-architecture and thus for some packages there is only ppc64p7 rpm available. The missing rpms can be downloaded directly from koji. Sample koji.repo to be stored in /etc/yum.repos.d/
<code>
<pre>
...
[koji]
</code>
name=koji
baseurl=http://ppcpkgs.fedoraproject.org/repos/f$releasever-build/latest/$basearch/
cost=2000
gpgcheck=0
enabled=1
</pre>
* for installation on Mac G5 see https://github.com/masterzorag/G5_ppc64-linux


= Developer information =
= Developer information =

Latest revision as of 13:42, 11 January 2017

Downloads

Please download pre-release composes from

and for GA compose see

Release Notes

For older Release Notes see Architectures/PowerPC/24

  • the compose tools can't cope with more than one sub-architecture and thus for some packages there is only ppc64p7 rpm available. The missing rpms can be downloaded directly from koji. Sample koji.repo to be stored in /etc/yum.repos.d/
[koji]
name=koji
baseurl=http://ppcpkgs.fedoraproject.org/repos/f$releasever-build/latest/$basearch/
cost=2000
gpgcheck=0
enabled=1

Developer information