From a624fb586032a1714d58092f0f9ab8d36db7370e Mon Sep 17 00:00:00 2001 From: Karatek_HD Date: Thu, 16 Jul 2020 11:24:50 +0200 Subject: [PATCH] Update howdy.spec I experienced some problems with this .spec file, throwing errors about non existing files. These changes fixed them. --- opensuse/howdy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensuse/howdy.spec b/opensuse/howdy.spec index e449153..2b5721d 100644 --- a/opensuse/howdy.spec +++ b/opensuse/howdy.spec @@ -23,7 +23,7 @@ Source: https://github.com/boltgolt/%{name}/archive/v%{version}.tar.gz BuildRequires: wget Requires: python3-opencv -Requires: ffmpeg-4 +Requires: ffmpeg Requires: libv4l2-0 Requires: pam-python Requires: python3-dlib @@ -34,7 +34,7 @@ Requires: python3-dlib Windows Helloâ„¢ style authentication for Linux. Use your built-in IR emitters and camera in combination with face recognition to prove who you are. %prep -%setup -q -n v%{version} +%setup -q -n howdy-%{version} %build ## nothing to build