From 6763f12053084aa499c1de465ec0605bbfe9b2fc Mon Sep 17 00:00:00 2001 From: Seth Jennings sjenning@redhat.com Date: Fri, 31 Mar 2017 21:58:36 -0500 Subject: upstream release 1.1.3
--- .gitignore | 1 + libu2f-host.spec | 19 ++++++++----------- sources | 4 +--- 3 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/.gitignore b/.gitignore index 7224ba6..0b325e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /gpgkey-B2168C0A.gpg /libu2f-host-1.0.0.tar.xz /libu2f-host-1.0.0.tar.xz.sig +/libu2f-host-1.1.3.tar.xz diff --git a/libu2f-host.spec b/libu2f-host.spec index 5cd99bf..a7422e1 100644 --- a/libu2f-host.spec +++ b/libu2f-host.spec @@ -1,15 +1,12 @@ Name: libu2f-host -Version: 1.0.0 -Release: 7%{?dist} +Version: 1.1.3 +Release: 1%{?dist} Summary: Yubico Universal 2nd Factor (U2F) Host C Library
-License: LGPLv2+ +License: GPLv3 and LGPLv2 URL: http://developers.yubico.com/%%7Bname%7D/ Source0: http://developers.yubico.com/%%7Bname%7D/releases/%%7Bname%7D-%%7Bversion%7D... -Source1: http://developers.yubico.com/%%7Bname%7D/releases/%%7Bname%7D-%%7Bversion%7D... -Source2: gpgkey-B2168C0A.gpg
-#BuildRequires: json-c-devel hidapi-devel gnupg2 BuildRequires: json-c-devel hidapi-devel
# Bundled gnulib https://fedorahosted.org/fpc/ticket/174 @@ -17,7 +14,7 @@ Provides: bundled(gnulib)
# People using libu2f-host are actually using Yubikeys and # will want them to be set up properly by udev -Requires: u2f-hidraw-policy +Requires: u2f-hidraw-policy
%description libu2f-host provides a C library that implements the host-side of the @@ -33,7 +30,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} u2f-host provides a command line tool that implements the host-side of the U2F protocol.
- %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -45,9 +41,6 @@ use libu2f-host. %global _hardened_build 1
%prep -# disable signature verficiation due to gpgv2 bug -# https://bugzilla.redhat.com/show_bug.cgi?id=1292687 -#gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %setup -q
%build @@ -86,6 +79,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_includedir}/*
%changelog + +* Fri Mar 31 2017 Seth Jennings sethdjennings@gmail.com - 1.1.3-1 +- Upstream release + * Fri Feb 10 2017 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources index cfa31db..d7794ef 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -4466cb7e7d5e2536f2fc57f166ee3392 gpgkey-B2168C0A.gpg -9a83e1c8437495d24243507ad39c8daf libu2f-host-1.0.0.tar.xz -d4b5c55830697078729d82c5c09ae1f3 libu2f-host-1.0.0.tar.xz.sig +SHA512 (libu2f-host-1.1.3.tar.xz) = 6729dd35beaae1c96283f81794ac6c058ed6446f935a5cee7dc1a3db594201c9f049de6a58ac2e544e1c6ac0c1e9815cce5e2e46a6e45372e419078307a57f55
scm-commits@lists.fedoraproject.org