Displaying 3 results from an estimated 3 matches for "centos_rel".
Did you mean:
centos_rhel
2020 Aug 24
2
Mock config error
...petto3 pts19) $ ll /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm
-rw-r--r--. 1 mock mock 20404 Aug 24 13:32 /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm
(vgeppetto3 pts19)
I have the following in the spec file:
Release: %{centos_rel}.0.1%{?dist}.1
Does anyone know how to apply a dist tag in the epel-8 mock configs?
Is mock documented anywhere besides the src code? I cannot find any
documentation that explains what actually needs to be in a mock
configuration file or in this case how to specify my own dist tag.
Regards,
--...
2020 Aug 24
0
Mock config error
.../var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm -rw-r--r--. 1 mock mock 20404 Aug 24 13:32 /var/lib/mock/epel-8-x86_64/result/centos-release-8.2-2.2004.0.1.el8.1.x86_64.rpm
> (vgeppetto3 pts19)
>
> I have the following in the spec file:
> Release: %{centos_rel}.0.1%{?dist}.1
>
> Does anyone know how to apply a dist tag in the epel-8 mock configs?
>
> Is mock documented anywhere besides the src code? I cannot find any
> documentation that explains what actually needs to be in a mock
> configuration file or in this case how to specify m...
2020 Aug 23
2
Mock config error
Hi,
I am trying to create a mock configuration file that points to my local dnf repo.
I have the following in the mock config template:
[local-repo]
name=my-Local
baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/
failovermethod=priority
skip_if_unavailable=False
When I try to run mock I get the following error:
(vgeppetto3 pts18) $ mock -v -r epel-8-x86_64