diff --git a/.gitignore b/.gitignore index f60d01d..bc7b674 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /distribution-gpg-keys-1.4.tar.gz /distribution-gpg-keys-1.5.tar.gz /distribution-gpg-keys-1.6.tar.gz +/distribution-gpg-keys-1.7.tar.gz diff --git a/distribution-gpg-keys.spec b/distribution-gpg-keys.spec index f011944..e839abd 100644 --- a/distribution-gpg-keys.spec +++ b/distribution-gpg-keys.spec @@ -1,5 +1,5 @@ Name: distribution-gpg-keys -Version: 1.6 +Version: 1.7 Release: 1%{?dist} Summary: GPG keys of various Linux distributions @@ -12,10 +12,12 @@ URL: https://github.com/xsuchy/distribution-gpg-keys Source0: %{name}-%{version}.tar.gz BuildArch: noarch +%if 0%{?fedora} > 0 Suggests: ubu-keyring Suggests: debian-keyring Suggests: archlinux-keyrings Suggests: %{name}-copr +%endif %description GPG keys used by various Linux distributions to sign packages. @@ -51,6 +53,9 @@ cp -a keys/* %{buildroot}%{_datadir}/%{name}/ %{_datadir}/%{name}/copr %changelog +* Mon Sep 12 2016 Miroslav Suchý 1.7-1 +- do not use weak deps on rhel + * Mon Sep 12 2016 Miroslav Suchý 1.6-1 - Rename mageia pubkey to RPM-GPG-KEY-Mageia diff --git a/sources b/sources index 7c8a357..6f10d89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91c19d96b59be8608f2bda5745e36275 distribution-gpg-keys-1.6.tar.gz +c80c9d6f9fefee0c638258713776427a distribution-gpg-keys-1.7.tar.gz