From 57a6ce2d2e7a78e258c68d2ffc1f243ead4bb560 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:33:26 -0700 Subject: [PATCH] Fix: virtualsmartcard license install (#5644) (#5646) (cherry picked from commit 1bfd7f962f3fddcfce60ee6b99ce5fd9a15da5f0) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/virtualsmartcard/virtualsmartcard.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/tools/virtualsmartcard/virtualsmartcard.spec b/anda/tools/virtualsmartcard/virtualsmartcard.spec index 0d570fcd7e..284cf992ac 100644 --- a/anda/tools/virtualsmartcard/virtualsmartcard.spec +++ b/anda/tools/virtualsmartcard/virtualsmartcard.spec @@ -1,6 +1,6 @@ Name: virtualsmartcard Version: 0.10 -Release: 1%?dist +Release: 2%?dist Summary: Smart card emulator and driver for networked smart card reader/emulator URL: https://frankmorgner.github.io/vsmartcard/index.html Source0: https://github.com/frankmorgner/vsmartcard/releases/download/%name-%version/%name-%version.tar.gz @@ -34,6 +34,7 @@ autoreconf --verbose --install %{_sysconfdir}/reader.conf.d/vpcd %{_bindir}/vpcd-config %doc docs +%license COPYING %changelog * Wed Jun 25 2025 june-fish