|
|
@ -1,9 +1,9 @@
|
|
|
|
%global owner gbcox
|
|
|
|
%global owner gbcox
|
|
|
|
%global commit fa77017fc78f62dbcf97702512b89b03ed68dc64
|
|
|
|
%global commit 9cb5f4278e9fa473ac39968fc78bf19b52a875f1
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:12})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:12})
|
|
|
|
|
|
|
|
|
|
|
|
Name: ykocli
|
|
|
|
Name: ykocli
|
|
|
|
Version: 1.0.1
|
|
|
|
Version: 1.0.2
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -32,7 +32,7 @@ that places ykman obtained TOTP tokens into the CopyQ clipboard.
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.md
|
|
|
|
%license LICENSE.md
|
|
|
|
%doc README.md contributors.txt
|
|
|
|
%doc README.md contributors.txt examples/
|
|
|
|
%config(noreplace) %{_sysconfdir}/ykocli.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/ykocli.conf
|
|
|
|
%{_bindir}/ykocli
|
|
|
|
%{_bindir}/ykocli
|
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
@ -40,10 +40,15 @@ that places ykman obtained TOTP tokens into the CopyQ clipboard.
|
|
|
|
%{_libexecdir}/%{name}/src-yko-ck-input.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-ck-input.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-figlet.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-figlet.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-help.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-help.sh
|
|
|
|
|
|
|
|
%{_libexecdir}/%{name}/src-yko-main.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-time.sh
|
|
|
|
%{_libexecdir}/%{name}/src-yko-time.sh
|
|
|
|
|
|
|
|
%{_libexecdir}/%{name}/src-yko-trap.sh
|
|
|
|
%{_mandir}/man1/ykocli.1*
|
|
|
|
%{_mandir}/man1/ykocli.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Dec 28 2022 Gerald Cox <gbcox@fedoraproject.org> - 1.0.2-1
|
|
|
|
|
|
|
|
- Add optional background mode
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 23 2022 Gerald Cox <gbcox@fedoraproject.org> - 1.0.1-1
|
|
|
|
* Wed Nov 23 2022 Gerald Cox <gbcox@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Fedora Review rhgz#2144611
|
|
|
|
- Fedora Review rhgz#2144611
|
|
|
|
|
|
|
|
|
|
|
|