Files
community.general/library/packaging
aresch a45bfbe06e Fix rpm_key on system with no gpg keys imported
Without the -a option, rpm command will fail (exit code 1) and execute_command() will fail causing an initial key import to not work.

[root@test ~]# rpm -q gpg-pubkey
package gpg-pubkey is not installed
[root@test ~]# echo $?
1
[root@test ~]# rpm -qa gpg-pubkey
[root@test ~]# echo $?
0
2014-03-06 16:12:11 -08:00
..
2013-12-02 15:13:49 -05:00
2013-12-02 15:13:49 -05:00
2014-02-06 20:35:42 -07:00
2014-02-18 10:49:22 -05:00
2013-12-02 15:13:49 -05:00
2013-12-02 15:13:49 -05:00
2013-12-02 15:13:49 -05:00
2013-12-02 15:13:49 -05:00
2014-02-27 13:42:05 -05:00
2014-02-12 17:14:43 +01:00