Curator: CentOS 7 RPM installation fails: "package is not signed"

Created on 29 Oct 2015  路  3Comments  路  Source: elastic/curator

Hi all,

I'm not sure if this belongs here. But I don't know where else to go. I try to install the curator RPM under CentOS 7 and followed the instructions under https://www.elastic.co/guide/en/elasticsearch/client/curator/current/installation.html#yum-repository

[root@salttestvm70 ~]# cat /etc/yum.repos.d/curator-3.repo
[curator-3]
gpgcheck=1
gpgkey=https://packages.elastic.co/GPG-KEY-elasticsearch
name=CentOS/RHEL 7 repository for Elasticsearch Curator 3.x packages
humanname=CentOS/RHEL 7 repository for Elasticsearch Curator 3.x packages
baseurl=http://packages.elastic.co/curator/3/centos/7
enabled=1
[root@salttestvm70 Elasticsearch-Exporter]# yum install python-elasticsearch-curator
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
 * base: centos.arlionprojects.com
 * epel: ftp.nluug.nl
 * extras: centos.mirrors.as250.net
 * updates: ftp.hosteurope.de
Resolving Dependencies
--> Running transaction check
---> Package python-elasticsearch-curator.noarch 0:3.4.0-1 will be installed
--> Processing Dependency: python-elasticsearch < 2.1.0 for package: python-elasticsearch-curator-3.4.0-1.noarch
--> Processing Dependency: python-click >= 3.3 for package: python-elasticsearch-curator-3.4.0-1.noarch
--> Processing Dependency: python-elasticsearch >= 1.8.0 for package: python-elasticsearch-curator-3.4.0-1.noarch
--> Running transaction check
---> Package python-click.noarch 0:5.1-1 will be installed
---> Package python-elasticsearch.noarch 0:2.0.0-1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================================================
 Package                                               Arch                            Version                            Repository                          Size
===================================================================================================================================================================
Installing:
 python-elasticsearch-curator                          noarch                          3.4.0-1                            curator-3                           60 k
Installing for dependencies:
 python-click                                          noarch                          5.1-1                              curator-3                          122 k
 python-elasticsearch                                  noarch                          2.0.0-1                            curator-3                           80 k

Transaction Summary
===================================================================================================================================================================
Install  1 Package (+2 Dependent packages)

Total size: 262 k
Installed size: 1.0 M
Is this ok [y/d/N]: y
Downloading packages:


Package python-elasticsearch-curator-3.4.0-1.noarch.rpm is not signed

The important line is the last one. I guess the RPM needs to be rebuild with signing.

Cheers

Most helpful comment

BTW: Currently I install with yum install --nogpgcheck -y python-elasticsearch-curator. That makes me quite uncomfortable.

All 3 comments

BTW: Currently I install with yum install --nogpgcheck -y python-elasticsearch-curator. That makes me quite uncomfortable.

I would be too! Thanks for catching this, it seems I missed a step.

I just pushed them out, signed. Would you please verify?

@untergeek _y_ It works. After a yum clean metadata the installation went smoothly.

Thanks a lot and closed ;)

Was this page helpful?
0 / 5 - 0 ratings