diff --git a/yubico-piv-tool-1.6.1.tar.gz b/yubico-piv-tool-1.6.1.tar.gz deleted file mode 100644 index 465e402..0000000 --- a/yubico-piv-tool-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91c3f575b59e52fa90e50342e5accbe7f71e9196cbe2ad6b9f5fef1e0a6baf83 -size 582734 diff --git a/yubico-piv-tool-1.6.1.tar.gz.sig b/yubico-piv-tool-1.6.1.tar.gz.sig deleted file mode 100644 index 922a0d0..0000000 Binary files a/yubico-piv-tool-1.6.1.tar.gz.sig and /dev/null differ diff --git a/yubico-piv-tool-1.6.2.tar.gz b/yubico-piv-tool-1.6.2.tar.gz new file mode 100644 index 0000000..cb01076 --- /dev/null +++ b/yubico-piv-tool-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea61bcd5c75471ed21903967d0121fb090aa4d325ec279a24633e3235fdf231b +size 584063 diff --git a/yubico-piv-tool-1.6.2.tar.gz.sig b/yubico-piv-tool-1.6.2.tar.gz.sig new file mode 100644 index 0000000..5e3e4a9 Binary files /dev/null and b/yubico-piv-tool-1.6.2.tar.gz.sig differ diff --git a/yubico-piv-tool.changes b/yubico-piv-tool.changes index c769e41..34f84bb 100644 --- a/yubico-piv-tool.changes +++ b/yubico-piv-tool.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 28 09:10:38 UTC 2018 - Jan Engelhardt + +- Rename %soname to %sover to better reflect its use. +- Fix RPM groups. + +------------------------------------------------------------------- +Thu Sep 27 11:58:29 UTC 2018 - Karol Babioch + +- Version 1.6.2 (released 2018-09-14) + - Compare reader names case insensitive + - Fix certificate and certificate request signatures with OpenSSL 1.1 + ------------------------------------------------------------------- Tue Aug 28 09:37:34 UTC 2018 - kbabioch@suse.com diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec index 8860168..395c584 100644 --- a/yubico-piv-tool.spec +++ b/yubico-piv-tool.spec @@ -12,13 +12,13 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define soname 1 +%define sover 1 Name: yubico-piv-tool -Version: 1.6.1 +Version: 1.6.2 Release: 0 Summary: Yubico YubiKey NEO CCID Manager License: BSD-2-Clause @@ -32,43 +32,43 @@ BuildRequires: pcsc-lite-devel BuildRequires: pkgconfig BuildRequires: valgrind BuildRequires: pkgconfig(openssl) -Requires: libykcs11-%{soname} = %{version} -Requires: libykpiv%{soname} = %{version} +Requires: libykcs11-%{sover} = %{version} +Requires: libykpiv%{sover} = %{version} %description This is a command line tool to interact with the PIV applet on a YubiKey NEO. Among other functions it supports, generating keys on device, importing keys and certificates and creating certificate requests. -%package -n libykpiv%{soname} +%package -n libykpiv%{sover} Summary: Yubikey NEO PIV applet library -Group: Productivity/Networking/Security +Group: System/Libraries Requires: pcsc-ccid -%description -n libykpiv%{soname} +%description -n libykpiv%{sover} This is a low-level library to interact the PIV applet on a YubiKey NEO -%package -n libykcs11-%{soname} +%package -n libykcs11-%{sover} Summary: Yubikey NEO PKCS#11 applet library -Group: Productivity/Networking/Security +Group: System/Libraries Requires: pcsc-ccid -%description -n libykcs11-%{soname} +%description -n libykcs11-%{sover} This is a PKCS#11 module that allows to communicate with the PIV application running on a YubiKey %package -n libykpiv-devel -Summary: Development files for Yubikey NEO PIV applet library +Summary: Development files for the Yubikey NEO PIV applet library Group: Development/Libraries/C and C++ -Requires: libykpiv%{soname} = %{version} +Requires: libykpiv%{sover} = %{version} %description -n libykpiv-devel This package contains the header file needed to develop applications that use Yubikey NEO PIV applet library. %package -n libykcs11-devel -Summary: Development files for Yubikey NEO PKCS#11 applet library +Summary: Development files for the Yubikey NEO PKCS#11 applet library Group: Development/Libraries/C and C++ -Requires: libykcs11-%{soname} = %{version} +Requires: libykcs11-%{sover} = %{version} %description -n libykcs11-devel This package contains the header file needed to develop applications that use @@ -78,17 +78,17 @@ Yubikey NEO PKCS#11 applet library. %setup -q %build -%configure --enable-static=no --with-backend=pcsc +%configure --disable-static --with-backend=pcsc make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install INSTALL="install -p" find %{buildroot} -type f -name "*.la" -delete -print -%post -n libykpiv%{soname} -p /sbin/ldconfig -%postun -n libykpiv%{soname} -p /sbin/ldconfig -%post -n libykcs11-%{soname} -p /sbin/ldconfig -%postun -n libykcs11-%{soname} -p /sbin/ldconfig +%post -n libykpiv%{sover} -p /sbin/ldconfig +%postun -n libykpiv%{sover} -p /sbin/ldconfig +%post -n libykcs11-%{sover} -p /sbin/ldconfig +%postun -n libykcs11-%{sover} -p /sbin/ldconfig %files %license COPYING @@ -96,13 +96,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_bindir}/%{name} %{_mandir}/man1/* -%files -n libykpiv%{soname} -%{_libdir}/libykpiv.so.%{soname} -%{_libdir}/libykpiv.so.%{soname}.4.3 +%files -n libykpiv%{sover} +%{_libdir}/libykpiv.so.%{sover} +%{_libdir}/libykpiv.so.%{sover}.4.4 -%files -n libykcs11-%{soname} -%{_libdir}/libykcs11.so.%{soname} -%{_libdir}/libykcs11.so.%{soname}.4.3 +%files -n libykcs11-%{sover} +%{_libdir}/libykcs11.so.%{sover} +%{_libdir}/libykcs11.so.%{sover}.4.4 %files -n libykpiv-devel %dir %{_includedir}/ykpiv/