Hello community,

here is the log from the commit of package libu2f-host for openSUSE:Factory 
checked in at 2016-06-02 09:36:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libu2f-host (Old)
 and      /work/SRC/openSUSE:Factory/.libu2f-host.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libu2f-host"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libu2f-host/libu2f-host.changes  2016-03-26 
17:30:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libu2f-host.new/libu2f-host.changes     
2016-06-02 09:36:48.000000000 +0200
@@ -1,0 +2,8 @@
+Thu May 19 13:33:26 UTC 2016 - t.gru...@katodev.de
+
+- Add buildrequirement for libudev to select the rule for udev.
+- Add udev directories in %files
+- Add udev rule for Feitian ePass FIDO (udev.patch) 
+- Change License for the library
+
+-------------------------------------------------------------------

New:
----
  udev.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libu2f-host.spec ++++++
--- /var/tmp/diff_new_pack.RolArh/_old  2016-06-02 09:36:49.000000000 +0200
+++ /var/tmp/diff_new_pack.RolArh/_new  2016-06-02 09:36:49.000000000 +0200
@@ -21,17 +21,19 @@
 Version:        1.1.1
 Release:        0
 Summary:        Yubico Universal 2nd Factor (U2F) Host C Library
-License:        GPL-3.0+
+License:        LGPL-2.1+
 Group:          Productivity/Networking/Security
 Url:            https://developers.yubico.com/
 Source0:        
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz
 Source1:        
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz.sig
+Patch0:         udev.patch
 BuildRequires:  libhidapi-devel
 BuildRequires:  libtool
 BuildRequires:  libzip
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(json-c) >= 0.10
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(openssl)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -42,6 +44,7 @@
 
 %package     -n %{name}%{sover}
 Summary:        Library for Universal 2nd Factor (U2F)
+License:        LGPL-2.1+
 Group:          Productivity/Networking/Security
 
 %description -n %{name}%{sover}
@@ -51,6 +54,7 @@
 
 %package     -n %{name}-devel
 Summary:        Development files for Universal 2nd Factor (U2F)
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{sover} = %{version}
 
@@ -60,6 +64,7 @@
 
 %package     -n u2f-host
 Summary:        Tool to support Yubico's Universal 2nd Factor (U2F)
+License:        GPL-3.0+
 Group:          Productivity/Networking/Security
 Requires:       %{name}%{sover} = %{version}
 
@@ -68,6 +73,7 @@
 
 %package        doc
 Summary:        Documentation for the U2F protocol
+License:        LGPL-2.1+
 Group:          Productivity/Networking/Security
 
 %description    doc
@@ -75,6 +81,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure --disable-static --with-openssl --with-udevrulesdir=%{_udevrulesdir}
@@ -96,6 +103,8 @@
 %doc AUTHORS COPYING NEWS ChangeLog README
 %{_bindir}/u2f-host
 %{_mandir}/man1/u2f-host.1.gz
+%dir /usr/lib/udev
+%dir %{_udevrulesdir}
 %{_udevrulesdir}/*-u2f.rules
 
 %files doc


++++++ udev.patch ++++++
--- 70-u2f.rules        2015-12-10 14:59:11.000000000 +0100
+++ 70-u2f.rules.new    2016-05-18 12:02:38.740152998 +0200
@@ -13,4 +13,7 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw",
 # HyperSecu HyperFIDO
 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", 
ATTRS{idProduct}=="0880", TAG+="uaccess"
 
+# Feitian ePass FIDO
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", 
ATTRS{idProduct}=="0850", TAG+="uaccess"
+
 LABEL="u2f_end"

Reply via email to