Mailinglist Archive: opensuse-commit (1774 mails)
| < Previous | Next > |
commit sshfp for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 02 Feb 2011 02:17:32 +0100
- Message-id: <20110202011733.007B1202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package sshfp for openSUSE:Factory
checked in at Wed Feb 2 02:17:32 CET 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/sshfp/sshfp.changes 2011-01-27
16:14:26.000000000 +0100
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Thu Jan 27 15:13:45 UTC 2011 - jengelh@xxxxxxxxxx
+
+- Add rpmgroup to specfile
+
+-------------------------------------------------------------------
+Sun Aug 22 20:54:31 UTC 2010 - jengelh@xxxxxxxxxx
+
+- sshfp has a runtime require on dnspython. Add it.
calling whatdependson for head-i586
New:
----
sshfp-1.1.3.tar.bz2
sshfp.changes
sshfp.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sshfp.spec ++++++
#
# spec file for package sshfp
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: sshfp
Version: 1.1.3
Release: 1
Summary: RFC4255 DNS SSHFP record generator
License: GPLv2
Group: Productivity/Networking/DNS/Utilities
Url: http://www.xelerance.com/software/sshfp/
#Git-Clone: http://git.openswan.org/sshfp.git
#Source: http://www.xelerance.com/software/sshfp/sshfp-1.1.3.tar.gz
Source: %name-%version.tar.bz2
Requires: python-dnspython
BuildArch: noarch
%description
sshfp generates DNS SSHFP records from SSH public keys. sshfp can
take public keys from a knownhosts file or from scanning the host's
sshd daemon. The ssh client can use these SSHFP records if you set
"VerifyHostKeyDNS yes" in the file /etc/ssh/ssh_config.
%prep
%setup -q
%build
%install
mkdir -p "%buildroot/%_bindir" "%buildroot/%_mandir"
make install DESTDIR="%buildroot"
%clean
rm -rf "%buildroot"
%files
%defattr(-,root,root)
%_bindir/*
%_mandir/*/*
%doc BUGS CHANGES COPYING README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |