[hash-slinger] * Initial package

Paul Wouters pwouters at fedoraproject.org
Mon Sep 17 19:07:11 UTC 2012


commit 7dc8bdbef8e11bcc1b291fe0692da21d2cedf3a7
Author: Paul Wouters <pwouters at redhat.com>
Date:   Mon Sep 17 15:07:01 2012 -0400

    * Initial package

 .gitignore        |    1 +
 hash-slinger.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3ef1a14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/hash-slinger-2.1.tar.gz
diff --git a/hash-slinger.spec b/hash-slinger.spec
new file mode 100644
index 0000000..0a22d10
--- /dev/null
+++ b/hash-slinger.spec
@@ -0,0 +1,51 @@
+Summary: Generate various DNS records such as RFC-4255 SSHFP and RFC-698 TLSA
+Name: hash-slinger
+Version: 2.1
+Release: 1%{?dist}
+License: GPLv2+
+Url:  http://people.redhat.com/pwouters/%{name}/
+Source:  http://people.redhat.com/pwouters/%{name}/%{name}-%{version}.tar.gz
+Group: Applications/Internet
+# Only to regenerate the man page, which is shipped per default
+# Buildrequires: xmlto
+Requires: python-dns, python-argparse, unbound-python, python-ipaddr
+Requires: openssh-clients >= 4, m2crypto
+BuildArch: noarch
+Obsoletes: sshfp < 2.0
+Provides: sshfp  = %{version}
+
+%description
+This package contains various tools to generate special DNS records:
+
+sshfp   Generate RFC-4255 SSHFP DNS records from known_hosts files
+        or ssh-keyscan
+tlsa    Generate RFC-6698  TLSA DNS records via TLS
+
+It pulls in software from 'sshfp' and 'swede'
+
+%prep
+%setup -q 
+
+%build
+make all
+
+%install
+rm -rf ${RPM_BUILD_ROOT}
+make DESTDIR=${RPM_BUILD_ROOT} install
+
+%clean
+rm -rf ${RPM_BUILD_ROOT}
+
+%files 
+%defattr(-,root,root)
+%doc BUGS CHANGES README COPYING
+%{_bindir}/*
+%doc %{_mandir}/man1/*
+
+%changelog
+* Sat Sep 15 2012 Paul Wouters <pwouters at redhat.com> - 2.1-1
+- Updated COPYING to properly reflect GPLv2 "or later"
+
+* Fri Aug 24 2012 Paul Wouters <pwouters at redhat.com> - 2.0-1
+- Initial package
+
diff --git a/sources b/sources
index e69de29..dda112c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+680cf5fa1f780fc7e8c19a2cf5e379a8  hash-slinger-2.1.tar.gz


More information about the scm-commits mailing list