From 973bfbe64d92dc056239ff4fc141d19978dd5750 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Mar 31 2020 11:14:56 +0000 Subject: Removed RPM gpg key as it's provided by centos-release-configmanagement for all ansible variants Signed-off-by: Fabian Arrotin --- diff --git a/SPECS/centos-release-ansible.spec b/SPECS/centos-release-ansible.spec index 846c0f8..a74e195 100644 --- a/SPECS/centos-release-ansible.spec +++ b/SPECS/centos-release-ansible.spec @@ -6,8 +6,7 @@ Summary: Ansible 2.7 packages from the CentOS ConfigManagement SIG reposi License: MIT URL: https://wiki.centos.org/SpecialInterestGroup/ConfigManagementSIG/Ansible Source0: CentOS-SIG-ansible-27.repo -Source1: RPM-GPG-KEY-CentOS-SIG-ConfigManagement - +Requires: centos-release-configmanagement BuildArch: noarch %description @@ -21,12 +20,8 @@ Ansible 2.7 packages as delivered via the CentOS ConfigManagement SIG. mkdir -p %{buildroot}%{_sysconfdir}/yum.repos.d install -Dpm0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d %{S:0} -mkdir -p %{buildroot}%{_sysconfdir}/pki/rpm-gpg -install -Dpm0644 -t %{buildroot}%{_sysconfdir}/pki/rpm-gpg %{S:1} - %files %config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-SIG-ansible-27.repo -%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-ConfigManagement %changelog * Tue Mar 31 2020 Fabian Arrotin - 1-1