From 6269ce9300579ad2262ebb315b5967682e4e847a Mon Sep 17 00:00:00 2001 From: Michael Stahnke Date: Wed, 7 Nov 2012 15:10:51 -0800 Subject: [PATCH] Adding the GPG asc file as per discussion by maintainers Signed-off-by: Michael Stahnke --- .gitignore | 1 + facter.spec | 6 +++++- sources | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 733b3c8..420a8a0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.tar.gz /.build*.log /facter-*/ +/facter-1.6.14.tar.gz.asc diff --git a/facter.spec b/facter.spec index 7a7f108..b057338 100644 --- a/facter.spec +++ b/facter.spec @@ -16,13 +16,14 @@ Name: facter Version: 1.6.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Command and ruby library for gathering system information Group: System Environment/Base License: ASL 2.0 URL: http://www.puppetlabs.com/puppet/related-projects/%{name}/ Source0: http://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz +Source1: http://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ruby >= 1.8.1 @@ -89,6 +90,9 @@ rspec spec %changelog +* Wed Nov 07 2012 - 1.6.14-2 +- Add asc file back + * Sun Nov 04 2012 - 1.6.14-1 - Rebase to 1.6.14 via bz 871211 diff --git a/sources b/sources index 7bdde46..f633ae5 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ b6c3df8ad1781c10d30785c58a4504ef facter-1.6.14.tar.gz +d8f827976affd338574f1cbf562001eb facter-1.6.14.tar.gz.asc