Fixup license
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2a24c0fe53
commit
401fda3eb6
@ -6,7 +6,7 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.1.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -25,6 +25,10 @@ sshd AuthorizedKeysCommand to read key files from ~/.ssh/authorized_keys.d.}
|
||||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
# ASL 2.0
|
||||
# MIT
|
||||
# MIT or ASL 2.0
|
||||
License: ASL 2.0 and MIT
|
||||
Requires: openssh-server
|
||||
Requires(post): openssh-server
|
||||
Requires(post): systemd
|
||||
@ -68,6 +72,9 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 26 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.2-2
|
||||
- Fixup license
|
||||
|
||||
* Fri Jun 26 2020 Benjamin Gilbert <bgilbert@redhat.com> - 0.1.2-1
|
||||
- New release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user