mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-09-06 00:57:19 -04:00
Removed unnecessary blank lines in packaging script
This commit is contained in:
@@ -174,20 +174,15 @@ Version: "$version"
|
|||||||
Release: "$revision"
|
Release: "$revision"
|
||||||
Summary: An MFA (TOTP/Steam) key generator for the sshyp password manager
|
Summary: An MFA (TOTP/Steam) key generator for the sshyp password manager
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://github.com/rwinkhart/sshyp-labs
|
URL: https://github.com/rwinkhart/sshyp-labs
|
||||||
Source0: sshyp-mfa-"$version".tar.xz
|
Source0: sshyp-mfa-"$version".tar.xz
|
||||||
|
|
||||||
Requires: sshyp python
|
Requires: sshyp python
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%install
|
||||||
tar xf %{_sourcedir}/sshyp-mfa-"$version".tar.xz -C %{_sourcedir}
|
tar xf %{_sourcedir}/sshyp-mfa-"$version".tar.xz -C %{_sourcedir}
|
||||||
cp -r %{_sourcedir}/usr %{buildroot}
|
cp -r %{_sourcedir}/usr %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/bin/sshyp-mfa
|
/usr/bin/sshyp-mfa
|
||||||
/usr/lib/sshyp/sshyp-mfa.py
|
/usr/lib/sshyp/sshyp-mfa.py
|
||||||
|
|||||||
Reference in New Issue
Block a user