Name: ubu-keyring Version: 2016.10.27 Release: 1%{?dist} Summary: GnuPG keys of the Ubuntu archive License: Public Domain URL: https://launchpad.net/ubuntu-keyring Source0: https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-keyring_%{version}.tar.gz BuildArch: noarch BuildRequires: keyrings-filesystem Requires: keyrings-filesystem %description The Ubuntu project digitally signs its Release files. This package contains the archive keys used for that, in a minimal form for use in the installer. %prep %setup -q -n ubuntu-keyring-%{version} %build %install install -d %{buildroot}%{_keyringsdir} [ ! -s keyrings/ubuntu-archive-removed-keys.gpg ] && rm keyrings/ubuntu-archive-removed-keys.gpg cp -a keyrings/* %{buildroot}%{_keyringsdir} %files %doc README %{_keyringsdir}/*.gpg %changelog * Sat Oct 29 2016 Sandro Mani - 2016.10.27-1 - Update to 2016.10.27 * Mon Sep 05 2016 Sandro Mani - 2016.09.01-1 - Update to 2016.09.01 * Thu May 19 2016 Sandro Mani - 2016.05.13-1 - Update to 2016.05.13 * Fri Feb 05 2016 Fedora Release Engineering - 2012.05.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering - 2012.05.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 2012.05.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Oct 15 2013 Sandro Mani - 2012.05.19-2 - Remove empty file * Thu Oct 10 2013 Sandro Mani - 2012.05.19-1 - Initial package