Update license list
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
56b60ac3ac
commit
716d6643b3
@ -11,15 +11,15 @@ Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
||||
|
||||
# Install all deps (without check), grab their licenses and make it simple
|
||||
# * ASL 2.0 or Boost
|
||||
# * ASL 2.0 or MIT
|
||||
# * MIT
|
||||
# * MIT or ASL 2.0
|
||||
# * (MIT or ASL 2.0) and BSD
|
||||
# * MPLv2.0
|
||||
# * Unlicense or MIT
|
||||
License: MPLv2.0 and ASL 2.0 and MIT and BSD
|
||||
# ASL 2.0
|
||||
# ASL 2.0 or Boost
|
||||
# BSD
|
||||
# MIT
|
||||
# MIT or ASL 2.0
|
||||
# MPLv2.0
|
||||
# Unlicense or MIT
|
||||
# zlib
|
||||
License: MPLv2.0 and ASL 2.0 and BSD and MIT and zlib
|
||||
URL: https://github.com/stratis-storage/stratisd
|
||||
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -27,7 +27,8 @@ ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: systemd
|
||||
BuildRequires: libblkid-devel >= 2.32
|
||||
BuildRequires: pkgconfig(libcryptsetup) >= 2.3.0
|
||||
BuildRequires: pkgconfig(blkid) >= 2.32.0
|
||||
|
||||
%{?systemd_requires}
|
||||
Requires: xfsprogs
|
||||
|
Loading…
Reference in New Issue
Block a user