From 2271281683d36d737c9e82725d3a3c17afab2edb Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 3 Nov 2022 22:52:07 -0400 Subject: [PATCH] Removed unnecessary blank lines in packaging script --- sshyp-mfa/package.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sshyp-mfa/package.sh b/sshyp-mfa/package.sh index d14b903..5552a09 100755 --- a/sshyp-mfa/package.sh +++ b/sshyp-mfa/package.sh @@ -174,20 +174,15 @@ Version: "$version" Release: "$revision" Summary: An MFA (TOTP/Steam) key generator for the sshyp password manager BuildArch: noarch - License: GPL-3.0-only URL: https://github.com/rwinkhart/sshyp-labs Source0: sshyp-mfa-"$version".tar.xz - Requires: sshyp python - %description sshyp-mfa is an extension for the sshyp password manager that reads MFA data from sshyp entries and generates generic TOTP and Steam keys. - %install tar xf %{_sourcedir}/sshyp-mfa-"$version".tar.xz -C %{_sourcedir} cp -r %{_sourcedir}/usr %{buildroot} - %files /usr/bin/sshyp-mfa /usr/lib/sshyp/sshyp-mfa.py