Adding the GPG asc file as per discussion by maintainers

Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
epel9
Michael Stahnke 12 years ago
parent 6737ca03f1
commit 6269ce9300

1
.gitignore vendored

@ -3,3 +3,4 @@
*.tar.gz
/.build*.log
/facter-*/
/facter-1.6.14.tar.gz.asc

@ -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 <stahnma@fedoraproject.org> - 1.6.14-2
- Add asc file back
* Sun Nov 04 2012 <stahnma@fedoraproject.org> - 1.6.14-1
- Rebase to 1.6.14 via bz 871211

@ -1 +1,2 @@
b6c3df8ad1781c10d30785c58a4504ef facter-1.6.14.tar.gz
d8f827976affd338574f1cbf562001eb facter-1.6.14.tar.gz.asc

Loading…
Cancel
Save