[ubu-keyring] Initial import

Sandro Mani smani at fedoraproject.org
Mon Oct 21 08:44:25 UTC 2013


commit 40b1937c22f35808585ce2bc2f027ba434459ffa
Author: Sandro Mani <manisandro at gmail.com>
Date:   Mon Oct 21 10:44:22 2013 +0200

    Initial import

 .gitignore       |    1 +
 sources          |    1 +
 ubu-keyring.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0a6666c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ubuntu-keyring_2012.05.19.tar.gz
diff --git a/sources b/sources
index e69de29..852fd17 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+08be7c35cfdb014c5192ae9763960928  ubuntu-keyring_2012.05.19.tar.gz
diff --git a/ubu-keyring.spec b/ubu-keyring.spec
new file mode 100644
index 0000000..4d226f6
--- /dev/null
+++ b/ubu-keyring.spec
@@ -0,0 +1,44 @@
+# Always update this to the latest release
+%global ubunturelease saucy
+
+Name:           ubu-keyring
+Version:        2012.05.19
+Release:        2%{?dist}
+Summary:        GnuPG keys of the Ubuntu archive
+
+License:        Public Domain
+URL:            https://launchpad.net/ubuntu-keyring
+Source0:        https://launchpad.net/ubuntu/%{ubunturelease}/+source/ubuntu-keyring/%{version}/+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
+* Tue Oct 15 2013 Sandro Mani <manisandro at gmail.com> - 2012.05.19-2
+- Remove empty file
+
+* Thu Oct 10 2013 Sandro Mani <manisandro at gmail.com> - 2012.05.19-1
+- Initial package


More information about the scm-commits mailing list