Fix pathes to GPG keys in CentOS 7.1 mock config

Change-Id: Id7033e0c9ada4911d0a905fb76f4c66588d21603
This commit is contained in:
Alexander Evseev 2017-06-21 15:01:50 +03:00
parent d9a9b3b0fd
commit cbab819bae
1 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ syslog_device=
name=BaseOS
baseurl=http://vault.centos.org/7.1.1503/os/x86_64/
failovermethod=priority
gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-CentOS-7
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7
gpgcheck=1
[updates]
@ -40,21 +40,21 @@ name=updates
enabled=1
baseurl=http://vault.centos.org/7.1.1503/updates/x86_64/
failovermethod=priority
gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-CentOS-7
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7
gpgcheck=1
[extras]
name=extras
baseurl=http://vault.centos.org/7.1.1503/extras/x86_64/
failovermethod=priority
gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-EPEL-7
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7
gpgcheck=1
[epel]
name=epel
baseurl=http://mirror.yandex.ru/epel/7/x86_64/
failovermethod=priority
gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-EPEL-7
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
\"\"\"
"