|
|
@ -1,9 +1,9 @@
|
|
|
|
%global owner gbcox
|
|
|
|
%global owner gbcox
|
|
|
|
%global commit 32c32fc2b2d61e1532d745f048580bf80c93e902
|
|
|
|
%global commit 01500f50f2aeb7ba0e397e632854c74eef9f77a5
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:12})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:12})
|
|
|
|
|
|
|
|
|
|
|
|
Name: ykocli
|
|
|
|
Name: ykocli
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.2.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Front-end script for ykman to obtain TOTP tokens
|
|
|
|
Summary: Front-end script for ykman to obtain TOTP tokens
|
|
|
|
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ that places ykman obtained TOTP tokens into the CopyQ clipboard.
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.md
|
|
|
|
%license LICENSE.md
|
|
|
|
%doc README.md contributors.txt examples/
|
|
|
|
%doc README.md contributors.txt examples/
|
|
|
|
%config(noreplace) %{_sysconfdir}/ykocli.conf
|
|
|
|
%config %{_sysconfdir}/ykocli.conf
|
|
|
|
%{_bindir}/ykocli
|
|
|
|
%{_bindir}/ykocli
|
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
|
%{_libexecdir}/%{name}/src-yko-set-colors.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-set-colors.sh
|
|
|
@ -55,6 +55,9 @@ that places ykman obtained TOTP tokens into the CopyQ clipboard.
|
|
|
|
%{_mandir}/man1/ykocli.1*
|
|
|
|
%{_mandir}/man1/ykocli.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 23 2023 Gerald Cox <gbcox@fedoraproject.org> - 1.2.1-1
|
|
|
|
|
|
|
|
- Add Touch Mode; mod cfg ovrd rhbz#2162909; rhbz#2162885
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 23 2023 Gerald Cox <gbcox@fedoraproject.org> - 1.2.0-1
|
|
|
|
* Mon Jan 23 2023 Gerald Cox <gbcox@fedoraproject.org> - 1.2.0-1
|
|
|
|
- Add Touch Mode; mod cfg ovrd rhbz#2162909; rhbz#2162885
|
|
|
|
- Add Touch Mode; mod cfg ovrd rhbz#2162909; rhbz#2162885
|
|
|
|
|
|
|
|
|
|
|
|