Update to 1.13.0 release ( resolves: rhbz#2172297 )
Perform some deglobing of files per packaging guidelines
This commit is contained in:
parent
bd2ab33503
commit
e51c0eaf19
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@
|
||||
/libfido2-1.11.0.tar.gz.sig
|
||||
/libfido2-1.12.0.tar.gz
|
||||
/libfido2-1.12.0.tar.gz.sig
|
||||
/libfido2-1.13.0.tar.gz.sig
|
||||
/libfido2-1.13.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: libfido2
|
||||
|
||||
Version: 1.12.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.13.0
|
||||
Release: 1%{?dist}
|
||||
Summary: FIDO2 library
|
||||
|
||||
License: BSD-2-Clause
|
||||
@ -77,17 +77,30 @@ find %{buildroot} -type f -name "*.a" -delete -print
|
||||
%{_libdir}/libfido2.so.1{,.*}
|
||||
|
||||
%files devel
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_libdir}/pkgconfig/libfido2.pc
|
||||
%{_libdir}/libfido2.so
|
||||
%{_includedir}/*
|
||||
%{_mandir}/man3/*
|
||||
%{_includedir}/fido.h
|
||||
%{_includedir}/fido
|
||||
%{_mandir}/man3/fido_*.3{,.*}
|
||||
%{_mandir}/man3/eddsa_pk_*.3{,.*}
|
||||
%{_mandir}/man3/es256_pk_*.3{,.*}
|
||||
%{_mandir}/man3/es384_pk_*.3{,.*}
|
||||
%{_mandir}/man3/rs256_pk_*.3{,.*}
|
||||
|
||||
%files -n fido2-tools
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
%{_bindir}/fido2-assert
|
||||
%{_bindir}/fido2-cred
|
||||
%{_bindir}/fido2-token
|
||||
%{_mandir}/man1/fido2-assert.1{,.*}
|
||||
%{_mandir}/man1/fido2-cred.1{,.*}
|
||||
%{_mandir}/man1/fido2-token.1{,.*}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2023 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 1.13.0-1
|
||||
- Update to 1.13.0 release ( resolves: rhbz#2172297 )
|
||||
- Perform some deglobing of files per packaging guidelines
|
||||
|
||||
* Tue Feb 21 2023 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 1.12.0-5
|
||||
- Fix sources file for keyring move
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libfido2-1.12.0.tar.gz) = ae8c716fe9b2fa52f191c4b3fe61442ba0b7a364a23c6c3a29afdba4f47c5eff89cb1d6c9fcacaefd7d4ebce641d35600527ee33934786c2096ac97f78e9418f
|
||||
SHA512 (libfido2-1.12.0.tar.gz.sig) = cf7575d0753103f1a440a4ea0a62b88c4601e724cf77b377baa5e767a43148e9bacd3c5bcacc07271cf43822dcc2c321d3af8d55d76c04907a28b1dc35ab5ad0
|
||||
SHA512 (libfido2-1.13.0.tar.gz.sig) = 71c8c67b44ac46879688450e251975d2468095dd2529918dc1a2cf8e919a316d1ff84337a1971a4cb2a64995583a930307094d14d2fa6369d4fe98163da50533
|
||||
SHA512 (libfido2-1.13.0.tar.gz) = 90f8452cee4c9cc72241478e697c5c692ccff5ab27752f2f296c3623ee297d1f80a85a359b4d0656c67790084c116aac921894e762eb52d3a79056e5014c03e7
|
||||
|
Loading…
Reference in New Issue
Block a user