From c6b498e51b7f8e9699b98e0574c9bdd5e3a8337b Mon Sep 17 00:00:00 2001 From: gbcox Date: Mon, 16 Jan 2023 11:01:11 -0800 Subject: [PATCH] Refactor for Add, Delete, Rename functionality --- .gitignore | 1 + sources | 2 +- ykocli.spec | 14 +++++++++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 35ad695..4926126 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ykocli-fa77017fc78f.tar.gz /ykocli-9cb5f4278e9f.tar.gz +/ykocli-4fc150aa6e66.tar.gz diff --git a/sources b/sources index 9fb42d7..b03fe04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ykocli-9cb5f4278e9f.tar.gz) = a828429a0c6b0a27f45e09edec0c3b6b18048ce574c4d0ab3587112d36ce58d74a3a0d3a5fe99ebcf219b658409ace353d454e74d8d38f7dacf85c03ac711f36 +SHA512 (ykocli-4fc150aa6e66.tar.gz) = 5299f9510bf8503155942896fd357a195bcf3c75e27bb5ebaeba09e6c2007b5f7805e9f0b4fcf02304340857b4aa3dd001bf0bf0a29d66efb0834feb6e14ab5f diff --git a/ykocli.spec b/ykocli.spec index 4c8b7c4..6c554cd 100644 --- a/ykocli.spec +++ b/ykocli.spec @@ -1,9 +1,9 @@ %global owner gbcox -%global commit 9cb5f4278e9fa473ac39968fc78bf19b52a875f1 +%global commit 4fc150aa6e666fbea9544d928bdc642af49a220b %global shortcommit %(c=%{commit}; echo ${c:0:12}) Name: ykocli -Version: 1.0.2 +Version: 1.1.0 Release: 1%{?dist} Summary: Front-end script for ykman to obtain TOTP tokens @@ -17,6 +17,7 @@ BuildRequires: make Requires: figlet Requires: copyq Requires: yubikey-manager +Requires: zbar %description ykocli is a front-end command line utility (actually, a bash script) @@ -40,12 +41,19 @@ that places ykman obtained TOTP tokens into the CopyQ clipboard. %{_libexecdir}/%{name}/src-yko-ck-input.sh %{_libexecdir}/%{name}/src-yko-figlet.sh %{_libexecdir}/%{name}/src-yko-help.sh -%{_libexecdir}/%{name}/src-yko-main.sh +%{_libexecdir}/%{name}/src-yko-table.sh %{_libexecdir}/%{name}/src-yko-time.sh %{_libexecdir}/%{name}/src-yko-trap.sh +%{_libexecdir}/%{name}/src-yko-totp.sh +%{_libexecdir}/%{name}/src-yko-add.sh +%{_libexecdir}/%{name}/src-yko-delete.sh +%{_libexecdir}/%{name}/src-yko-rename.sh %{_mandir}/man1/ykocli.1* %changelog +* Mon Jan 16 2023 Gerald Cox - 1.1.0-1 +- Refactor for Add, Delete, Rename functionality + * Wed Dec 28 2022 Gerald Cox - 1.0.2-1 - Add optional background mode