Hi, I just released [1] new mock-core-config package which include new rhelbeta-8-* configs. This will allows you to build packages on top of RHEL 8 Beta. This is temporary config. I put them there so you can experiment with your builds and prepare for EPEL 8 once it will be available. This config will be removed when Beta ends.
Additionally I moved these configs: epel-5-i386.cfg epel-5-x86_64.cfg fedora-25-aarch64.cfg fedora-25-armhfp.cfg fedora-25-i386.cfg fedora-25-ppc64.cfg fedora-25-ppc64le.cfg fedora-25-s390x.cfg fedora-25-x86_64.cfg fedora-26-aarch64.cfg fedora-26-armhfp.cfg fedora-26-i386.cfg fedora-26-ppc64.cfg fedora-26-ppc64le.cfg fedora-26-s390x.cfg fedora-26-x86_64.cfg
to /etc/mock/eol to clearly mark them as EOLed distribution. They are there for archive purpose, I will not maintain them, but they should generaly work. You can use them as:
mock -r eol/fedora-26-x86_64 foo.src.rpm
[1] https://bodhi.fedoraproject.org/updates/FEDORA-2018-86a0a48569
Miroslav
On 11/15/18 3:05 PM, Miroslav Suchy wrote:
Hi, I just released [1] new mock-core-config package which include new rhelbeta-8-* configs. This will allows you to build packages on top of RHEL 8 Beta. This is temporary config. I put them there so you can experiment with your builds and prepare for EPEL 8 once it will be available. This config will be removed when Beta ends.
I had trouble with using it with a bootstrap configuration because there is no distribution-gpg-keys package available, which led to:
Curl error (37): Couldn't read a file:// file for file:///usr/share/distribution-gpg-keys/redhat/RPM-GPG-KEY-redhat8-beta [Couldn't open file /usr/share/distribution-gpg-keys/redhat/RPM-GPG-KEY-redhat8-beta]
I ended up adding:
config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core https://kojipkgs.fedoraproject.org//packages/distribution-gpg-keys/1.26/1.el...'
Dne 16. 11. 18 v 23:45 Orion Poplawski napsal(a):
On 11/15/18 3:05 PM, Miroslav Suchy wrote:
Hi, I just released [1] new mock-core-config package which include new rhelbeta-8-* configs. This will allows you to build packages on top of RHEL 8 Beta. This is temporary config. I put them there so you can experiment with your builds and prepare for EPEL 8 once it will be available. This config will be removed when Beta ends.
I had trouble with using it with a bootstrap configuration because there is no distribution-gpg-keys package available, which led to:
Curl error (37): Couldn't read a file:// file for file:///usr/share/distribution-gpg-keys/redhat/RPM-GPG-KEY-redhat8-beta [Couldn't open file /usr/share/distribution-gpg-keys/redhat/RPM-GPG-KEY-redhat8-beta]
I ended up adding:
config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core https://kojipkgs.fedoraproject.org//packages/distribution-gpg-keys/1.26/1.el...'
I hit this as well. This happened to me as well when you enable bootstrap. One option is to modify 'dnf_install_command' (until EPEL is available) or to disable bootstrap.
Miroslav
epel-devel@lists.fedoraproject.org